messages from 2026-09-08 17:47:56 to 2026-09-11 17:43:48 UTC [more...]
[RFC PATCH 0/8] kernfs, driver core: staged sysfs registration
2026-09-11 17:43 UTC
[PATCH 0/3] kernfs, driver core: Cut per-node lock traffic in bulk registration
2026-09-11 17:16 UTC (4+ messages)
` [PATCH 1/3] kernfs: activate nodes while linking them
` [PATCH 2/3] driver core: Index class glue directories by parent kobject
` [PATCH 3/3] kernfs: batch inode ID allocation per CPU
[PATCH v3 0/3] Bring includes in linux/kmod.h up to date
2026-09-11 14:46 UTC (4+ messages)
` [PATCH v3 1/3] umh, treewide: Explicitly include linux/umh.h where needed
` [PATCH v3 2/3] time/jiffies: Include linux/sysctl.h for proc_int_u2k_conv_uop(),
` [PATCH v3 3/3] module: Bring includes in linux/kmod.h up to date
[PATCH 1/2] PM: runtime: Only queue an idle check for RPM-linked suppliers
2026-09-11 14:41 UTC (2+ messages)
[PATCH 0/5] driver core: fix typos and repeated words in comments
2026-09-11 14:30 UTC (3+ messages)
` [PATCH 4/5] cpuidle: fix repeated word 'that' in comment
[PATCH] rust: pci: add resource_flags accessor
2026-09-11 14:13 UTC (4+ messages)
[PATCH] sched/cache: Refresh LLC capacity across CPU hotplug
2026-09-11 13:48 UTC
[PATCH v21 0/9] rust: add `Ownable` trait and `Owned` type
2026-09-11 13:43 UTC (16+ messages)
` [PATCH v21 1/9] rust: alloc: add `KBox::into_non_null`
` [PATCH v21 2/9] rust: types: Add Ownable/Owned types
` [PATCH v21 3/9] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v21 4/9] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v21 5/9] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v21 6/9] rust: Add `OwnableRefCounted`
` [PATCH v21 7/9] rust: page: convert to `AlwaysRefCounted`
` [PATCH v21 8/9] rust: page: add `from_raw()`
` [PATCH v21 9/9] rust: page: add `ExclusivePage` for race-free page access
[PATCH v2] PM: sleep: Add DPM watchdog to prepare/late/early/noirq/complete phases
2026-09-11 13:24 UTC (3+ messages)
[PATCH v2] rust: auxiliary: validate DeviceId name length
2026-09-11 5:19 UTC (2+ messages)
[PATCH v3 0/2] cxl/memdev: Fix poison debugfs vs unbind deadlock
2026-09-11 3:04 UTC (10+ messages)
` [PATCH v3 1/2] driver core: Add conditional guard support for device_trylock()
` [PATCH v3 2/2] cxl/memdev: Fix deadlock between poison debugfs and cxl_mem unbind
[syzbot] [mmc?] WARNING: ODEBUG bug in vub300_disconnect
2026-09-11 1:36 UTC
[PATCH] kernfs: allocate the open node outside the open file mutex
2026-09-10 21:12 UTC (2+ messages)
[PATCH] kernfs: don't hold kernfs_rwsem across notification delivery
2026-09-10 21:12 UTC (2+ messages)
[PATCH 0/3] kernfs: don't hold kernfs_rwsem across dir_emit()
2026-09-10 20:24 UTC (6+ messages)
` [PATCH 1/3] kernfs: don't repeat or skip an entry when readdir resumes
` [PATCH 2/3] kernfs: don't hold kernfs_rwsem across dir_emit()
` [PATCH 3/3] selftests: cover readdir resuming at a removed entry
[PATCH 00/12] mm/sparse: remove SECTION_MARKED_PRESENT and further cleanups
2026-09-10 15:15 UTC (51+ messages)
` [PATCH 01/12] mm/sparse: move mem_section init to sparse_extreme_init()
` [PATCH 02/12] mm/sparse: refactor sparse_sections_init()
` [PATCH 03/12] mm/sparse: move initialization of section metadata to sparse_metadata_init()
` [PATCH 04/12] mm/sparse: rename and cleanup sparse_init_nid()
` [PATCH 05/12] mm/sparse: cleanup sparse_init_one_section()
` [PATCH 06/12] mm/sparse: rename __highest_present_section_nr to __highest_used_section_nr
` [PATCH 07/12] mm/sparse: remove pfn_in_present_section()
` [PATCH 08/12] mm/sparse: move __highest_used_section_nr handling
` [PATCH 09/12] mm/sparse: remove SECTION_MARKED_PRESENT
` [PATCH 10/12] mm/sparse: remove flags parameter from sparse_init_one_section()
` [PATCH 11/12] fs/proc/page: clarify comment in get_max_dump_pfn()
` [PATCH 12/12] mm/memory_hotplug: drop CONFIG_HAVE_ARCH_PFN_VALID handling from pfn_to_online_page()
[PATCH v5 14/36] mm/damon: skip private node memory in DAMON migration and pageout
2026-09-10 14:06 UTC (5+ messages)
[PATCH 6.18 445/583] rust: devres: fix race condition due to nesting
2026-09-10 13:40 UTC (2+ messages)
[PATCH v6 0/1] PCI: hotplug: Add 'uevent' sysfs attribute to trigger slot events
2026-09-10 11:19 UTC (3+ messages)
` [PATCH v6 1/1] "
[PATCH v2 0/2] cxl/memdev: Fix poison debugfs vs unbind deadlock
2026-09-10 9:33 UTC (4+ messages)
[PATCH v3 0/3] Rust: add runtime PM support
2026-09-10 8:37 UTC (5+ messages)
` [PATCH v3 1/3] rust: "
[PATCH v2 0/4] kernfs: three standalone fixes
2026-09-10 7:37 UTC (2+ messages)
[PATCH v12 0/3] drivers/base: Introduce revocable
2026-09-10 7:32 UTC (3+ messages)
` [PATCH v12 3/3] gpio: Leverage revocable for accessing struct gpio_chip
[PATCH v3 0/2] arm64/cpufreq: report and track frequencies above 4.19 GHz
2026-09-10 6:34 UTC (3+ messages)
` [PATCH v3 1/2] arm64: topology: fix arch_freq_get_on_cpu() overflow "
` [PATCH v3 2/2] cpufreq: update capacity_freq_ref when the boost state changes
[PATCH v1 0/8] iommu/arm-smmu-v3: Support guest-level Realm VSMMU (Part-1)
2026-09-10 4:23 UTC (10+ messages)
` [PATCH v1 1/8] firmware: arm_rmm: Move RSI support out of arch/arm64
` [PATCH v1 2/8] firmware: arm_rmm: Add VSMMU commands and fields
` [PATCH v1 3/8] dma-mapping: Let a device declare that it reaches private memory
` [PATCH v1 4/8] dma-mapping: Keep DMA memory private for capable devices
` [PATCH v1 5/8] iommu: Let a driver mark an IOMMU as confidential
` [PATCH v1 6/8] iommu: Introduce TDISP T=0 state for confidential IOMMUs
` [PATCH v1 7/8] iommu: Park TDISP T=0 devices in the blocking domain
` [PATCH v1 8/8] iommu/arm-smmu-v3: Probe a guest-level Realm VSMMU via RSI commands
[PATCH] PM: sleep: Add DPM watchdog to late/early/noirq phases
2026-09-09 23:00 UTC (4+ messages)
[PATCH v2 0/2] arm64/cpufreq: report and track frequencies above 4.19 GHz
2026-09-09 22:20 UTC (4+ messages)
` [PATCH v2 1/2] arm64: topology: fix arch_freq_get_on_cpu() overflow "
` [PATCH v2 2/2] cpufreq: update capacity_freq_ref when the boost state changes
[PATCH] rust: auxiliary: validate DeviceId name length
2026-09-09 20:32 UTC (8+ messages)
[PATCH v1 0/2] arm64/cpufreq: report and track frequencies above 4.19 GHz
2026-09-09 19:18 UTC (4+ messages)
` [PATCH v1 1/2] arm64: topology: fix arch_freq_get_on_cpu() overflow "
[PATCH net-next v14 0/6] net: dsa: mxl862xx: devlink flash and rescue
2026-09-09 18:47 UTC (7+ messages)
` [PATCH net-next v14 1/6] net: dsa: add devlink flash_update callback to dsa_switch_ops
` [PATCH net-next v14 2/6] net: dsa: mxl862xx: add SMDIO clause-22 register access
` [PATCH net-next v14 3/6] driver core: add device_schedule_reprobe()
` [PATCH net-next v14 4/6] net: dsa: mxl862xx: add devlink flash_update and info_get
` [PATCH net-next v14 5/6] net: dsa: mxl862xx: recover switch stuck in MCUboot rescue mode
` [PATCH net-next v14 6/6] net: dsa: mxl862xx: document devlink flash and info support
[PATCH v2] driver core/ACPI: Introduce companion_bus_register()
2026-09-09 16:41 UTC
[PATCH 0/4] driver: core: add subsys_platform_driver() to reduce boilerplate code in drivers
2026-09-09 15:19 UTC (14+ messages)
` [PATCH 1/4] driver: core: add subsys_driver() macro
` [PATCH 2/4] driver: core: platform: add subsys_platform_driver() macro
` [PATCH 3/4] clk: qcom: convert drivers over to use subsys_platform_driver()
` [PATCH 4/4] clk: renesas: "
[syzbot] [fs?] possible deadlock in ovl_create_object (2)
2026-09-09 15:19 UTC
[PATCH v11 00/10] lan966x pci device: Add support for SFPs, PCI part
2026-09-09 11:31 UTC (16+ messages)
` [PATCH v11 01/10] driver core: fw_devlink: Introduce fw_devlink_set_device()
` [PATCH v11 02/10] drivers: core: Use fw_devlink_set_device()
` [PATCH v11 05/10] cxl/test: "
` [PATCH v11 06/10] PCI: of: "
` [PATCH v11 08/10] PCI: of: Set fwnode device of newly created PCI device nodes
` [PATCH v11 10/10] PCI: of: Avoid np->data usage for the node changeset
` [PATCH v11 03/10] pinctrl: cs42l43: Use fw_devlink_set_device()
` [PATCH v11 04/10] cxl/test: Use device_set_node()
` [PATCH v11 07/10] PCI: of: Clear fwnode->dev during root bridge node removal and error path
[PATCH RFC 00/15] arm-mpam: Add basic device tree support for resctrl
2026-09-09 10:28 UTC (7+ messages)
` [PATCH RFC 09/15] arm_mpam: Fix MSC MMIO window size to use resource_size() instead of end - start
[PATCH v10 00/15] iommu/arm-smmu-v3: Implement Runtime/System Sleep ops
2026-09-09 9:20 UTC (10+ messages)
` [PATCH v10 07/15] platform-msi: Introduce platform_device_msi_rewrite()
` [PATCH v10 08/15] iommu/arm-smmu-v3: Cache and restore MSI config
[PATCH v2] selftests: cover kernfs dentry revalidation
2026-09-09 8:45 UTC (6+ messages)
[PATCH] genirq/PM: Re-enable chained interrupts after hibernation
2026-09-08 20:07 UTC (2+ messages)
[PATCH 1/3] w1: use match() callback instead of hardwiring dev->driver
2026-09-08 19:12 UTC (6+ messages)
` [PATCH 2/3] w1: move slave uevent into w1_slave_device_type
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox