messages from 2026-05-19 05:42:14 to 2026-05-23 02:48:10 UTC [more...]
[PATCH v4 00/20] gpu: nova-core: vbios: harden various array accesses and refactor
2026-05-23 2:48 UTC (10+ messages)
` [PATCH v4 01/20] gpu: nova-core: vbios: stop scanning at BIOS_MAX_SCAN_LEN
` [PATCH v4 02/20] gpu: nova-core: vbios: use checked arithmetic for bios image range end
` [PATCH v4 03/20] gpu: nova-core: vbios: avoid reading too far in read_more_at_offset
` [PATCH v4 14/20] gpu: nova-core: vbios: construct `FwSecBiosImage` directly from BIOS images
[PATCH] rust: helpers: add is_vmalloc_addr wrapper for NOMMU builds
2026-05-22 18:54 UTC
[PATCH v2] rust: time: warn and assert out-of-range input in fsleep() and udelay()
2026-05-22 17:25 UTC
[PATCH] rust: kernel: use strict provenance APIs
2026-05-22 17:19 UTC
[PATCH 0/6] rust: binder: reduce `as` casts
2026-05-22 17:12 UTC (7+ messages)
` [PATCH 1/6] rust: binder: use strict provenance APIs
` [PATCH 2/6] rust: binder: transmute transaction data
` [PATCH 3/6] rust: binder: enable `clippy::ptr_as_ptr` lint
` [PATCH 4/6] rust: binder: enable `clippy::ref_as_ptr` lint
` [PATCH 5/6] rust: binder: enable `clippy::as_underscore`
` [PATCH 6/6] rust: binder: enable `clippy::cast_lossless`
[PATCH] rust: time: add debug assertions for out-of-range input in fsleep()
2026-05-22 17:09 UTC (7+ messages)
[PATCH v1] rust: workqueue: add cancel_sync support
2026-05-22 13:15 UTC (6+ messages)
[PATCH v5 0/4] Enable sysfs module symlink for more built-in drivers
2026-05-22 13:06 UTC (3+ messages)
` [PATCH v5 2/4] kernel: param: initialize module_kset in a pure_initcall
[PATCH v4 00/27] rust: device: Higher-Ranked Lifetime Types for device drivers
2026-05-22 10:14 UTC (29+ messages)
` [PATCH v4 01/27] rust: alloc: remove `'static` bound on `ForeignOwnable`
` [PATCH v4 02/27] rust: driver: move 'static bounds to constructor
` [PATCH v4 03/27] rust: driver: decouple driver private data from driver type
` [PATCH v4 04/27] rust: driver core: drop drvdata before devres release
` [PATCH v4 05/27] rust: pci: implement Sync for Device<Bound>
` [PATCH v4 06/27] rust: platform: "
` [PATCH v4 07/27] rust: auxiliary: "
` [PATCH v4 08/27] rust: usb: "
` [PATCH v4 09/27] rust: device: "
` [PATCH v4 10/27] rust: device: make Core and CoreInternal lifetime-parameterized
` [PATCH v4 11/27] rust: pci: make Driver trait lifetime-parameterized
` [PATCH v4 12/27] rust: platform: "
` [PATCH v4 13/27] rust: auxiliary: "
` [PATCH v4 14/27] rust: usb: "
` [PATCH v4 15/27] rust: i2c: "
` [PATCH v4 16/27] rust: driver: update module documentation for GAT-based Data type
` [PATCH v4 17/27] rust: pci: make Bar lifetime-parameterized
` [PATCH v4 18/27] rust: io: make IoMem and ExclusiveIoMem lifetime-parameterized
` [PATCH v4 19/27] samples: rust: rust_driver_pci: use HRT lifetime for Bar
` [PATCH v4 20/27] gpu: nova-core: separate driver type from driver data
` [PATCH v4 21/27] rust: types: add `ForLt` trait for higher-ranked lifetime support
` [PATCH v4 22/27] rust: auxiliary: generalize Registration over ForLt
` [PATCH v4 23/27] samples: rust: rust_driver_auxiliary: showcase lifetime-bound registration data
` [PATCH REF v4 24/27] gpu: nova-core: use lifetime for Bar
` [PATCH REF v4 25/27] gpu: nova-core: unregister sysmem flush page from Drop
` [PATCH REF v4 26/27] gpu: nova-core: replace ARef<Device> with &'bound Device in SysmemFlush
` [PATCH REF v4 27/27] gpu: drm: tyr: use lifetime for IoMem
[PATCH v6 0/7] gpu: nova-core: run unload sequence upon unbinding
2026-05-22 6:59 UTC (9+ messages)
` [PATCH v6 1/7] gpu: nova-core: remove unneeded get_gsp_info proxy function
` [PATCH v6 2/7] gpu: nova-core: do not import firmware commands into GSP command module
` [PATCH v6 3/7] gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command upon unloading
` [PATCH v6 4/7] gpu: nova-core: refactor SEC2 booter loading into BooterFirmware::run()
` [PATCH v6 5/7] gpu: nova-core: gsp: shuffle boot code a bit to keep chipset-specific parts close
` [PATCH v6 6/7] gpu: nova-core: gsp: move chipset-specific parts of the boot process into a HAL
` [PATCH v6 7/7] gpu: nova-core: run Booter Unloader and FWSEC-SB upon unbinding
[PATCH] rust: add procedural macro for declaring configfs attributes
2026-05-22 6:20 UTC (4+ messages)
[PATCH v2 0/3] rust: add SRCU abstraction
2026-05-22 5:46 UTC (7+ messages)
` [PATCH v2 2/3] rust: sync: "
[PATCH v3 0/3] rust: add SRCU abstraction
2026-05-22 5:41 UTC (4+ messages)
` [PATCH v3 1/3] rust: helpers: add SRCU helpers
` [PATCH v3 2/3] rust: sync: add SRCU abstraction
` [PATCH v3 3/3] MAINTAINERS: add Rust SRCU files to SRCU entry
[PATCH] i2c: rust: mark I2cAdapter methods as inline
2026-05-22 5:09 UTC (2+ messages)
[PATCH v3 0/4] s390: Enable Rust support and add required arch glue
2026-05-21 16:56 UTC (5+ messages)
` [PATCH v3 1/4] s390/bug: Provide ARCH_WARN_ASM for Rust WARN/BUG support
` [PATCH v3 2/4] s390/jump_label: Implement ARCH_STATIC_BRANCH_JUMP_ASM and ARCH_STATIC_BRANCH_ASM macros
` [PATCH v3 3/4] rust/bindgen_parameters: Mark s390 types as opaque to prevent repr conflicts
` [PATCH v3 4/4] s390: Enable Rust support
[PATCH v2 0/2] rust: re-export `unsafe_precondition_assert!` and use in cpu module
2026-05-21 17:02 UTC (4+ messages)
` [PATCH v2 2/2] rust: cpu: use `unsafe_precondition_assert!`
[PATCH v2 0/4] s390: enable Rust support and add required arch glue
2026-05-21 16:27 UTC (7+ messages)
` [PATCH v2 1/4] s390/bug: Provide ARCH_WARN_ASM for Rust WARN/BUG support
` [PATCH v2 2/4] s390/jump_label: Implement ARCH_STATIC_BRANCH_JUMP_ASM and ARCH_STATIC_BRANCH_ASM macros
` [PATCH v2 3/4] rust/bindgen_parameters: Mark s390 types as opaque to prevent repr conflicts
` [PATCH v2 4/4] s390: enable Rust support
[PATCH] rust: module_param: add missing newline to pr_warn
2026-05-21 16:14 UTC
[PATCH v5 0/7] gpu: nova-core: run unload sequence upon unbinding
2026-05-21 13:04 UTC (5+ messages)
` [PATCH v5 7/7] gpu: nova-core: run Booter Unloader and FWSEC-SB "
[PATCH] .gitignore: ignore rustc long type txt files
2026-05-21 10:21 UTC
[PATCH v2] Fail the build on RUST=y and RUST_IS_AVAILABLE=n
2026-05-21 10:14 UTC (2+ messages)
[PATCH] pwm: th1520: Remove requirement for mul_u64_u64_div_u64_roundup
2026-05-21 9:53 UTC
[PATCH RFC v3 0/6] Add Rust virtio bindings and sample device
2026-05-21 9:03 UTC (3+ messages)
` [PATCH RFC v3 2/6] rust/helpers: add virtio.c
[PATCH v7 0/3] rust-helpers: add workqueue helpers
2026-05-21 8:54 UTC (4+ messages)
` [PATCH v7 1/3] rust: helpers: "
` [PATCH v7 2/3] rust: workqueue: add safe cancellation and status methods
` [PATCH v7 3/3] rust: workqueue: add KUnit and sample stress tests
[PATCH 0/8] Fix missing fops.owner in Rust DRM/misc abstractions
2026-05-21 7:59 UTC (14+ messages)
` [PATCH 1/8] rust: module: add `MODULE_PTR` const to `ModuleMetadata` trait
` [PATCH 2/8] rust: driver: make `DriverModule` struct pub(crate) in `module_driver!`
` [PATCH 3/8] rust: drm: add `ThisModule` associated type to `Driver` trait
` [PATCH 4/8] gpu: nova: implement `ThisModule`
` [PATCH 5/8] gpu: tyr: "
` [PATCH 6/8] rust: drm: set fops.owner from driver module pointer
` [PATCH 7/8] rust: miscdevice: add `ThisModule` associated type to `MiscDevice` trait
` [PATCH 8/8] samples: rust: rust_misc_device: implement `ThisModule` for `RustMiscDevice`
[PATCH v2 0/7] Fix missing fops.owner in Rust DRM/misc abstractions
2026-05-21 7:52 UTC (8+ messages)
` [PATCH v2 1/7] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v2 2/7] rust: macros: auto-insert ThisModule in #[vtable]
` [PATCH v2 3/7] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [PATCH v2 4/7] rust: drm: set fops.owner from driver module pointer
` [PATCH v2 5/7] rust: miscdevice: "
` [PATCH v2 6/7] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v2 7/7] block: rnull: "
[PATCH v1] rust: rcu: Add abstraction for call_rcu()
2026-05-21 7:25 UTC (3+ messages)
[PATCH v3 0/7] rust: use vertical import style and remove redundant imports
2026-05-21 6:57 UTC (8+ messages)
` [PATCH v3 1/7] rust: miscdevice: use vertical import style
` [PATCH v3 2/7] samples: rust_misc_device: "
` [PATCH v3 3/7] rust: miscdevice: remove redundant imports
` [PATCH v3 4/7] rust: block: mq: use vertical import style
` [PATCH v3 5/7] rust: block: mq: remove redundant imports and format
` [PATCH v3 6/7] rust: block: rnull: use vertical import style
` [PATCH v3 7/7] rust: doctest: "
[PATCH v2 1/2] rust: alloc: cleanup imports and use "kernel vertical" style
2026-05-20 22:10 UTC (2+ messages)
[PATCH 0/6] rust: drm: Higher-Ranked Lifetime private data
2026-05-20 11:25 UTC (10+ messages)
[PATCH 0/7] gpu: drm: nova: enable calling into nova-core
2026-05-20 10:01 UTC (6+ messages)
` [PATCH 2/7] scripts: modpost: increase buf_printf's buffer size
[PATCH v3 00/27] rust: device: Higher-Ranked Lifetime Types for device drivers
2026-05-20 9:34 UTC (51+ messages)
` [PATCH v3 03/27] rust: driver: decouple driver private data from driver type
` [PATCH v3 04/27] rust: driver core: drop drvdata before devres release
` [PATCH v3 05/27] rust: pci: implement Sync for Device<Bound>
` [PATCH v3 06/27] rust: platform: "
` [PATCH v3 07/27] rust: auxiliary: "
` [PATCH v3 08/27] rust: usb: "
` [PATCH v3 09/27] rust: device: "
` [PATCH v3 10/27] rust: pci: make Driver trait lifetime-parameterized
` [PATCH v3 16/27] rust: types: add `ForLt` trait for higher-ranked lifetime support
` [PATCH v3 17/27] rust: auxiliary: generalize Registration over ForLt
` [PATCH v3 18/27] samples: rust: rust_driver_auxiliary: showcase lifetime-bound registration data
` [PATCH v3 19/27] rust: pci: make Bar lifetime-parameterized
` [PATCH v3 20/27] rust: io: make IoMem and ExclusiveIoMem lifetime-parameterized
` [PATCH v3 21/27] samples: rust: rust_driver_pci: use HRT lifetime for Bar
` [PATCH v3 22/27] rust: driver-core: rename 'a lifetime to 'bound
[PATCH v2] rust-analyzer: update generate_rust_analyzer to pass cfg to macros crate
2026-05-20 7:47 UTC
[PATCH V16 0/7] Rust Support for powerpc
2026-05-20 6:46 UTC (8+ messages)
` [PATCH V16 1/7] rust: Fix "multiple candidates for rmeta dependency core" error
` [PATCH V16 2/7] dma-resv: Fix undefined symbol when CONFIG_DMA_SHARED_BUFFER is disabled
` [PATCH V16 3/7] powerpc/jump_label: adjust inline asm to be consistent
` [PATCH V16 4/7] rust/powerpc: Set min rustc version for powerpc
` [PATCH V16 5/7] rust: Make __udivdi3() and __umoddi3() panic
` [PATCH V16 6/7] rust: Add PowerPC support
` [PATCH V16 7/7] powerpc: Enable Rust for ppc64le
[PATCH 00/18] lib: Rust implementation of SPDM
2026-05-20 5:56 UTC (3+ messages)
` [PATCH 08/18] PCI/TSM: Support connecting to PCIe CMA devices
[PATCH v2 0/5] rust: use vertical import style and remove redundant imports
2026-05-20 2:59 UTC (11+ messages)
` [PATCH v2 1/5] rust: miscdevice: use vertical import style
` [PATCH v2 2/5] samples: rust_misc_device: "
` [PATCH v2 3/5] rust: miscdevice: remove redundant imports
` [PATCH v2 4/5] rust: block: mq: use vertical import style
` [PATCH v2 5/5] rust: block: mq: remove redundant imports and format
[PATCH] rust: fmt: use vertical import style
2026-05-19 22:53 UTC (2+ messages)
[PATCH] rust: doc: disable doc inlining for all prelude items
2026-05-19 22:52 UTC (2+ messages)
[PATCH] rust: add `CacheAligned` for easy cache line alignment of values
2026-05-19 11:28 UTC (10+ messages)
[PATCH 0/4] s390: enable Rust support and add required arch glue
2026-05-19 6:38 UTC (7+ messages)
` [PATCH 4/4] s390: enable Rust support
[PATCH 0/2] rust: use vertical import style in miscdevice
2026-05-19 6:37 UTC (4+ messages)
` [PATCH 1/2] rust: miscdevice: use vertical import style
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