messages from 2026-04-25 21:15:25 to 2026-04-27 22:13:30 UTC [more...]
[PATCH 00/24] rust: device: Higher-Ranked Lifetime Types for device drivers
2026-04-27 22:11 UTC (14+ messages)
` [PATCH 01/24] rust: driver core: drop drvdata before devres release
` [PATCH 02/24] rust: types: add `ForLt` trait for higher-ranked lifetime support
` [PATCH 03/24] rust: devres: add ForLt support to Devres
` [PATCH 04/24] rust: device: generalize drvdata methods over ForLt
` [PATCH 05/24] rust: driver: make Adapter trait lifetime-parameterized
` [PATCH 06/24] rust: pci: implement Sync for Device<Bound>
` [PATCH 07/24] rust: platform: "
` [PATCH 08/24] rust: auxiliary: "
` [PATCH 09/24] rust: usb: "
` [PATCH 10/24] rust: device: "
` [PATCH 11/24] rust: pci: make Driver trait lifetime-parameterized
` [PATCH 12/24] rust: platform: "
` [PATCH 13/24] rust: auxiliary: "
[PATCH 0/2] rust: auxiliary: replace drvdata() with registration data
2026-04-27 22:09 UTC (3+ messages)
` [PATCH 1/2] rust: auxiliary: add registration data to auxiliary devices
` [PATCH 2/2] rust: driver core: remove drvdata() and driver_type
[RFC PATCH v1 0/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access
2026-04-27 21:52 UTC (23+ messages)
` [RFC PATCH v1 1/9] uaccess: Split check_zeroed_user() out of usercopy.c
` [RFC PATCH v1 2/9] uaccess: Convert INLINE_COPY_{TO/FROM}_USER to kconfig and reduce ifdefery
` [RFC PATCH v1 3/9] x86/umip: Be stricter in fixup_umip_exception()
` [RFC PATCH v1 4/9] uaccess: Introduce copy_{to/from}_user_partial()
` [RFC PATCH v1 5/9] uaccess: Switch to copy_{to/from}_user_partial() when relevant
` [RFC PATCH v1 6/9] uaccess: Change copy_{to/from}_user to return -EFAULT
` [RFC PATCH v1 7/9] x86: Add unsafe_copy_from_user()
` [RFC PATCH v1 8/9] arm64: "
` [RFC PATCH v1 9/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access
[RFC PATCH 0/2] scripts: add kconfirm
2026-04-27 20:48 UTC (6+ messages)
` [RFC PATCH 1/2] "
` [RFC PATCH 2/2] Documentation: dev-tools: "
[PATCH 2/2] rust: sync: atomic: clarify AtomicAdd safety comment
2026-04-27 20:32 UTC
[PATCH v5 0/6] drm/tyr: Use register! macro
2026-04-27 18:49 UTC (2+ messages)
[PATCH] gpu: nova-core: simplify and_then with condition to filter
2026-04-27 18:46 UTC (4+ messages)
[PATCH v11 0/2] Introduce Synology Microp driver
2026-04-27 18:12 UTC (3+ messages)
` [PATCH v11 1/2] dt-bindings: embedded-controller: Add synology microp devices
` [PATCH v11 2/2] platform: Add initial synology microp driver
[PATCH v6 0/4] rust: add basic serial device bus abstractions
2026-04-27 18:05 UTC (5+ messages)
` [PATCH v6 1/4] rust: devres: return reference in `devres::register`
` [PATCH v6 2/4] serdev: add rust private data to serdev_device
` [PATCH v6 3/4] rust: add basic serial device bus abstractions
` [PATCH v6 4/4] samples: rust: add Rust serial device bus sample device driver
[PATCH v14 0/3] rust: leds: add led classdev abstractions
2026-04-27 17:59 UTC (4+ messages)
` [PATCH v14 1/3] rust: leds: add basic "
` [PATCH v14 2/3] rust: leds: add Mode trait
` [PATCH v14 3/3] rust: leds: add multicolor classdev abstractions
[PATCH v6] rust: ACPI: fix missing match data for PRP0001
2026-04-27 17:55 UTC
[PATCH v12 0/5] Rust bindings for gem shmem
2026-04-27 17:29 UTC (4+ messages)
` [PATCH v12 5/5] rust: drm: gem: Add vmap functions to shmem bindings
[PATCH 0/2] rust: list: fix incomplete SAFETY comments in list implementation
2026-04-27 16:53 UTC (6+ messages)
` [PATCH 1/2] rust: list: fix SAFETY comment in List::remove
[PATCH] rust_binder: Avoid holding lock when dropping delivered_death
2026-04-27 16:39 UTC (2+ messages)
[PATCH] rust_binder: avoid calling pending_oneway_finished() on TF_UPDATE_TXN
2026-04-27 16:38 UTC (2+ messages)
[PATCH V13 0/7] Rust support for powerpc
2026-04-27 16:05 UTC (10+ messages)
` [PATCH V13 5/7] rust: Make __udivdi3() and __umoddi3() panic
` [Linaro-mm-sig] "
[PATCH v3 0/2] rust: pin-init: fix incorrect accessor reference lifetime
2026-04-27 15:43 UTC (3+ messages)
` [PATCH v3 1/2] rust: pin-init: internal: move alignment check to `make_field_check`
` [PATCH v3 2/2] rust: pin-init: fix incorrect accessor reference lifetime
[PATCH v2 00/11] rust: I/O type generalization and projection
2026-04-27 15:27 UTC (8+ messages)
` [PATCH v2 01/11] rust: io: generalize `MmioRaw` to pointer to arbitrary type
` [PATCH v2 02/11] rust: io: generalize `Mmio` "
` [PATCH v2 03/11] rust: io: use pointer types instead of address
`Option::filter` in nova-core/firmware.rs
2026-04-27 15:11 UTC (2+ messages)
[PATCH] rust: workqueue: fix SAFETY comment Arc refs in Pin<KBox<T>>
2026-04-27 14:56 UTC (3+ messages)
[PATCH] scripts: generate_rust_analyzer.py: reduce import noise
2026-04-27 14:51 UTC (3+ messages)
[PATCH v4 0/2] rust: take advantage of newer rust-analyzer features
2026-04-27 14:22 UTC (14+ messages)
` [PATCH v4 1/2] scripts: generate_rust_analyzer.py: add versioning infrastructure
` [PATCH v4 2/2] scripts: generate_rust_analyzer.py: fix IDE support for primitive types
[PATCH] rust: alloc: fix assert in `Vec::reserve` doc test
2026-04-27 14:15 UTC
[PATCH] rust: alloc: add doc test for `Vec::extend_with` and fix comment
2026-04-27 13:44 UTC (10+ messages)
` [PATCH v2 0/2] rust: alloc: fix and test `Vec::extend_with`
` [PATCH v2 1/2] rust: alloc: add doc test for `Vec::extend_with`
` [PATCH v2 2/2] rust: alloc: fix `Vec::extend_with` SAFETY comment
[PATCH V15 0/7] Rust support for powerpc
2026-04-27 13:39 UTC (9+ messages)
` [PATCH V15 1/7] rust: Fix "multiple candidates for rmeta dependency core" error
` [PATCH V15 2/7] dma-resv: Fix undefined symbol when CONFIG_DMA_SHARED_BUFFER is disabled
` [PATCH V15 3/7] powerpc/jump_label: adjust inline asm to be consistent
` [PATCH V15 4/7] rust/powerpc: Set min rustc version for powerpc
` [PATCH V15 5/7] rust: Make __udivdi3() and __umoddi3() panic
` [PATCH V15 6/7] rust: Add PowerPC support
` [PATCH V15 7/7] powerpc: Enable Rust for ppc64le
[PATCH] rust: module_param: use `pr_warn_once!` for null pointer warning
2026-04-27 13:36 UTC (3+ messages)
[PATCH v3 0/4] Enable sysfs module symlink for more built-in drivers
2026-04-27 13:29 UTC (8+ messages)
` [PATCH v4 "
` [PATCH v4 1/4] kernel: param: initialize module_kset before do_initcalls()
` [PATCH v4 2/4] coresight: pass THIS_MODULE implicitly through a macro
` [PATCH v4 3/4] driver core: platform: set mod_name in driver registration
` [PATCH v4 4/4] docs: driver-api: add mod_name argument to __platform_register_drivers()
[PATCH 1/2] rust: allow `clippy::collapsible_match` globally
2026-04-27 13:21 UTC (4+ messages)
` [PATCH 2/2] rust: allow `clippy::collapsible_if` globally
[PATCH v4 0/8] gpu: nova-core: run unload sequence upon unbinding
2026-04-27 13:16 UTC (10+ messages)
` [PATCH v4 1/8] gpu: nova-core: remove unneeded get_gsp_info proxy function
` [PATCH v4 2/8] gpu: nova-core: do not import firmware commands into GSP command module
` [PATCH v4 3/8] gpu: nova-core: split BAR acquisition in unbind()
` [PATCH v4 4/8] gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command upon unloading
` [PATCH v4 5/8] gpu: nova-core: refactor SEC2 booter loading into BooterFirmware::run()
` [PATCH v4 6/8] gpu: nova-core: gsp: shuffle boot code a bit to keep chipset-specific parts close
` [PATCH v4 7/8] gpu: nova-core: gsp: move chipset-specific parts of the boot process into a HAL
` [PATCH v4 8/8] gpu: nova-core: run Booter Unloader and FWSEC-SB upon unbinding
[PATCH 6.12.y] rust: init: fix `clippy::undocumented_unsafe_blocks` warnings
2026-04-27 13:05 UTC (2+ messages)
[PATCH 0/5] Rework index projection syntax
2026-04-27 12:45 UTC (8+ messages)
` [PATCH 1/5] rust: ptr: add panicking index projection variant
` [PATCH 2/5] rust: dma: update to keyworded index projection syntax
` [PATCH 5/5] rust: ptr: remove implicit "
[PATCH] drm/gpuvm: rust: add RUST_DRM_GPUVM option to Kconfig
2026-04-27 10:54 UTC
[PATCH v4 00/20] drm/tyr: firmware loading and MCU boot support
2026-04-27 9:08 UTC (13+ messages)
` [PATCH v4 02/20] drm/tyr: select required dependencies in Kconfig
` [PATCH v4 12/20] drm/tyr: add parser for firmware binary
` [PATCH v4 18/20] drm/tyr: add CSF firmware interface support
` [PATCH v4 19/20] rust: time: add arch_timer_get_rate wrapper
[PATCH 0/1] rust: module_param: support bool parameters
2026-04-27 8:04 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH v2 0/2] rust: pin-init: fix incorrect accessor reference lifetime
2026-04-27 7:43 UTC (6+ messages)
` [PATCH v2 1/2] rust: pin-init: internal: move alignment check to `make_field_check`
` [PATCH v2 2/2] rust: pin-init: fix incorrect accessor reference lifetime
[PATCH] rust: doc: disable doc inlining for all prelude items
2026-04-27 7:31 UTC (2+ messages)
[PATCH] rust: sync: add #[must_use] to GlobalGuard and GlobalLock::try_lock
2026-04-27 7:29 UTC (2+ messages)
[PATCH V1 0/2] Rust DRM build fix
2026-04-27 6:21 UTC (4+ messages)
` [PATCH V1 1/2] rust/drm: import ARef from sync crate
` [PATCH V1 2/2] drm: Make CONFIG_RUST_DRM_GEM_SHMEM_HELPER selectable from menuconfig
[PATCH] rust: alloc: add doc test for `Vec::from_elem`
2026-04-27 4:08 UTC (5+ messages)
[PATCH v5 0/4] Rust io_uring command abstraction for miscdevice
2026-04-26 21:30 UTC (2+ messages)
[PATCH V2 0/1] Rust DRM build fix
2026-04-27 0:17 UTC (3+ messages)
` [PATCH V2 1/1] rust/drm: import ARef from sync crate
Maybe make Sashiko emails opt-in please?
2026-04-26 23:38 UTC (3+ messages)
drm-rust: process change announcement
2026-04-26 21:33 UTC
[PATCH v2] rust: workqueue: fix SAFETY comment Arc refs in Pin<KBox<T>>
2026-04-26 18:04 UTC (3+ messages)
[PATCH v3 0/6] gpu: nova-core: run unload sequence upon unbinding
2026-04-26 13:30 UTC (3+ messages)
` [PATCH v3 1/6] rust: add warn_on_err macro
[PATCH V14 0/7] Rust support for powerpc
2026-04-26 11:54 UTC (10+ messages)
` [PATCH V14 1/7] rust: Fix "multiple candidates for rmeta dependency core" error
` [PATCH V14 2/7] dma-resv: Fix undefined symbol when CONFIG_DMA_SHARED_BUFFER is disabled
` [PATCH V14 3/7] powerpc/jump_label: adjust inline asm to be consistent
` [PATCH V14 4/7] rust/powerpc: Set min rustc version for powerpc
` [PATCH V14 5/7] rust: Make __udivdi3() and __umoddi3() panic
` [PATCH V14 6/7] rust: Add PowerPC support
` [PATCH V14 7/7] powerpc: Enable Rust for ppc64le
[PATCH 0/1] Rust PCI capability infrastructure and SR-IOV support
2026-04-26 4:12 UTC (5+ messages)
` [PATCH v3 1/1] rust: pci: add extended capability "
[PATCH v12 00/22] gpu: nova-core: Add memory management support
2026-04-25 21:14 UTC (19+ messages)
` [PATCH v12 05/22] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH v12 06/22] gpu: nova-core: mm: Add common memory management types
` [PATCH v12 07/22] gpu: nova-core: mm: Add TLB flush support
` [PATCH v12 08/22] gpu: nova-core: mm: Add GpuMm centralized memory manager
` [PATCH v12 09/22] gpu: nova-core: mm: Add common types for all page table formats
` [PATCH v12 10/22] gpu: nova-core: mm: Add MMU v2 page table types
` [PATCH v12 11/22] gpu: nova-core: mm: Add MMU v3 "
` [PATCH v12 12/22] gpu: nova-core: mm: Add page table entry operation traits
` [PATCH v12 13/22] gpu: nova-core: mm: Add page table walker for MMU v2/v3
` [PATCH v12 14/22] gpu: nova-core: mm: Add Virtual Memory Manager
` [PATCH v12 15/22] gpu: nova-core: mm: Add virtual address range tracking to VMM
` [PATCH v12 16/22] gpu: nova-core: mm: Add multi-page mapping API "
` [PATCH v12 17/22] gpu: nova-core: Add BAR1 aperture type and size constant
` [PATCH v12 18/22] gpu: nova-core: mm: Add BAR1 user interface
` [PATCH v12 19/22] gpu: nova-core: mm: Add BAR1 memory management self-tests
` [PATCH v12 20/22] gpu: nova-core: mm: Add PRAMIN aperture self-tests
` [PATCH v12 21/22] gpu: nova-core: mm: pramin: drop useless as_ref() in run_self_test
` [PATCH v12 22/22] rust: maple_tree: implement Send and Sync for MapleTree
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