messages from 2026-05-21 13:05:08 to 2026-05-25 20:31:54 UTC [more...]
[PATCH v5 00/24] rust: device: Higher-Ranked Lifetime Types for device drivers
2026-05-25 20:21 UTC (21+ messages)
` [PATCH v5 01/24] rust: pci: use 'static lifetime for PCI BAR resource names
` [PATCH v5 02/24] rust: alloc: remove `'static` bound on `ForeignOwnable`
` [PATCH v5 03/24] rust: driver: move 'static bounds to constructor
` [PATCH v5 04/24] rust: driver: decouple driver private data from driver type
` [PATCH v5 05/24] rust: driver core: drop drvdata before devres release
` [PATCH v5 06/24] rust: pci: implement Sync for Device<Bound>
` [PATCH v5 07/24] rust: platform: "
` [PATCH v5 08/24] rust: auxiliary: "
` [PATCH v5 09/24] rust: usb: "
` [PATCH v5 10/24] rust: device: "
` [PATCH v5 11/24] rust: device: make Core and CoreInternal lifetime-parameterized
` [PATCH v5 12/24] rust: pci: make Driver trait lifetime-parameterized
` [PATCH v5 13/24] rust: platform: "
` [PATCH v5 14/24] rust: auxiliary: "
` [PATCH v5 15/24] rust: usb: "
` [PATCH v5 16/24] rust: i2c: "
` [PATCH v5 17/24] rust: driver: update module documentation for GAT-based Data type
` [PATCH v5 18/24] rust: pci: make Bar lifetime-parameterized
` [PATCH v5 19/24] rust: io: make IoMem and ExclusiveIoMem lifetime-parameterized
` [PATCH v5 20/24] samples: rust: rust_driver_pci: use HRT lifetime for Bar
[PATCH v5 00/22] gpu: nova-core: vbios: harden various array accesses and refactor
2026-05-25 18:37 UTC (29+ messages)
` [PATCH v5 01/22] gpu: nova-core: vbios: stop scanning at BIOS_MAX_SCAN_LEN
` [PATCH v5 02/22] gpu: nova-core: vbios: use checked arithmetic for bios image range end
` [PATCH v5 03/22] gpu: nova-core: vbios: avoid reading too far in read_more_at_offset
` [PATCH v5 04/22] gpu: nova-core: vbios: read BitToken using FromBytes
` [PATCH v5 05/22] gpu: nova-core: vbios: use checked ops and accesses in `FwSecBiosImage::ucode`
` [PATCH v5 06/22] gpu: nova-core: vbios: use checked access in `FwSecBiosImage::header`
` [PATCH v5 07/22] gpu: nova-core: vbios: use checked accesses in `setup_falcon_data`
` [PATCH v5 08/22] gpu: nova-core: vbios: drop unused falcon_data_offset from FwSecBiosBuilder
` [PATCH v5 09/22] gpu: nova-core: vbios: keep PmuLookupTable local in setup_falcon_data
` [PATCH v5 10/22] gpu: nova-core: vbios: compute FWSEC-relative Falcon data offset
` [PATCH v5 11/22] gpu: nova-core: vbios: simplify setup_falcon_data
` [PATCH v5 12/22] gpu: nova-core: vbios: read PMU lookup entries using FromBytes
` [PATCH v5 13/22] gpu: nova-core: vbios: store PMU lookup entries in a KVVec
` [PATCH v5 14/22] gpu: nova-core: vbios: construct `FwSecBiosImage` directly from BIOS images
` [PATCH v5 15/22] gpu: nova-core: vbios: use the first PCI-AT image
` [PATCH v5 16/22] gpu: nova-core: vbios: use single logical block for the FWSEC section
` [PATCH v5 17/22] gpu: nova-core: vbios: use let-else in Vbios::new
` [PATCH v5 18/22] gpu: nova-core: vbios: remove unnecessary fields in PciRomHeader
` [PATCH v5 19/22] gpu: nova-core: vbios: drop unused image wrappers
` [PATCH v5 20/22] gpu: nova-core: vbios: drop redundant TryFrom import
` [PATCH v5 21/22] gpu: nova-core: vbios: move constants and functions to be associated
` [PATCH v5 22/22] gpu: nova-core: vbios: remove unused rom_header field
[PATCH V16 0/7] Rust Support for powerpc
2026-05-25 18:16 UTC (3+ messages)
` [PATCH V16 4/7] rust/powerpc: Set min rustc version "
[PATCH v4 0/3] rust: add SRCU abstraction
2026-05-25 17:55 UTC (4+ messages)
` [PATCH v4 1/3] rust: helpers: add SRCU helpers
` [PATCH v4 2/3] rust: sync: add SRCU abstraction
` [PATCH v4 3/3] MAINTAINERS: add Rust SRCU files to SRCU entry
[PATCH v7 0/3] rust-helpers: add workqueue helpers
2026-05-25 17:57 UTC (3+ messages)
[PATCH v3 0/7] rust: use vertical import style and remove redundant imports
2026-05-25 17:51 UTC (4+ messages)
` [PATCH v3 7/7] rust: doctest: use vertical import style
[PATCH 1/1] rust: block: fix GenDiskBuilder failure cleanup
2026-05-25 17:42 UTC (2+ messages)
[PATCH RESEND] pwm: th1520: Remove requirement for mul_u64_u64_div_u64_roundup
2026-05-25 17:29 UTC (4+ messages)
[PATCH v4 00/27] rust: device: Higher-Ranked Lifetime Types for device drivers
2026-05-25 14:48 UTC (46+ 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] rust: kernel: use strict provenance APIs
2026-05-25 13:48 UTC (2+ messages)
[PATCH v5 0/2] Rust netlink support + use in Rust Binder
2026-05-25 13:17 UTC (3+ messages)
` [PATCH v5 1/2] rust: netlink: add raw netlink abstraction
` [PATCH v5 2/2] rust_binder: report netlink transactions
[PATCH v4 00/20] gpu: nova-core: vbios: harden various array accesses and refactor
2026-05-25 12:38 UTC (41+ 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 04/20] gpu: nova-core: vbios: read BitToken using FromBytes
` [PATCH v4 05/20] gpu: nova-core: vbios: use checked ops and accesses in `FwSecBiosImage::ucode`
` [PATCH v4 06/20] gpu: nova-core: vbios: use checked access in `FwSecBiosImage::header`
` [PATCH v4 07/20] gpu: nova-core: vbios: use checked accesses in `setup_falcon_data`
` [PATCH v4 08/20] gpu: nova-core: vbios: drop unused falcon_data_offset from FwSecBiosBuilder
` [PATCH v4 09/20] gpu: nova-core: vbios: keep PmuLookupTable local in setup_falcon_data
` [PATCH v4 10/20] gpu: nova-core: vbios: compute FWSEC-relative Falcon data offset
` [PATCH v4 11/20] gpu: nova-core: vbios: simplify setup_falcon_data
` [PATCH v4 12/20] gpu: nova-core: vbios: read PMU lookup entries using FromBytes
` [PATCH v4 13/20] gpu: nova-core: vbios: store PMU lookup entries in a KVVec
` [PATCH v4 14/20] gpu: nova-core: vbios: construct `FwSecBiosImage` directly from BIOS images
` [PATCH v4 15/20] gpu: nova-core: vbios: use the first PCI-AT and FWSEC images
` [PATCH v4 16/20] gpu: nova-core: vbios: use let-else in Vbios::new
` [PATCH v4 17/20] gpu: nova-core: vbios: remove unnecessary fields in PciRomHeader
` [PATCH v4 18/20] gpu: nova-core: vbios: drop unused image wrappers
` [PATCH v4 20/20] gpu: nova-core: vbios: move constants and functions to be associated
[PATCH RFC v3 0/6] Add Rust virtio bindings and sample device
2026-05-25 7:51 UTC (4+ messages)
` [PATCH RFC v3 2/6] rust/helpers: add virtio.c
[PATCH] opp: rust: mark OPP methods as inline
2026-05-25 4:11 UTC (2+ messages)
[PATCH 00/13] drm/tyr: add debugfs support
2026-05-25 3:08 UTC (4+ messages)
` [PATCH 11/13] drm/tyr: add debugfs infrastructure
[PATCH] i2c: rust: fix I2cAdapter refcounts double increment
2026-05-25 2:56 UTC (2+ messages)
[GIT PULL] Alloc changes for 7.2-rc1
2026-05-25 1:30 UTC
[RFC PATCH v3 0/4] iio: position: add Rust driver for ams AS5600
2026-05-24 13:28 UTC (5+ messages)
` [RFC PATCH v3 1/4] i2c: rust: implement kernel::io::Io trait for I2cClient
` [RFC PATCH v3 2/4] rust: add minimal IIO subsystem abstractions
` [RFC PATCH v3 3/4] iio: position: add Rust driver for ams AS5600
` [RFC PATCH v3 4/4] iio: position: as5600: add Kconfig and Makefile entries
[RFC PATCH 0/3] Rust: add runtime PM support
2026-05-23 18:48 UTC (4+ messages)
` [RFC PATCH 1/3] rust: Add "
[PATCH v18 00/42] DEPT(DEPendency Tracker)
2026-05-23 15:04 UTC (5+ messages)
` DEPT (the dependency tracker) as AI review prompt? (was: DEPT v18)
` DEPT (the dependency tracker) as AI review prompt?
[PATCH RESEND] rust: replace `build_assert!` with `const_assert!`
2026-05-23 12:27 UTC
[PATCH] i2c: rust: mark I2cAdapter methods as inline
2026-05-23 8:24 UTC (3+ messages)
[PATCH v4 0/2] Avoid synchronize_rcu() for every thread drop in Rust Binder
2026-05-23 7:31 UTC (3+ messages)
` [PATCH v4 1/2] rust: poll: use kfree_rcu() for PollCondVar
` [PATCH v4 2/2] rust_binder: move (e)poll wait queue to Process
[PATCH v1] rust: workqueue: add cancel_sync support
2026-05-23 6:52 UTC (7+ messages)
[PATCH v5 0/4] Enable sysfs module symlink for more built-in drivers
2026-05-23 3:24 UTC (4+ messages)
` [PATCH v5 2/4] kernel: param: initialize module_kset in a pure_initcall
[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 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 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 (3+ 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 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 (4+ messages)
` [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 "
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