Linux driver-core infrastructure
 help / color / mirror / Atom feed
 messages from 2026-09-11 13:43:31 to 2026-09-13 21:13:45 UTC [more...]

[PATCH 0/2] rust: honor the maximum DMA segment size
 2026-09-13 21:08 UTC  (7+ messages)
` [PATCH 1/2] gpu: nova-core: declare unlimited DMA max "
` [PATCH 2/2] rust: scatterlist: honor the device's maximum "

[PATCH v2 0/2] rust: honor the maximum DMA segment size
 2026-09-13 21:08 UTC  (3+ messages)
` [PATCH v2 1/2] gpu: nova-core: declare unlimited DMA max "
` [PATCH v2 2/2] rust: scatterlist: honor the device's maximum "

[PATCH net-next v15 0/6] net: dsa: mxl862xx: devlink flash and rescue
 2026-09-13 18:03 UTC  (7+ messages)
` [PATCH net-next v15 1/6] net: dsa: add devlink flash_update callback to dsa_switch_ops
` [PATCH net-next v15 2/6] net: dsa: mxl862xx: add SMDIO clause-22 register access
` [PATCH net-next v15 3/6] driver core: add device_schedule_reprobe()
` [PATCH net-next v15 4/6] net: dsa: mxl862xx: add devlink flash_update and info_get
` [PATCH net-next v15 5/6] net: dsa: mxl862xx: recover switch stuck in MCUboot rescue mode
` [PATCH net-next v15 6/6] net: dsa: mxl862xx: document devlink flash and info support

[REGRESSION] kernfs: empty cgroup rmdir latency after delete-notification changes
 2026-09-13 16:17 UTC  (4+ messages)

[syzbot] [kernel?] KASAN: slab-use-after-free Read in disable_device
 2026-09-13 15:54 UTC  (2+ messages)

[PATCH v21 0/9] rust: add `Ownable` trait and `Owned` type
 2026-09-13  9:49 UTC  (10+ messages)
` [PATCH v21 4/9] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v21 7/9] rust: page: convert to `AlwaysRefCounted`
` [PATCH v21 9/9] rust: page: add `ExclusivePage` for race-free page access

[PATCH 0/3] kernfs: do less work under the kernfs_rwsem write lock
 2026-09-13  2:14 UTC  (4+ messages)
` [PATCH 1/3] kernfs: activate a new node without dropping kernfs_rwsem
` [PATCH 2/3] kernfs: allocate the new name outside kernfs_rwsem
` [PATCH 3/3] kernfs: free the old "

[RFC PATCH 0/8] kernfs, driver core: staged sysfs registration
 2026-09-12 13:20 UTC  (11+ messages)
` [RFC PATCH 1/8] kernfs: factor out reusable directory helpers
` [RFC PATCH 2/8] kernfs: add staged directory creation and publication
` [RFC PATCH 3/8] sysfs: add opt-in "
` [RFC PATCH 4/8] driver core: Register opted-in devices through the staged sysfs path
` [RFC PATCH 5/8] drivers: base: test: Add KUnit suite for staged sysfs registration
` [RFC PATCH 6/8] driver core: Defer uevents for devices registered in a staged window
` [RFC PATCH 7/8] PCI/IOV: Register virtual functions through the staged sysfs path
` [RFC PATCH 8/8] vfio: Opt the group and vfio-dev class devices into staged sysfs

[syzbot] [fs?] possible deadlock in ovl_create_object (2)
 2026-09-12 13:12 UTC  (2+ messages)

[PATCH v12 0/3] drivers/base: Introduce revocable
 2026-09-12 12:38 UTC  (4+ messages)
` [PATCH v12 3/3] gpio: Leverage revocable for accessing struct gpio_chip

[PATCH v13 0/3] drivers/base: Introduce revocable
 2026-09-12 12:35 UTC  (4+ messages)
` [PATCH v13 1/3] revocable: Revocable resource management
` [PATCH v13 2/3] revocable: Add KUnit test cases
` [PATCH v13 3/3] gpio: Leverage revocable for accessing struct gpio_chip

[PATCH v2 0/6] workqueue: OwnedQueue, ScopedQueue and ScopedWork
 2026-09-12  7:58 UTC  (6+ messages)
` [PATCH v2 5/6] rust: workqueue: add ScopedQueue for lifetime bound items

[PATCH 0/4] kernfs: remove kernfs_rwsem from dentry revalidation
 2026-09-12  3:28 UTC  (7+ messages)
` [PATCH 4/4] kernfs: Remove "

[PATCH] sched/cache: Refresh LLC capacity across CPU hotplug
 2026-09-12  0:55 UTC  (5+ messages)
` [PATCH v2] "

[PATCH net-next v14 6/6] net: dsa: mxl862xx: document devlink flash and info support
 2026-09-12  0:28 UTC 

[PATCH net-next v14 5/6] net: dsa: mxl862xx: recover switch stuck in MCUboot rescue mode
 2026-09-12  0:28 UTC 

[PATCH net-next v14 4/6] net: dsa: mxl862xx: add devlink flash_update and info_get
 2026-09-12  0:28 UTC 

[PATCH net-next v14 3/6] driver core: add device_schedule_reprobe()
 2026-09-12  0:28 UTC 

[PATCH net-next v14 1/6] net: dsa: add devlink flash_update callback to dsa_switch_ops
 2026-09-12  0:28 UTC 

[PATCH] kobject: Fix the kobj_set_name reference in kset_register() kernel-doc
 2026-09-11 23:16 UTC  (2+ messages)

[PATCH v3 0/2] cxl/memdev: Fix poison debugfs vs unbind deadlock
 2026-09-11 23:09 UTC  (5+ messages)
` [PATCH v3 2/2] cxl/memdev: Fix deadlock between poison debugfs and cxl_mem unbind

[PATCH] debugfs: don't warn about uninitialized debugfs for an error parent
 2026-09-11 21:20 UTC  (2+ messages)

[PATCH v2] rust: auxiliary: validate DeviceId name length
 2026-09-11 21:07 UTC  (2+ messages)

[PATCH v2 0/4] kernfs: don't hold kernfs_rwsem across dir_emit()
 2026-09-11 18:28 UTC  (5+ messages)
` [PATCH v2 1/4] kernfs: don't repeat or skip an entry when readdir resumes
` [PATCH v2 2/4] kernfs: resume readdir on the full entry key
` [PATCH v2 3/4] kernfs: don't hold kernfs_rwsem across dir_emit()
` [PATCH v2 4/4] selftests: cover readdir resuming at a removed entry

[PATCH 0/3] kernfs, driver core: Cut per-node lock traffic in bulk registration
 2026-09-11 18:12 UTC  (6+ 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 0/3] kernfs: don't hold kernfs_rwsem across dir_emit()
 2026-09-11 17:58 UTC  (4+ messages)
` [PATCH 2/3] "

[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  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox