All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-09-16 23:12:51 to 2021-09-17 00:48:07 UTC [more...]

[PATCH -V8 0/6] NUMA balancing: optimize memory placement for memory tiering system
 2021-09-17  0:47 UTC  (9+ messages)
` [PATCH -V8 1/6] NUMA balancing: optimize page "

linux-next: build failure after merge of the clk-imx tree
 2021-09-17  0:47 UTC  (2+ messages)

[PATCH v5 0/4] arm: aspeed: Add UART routing support
 2021-09-17  0:46 UTC  (5+ messages)
` [PATCH v5 2/4] dt-bindings: aspeed: Add UART routing controller

[PATCH] lib/zlib_inflate/inffast: Check config in C to avoid unused function warning
 2021-09-17  0:42 UTC  (7+ messages)

[dpdk-dev] Questions about rte_eth_link_speed_to_str API
 2021-09-17  0:43 UTC  (6+ messages)
` [dpdk-dev] [RFC] ethdev: improve link speed to string

[PATCH] kdb: Adopt scheduler's task clasification
 2021-09-17  0:42 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915/dsi: unregister gmbus if LFP display was MIPI panel
 2021-09-17  0:43 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/dsi: unregister gmbus if LFP display was MIPI panel (rev2)

[PATCHSET 0/3] fstests: various cleanups to ./new script
 2021-09-17  0:40 UTC  (4+ messages)
` [PATCH 1/3] new: clean up the group name input code
` [PATCH 2/3] new: standardize group name checking
` [PATCH 3/3] new: don't allow new tests in group 'other'

[PATCHSET v4 0/8] fstests: document all test groups
 2021-09-17  0:39 UTC  (9+ messages)
` [PATCH 1/8] ceph: re-tag copy_file_range as being in the copy_range group
` [PATCH 2/8] xfs: move reflink tests into the clone group
` [PATCH 3/8] xfs: fix incorrect fuzz test group name
` [PATCH 4/8] btrfs: fix incorrect subvolume "
` [PATCH 5/8] generic/631: change this test to use the 'whiteout' group
` [PATCH 6/8] tools: make sure that test groups are described in the documentation
` [PATCH 7/8] tools: add missing license tags to my scripts
` [PATCH 8/8] new: only allow documented test group names

[PATCH v12] dt-bindings: ufs: Add bindings for Samsung ufs host
 2021-09-17  0:33 UTC  (3+ messages)

[PATCH mptcp-net] mptcp: always provide MPTCP skb ext for tx skb
 2021-09-17  0:30 UTC  (2+ messages)

[PATCH] mm/smaps: Use vma->vm_pgoff directly when counting partial swap
 2021-09-17  0:29 UTC  (3+ messages)

[Intel-gfx] [PATCH v2 1/5] drm/i915/display/adlp: Fix PSR2_MAN_TRK_CTL_SU_REGION_END_ADDR calculation
 2021-09-17  0:30 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [v2,1/5] drm/i915/display/adlp: Fix PSR2_MAN_TRK_CTL_SU_REGION_END_ADDR calculation (rev5)

Sending ARP probes (for arp_ip_target) over backup slaves
 2021-09-17  0:27 UTC 

[PATCH] crypto: api - Fix built-in testing dependency failures
 2021-09-17  0:26 UTC  (2+ messages)
` [v2 PATCH] "

[PATCH] MAINTAINERS: Add Tom Rix as fpga maintainer
 2021-09-17  0:21 UTC  (9+ messages)

[PATCH 0/4] ui/gtk-egl: fix for untab/tab problem
 2021-09-17  0:13 UTC  (5+ messages)
` [PATCH 1/4] ui/gtk-egl: un-tab and re-tab should destroy egl surface and context
` [PATCH 2/4] ui/gtk-egl: make sure the right context is set as the current
` [PATCH 3/4] ui/gtk: gd_draw_event returns FALSE when no cairo surface is bound
` [PATCH 4/4] ui/gtk-egl: guest fb texture needs to be regenerated when reinitializing egl

[PATCH] mm/hugetlb: Drop __unmap_hugepage_range definition from hugetlb.h
 2021-09-17  0:03 UTC  (3+ messages)

[phosphor-host-ipmid] Questions about IPMI (OEM) command development
 2021-09-17  0:13 UTC  (6+ messages)
` 回覆: "
    ` 回覆: "

[Intel-gfx] [PATCH 00/16] drm/i915: Fix bigjoiner state readout
 2021-09-17  0:14 UTC  (10+ messages)
` [Intel-gfx] [PATCH 01/16] Revert "drm/i915/display: Disable audio, DRRS and PSR before planes"

