All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-08-21 17:58:53 to 2019-08-21 18:33:10 UTC [more...]

[PATCH v3 00/17] arm64: MMU enabled kexec relocation
 2019-08-21 18:32 UTC  (40+ messages)
` [PATCH v3 01/17] kexec: quiet down kexec reboot
` [PATCH v3 02/17] arm64, hibernate: use get_safe_page directly
` [PATCH v3 03/17] arm64, hibernate: remove gotos in create_safe_exec_page
` [PATCH v3 04/17] arm64, hibernate: rename dst to page "
` [PATCH v3 05/17] arm64, hibernate: check pgd table allocation
` [PATCH v3 06/17] arm64, hibernate: add trans_pgd public functions
` [PATCH v3 07/17] arm64, hibernate: move page handling function to new trans_pgd.c
` [PATCH v3 08/17] arm64, trans_pgd: make trans_pgd_map_page generic
` [PATCH v3 09/17] arm64, trans_pgd: add trans_pgd_create_empty
` [PATCH v3 10/17] arm64, trans_pgd: adjust trans_pgd_create_copy interface
` [PATCH v3 11/17] arm64, trans_pgd: add PUD_SECT_RDONLY
` [PATCH v3 12/17] arm64, trans_pgd: complete generalization of trans_pgds
` [PATCH v3 13/17] kexec: add machine_kexec_post_load()
` [PATCH v3 14/17] arm64, kexec: move relocation function setup and clean up
` [PATCH v3 15/17] arm64, kexec: add expandable argument to relocation function
` [PATCH v3 16/17] arm64, kexec: configure trans_pgd page table for kexec
` [PATCH v3 17/17] arm64, kexec: enable MMU during kexec relocation

[RFC 00/11] drm/bridge: dw-hdmi: implement bus-format negotiation and YUV420 support
 2019-08-21 18:32 UTC  (6+ messages)
` [RFC 02/11] drm/meson: venc: make drm_display_mode const

Boot failure due to: x86/boot: Save fields explicitly, zero out everything else
 2019-08-21 18:32 UTC  (2+ messages)

OMAP DRM regression on N900
 2019-08-21 18:32 UTC  (3+ messages)
