All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-19 07:45:47 to 2026-06-19 08:56:51 UTC [more...]

[PATCH v8 00/25] PCI: Convert all dynamic sysfs attributes to static
 2026-06-19  8:56 UTC  (27+ messages)
` [PATCH v8 01/25] PCI/sysfs: Use PCI resource accessor macros
` [PATCH v8 02/25] PCI: Add pci_resource_is_io() and pci_resource_is_mem() helpers
` [PATCH v8 03/25] PCI/sysfs: Only allow supported resource types in I/O and MMIO helpers
` [PATCH v8 04/25] PCI/sysfs: Split pci_llseek_resource() for device and legacy attributes
` [PATCH v8 05/25] PCI/sysfs: Add CAP_SYS_ADMIN check to __resource_resize_store()
` [PATCH v8 06/25] PCI/sysfs: Add static PCI resource attribute macros
` [PATCH v8 07/25] PCI/sysfs: Convert PCI resource files to static attributes
` [PATCH v8 08/25] PCI/sysfs: Warn about BAR resize failure in __resource_resize_store()
` [PATCH v8 09/25] PCI/sysfs: Add stubs for pci_{create,remove}_sysfs_dev_files()
` [PATCH v8 10/25] PCI/sysfs: Limit pci_sysfs_init() late_initcall compile scope
` [PATCH v8 11/25] alpha/PCI: Add security_locked_down() check to pci_mmap_resource()
` [PATCH v8 12/25] alpha/PCI: Use BAR index in sysfs attr->private instead of resource pointer
` [PATCH v8 13/25] alpha/PCI: Use PCI resource accessor macros
` [PATCH v8 14/25] alpha/PCI: Fix __pci_mmap_fits() overflow for zero-length BARs
` [PATCH v8 15/25] alpha/PCI: Remove WARN from __pci_mmap_fits() and __legacy_mmap_fits()
` [PATCH v8 16/25] alpha/PCI: Add static PCI resource attribute macros
` [PATCH v8 17/25] alpha/PCI: Convert resource files to static attributes
` [PATCH v8 18/25] PCI/sysfs: Remove pci_{create,remove}_sysfs_dev_files()
` [PATCH v8 19/25] PCI: Add macros for legacy I/O and memory address space sizes
` [PATCH v8 20/25] alpha/PCI: Compute legacy size in pci_mmap_legacy_page_range()
` [PATCH v8 21/25] PCI/sysfs: Add __weak pci_legacy_has_sparse() helper
` [PATCH v8 22/25] PCI/sysfs: Add legacy I/O and memory attribute macros
` [PATCH v8 23/25] PCI/sysfs: Convert legacy I/O and memory attributes to static definitions
` [PATCH v8 24/25] PCI/sysfs: Remove pci_create_legacy_files() and pci_sysfs_init()
` [PATCH v8 25/25] PCI/sysfs: Limit BAR resize attribute scope to platforms with PCI mmap

[PATCH v1 0/1] pkey: Fix for PKEY_VERIFYPROTK ioctl
 2026-06-19  8:55 UTC  (8+ messages)
` [PATCH v1 1/1] pkey: Fix bitsize check in "

[PATCH 0/2] btrfs: enable full bs <= ps support
 2026-06-19  8:54 UTC  (3+ messages)
` [PATCH 1/2] btrfs: remove the out-of-date comments on the 2K block size
` [PATCH 2/2] btrfs: allow any block size that is no larger than page size

[OE-core][wrynose][patch 1/5] licenses: Update with the pull-sdpx-licenses.py script to 3.28.0
 2026-06-19  8:51 UTC  (4+ messages)
