messages from 2026-04-04 15:07:58 to 2026-04-16 22:43:32 UTC [more...]
[PATCH v2 0/3] rust: add `bitfield!` macro
2026-04-16 22:43 UTC (17+ messages)
` [PATCH v2 1/3] rust: extract `bitfield!` macro from `register!`
` [PATCH v2 2/3] rust: bitfield: Add KUNIT tests for bitfield
` [PATCH v2 3/3] gpu: nova-core: switch to kernel bitfield macro
[PATCH] sysfs: return -ENOENT from move/rename when kobj->sd is NULL
2026-04-16 15:06 UTC
[PATCH] kernfs: fix suspicious RCU usage in kernfs_put()
2026-04-16 13:43 UTC
[PATCH] Enable sysfs module symlink for more built-in drivers
2026-04-16 7:26 UTC (2+ messages)
` [PATCH] ACPI: bus: set mod_name in driver registration
[PATCH 0/5] Rework index projection syntax
2026-04-16 7:14 UTC (11+ messages)
` [PATCH 1/5] rust: ptr: add panicking index projection variant
` [PATCH 2/5] rust: dma: update to keyworded index projection syntax
` [PATCH 3/5] gpu: nova-core: convert to keyworded "
` [PATCH 4/5] gpu: nova-core: use pointer projection for command queue code
` [PATCH 5/5] rust: ptr: remove implicit index projection syntax
[PATCH v5 0/9] driver core: Fix some race conditions
2026-04-15 22:10 UTC (15+ messages)
` [PATCH v5 1/9] driver core: Don't let a device probe until it's ready
` [PATCH v5 2/9] driver core: Replace dev->can_match with dev_can_match()
` [PATCH v5 3/9] driver core: Replace dev->dma_iommu with dev_dma_iommu()
` [PATCH v5 4/9] driver core: Replace dev->dma_skip_sync with dev_dma_skip_sync()
` [PATCH v5 5/9] driver core: Replace dev->dma_ops_bypass with dev_dma_ops_bypass()
` [PATCH v5 6/9] driver core: Replace dev->state_synced with dev_state_synced()
` [PATCH v5 7/9] driver core: Replace dev->dma_coherent with dev_dma_coherent()
` [PATCH v5 8/9] driver core: Replace dev->of_node_reused with dev_of_node_reused()
` [PATCH v5 9/9] driver core: Replace dev->offline + ->offline_disabled with accessors
[PATCH 0/3] Introduce generic context device bus for IOMMU context isolation
2026-04-15 17:34 UTC (11+ messages)
` [PATCH 1/3] drivers: base: Add generic context device bus
` [PATCH 2/3] gpu: host1x: Migrate to "
` [PATCH 3/3] misc: fastrpc: Use context device bus for compute banks
[GIT PULL] Driver core changes for 7.0-rc1
2026-04-15 14:16 UTC (6+ messages)
` Probe function registering another driver [Was: Re: [GIT PULL] Driver core changes for 7.0-rc1]
[PATCH] platform: fix reference leak in platform_add_devices() on register failure
2026-04-15 14:05 UTC
[PATCH] firmware_loader: fix device reference leak in firmware_upload_register()
2026-04-15 8:51 UTC
[PATCH] driver core: Add kernel-doc for DEV_FLAG_COUNT enum value
2026-04-14 10:12 UTC (3+ messages)
[GIT PULL] Driver core changes for 7.1-rc1
2026-04-14 3:09 UTC (2+ messages)
linux-next: Tree for Apr 13 (new htmldocs warning)
2026-04-14 3:00 UTC (2+ messages)
[PATCH v3 0/2] Support BPF traversal of wakeup sources
2026-04-13 20:39 UTC (10+ messages)
[PATCH v4 0/4] rust: add basic serial device bus abstractions
2026-04-13 3:58 UTC (6+ messages)
` [PATCH v4 1/4] rust: devres: return reference in `devres::register`
` [PATCH v4 2/4] serdev: add rust private data to serdev_device
` [PATCH v4 3/4] rust: add basic serial device bus abstractions
` [PATCH v4 4/4] samples: rust: add Rust serial device bus sample device driver
[PATCH 0/2] driver core: remove software node from platform devices on device release
2026-04-13 3:56 UTC (4+ messages)
` [PATCH 1/2] driver core: platform: remove software node on release()
` [PATCH 2/2] driver core: platform: tests: add a test case for correct swnode removal
[PATCH v2 0/4] cxl: Consolidate cxlmd->endpoint accessing
2026-04-11 19:23 UTC (6+ messages)
` [PATCH v2 2/4] cxl/memdev: Hold memdev lock during memdev poison injection/clear
[syzbot] [kernfs?] WARNING: suspicious RCU usage in kernfs_put
2026-04-10 20:27 UTC
[PATCH] regmap: i3c: Add non-devm regmap_init_i3c() helper
2026-04-10 10:46 UTC (2+ messages)
[PATCH v3] rust: ACPI: fix missing match data for PRP0001
2026-04-10 15:53 UTC (9+ messages)
[PATCH v2] regmap: debugfs: fix race condition in dummy name allocation
2026-04-09 19:51 UTC (4+ messages)
` [PATCH] "
[PATCH v13 0/5] shut down devices asynchronously
2026-04-09 20:36 UTC (12+ messages)
` [PATCH 1/5] driver core: separate function to shutdown one device
` [PATCH 2/5] driver core: do not always lock parent in shutdown
` [PATCH 3/5] driver core: async device shutdown infrastructure
` [PATCH 4/5] PCI: Enable async shutdown support
` [PATCH 5/5] scsi: enable "
[PATCH v4 0/2] driver core: make references to unregistered software nodes a special case
2026-04-09 13:59 UTC (13+ messages)
` [PATCH v4 1/2] software node: return -ENOTCONN when referenced swnode is not registered yet
` [PATCH v4 2/2] gpio: swnode: defer probe on references to unregistered software nodes
` (subset) [PATCH v4 0/2] driver core: make references to unregistered software nodes a special case
[PATCH 0/5] driver core: Allow the constification of device attributes
2026-04-09 8:47 UTC (8+ messages)
` [PATCH 1/5] driver core: Delete DEVICE_ATTR_PREALLOC()
` [PATCH 2/5] driver core: Add low-level macros for device attributes
` [PATCH 3/5] driver core: stop using generic sysfs "
` [PATCH 4/5] driver core: Allow the constification of "
` [PATCH 5/5] driver core: Constify core "
[PATCH] sysfs: attribute_group: Respect is_visible_const() when changing owner
2026-04-08 22:17 UTC (2+ messages)
[PATCH v4] rust: ACPI: fix missing match data for PRP0001
2026-04-08 21:43 UTC
[PATCH v6 00/27] lan966x pci device: Add support for SFPs
2026-04-08 8:03 UTC (10+ messages)
` [PATCH v6 01/27] Revert "treewide: Fix probing of devices in DT overlays"
` [PATCH v6 02/27] of: dynamic: Fix overlayed devices not probing because of fw_devlink
` [PATCH v6 17/27] of: property: Allow fw_devlink device-tree on x86
[PATCH] drivers: base: Set mod->async_probe_requested if needed
2026-04-07 16:05 UTC
[PATCH v5 0/4] ARM: omap1: use real firmware node lookup for GPIOs on Nokia 770
2026-04-07 14:16 UTC (3+ messages)
` (subset) "
[PATCH v2 0/4] platform/x86: x86-android-tablets: use real firmware node references with intel drivers
2026-04-07 13:59 UTC (11+ messages)
` [PATCH v2 1/4] software node: return -ENXIO when referenced swnode is not registered yet
` [PATCH v2 4/4] platform/x86: x86-android-tablets: enable fwnode matching of GPIO chips
[PATCH v3 0/2] driver core: make references to unregistered software nodes a special case
2026-04-07 7:04 UTC (6+ messages)
` [PATCH v3 1/2] software node: return -ENOTCONN when referenced swnode is not registered yet
` [PATCH v3 2/2] gpio: swnode: defer probe on references to unregistered software nodes
[PATCH v4 0/9] driver core: Fix some race conditions
2026-04-06 18:59 UTC (22+ messages)
` [PATCH v4 1/9] driver core: Don't let a device probe until it's ready
` [PATCH v4 7/9] driver core: Replace dev->dma_coherent with dev_dma_coherent()
[PATCH] PM / wakeup: Register class wakeup in pure_initcall phase
2026-04-06 15:17 UTC (3+ messages)
[PATCH v2] rust: ACPI: fix missing match data for PRP0001
2026-04-06 14:41 UTC (2+ messages)
[PATCH 2/8] rust: io: generalize `Mmio` to arbitrary type
2026-04-06 4:00 UTC (9+ messages)
` [PATCH 3/8] rust: io: use pointer types instead of address
[PATCH] rust: dma: return EOVERFLOW instead of ENOMEM on size overflow
2026-04-05 9:51 UTC (7+ messages)
[PATCH] rust: ACPI: fix missing match data for PRP0001
2026-04-05 5:47 UTC (11+ messages)
[PATCH v2 0/4] Fix handling of GPIO keys and LEDs on geode
2026-04-05 3:29 UTC (8+ messages)
` [PATCH v2 3/4] software node: verify that property data is not on stack
[PATCH 00/12] treewide: Convert buses to use generic driver_override
2026-04-04 19:20 UTC (10+ messages)
` [PATCH 02/12] bus: fsl-mc: use generic driver_override infrastructure
` (subset) [PATCH 00/12] treewide: Convert buses to use generic driver_override
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