` [PATCH] drm/omap: Fix port lookup for SDI output

[Qemu-devel] [RFC PATCH v4 00/75] rewrite MMX/SSE*/AVX/AVX2 vector instruction translation
 2019-08-21 17:29 UTC  (46+ messages)
` [Qemu-devel] [RFC PATCH v4 06/75] target/i386: Simplify gen_exception arguments
` [Qemu-devel] [RFC PATCH v4 15/75] target/i386: introduce function check_cpuid
` [Qemu-devel] [RFC PATCH v4 16/75] target/i386: disable AVX/AVX2 cpuid bitchecks
` [Qemu-devel] [RFC PATCH v4 17/75] target/i386: introduce instruction operand infrastructure
` [Qemu-devel] [RFC PATCH v4 18/75] target/i386: introduce generic operand alias
` [Qemu-devel] [RFC PATCH v4 19/75] target/i386: introduce generic either-or operand
` [Qemu-devel] [RFC PATCH v4 20/75] target/i386: introduce generic load-store operand
` [Qemu-devel] [RFC PATCH v4 22/75] target/i386: introduce modrm operand
` [Qemu-devel] [RFC PATCH v4 23/75] target/i386: introduce operands for decoding modrm fields
` [Qemu-devel] [RFC PATCH v4 24/75] target/i386: introduce operand for direct-only r/m field
` [Qemu-devel] [RFC PATCH v4 26/75] target/i386: introduce M* (memptr) operands
` [Qemu-devel] [RFC PATCH v4 28/75] target/i386: introduce P*, N*, Q* (MMX) operands
` [Qemu-devel] [RFC PATCH v4 29/75] target/i386: introduce H*, L*, V*, U*, W* (SSE/AVX) operands
` [Qemu-devel] [RFC PATCH v4 30/75] target/i386: alias H* operands with the V* operands
` [Qemu-devel] [RFC PATCH v4 31/75] target/i386: introduce code generators
` [Qemu-devel] [RFC PATCH v4 32/75] target/i386: introduce helper-based code generator macros
` [Qemu-devel] [RFC PATCH v4 33/75] target/i386: introduce gvec-based "
` [Qemu-devel] [RFC PATCH v4 34/75] target/i386: introduce sse-opcode.inc.h
` [Qemu-devel] [RFC PATCH v4 35/75] target/i386: introduce instruction translator macros
` [Qemu-devel] [RFC PATCH v4 36/75] target/i386: introduce MMX translators
` [Qemu-devel] [RFC PATCH v4 37/75] target/i386: introduce MMX code generators
` [Qemu-devel] [RFC PATCH v4 38/75] target/i386: introduce MMX vector instructions to sse-opcode.inc.h
` [Qemu-devel] [RFC PATCH v4 39/75] target/i386: introduce SSE translators
` [Qemu-devel] [RFC PATCH v4 40/75] target/i386: introduce SSE code generators
` [Qemu-devel] [RFC PATCH v4 41/75] target/i386: introduce SSE vector instructions to sse-opcode.inc.h
` [Qemu-devel] [RFC PATCH v4 42/75] target/i386: introduce SSE2 translators
` [Qemu-devel] [RFC PATCH v4 44/75] target/i386: introduce SSE2 vector instructions to sse-opcode.inc.h
` [Qemu-devel] [RFC PATCH v4 45/75] target/i386: introduce SSE3 translators
` [Qemu-devel] [RFC PATCH v4 46/75] target/i386: introduce SSE3 code generators
` [Qemu-devel] [RFC PATCH v4 47/75] target/i386: introduce SSE3 vector instructions to sse-opcode.inc.h
` [Qemu-devel] [RFC PATCH v4 48/75] target/i386: introduce SSSE3 translators
` [Qemu-devel] [RFC PATCH v4 49/75] target/i386: introduce SSSE3 code generators
` [Qemu-devel] [RFC PATCH v4 50/75] target/i386: introduce SSSE3 vector instructions to sse-opcode.inc.h
` [Qemu-devel] [RFC PATCH v4 51/75] target/i386: introduce SSE4.1 translators
` [Qemu-devel] [RFC PATCH v4 52/75] target/i386: introduce SSE4.1 code generators
` [Qemu-devel] [RFC PATCH v4 53/75] target/i386: introduce SSE4.1 vector instructions to sse-opcode.inc.h
` [Qemu-devel] [RFC PATCH v4 54/75] target/i386: introduce SSE4.2 code generators
` [Qemu-devel] [RFC PATCH v4 57/75] target/i386: introduce AES and PCLMULQDQ "
` [Qemu-devel] [RFC PATCH v4 60/75] target/i386: introduce AVX "
` [Qemu-devel] [RFC PATCH v4 62/75] target/i386: introduce AVX2 translators
` [Qemu-devel] [RFC PATCH v4 65/75] target/i386: remove obsoleted helpers
` [Qemu-devel] [RFC PATCH v4 67/75] target/i386: introduce aliases for helper-based tcg_gen_gvec_* functions
` [Qemu-devel] [RFC PATCH v4 69/75] target/i386: convert pmullw/pmulhw/pmulhuw helpers to gvec style
` [Qemu-devel] [RFC PATCH v4 70/75] target/i386: convert pavgb/pavgw "
` [Qemu-devel] [RFC PATCH v4 75/75] target/i386: convert pmovmskb/movmskps/movmskpd "

[Xen-devel] [PATCH 00/14] livepatch: new features and fixes
 2019-08-21 18:31 UTC  (9+ messages)
` [Xen-devel] [PATCH 01/14] livepatch: Always check hypervisor build ID upon hotpatch upload
` [Xen-devel] [PATCH 06/14] livepatch: Add support for apply|revert action replacement hooks
` [Xen-devel] [PATCH 09/14] livepatch: Add per-function applied/reverted state tracking marker
` [Xen-devel] [PATCH 10/14] livepatch: Add support for inline asm hotpatching expectations

[PATCH v3 bpf-next 1/4] tracing/probe: Add PERF_EVENT_IOC_QUERY_PROBE ioctl
 2019-08-21 18:31 UTC  (5+ messages)

[PATCH RFC 00/19] drm: Add support for bus-format negotiation
 2019-08-21 18:31 UTC  (4+ messages)
` [PATCH RFC 14/19] drm/bridge: Add the necessary bits to support bus format negotiation

stable-rc/linux-4.4.y boot: 98 boots: 2 failed, 83 passed with 12 offline, 1 conflict (v4.4.189-80-gae3cc2f8a3ef)
 2019-08-21 18:31 UTC 

[PATCH 1/3] dma_resv: prime lockdep annotations
 2019-08-21 18:31 UTC 

[PATCH v2 3/3] Revert "gprs: _cid_activated is an 'attaching' state"
 2019-08-21 18:30 UTC  (2+ messages)

[PATCH 1/5] drm/i915: Use enum pipe instead of crtc index to track active pipes
 2019-08-21 18:30 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/5] "

[PATCH v2 0/1] git rebase: Make sure upstream branch is left alone
 2019-08-21 18:29 UTC  (3+ messages)
` [PATCH v3 0/1] rebase.c: make sure the active branch isn't moved when autostashing
  ` [PATCH v3 1/1] "

[PATCH] dt-bindings: ata: fix typo in Allwinner R40 reset specific paragraph
 2019-08-21 18:29 UTC  (2+ messages)

[PATCH v2 00/15] DSB enablement
 2019-08-21 18:29 UTC  (7+ messages)
` [PATCH v2 02/15] drm/i915/dsb: DSB context creation
` [PATCH v2 05/15] drm/i915/dsb: Indexed register write function for DSB
` [PATCH v2 06/15] drm/i915/dsb: Update i915_write to call dsb-write

[PATCH v3 00/19] Enhance CP110 COMPHY support
 2019-08-21 18:28 UTC  (4+ messages)
` [PATCH v3 14/19] dt-bindings: pci: add PHY properties to Armada 7K/8K controller bindings

[PATCH 0/3] RFC/T: dma_resv vs. mmap_sem
 2019-08-21 18:27 UTC  (7+ messages)
` [PATCH 1/3] dma_resv: prime lockdep annotations

[PATCH] ext4: attempt to shrink directory on dentry removal
 2019-08-21 18:27 UTC 

[PATCH 00/38] Convert networking to use the XArray
 2019-08-21 18:27 UTC  (3+ messages)
` [PATCH 29/38] cls_flower: Convert handle_idr to XArray

[PATCH v2 0/4] format-patch: learn --infer-cover-subject option
 2019-08-21 18:26 UTC  (4+ messages)
` [PATCH v3 00/13] format-patch: learn --infer-cover-subject option (also t4014 cleanup)
  ` [PATCH v3 11/13] Doc: add more detail for git-format-patch

[RFC PATCH v2 00/19] RDMA/FS DAX truncate proposal V1,000,002 ;-)
 2019-08-21 18:22 UTC  (15+ messages)
                    ` [RFC PATCH v2 00/19] RDMA/FS DAX truncate proposal V1,000,002 ; -)

[PATCH v2] dt-bindings: arm-boards: Update pointer to ARM CPU bindings
 2019-08-21 18:24 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] package/clamav: security bump version to 0.101.4
 2019-08-21 18:24 UTC 

[PATCH] t0021: make sure clean filter runs
 2019-08-21 18:23 UTC  (4+ messages)

[PATCH v2 0/4] Reset xHCI port PHY on disconnect
 2019-08-21 18:22 UTC  (6+ messages)
` [PATCH v2 2/5] dt-bindings: phy: Modify Stingray USB PHY #phy-cells
` [PATCH v2 4/5] dt-bindings: usb-xhci: Add platform specific compatible for Stingray xHCI

[PATCH] x86/apic: reset LDR in clear_local_APIC
 2019-08-21 18:22 UTC  (6+ messages)

[GIT PULL FOR v5.4] More DVB/RC changes
 2019-08-21 18:22 UTC  (6+ messages)

mips32r2: nftables build warning: the frame size of 1168 bytes is larger than
 2019-08-21 18:22 UTC 

[dpdk-dev] [PATCH] timer: use rte_mp_msg to get freq from primary process
 2019-08-21 11:16 UTC 

[ndctl PATCH v2 00/26] Improvements for namespace creation/interrogation
 2019-08-21 18:19 UTC  (5+ messages)
` [ndctl PATCH v2 14/26] ndctl/namespace: Handle 'create-namespace' in label-less mode

[PATCH] kvm: x86: Add Intel PMU MSRs to msrs_to_save[]
 2019-08-21 18:20 UTC 

[PATCH v2 0/3] PCI/ASPM: add sysfs attributes for controlling ASPM
 2019-08-21 18:18 UTC  (4+ messages)
` [PATCH v2 1/3] PCI/ASPM: add L1 sub-state support to pci_disable_link_state
` [PATCH v2 2/3] PCI/ASPM: allow to re-enable Clock PM
` [PATCH v2 3/3] PCI/ASPM: add sysfs attributes for controlling ASPM

[PATCH] drm/amd/display: Calculate bpc based on max_requested_bpc
 2019-08-21 18:18 UTC  (2+ messages)

Added Realtek rtl8192u driver to staging - static analysis report
 2019-08-21 18:18 UTC 

[Xen-devel] [PATCH] [RFC] xen/arm: Restrict "pa_range" according to the IOMMU requirements
 2019-08-21 18:17 UTC 

[PATCH] erofs-utils: erofs debug utility
 2019-08-21 18:15 UTC  (3+ messages)

[PATCH v2 0/3] drm: bridge: Add NWL MIPI DSI host controller support
 2019-08-21 18:15 UTC  (5+ messages)
` [PATCH v2 2/3] dt-bindings: display/bridge: Add binding for NWL mipi dsi host controller

mmap(), #PF handler and EADD interaction
 2019-08-21 18:15 UTC  (3+ messages)

[PATCH 0/8] soc: ti: Add OMAP PRM driver
 2019-08-21 18:15 UTC  (11+ messages)
` [PATCH 2/8] soc: ti: add initial PRM driver with reset control support

[PATCH v2 0/4] Rework secure-monitor driver
 2019-08-21 18:14 UTC  (5+ messages)
` [PATCH v2 2/4] nvmem: meson-efuse: bindings: Add secure-monitor phandle

[PATCH v2 00/14] Display Stream Compression (DSC) for AMD Navi
 2019-08-21 18:14 UTC  (3+ messages)
` [PATCH v2 11/14] drm/amd/display: Validate DSC caps on MST endpoints

[PATCH v4 0/6] tpm: Add driver for cr50
 2019-08-21 18:13 UTC  (9+ messages)
` [PATCH v4 2/6] tpm: tpm_tis_spi: Introduce a flow control callback
` [PATCH v4 4/6] tpm: tpm_tis_spi: Export functionality to other drivers

[PATCH 0/2] line-log: avoid unnecessary full tree diffs
 2019-08-21 18:12 UTC  (5+ messages)
` [PATCH 2/2] "

kernel panic in 5.3-rc5, nfsd_reply_cache_stats_show+0x11
 2019-08-21 18:11 UTC  (3+ messages)

[Xen-devel] [xen-unstable-smoke test] 140483: tolerable all pass - PUSHED
 2019-08-21 18:10 UTC 

✅ PASS: Test report for kernel 5.2.10-rc1-6451706.cki (stable)
 2019-08-21 18:11 UTC 

[PATCH 3/3] watchdog/aspeed: add support for dual boot
 2019-08-21 18:10 UTC  (6+ messages)

[RFC] clk: Remove cached cores in parent map during unregister
 2019-08-21 18:10 UTC  (3+ messages)

[Buildroot] [PATCH 1/2] package/libmodplug: bump version to 0.8.9
 2019-08-21 18:07 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/vlc: security bump version to 3.0.8

[PATCH v2 1/2] md raid0/linear: Introduce new array state 'broken'
 2019-08-21 18:06 UTC  (10+ messages)

[PATCH] remoteproc: qcom: q6v5-mss: fixup q6v5_pds_enable error handling
 2019-08-21 18:05 UTC 

[PATCH 1/5] drm/i915/execlists: Set priority hint prior to submission
 2019-08-21 18:04 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [1/5] "

[PATCH v3 0/8] arm64: dts: qcom: sm8150: Add SM8150 DTS
 2019-08-21 18:03 UTC  (4+ messages)
` [PATCH v3 8/8] arm64: dts: qcom: sm8150: Add apps shared nodes

[PATCH v5 00/25] drm: Kirin driver cleanups to prep for Kirin960 support
 2019-08-21 18:04 UTC  (2+ messages)

various TLS bug fixes
 2019-08-21 18:03 UTC  (5+ messages)

[PATCH] KVM: lapic: restart counter on change to periodic mode
 2019-08-21 18:03 UTC  (9+ messages)

Please add 3 android common kernels to kernelci
 2019-08-21 18:03 UTC  (6+ messages)
      ` Please remove android-4.4 from kernelci
        ` Please add/remove android branches from kernelci + clang builds

[PATCH v5] kasan: add memory corruption identification for software tag-based mode
 2019-08-21 18:03 UTC 

[PATCH] ALSA: line6: Fix memory leak at line6_init_pcm() error path
 2019-08-21 18:03 UTC 

[PATCH] usb: dwc3: meson-g12a: fix suspend resume regulator unbalanced disables
 2019-08-21 18:02 UTC  (4+ messages)

[PATCH v2 0/3] Add Global Clock controller (GCC) driver for SC7180
 2019-08-21 18:01 UTC  (3+ messages)
` [PATCH v2 3/3] clk: qcom: "

[PATCH] drm/i915/gtt: Relax assertion for pt_used
 2019-08-21 18:01 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH 00/14] per memcg lru_lock
 2019-08-21 18:00 UTC  (2+ messages)

[PATCH v3 00/19][RFC] virtio-fs: Enable DAX support
 2019-08-21 17:57 UTC  (12+ messages)
` [PATCH 02/19] dax: Pass dax_dev to dax_writeback_mapping_range()
` [PATCH 03/19] virtio: Add get_shm_region method
` [PATCH 04/19] virtio: Implement get_shm_region for PCI transport
` [PATCH 07/19] virtio_fs, dax: Set up virtio_fs dax_device
` [PATCH 08/19] fuse: Keep a list of free dax memory ranges
` [PATCH 09/19] fuse: implement FUSE_INIT map_alignment field
` [PATCH 10/19] fuse: Introduce setupmapping/removemapping commands
` [PATCH 12/19] fuse, dax: add DAX mmap support
` [PATCH 13/19] fuse: Define dax address space operations
` [PATCH 15/19] fuse: Maintain a list of busy elements
` [PATCH 17/19] fuse: Add logic to free up a memory range

[PATCH v2 00/14] dmaengine/soc: Add Texas Instruments UDMA support
 2019-08-21 17:59 UTC  (4+ messages)
` [PATCH v2 07/14] dt-bindings: dma: ti: Add document for K3 UDMA


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.