` [OE-core][wrynose][patch 2/5] scripts: Fix typo in pull-spdx-licenses script name

[PATCH] gpio: make gpio_chip_guard accept const gpio_desc
 2026-06-19  8:50 UTC 

[PATCH] drm/fb_helper: Determine proper crtc_index within drm_fb_helper_fb_dirty
 2026-06-19  8:50 UTC  (4+ messages)

[PATCH 0/4] drm/i915: Work harder to enable VRR based refresh rate changes on eDP
 2026-06-19  8:48 UTC  (7+ messages)

[cip-dev][isar-cip-core][PATCH] swupdate: fix compilation
 2026-06-19  8:46 UTC  (2+ messages)

[PATCH v3 00/22] Introduce Device Tree based NUMA support for ARM Xen
 2026-06-19  8:45 UTC  (28+ messages)
` [PATCH v3 01/22] xen/device-tree: Initial framework for Device Tree NUMA support
` [PATCH v3 02/22] xen/common: Default function to get the distance between nodes
` [PATCH v3 03/22] xen/arm: NUMA helper functions via Device Tree helpers
` [PATCH v3 04/22] xen/arm: Introduce CONFIG_DEVICE_TREE_NUMA config option
` [PATCH v3 05/22] xen/arm: Configure NUMA affinity for populated memory banks
` [PATCH v3 06/22] xen/arm: Map populated CPUs to their respective NUMA nodes
` [PATCH v3 07/22] xen/device-tree: Read NUMA node distance from Device Tree 'distance-map'
` [PATCH v3 08/22] xen/common: Allow building ARM32 Xen with CONFIG_NUMA
` [PATCH v3 09/22] xen/arm: Introduce dom0_nodes boot command option
` [PATCH v3 10/22] xen/arm: Set Domain-0 node affinity from dom0_nodes option
` [PATCH v3 11/22] xen/arm: Reflect physical NUMA node IDs in Dom0 memory DT nodes
` [PATCH v3 12/22] xen/arm: Balance Dom0 vCPU assignment across NUMA nodes
` [PATCH v3 13/22] xen/arm: Export Dom0 vCPU-to-NUMA node mapping to Device Tree
` [PATCH v3 14/22] xen/arm: Generate distance-map node for Dom0 "
` [PATCH v3 15/22] xen/arm: Balance Dom0 memory allocation across allowed NUMA nodes
` [PATCH v3 16/22] xen/arm: Use dedicated function for Static SHM Device Tree creation
` [PATCH v3 17/22] tools/libxl: Fix vNUMA memory allocation algorithm to support ARM
` [PATCH v3 18/22] tools/libs/guest: Allocate vNUMA memory from associated pNUMA nodes
` [PATCH v3 19/22] tools/libxl: Add 'numa-node-id' property to DomU memory nodes
` [PATCH v3 20/22] tools/libxl: Add 'numa-node-id' property to DomU CPU nodes
` [PATCH v3 21/22] tools/libxl: Create 'distance-map' node in DomU Device Tree
` [PATCH v3 22/22] xen/arm: Support numa and dom0_nodes boot options

[LTP] [PATCH v2 0/2] Support metadata groups
 2026-06-19  8:44 UTC  (5+ messages)
` [LTP] [PATCH v2 1/2] metadata: add tests grouping support
` [LTP] [PATCH v2 2/2] doc: conf.py: Show groups in test catalog

[PATCH v1 1/1] net/i40e: do not reject RSS types parameter
 2026-06-19  8:44 UTC  (2+ messages)

[PATCH] mm/page_alloc: unify __alloc_frozen_pages[_nolock]_noprof()
 2026-06-19  8:43 UTC  (6+ messages)

[PATCH 0/5] Shikra: Add DT support for ice, rng and qce
 2026-06-19  8:43 UTC  (2+ messages)

[PATCH v3 00/21] Add basic pinctrl drivers for JHB100 SoC
 2026-06-19  8:41 UTC  (5+ messages)
` [PATCH v3 04/21] pinctrl: starfive: Add StarFive JHB100 sys0 controller driver

[PATCH v6 0/4] arm64: dts: renesas: Add RZ/G3E audio enablement
 2026-06-19  8:39 UTC  (5+ messages)
` [PATCH v6 1/4] arm64: dts: renesas: r9a09g047: Add RZ/G3E Sound support
` [PATCH v6 2/4] arm64: dts: renesas: rzg3e-smarc-som: Add Versa3 clock generator
` [PATCH v6 3/4] arm64: dts: renesas: rzg3e-smarc-som: add audio pinmux definitions
` [PATCH v6 4/4] arm64: dts: renesas: r9a09g047e57-smarc: add DA7212 audio codec support

[cip-dev][isar-cip-core][PATCH] swupdate: fix compilation
 2026-06-19  8:38 UTC 

[PATCH] efi_loader: fix memory leak in efi_var_collect
 2026-06-19  8:38 UTC 