[PATCH v2 07/13] drm/i915/hdcp: Use HDCP helpers for i915
 2021-09-17  0:10 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH 1/3] dev-manual: update mailing list address
 2021-09-17  0:08 UTC  (3+ messages)
` [PATCH 2/3] README: "
  ` [OE-core] "

Adding out-of-tree kernel modules & drivers
 2021-09-17  0:04 UTC 

[PATCH v3 00/20] Userspace P2PDMA with O_DIRECT NVMe devices
 2021-09-16 23:41 UTC  (63+ messages)
` [PATCH v3 01/20] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v3 02/20] PCI/P2PDMA: attempt to set map_type if it has not been set
` [PATCH v3 03/20] PCI/P2PDMA: make pci_p2pdma_map_type() non-static
` [PATCH v3 04/20] PCI/P2PDMA: introduce helpers for dma_map_sg implementations
` [PATCH v3 05/20] dma-mapping: allow EREMOTEIO return code for P2PDMA transfers
` [PATCH v3 06/20] dma-direct: support PCI P2PDMA pages in dma-direct map_sg
` [PATCH v3 07/20] dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH v3 08/20] iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH v3 09/20] nvme-pci: check DMA ops when indicating support for PCI P2PDMA
` [PATCH v3 10/20] nvme-pci: convert to using dma_map_sgtable()
` [PATCH v3 11/20] RDMA/core: introduce ib_dma_pci_p2p_dma_supported()
` [PATCH v3 12/20] RDMA/rw: use dma_map_sgtable()
` [PATCH v3 13/20] PCI/P2PDMA: remove pci_p2pdma_[un]map_sg()
` [PATCH v3 14/20] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [PATCH v3 15/20] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v3 16/20] block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
` [PATCH v3 17/20] block: set FOLL_PCI_P2PDMA in bio_map_user_iov()
` [PATCH v3 18/20] mm: use custom page_free for P2PDMA pages
` [PATCH v3 19/20] PCI/P2PDMA: introduce pci_mmap_p2pmem()
` [PATCH v3 20/20] nvme-pci: allow mmaping the CMB in userspace

[meta-selinux][dunfell][PATCH 1/3] libsepol: Security fix CVE-2021-36084
 2021-09-16 23:58 UTC  (3+ messages)
` [meta-selinux][dunfell][PATCH 2/3] libsepol: Security fix CVE-2021-36085
` [meta-selinux][dunfell][PATCH 3/3] secilc: Security fix for CVE-2021-36087

[meta-selinux][hardknott][PATCH 1/3] libsepol: Security fix CVE-2021-36084
 2021-09-16 23:57 UTC  (3+ messages)
` [meta-selinux][hardknott][PATCH 2/3] libsepol: Security fix CVE-2021-36085
` [meta-selinux][hardknott][PATCH 3/3] secilc: Security fix for CVE-2021-36087

[PATCH v2 0/2] Add support for querying hw info that UMDs need
 2021-09-16 23:57 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

Question regarding phosphor-dbus-monitor repo
 2021-09-16 23:55 UTC  (3+ messages)

[ndctl PATCH 0/7] Policy based reconfiguration for daxctl
 2021-09-16 23:54 UTC  (3+ messages)
` [ndctl PATCH 5/7] util/parse-configs: add a key/value search helper

[PATCH 00/15] drm: cleanup: Use DRM_MODESET_LOCK_ALL_* helpers where possible
 2021-09-16 23:53 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "

[meta-selinux][PATCH 1/3] libsepol: Security fix CVE-2021-36084
 2021-09-16 23:50 UTC  (3+ messages)
` [meta-selinux][PATCH 2/3] libsepol: Security fix CVE-2021-36085
` [meta-selinux][PATCH 3/3] secilc: Security fix for CVE-2021-36087

[Bluez PATCH v2 1/2] plugins/admin: add adapter_remove handler
 2021-09-16 23:50 UTC  (4+ messages)

[PATCH 0/3] add support for writable bare tracepoint
 2021-09-16 23:46 UTC  (7+ messages)
` [PATCH 1/3] bpf: support writable context for "
` [PATCH 2/3] libbpf: support detecting and attaching of writable tracepoint program
` [PATCH 3/3] bpf/selftests: add test for writable bare tracepoint

[PATCH] ui/gtk: skip any extra draw of same guest scanout blob res
 2021-09-16 23:41 UTC 

[PATCH v2 0/3] Add support for runtime features
 2021-09-16 23:37 UTC  (4+ messages)
` [PATCH v2 2/3] firmware: zynqmp: Add sysfs entry "

