messages from 2026-06-03 01:10:43 to 2026-06-09 10:46:43 UTC [more...]
[PATCH v5 0/3] rust: add `bitfield!` macro
2026-06-09 10:46 UTC (8+ messages)
` [PATCH v5 1/3] rust: extract `bitfield!` macro from `register!`
` [PATCH v5 2/3] rust: bitfield: Add KUnit tests for bitfield
` [PATCH v5 3/3] rust: io: use the `bitfield!` macro in `register!`
[PATCH v4 0/4] Enable sysfs module symlink for more built-in drivers
2026-06-09 10:29 UTC (6+ messages)
` [PATCH v5 "
[PATCH v3 0/3] PM: dpm_watchdog: Improve DPM watchdog configurability
2026-06-09 9:04 UTC (9+ messages)
` [PATCH v3 1/3] PM: core: Rename module parameters prefix to "power"
` [PATCH v3 2/3] PM: dpm_watchdog: Allow disabling DPM watchdog by default
` [PATCH v3 3/3] PM: dpm_watchdog: Add sysctl interface for DPM watchdog timeouts
[PATCH] software node: allow passing reference args to PROPERTY_ENTRY_REF()
2026-06-09 6:04 UTC (2+ messages)
[PATCH v3 00/19] rust: I/O type generalization and projection
2026-06-08 23:52 UTC (22+ messages)
` [PATCH v3 01/19] rust: io: add dynamically-sized `Region` type
` [PATCH v3 02/19] rust: io: add missing safety requirement in `IoCapable` methods
` [PATCH v3 03/19] rust: io: restrict untyped IO access and `register!` to `Region`
` [PATCH v3 04/19] rust: io: implement `Io` on reference types instead
` [PATCH v3 05/19] rust: io: generalize `MmioRaw` to pointer to arbitrary type
` [PATCH v3 06/19] rust: io: rename `Mmio` to `MmioOwned`
` [PATCH v3 07/19] rust: io: implement `Mmio` as view type
` [PATCH v3 08/19] rust: pci: io: make `ConfigSpace` a view
` [PATCH v3 09/19] rust: io: use view types instead of addresses for `Io`
` [PATCH v3 10/19] rust: io: remove `MmioOwned`
` [PATCH v3 11/19] rust: io: move `Io` methods to extension trait
` [PATCH v3 12/19] rust: io: add projection macro and methods
` [PATCH v3 13/19] rust: io: add I/O backend for system memory with volatile access
` [PATCH v3 14/19] rust: io: implement a view type for `Coherent`
` [PATCH v3 15/19] rust: io: add `read_val` and `write_val` function on `Io`
` [PATCH v3 16/19] gpu: nova-core: use I/O projection for cleaner encapsulation
` [PATCH v3 17/19] rust: dma: drop `dma_read!` and `dma_write!` API
` [PATCH v3 18/19] rust: io: add copying methods
` [PATCH v3 19/19] rust: io: implement `Io` for `Either`
[PATCH v2 0/7] rust: drm: Higher-Ranked Lifetime private data
2026-06-08 20:50 UTC (17+ messages)
` [PATCH v2 1/7] rust: drm: Add Driver::ParentDevice associated type
` [PATCH v2 2/7] rust: drm: Add UnbindGuard for drm_dev_enter/exit critical sections
` [PATCH v2 3/7] rust: drm: Add RegistrationData to drm::Driver
` [PATCH v2 4/7] rust: drm: Wrap ioctl dispatch in UnbindGuard
` [PATCH v2 5/7] rust: drm: Pass bound parent device to ioctl handlers
` [PATCH v2 6/7] rust: drm: Pass registration data "
` [PATCH v2 7/7] drm: nova: convert to use DRM registration data
[PATCH v3] PCI: Call local_pci_probe() directly if current CPU is in the right node
2026-06-08 19:51 UTC
[PATCH v2] firmware_loader: Fix recursive lock in device_cache_fw_images()
2026-06-08 19:35 UTC (3+ messages)
[PATCH v19 0/4] Rust bindings for gem shmem
2026-06-08 18:50 UTC (6+ messages)
` [PATCH v19 1/4] rust: drm: gem: shmem: Add DmaResvGuard helper
` [PATCH v19 2/4] rust: drm: gem: shmem: Add vmap functions
` [PATCH v19 3/4] rust: faux: Allow retrieving a bound Device
` [PATCH v19 4/4] rust: drm: gem: Introduce shmem::Object::sg_table()
[PATCH v2 0/4] Convert remaining buses to generic driver_override handling
2026-06-08 18:09 UTC (7+ messages)
` [PATCH v2 1/4] amba: use generic driver_override infrastructure
` [PATCH v2 2/4] rpmsg: core: "
` [PATCH v2 3/4] vmbus: "
` [PATCH v2 4/4] cdx: "
[PATCH v1] driver core: attribute_container: Unwind device_add() on attr failure
2026-06-08 17:27 UTC
[PATCH v18 0/4] Rust bindings for gem shmem
2026-06-08 17:10 UTC (15+ messages)
` [PATCH v18 1/4] rust: drm: gem: shmem: Add DmaResvGuard helper
` [PATCH v18 2/4] rust: drm: gem: shmem: Add vmap functions
` [PATCH v18 3/4] rust: faux: Allow retrieving a bound Device
` [PATCH v18 4/4] rust: drm: gem: Introduce shmem::Object::sg_table()
[PATCH] kernfs: use nofail allocation for global locks
2026-06-08 12:25 UTC (2+ messages)
[PATCH] rust: io: require proper alignment in the safety contracts of `IoCapable`
2026-06-08 10:33 UTC (2+ messages)
[PATCH v4 0/3] cpufreq: cppc: Handle Highest Performance changes at runtime
2026-06-08 10:07 UTC (4+ messages)
` [PATCH v4 1/3] cpufreq: cppc: Add update_limits support for Highest Performance changes
` [PATCH v4 2/3] cpufreq: cppc: Refactor autonomous perf bounds into helper
` [PATCH v4 3/3] arch_topology: Add topology_update_cpu_capacity() for runtime updates
[PATCH 00/23] driver core: count references of the platform device's fwnode, not OF node
2026-06-08 8:40 UTC (28+ messages)
` [PATCH 04/23] pmdomain: imx: fix OF node refcount
` [PATCH 05/23] powerpc/powermac: "
` [PATCH 07/23] driver core: platform: provide platform_device_set_fwnode()
` [PATCH 08/23] driver core: platform: provide platform_device_set_of_node_from_dev()
` [PATCH 11/23] i2c: pxa-pci: use platform_device_set_of_node()
` [PATCH 20/23] usb: chipidea: use platform_device_set_of_node_from_dev()
` [PATCH 22/23] reset: rzg2l: "
[PATCH v3 0/2] device property: fix child iteration issues with secondary fwnodes
2026-06-08 2:41 UTC (6+ messages)
` [PATCH v3 1/2] device property: fix infinite loop in fwnode_for_each_child_node()
` [PATCH v3 2/2] drivers: base: test: add test cases for fwnode_for_each_child_node()
[PATCH v2 0/2] device property: fix child iteration issues with secondary fwnodes
2026-06-08 2:35 UTC (17+ messages)
` [PATCH v2 1/2] software node: fix refcount leak in software_node_get_next_child()
` [PATCH v2 2/2] device property: fix infinite loop in fwnode_for_each_child_node()
[PATCH next] driver core: Replace strcpy() with memcpy()
2026-06-06 20:25 UTC
[PATCH next] kernfs: Replace strcpy(s, "../") with memcpy(s, "../", 4)
2026-06-06 20:26 UTC
[PATCH v4 0/7] rust: add `bitfield!` macro
2026-06-06 12:06 UTC (5+ messages)
` [PATCH v4 7/7] rust: bitfield: Add KUnit tests for bitfield
[PATCH v2 0/6] Rework index projection syntax
2026-06-05 8:23 UTC (10+ messages)
` [PATCH v2 1/6] rust: ptr: rename `ProjectIndex::index` to `build_index`
` [PATCH v2 2/6] rust: ptr: use `match` instead of `unwrap_or_else` for `build_index`
` [PATCH v2 3/6] rust: ptr: add panicking index projection variant
[PATCH v2 0/3] PM: dpm_watchdog: Improve DPM watchdog configurability
2026-06-05 7:10 UTC (10+ messages)
` [PATCH v2 1/3] PM: core: Rename module parameters prefix to "power"
` [PATCH v2 2/3] PM: dpm_watchdog: Allow disabling DPM watchdog by default
` [PATCH v2 3/3] PM: dpm_watchdog: Add sysctl interface for DPM watchdog timeouts
[PATCH v7 0/2] lan966x pci device: Add support for SFPs, simple-bus part
2026-06-05 6:45 UTC (2+ messages)
[PATCH v7 0/8] lan966x pci device: Add support for SFPs, PCI part
2026-06-05 6:37 UTC (2+ messages)
[PATCH v17 00/10] rust: add `Ownable` trait and `Owned` type
2026-06-04 20:11 UTC (11+ messages)
` [PATCH v17 01/10] rust: alloc: add `KBox::into_non_null`
` [PATCH v17 02/10] rust: types: Add Ownable/Owned types
` [PATCH v17 03/10] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v17 04/10] rust: page: update formatting of `use` statements
` [PATCH v17 05/10] rust: page: convert to `Ownable`
` [PATCH v17 06/10] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v17 07/10] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v17 08/10] rust: aref: update formatting of use statements
` [PATCH v17 09/10] rust: Add `OwnableRefCounted`
` [PATCH v17 10/10] rust: page: add `from_raw()`
[PATCH v17 0/6] Rust bindings for gem shmem
2026-06-04 18:53 UTC (12+ messages)
` [PATCH v17 1/6] rust: drm: gem: shmem: Fix Default implementation for ObjectConfig
` [PATCH v17 2/6] rust: drm: gem: shmem: Add DmaResvGuard helper
` [PATCH v17 3/6] rust: drm: gem: shmem: Add vmap functions
` [PATCH v17 4/6] rust: faux: Allow retrieving a bound Device
` [PATCH v17 5/6] rust: sync: Add SetOnce::reset()
` [PATCH v17 6/6] rust: drm: gem: Introduce shmem::Object::sg_table()
[PATCH v12 0/3] rust: add basic serial device bus abstractions
2026-06-03 15:56 UTC (4+ messages)
` [PATCH v12 1/3] "
` [PATCH v12 2/3] samples: rust: add Rust serial device bus sample device driver
` [PATCH v12 3/3] MAINTAINERS: serdev: Add self for serdev
[PATCH v2 0/7] ForLt/CovariantForLt split, auxiliary closure API and DevresLt
2026-06-03 12:05 UTC (11+ messages)
` [PATCH v2 1/7] rust: types: rename ForLt to CovariantForLt
` [PATCH v2 2/7] rust: types: introduce ForLt base trait for CovariantForLt
` [PATCH v2 3/7] rust: auxiliary: add registration_data_with() for ForLt types
` [PATCH v2 4/7] rust: auxiliary: sample: demonstrate ForLt with invariant Mutex type
` [PATCH v2 5/7] rust: devres: add DevresLt for ForLt-aware device resource access
` [PATCH v2 6/7] rust: pci: return DevresLt from Bar::into_devres()
` [PATCH v2 7/7] rust: io: mem: return DevresLt from IoMem/ExclusiveIoMem::into_devres()
[PATCH v3 rtw-next 0/2] wifi: rtw89: usb: read serial_number and uuid via sysfs
2026-06-03 6:59 UTC (3+ messages)
` [PATCH v3 rtw-next 1/2] wifi: rtw89: add dev_id_quirks to driver_info for per-device quirk control
[PATCH] driver core: platform: Setup device MSI domain just before driver probe
2026-06-03 6:44 UTC (3+ messages)
[PATCH 0/2] device property: fix child iteration issues with secondary fwnodes
2026-06-03 3:19 UTC (4+ messages)
` [PATCH 2/2] device property: fix infinite loop in fwnode_for_each_child_node()
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