[PATCH 1/3] staging: rtl8723bs: remove unused rtl8192c function declarations
 2026-06-19  8:37 UTC  (3+ messages)
` [PATCH 2/3] staging: rtl8723bs: remove unused AMPDU burst mode values
` [PATCH 3/3] staging: rtl8723bs: remove unused RF_PATH_MAX_90_8812 define

[PATCH v3] io_uring/register: add IORING_REGISTER_CLONE_FILES opcode
 2026-06-19  8:37 UTC  (3+ messages)

[PATCH RFC v2 00/12] namespace-aware configfs
 2026-06-19  8:36 UTC  (13+ messages)
` [PATCH RFC v2 01/12] fs/configfs: rework configfs_is_root()
` [PATCH RFC v2 02/12] fs/configfs: dynamically allocate super_info
` [PATCH RFC v2 03/12] fs/configfs: separate out configfs_{link,unlink}_root()
` [PATCH RFC v2 04/12] fs/configfs: add superblock as attribute to configfs_pin_fs()
` [PATCH RFC v2 05/12] fs/configfs: add 'fill_subsystem' and 'clear_subsystem' callbacks
` [PATCH RFC v2 06/12] fs/configfs: add superblock as attribute to configfs_pin_fs()
` [PATCH RFC v2 07/12] fs/namespace: implement mnt_clone_direct()
` [PATCH RFC v2 08/12] fs/configfs: switch to get_tree_keyed()
` [PATCH RFC v2 09/12] fs/configfs: open-code simple_pin_fs()
` [PATCH RFC v2 10/12] nvmet: make discovery subsystem dynamic
` [PATCH RFC v2 11/12] nvmet: per net-namespace port list
` [PATCH RFC v2 12/12] nvmet: make configfs setup namespace aware

[PATCH] efi_loader: fix memory leak in efi_var_collect
 2026-06-19  8:33 UTC 

[PATCH 01/15] gn: upgrade to latest revision
 2026-06-19  8:32 UTC  (15+ messages)
` [PATCH 02/15] util-linux: upgrade 2.41.3 -> 2.42.2
` [PATCH 03/15] lttng-tools: upgrade 2.14.1 -> 2.15.1
` [PATCH 04/15] lttng-modules: upgrade 2.14.4 "
` [PATCH 05/15] lttng-ust: upgrade 2.14.0 "
` [PATCH 06/15] systemtap: upgrade 5.4 -> 5.5
` [PATCH 07/15] inetutils: upgrade 2.7 -> 2.8
` [PATCH 08/15] debugedit: upgrade 5.2 -> 5.3
` [PATCH 09/15] elfutils: upgrade 0.194 -> 0.195
` [PATCH 10/15] libsolv: upgrade 0.7.37 -> 0.7.39
` [PATCH 11/15] man-pages: upgrade 6.17 -> 6.18
` [PATCH 12/15] parted: upgrade 3.6 -> 3.7
` [PATCH 13/15] librsvg: upgrade: 2.62.2 -> 2.62.3
` [PATCH 14/15] vte: upgrade 0.82.2 -> 0.84.0
` [PATCH 15/15] ovmf: upgrade edk2-stable202511 -> edk2-stable202605

[PATCH libgpiod] build: gate subdirectories on the *_enabled variables
 2026-06-19  8:32 UTC  (2+ messages)

[PATCH net] net: usb: lan78xx: restore VLAN filter table after device reset
 2026-06-19  8:30 UTC  (3+ messages)
` AW: "

[PATCH] drm/amd/display: avoid 64-bit division
 2026-06-19  8:30 UTC  (2+ messages)

[PATCH 00/78] ASoC: codecs: Use guard() for mutex & spin locks
 2026-06-19  8:26 UTC  (8+ messages)
` [PATCH 11/78] ASoC: codecs: cros_ec_codec: Use guard() for mutex locks
` [PATCH 15/78] ASoC: codecs: cs42l43: "

[PATCH] iomap: guard io_size EOF trim against concurrent truncate underflow
 2026-06-19  8:25 UTC  (2+ messages)

[PATCH v4 00/10] fuse: add io-uring buffer pools and zero-copy
 2026-06-19  8:23 UTC  (14+ messages)
` [PATCH v4 07/10] fuse: add io-uring buffer pools (implemented as buffer ring)