[PATCH v3 0/2] mmc: mediatek: Add HS400 online tuning support
 2021-09-16 23:32 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: mmc: mtk-sd: add hs400 dly3 setting

✅ PASS: Test report for kernel 5.14.5 (stable-queue, 9db9c9d2)
 2021-09-16 23:34 UTC 

IMX8MM fsl_esdhc_imx UHS/HS200/HS400 not working?
 2021-09-16 23:32 UTC 

[PATCH] Bluetooth: hci_bcm: remove duplicated brcm,bcm4330-bt compatible
 2021-09-16 23:31 UTC  (4+ messages)
`  "

[meta-virtualization][PATCH] libvirt: Security fix for CVE-2021-3631
 2021-09-16 23:29 UTC  (3+ messages)

[PATCH] ARM: select HAVE_FUTEX_CMPXCHG
 2021-09-16 23:26 UTC  (4+ messages)

[PATCH v17 00/15] arm64: MMU enabled kexec relocation
 2021-09-16 23:13 UTC  (48+ messages)
` [PATCH v17 01/15] arm64: kernel: add helper for booted at EL2 and not VHE
` [PATCH v17 02/15] arm64: trans_pgd: hibernate: Add trans_pgd_copy_el2_vectors
` [PATCH v17 03/15] arm64: hibernate: abstract ttrb0 setup function
` [PATCH v17 04/15] arm64: kexec: flush image and lists during kexec load time
` [PATCH v17 05/15] arm64: kexec: skip relocation code for inplace kexec
` [PATCH v17 06/15] arm64: kexec: Use dcache ops macros instead of open-coding
` [PATCH v17 07/15] arm64: kexec: pass kimage as the only argument to relocation function
` [PATCH v17 08/15] arm64: kexec: configure EL2 vectors for kexec
` [PATCH v17 09/15] arm64: kexec: relocate in EL1 mode
` [PATCH v17 10/15] arm64: kexec: use ld script for relocation function
` [PATCH v17 11/15] arm64: kexec: install a copy of the linear-map
` [PATCH v17 12/15] arm64: kexec: keep MMU enabled during kexec relocation
` [PATCH v17 13/15] arm64: kexec: remove the pre-kexec PoC maintenance
` [PATCH v17 14/15] arm64: kexec: remove cpu-reset.h
` [PATCH v17 15/15] arm64: trans_pgd: remove trans_pgd_map_page()

[PATCH v3 1/3] drm/bridge: parade-ps8640: Improve logging at probing
 2021-09-16 23:21 UTC  (9+ messages)
` [PATCH v3 2/3] drm/bridge: parade-ps8640: Use regmap APIs

[PATCH v4 0/4] bootconfig: Fixes to bootconfig memory management etc
 2021-09-16 23:20 UTC  (6+ messages)
` [PATCH v4 4/4] bootconfig: Rename xbc_destroy_all() to xbc_fini()

[PATCH v2] staging: rtl8723bs: ignore unused wiphy_wowlan object warnings
 2021-09-16 23:19 UTC 

[PATCH] driver core: Clarify that dev_err_probe() is OK even w/out -EPROBE_DEFER
 2021-09-16 23:19 UTC 

[PATCH] cpumask: Omit terminating null byte in cpumap_print_{list,bitmask}_to_buf
 2021-09-16 23:19 UTC  (3+ messages)

[mel:sched-noprop-v2r3 3/4] kernel/sched/fair.c:7088:12: sparse: sparse: incorrect type in assignment (different address spaces)
 2021-09-16 23:14 UTC  (2+ messages)

[PATCH 1/2] HID: mcp2221: enable HID I/O during probe
 2021-09-16 23:13 UTC  (3+ messages)
` [PATCH 2/2] HID: mcp2221: configure GP pins for GPIO function

[PATCH 1/2] EDAC/synopsys: add support for version 3 of the Synopsys EDAC DDR
 2021-09-16 23:13 UTC  (3+ messages)

[PATCH v5 00/21] fsck: lib-ify object-file.c & better fsck "invalid object" error reporting
 2021-09-16 22:52 UTC  (5+ messages)
` [PATCH v6 00/22] "
  ` [PATCH v6 03/22] cat-file tests: test for missing object with -t and -s

[PATCHv2 1/2] EDAC/synopsys: add support for version 3 of the Synopsys EDAC DDR
 2021-09-16 23:12 UTC  (2+ messages)
` [PATCHv2 2/2] EDAC/synopsys: v3.80a of the synopsys edac contoller is also on the N5X


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.