[PATCH] efi_loader: add missing EFI_EXIT in efi_disconnect_controller
 2026-06-19  8:22 UTC  (3+ messages)
` [PATCH v2] efi_loader: fix "

[PATCH 0/2] vfstest: fix tcore_acls() cleanup bug and missing _require_acls
 2026-06-19  8:21 UTC  (2+ messages)

[OE-core][scarthgap 00/17] Pull request (cover letter only)
 2026-06-19  8:20 UTC 

[PATCH] i3c: master: dw-i3c-master: fix OD timing for first broadcast
 2026-06-19  8:18 UTC  (5+ messages)

don't build bios/contexts over multiple iomaps
 2026-06-19  8:15 UTC  (3+ messages)
` [PATCH] iomap: submit read bio after each extent

[PATCH] iomap: always return status from iomap_write_iter
 2026-06-19  8:13 UTC  (2+ messages)

[PATCH v3 20/20] net/sxe2: update sxe2 feature matrix docs
 2026-06-19  8:12 UTC  (25+ messages)
` [PATCH v4 00/23] et/sxe2: added Linkdata sxe2 ethernet driver
` [PATCH v4 01/23] net/sxe2: remove software statistics devargs
` [PATCH v4 02/23] net/sxe2: support AVX512 vectorized path for Rx and Tx
` [PATCH v4 03/23] net/sxe2: add AVX2 vector data "
` [PATCH v4 04/23] net/sxe2: add supported packet types get callback
` [PATCH v4 05/23] net/sxe2: add link update callback
` [PATCH v4 06/23] net/sxe2: support L2 filtering and MAC config
` [PATCH v4 07/23] drivers: support RSS feature
` [PATCH v4 08/23] net/sxe2: support TM hierarchy and shaping
` [PATCH v4 09/23] net/sxe2: support IPsec inline protocol offload
` [PATCH v4 10/23] net/sxe2: support statistics and multi-process
` [PATCH v4 11/23] drivers: interrupt handling
` [PATCH v4 12/23] net/sxe2: add NEON vec Rx/Tx burst functions
` [PATCH v4 13/23] drivers: add support for VF representors
` [PATCH v4 14/23] net/sxe2: add support for custom UDP tunnel ports
` [PATCH v4 15/23] net/sxe2: support firmware version reading
` [PATCH v4 16/23] net/sxe2: implement get monitor address
` [PATCH v4 17/23] common/sxe2: add shared SFP module definitions
` [PATCH v4 18/23] net/sxe2: support SFP module info and EEPROM access
` [PATCH v4 19/23] net/sxe2: implement private dump info
` [PATCH v4 20/23] net/sxe2: add mbuf validation in Tx debug mode
` [PATCH v4 21/23] common/sxe2: add callback for memory event handling
` [PATCH v4 22/23] net/sxe2: add private devargs parsing
` [PATCH v4 23/23] net/sxe2: update sxe2 feature matrix docs

[PATCH v3 0/2] fuse: fix passthrough parallel direct writes
 2026-06-19  8:12 UTC  (3+ messages)
` [PATCH v3 1/2] fuse: preserve FOPEN_PARALLEL_DIRECT_WRITES for passthrough opens

[PATCH v2] md/raid5: read batch_head under stripe_lock in make_stripe_request
 2026-06-19  8:11 UTC 

[scarthgap][PATCH v2] expat: patch CVE-2026-45186
 2026-06-19  8:10 UTC 

[PATCH v3 0/2] interconnect: qcom: add MSM8x60 NoC driver
 2026-06-19  8:10 UTC  (4+ messages)
` [PATCH v3 2/2] "

[PATCH v3 0/3] i3c: Improve CCC reliability for DesignWare master
 2026-06-19  8:09 UTC  (4+ messages)
` [PATCH v3 3/3] i3c: master: Validate GET CCC payload length and retry M0/M2 once

[PATCH v4 0/2] clk: amlogic: Add A9 AO clock controller
 2026-06-19  8:08 UTC  (8+ messages)
` [PATCH v4 2/2] clk: amlogic: Add A9 AO clock controller driver

[PATCH] staging: rtl8723bs: fix coding style issues in rtl8723b_cmd.c
 2026-06-19  8:06 UTC  (2+ messages)

[PATCH v3 0/4] KVM: s390: Fixes for gmap and _PAGE_UNUSED
 2026-06-19  8:05 UTC  (3+ messages)
` [PATCH v3 1/4] s390/mm: Fix handling of _PAGE_UNUSED pte bit

[BUG] io_uring: possible CQE32 overflow flush inconsistency in __io_cqring_overflow_flush()
 2026-06-19  8:05 UTC 

[PATCH b4] review: allow a custom Message-Id command for TUI replies
 2026-06-19  8:05 UTC  (4+ messages)

[PATCH] s390: Add build salt to the vDSO
 2026-06-19  8:04 UTC  (2+ messages)

[PATCH] net/mlx5: fix counter TAILQ race between free and query callback
 2026-06-18  9:14 UTC  (2+ messages)
` [PATCH v6] "

[PATCH v2 00/78] drm/bridge: Convert all reset users to create_state
 2026-06-19  8:02 UTC  (4+ messages)
` [PATCH v2 07/78] drm/atomic-state-helper: Add drm_atomic_helper_bridge_create_state()

[PATCH v2] fstests: add a test case for btrfs get_subvol_info ioctl
 2026-06-19  8:02 UTC  (2+ messages)

[PATCH v3 0/5] s390/idle: CPU idle driver
 2026-06-19  8:01 UTC  (3+ messages)
` [PATCH v3 4/5] s390/idle: Introduce cpuidle for s390

[PATCH] rust: Kbuild: set frame-pointer llvm module flag for CONFIG_FRAME_POINTER
 2026-06-19  8:01 UTC  (2+ messages)

[PATCH] drm: cleanup duplicate dependencies in kconfig
 2026-06-19  8:00 UTC  (3+ messages)

[PATCH] staging: rtl8723bs: remove redundant kfree check in rtw_xmit.c
 2026-06-19  7:59 UTC  (2+ messages)

[PATCH 0/3] staging: rtl8723bs: Replace bare 'uint' with 'unsigned int'
 2026-06-19  7:57 UTC  (3+ messages)
` [PATCH 1/3] staging: rtl8723bs: Replace bare 'uint' with 'unsigned int' in rtw_cmd.c

[PATCH] arm64: dts: renesas: r9a08g045: Move max-frequency to SoC dtsi
 2026-06-19  7:56 UTC 

[PATCH 0/8] KVM: arm64: Rework pKVM vCPU state synchronisation
 2026-06-19  7:55 UTC  (4+ messages)
` [PATCH 8/8] KVM: arm64: Implement lazy vCPU state sync for non-protected guests

[PATCH net v2] net: airoha: Fix TX scheduler queue mask loop upper bound
 2026-06-19  7:52 UTC 

[PATCH net v4] net: airoha: Fix skb->priority underflow in airoha_dev_select_queue()
 2026-06-19  7:50 UTC 

[PATCH v2 0/8] KVM: arm64: Rework pKVM vCPU state synchronisation
 2026-06-19  7:54 UTC  (8+ messages)
` [PATCH v2 7/8] KVM: arm64: Add primitives to flush/sync the VGIC state at EL2
` [PATCH v2 8/8] KVM: arm64: Implement lazy vCPU state sync for non-protected guests

[PATCH v1 0/5] prefix lcore role enum values
 2026-06-19  7:54 UTC  (5+ messages)

[RFC PATCH] remoteproc: xlnx: initialize mailbox work before requesting channels
 2026-06-19  7:48 UTC 

+ userfaultfd-prevent-registration-of-special-vmas.patch added to mm-hotfixes-unstable branch
 2026-06-19  7:53 UTC  (5+ messages)

[PATCH v2] MIPS: smp: report dying CPU to RCU in stop_this_cpu()
 2026-06-19  7:53 UTC  (3+ messages)

[scarthgap][PATCH] go: patch CVE-2026-27145
 2026-06-19  7:51 UTC 

[PATCH v7 0/2] drm: panel: support the R63419 based dual-DSI video mode Display Panels
 2026-06-19  7:47 UTC  (4+ messages)
` [PATCH v7 2/2] drm: panel: add support for the Renesas "

[PATCH wireless] wifi: rt2x00: avoid full teardown before work setup in probe
 2026-06-19  7:31 UTC 

[PATCH v2 1/2] rust: doctest: fix incorrect pattern in replacement
 2026-06-19  7:46 UTC  (3+ messages)


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.