messages from 2026-06-18 12:12:47 to 2026-06-22 18:47:24 UTC [more...]
[PATCH v2 0/3] Add and use abstraction for synchronize_rcu()
2026-06-22 18:47 UTC (10+ messages)
` [PATCH v2 1/3] rust: sync: Add "
` [PATCH v2 2/3] rust: revocable: Use safe synchronize_rcu() abstraction
` [PATCH v2 3/3] rust: sync: Use safe synchronize_rcu() abstraction in poll
[PATCH v2 00/13] gpu: nova-core: consolidate and streamline GSP boot process
2026-06-22 18:41 UTC (16+ messages)
` [PATCH v2 01/13] gpu: nova-core: gsp: sequencer: use GspBootContext
` [PATCH v2 02/13] gpu: nova-core: gsp: sequencer: do not store sequence into GspSequencer
` [PATCH v2 03/13] gpu: nova-core: gsp: move boot code into local closure
` [PATCH v2 04/13] gpu: nova-core: gsp: replace BootUnloadGuard with local handler
` [PATCH v2 05/13] gpu: nova-core: gsp: move unload bundle error handling to Gsp::boot
` [PATCH v2 06/13] gpu: nova-core: gsp: make unload take GspBootContext
` [PATCH v2 07/13] gpu: nova-core: gsp: fold TU102 unload bundle construction into HAL method
` [PATCH v2 08/13] gpu: nova-core: gsp: turn FWSEC execution "
` [PATCH v2 09/13] gpu: nova-core: gsp: make use of FWSEC bootloader a property of the TU102 HAL
` [PATCH v2 10/13] gpu: nova-core: introduce GspBootMethod
` [PATCH v2 11/13] gpu: nova-core: avoid repeated calls to pci::Device::as_ref
` [PATCH v2 12/13] gpu: nova-core: gsp: pass GspBootContext mutably
` [PATCH v2 13/13] gpu: nova-core: store Fsp instance in Gpu
[PATCH v4 00/16] rust: drm: Higher-Ranked Lifetime private data
2026-06-22 18:25 UTC (20+ messages)
` [PATCH v4 01/16] rust: drm: ioctl: fix unbounded lifetimes in ioctl handler arguments
` [PATCH v4 02/16] rust: drm: rename Uninit DeviceContext to Normal
` [PATCH v4 03/16] rust: drm: Add Driver::ParentDevice associated type
` [PATCH v4 04/16] rust: drm: change default DeviceContext to Normal
` [PATCH v4 05/16] rust: drm: restrict AlwaysRefCounted to Normal Device context
` [PATCH v4 06/16] rust: drm: restrict AlwaysRefCounted to Normal GEM Object context
` [PATCH v4 07/16] rust: drm: split Deref for Device context typestates
` [PATCH v4 08/16] rust: drm: pin ioctl Device reference to Normal context
` [PATCH v4 09/16] rust: drm: add Ioctl device context typestate
` [PATCH v4 10/16] rust: drm: Add RegistrationGuard for drm_dev_enter/exit critical sections
` [PATCH v4 11/16] rust: drm: Wrap ioctl dispatch in RegistrationGuard
` [PATCH v4 12/16] rust: drm: return ParentDevice from Device AsRef
` [PATCH v4 13/16] rust: drm: add AsRef<ParentDevice<Bound>> for Device<Registered>
` [PATCH v4 14/16] rust: drm: Add RegistrationData to drm::Driver
` [PATCH v4 15/16] rust: drm: Pass registration data to ioctl handlers
` [PATCH v4 16/16] drm: nova: Use drm::Device<Registered> to access the parent bus device
[PATCH v3 0/3] gpu: nova-core: obtain and display VRAM amount
2026-06-22 16:43 UTC (9+ messages)
` [PATCH v3 3/3] gpu: nova-core: gsp: Extract and display usable FB regions from GSP
[PATCH 0/6] gpu: nova-core: consolidate and streamline GSP boot process
2026-06-22 15:04 UTC (11+ messages)
` [PATCH 1/6] gpu: nova-core: gsp: sequencer: use GspBootContext
` [PATCH 2/6] gpu: nova-core: gsp: sequencer: do not store sequence into GspSequencer
` [PATCH 3/6] gpu: nova-core: gsp: move boot code into local closure
` [PATCH 4/6] gpu: nova-core: gsp: replace BootUnloadGuard with local handler
` [PATCH 5/6] gpu: nova-core: gsp: move unload bundle error handling to Gsp::boot
` [PATCH 6/6] gpu: nova-core: gsp: make unload take GspBootContext
[PATCH] rust_binder: reject context manager self-transaction
2026-06-22 14:58 UTC (2+ messages)
` [PATCH v2] "
[PATCH v4 0/5] rust / dma_buf: Add abstractions for dma_fence
2026-06-22 13:56 UTC (6+ messages)
` [PATCH v4 1/5] rust: types: implement ForeignOwnable for ARef<T>
` [PATCH v4 2/5] rust: error: Add ECANCELED error code
` [PATCH v4 3/5] rust: sync: Add abstraction for rcu_barrier()
` [PATCH v4 4/5] rust: Add dma_fence abstractions
` [PATCH v4 5/5] MAINTAINERS: Add entry for Rust dma-buf
[PATCH v5 0/5] gpu: drm: nova: enable calling into nova-core
2026-06-22 13:30 UTC (6+ messages)
` [PATCH v5 1/5] gpu: build nova-core and nova-drm from drivers/gpu/Makefile
` [PATCH v5 2/5] gpu: nova-core: export Rust symbols for nova-drm
` [PATCH v5 3/5] gpu: nova-core: emit Rust metadata "
` [PATCH v5 4/5] gpu: drm: nova: depend on nova-core and use its symbols
` [PATCH POC v5 5/5] gpu: drm: nova: demonstrate interaction with nova-core
[PATCH v3 0/6] Fix missing fops.owner in Rust DRM/misc abstractions
2026-06-22 13:06 UTC (18+ messages)
` [PATCH v3 1/6] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v3 2/6] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [PATCH v3 3/6] rust: macros: auto-insert OwnerModule in #[vtable]
` [PATCH v3 4/6] rust: drm: set fops.owner from driver module pointer
` [PATCH v3 5/6] rust: miscdevice: "
` [PATCH v3 6/6] rust: configfs: use `LocalModule` for `THIS_MODULE`
[PATCH 0/3] rust: doctest: unify with other kunit tests
2026-06-22 13:00 UTC (8+ messages)
` [PATCH 1/3] rust: kunit: use `file!()` inside `kunit_assert!`
` [PATCH 2/3] rust: kunit: use `line!()` "
` [PATCH 3/3] rust: doctest: generate Rust kunit test suites
[RFC PATCH 0/9] rust: usb: synchronous bulk/control transfers + helpers
2026-06-22 9:54 UTC (3+ messages)
` [RFC PATCH 2/9] rust: usb: add synchronous control transfer support
[PATCH v5 0/2] rust: `overflow_assert!` macro
2026-06-22 9:44 UTC (5+ messages)
` [PATCH v5 1/2] rust: kernel: create "
` [PATCH v5 2/2] rust: uaccess: refactor to use `overflow_assert!`
[PATCH 00/13] gpu: nova-core: blackwell follow-ups and fixes
2026-06-22 9:26 UTC (13+ messages)
` [PATCH 01/13] gpu: nova-core: fsp: limit FSP receive message allocation size
` [PATCH 04/13] gpu: nova-core: falcon: gsp: move PRIV target mask constants
` [PATCH 05/13] gpu: nova-core: gsp: keep FMC boot params DMA region alive during error
` [PATCH 06/13] gpu: nova-core: fsp: move FMC firmware loading into wait_secure_boot
[PATCH] gpu: nova-core: parse structs via zerocopy
2026-06-22 7:45 UTC (2+ messages)
[PATCH 0/2] gpu: nova-core: convert to kernel bitfield macro and remove local variant
2026-06-22 5:23 UTC (3+ messages)
` [PATCH 1/2] gpu: nova-core: convert to kernel bitfield macro
[PATCH v2 0/7] Fix missing fops.owner in Rust DRM/misc abstractions
2026-06-22 2:52 UTC (13+ 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 7/7] block: rnull: use `LocalModule` for `THIS_MODULE`
[PATCH v4 00/20] rust: I/O type generalization and projection
2026-06-22 0:49 UTC (9+ messages)
` [PATCH v4 09/20] rust: io: use view types instead of addresses for `Io`
[PATCH v2 0/4] rust: samples: add an EDU PCI driver sample (MMIO + IRQ + DMA)
2026-06-21 12:27 UTC (12+ messages)
` [PATCH v2 1/4] rust: pci: make Vendor::from_raw() public
` [PATCH v2 2/4] rust: pci: add managed Device::enable_device()
` [PATCH v2 3/4] rust: completion: add complete()
` [PATCH v2 4/4] rust: samples: add EDU PCI driver sample
[PATCH v3] rust: time: warn and assert out-of-range input in fsleep() and udelay()
2026-06-21 10:59 UTC
[PATCH v3 00/13] rust: drm: Higher-Ranked Lifetime private data
2026-06-20 16:52 UTC (15+ messages)
` [PATCH v3 01/13] rust: drm: rename Uninit DeviceContext to Normal
` [PATCH v3 02/13] rust: drm: Add Driver::ParentDevice associated type
` [PATCH v3 03/13] rust: drm: change default DeviceContext to Normal
` [PATCH v3 04/13] rust: drm: restrict AlwaysRefCounted to Normal Device context
` [PATCH v3 05/13] rust: drm: restrict AlwaysRefCounted to Normal GEM Object context
` [PATCH v3 06/13] rust: drm: split Deref for Device context typestates
` [PATCH v3 07/13] rust: drm: return ParentDevice from Device AsRef
` [PATCH v3 08/13] rust: drm: add AsRef<ParentDevice<Bound>> for Device<Registered>
` [PATCH v3 09/13] rust: drm: Add RegistrationGuard for drm_dev_enter/exit critical sections
` [PATCH v3 10/13] rust: drm: Add RegistrationData to drm::Driver
` [PATCH v3 11/13] rust: drm: Wrap ioctl dispatch in RegistrationGuard
` [PATCH v3 12/13] rust: drm: Pass registration data to ioctl handlers
` [PATCH v3 13/13] drm: nova: Use drm::Device<Registered> to access the parent bus device
[PATCH v2] rust: time: warn and assert out-of-range input in fsleep() and udelay()
2026-06-19 11:43 UTC (2+ messages)
[PATCH v3] rust: hrtimer: Restrict expires() to safe contexts
2026-06-19 9:56 UTC (4+ messages)
[PATCH v4] rust: configfs: add procedural macro for declaring configfs attributes
2026-06-19 9:10 UTC
[PATCH] rust: Kbuild: set frame-pointer llvm module flag for CONFIG_FRAME_POINTER
2026-06-19 8:01 UTC (2+ messages)
[PATCH v2 1/2] rust: doctest: fix incorrect pattern in replacement
2026-06-19 7:46 UTC (3+ messages)
[PATCH 0/3] Add and use abstraction for synchronize_rcu()
2026-06-19 7:19 UTC (11+ messages)
` [PATCH 1/3] rust: sync: Add "
` [PATCH 3/3] rust: sync: Use safe synchronize_rcu() abstraction in poll
[PATCH v2 0/5] rust: use vertical import style and remove redundant imports
2026-06-19 6:29 UTC (4+ messages)
` [PATCH v2 4/5] rust: block: mq: use vertical import style
[PATCH v3 0/7] ForLt/CovariantForLt split, auxiliary closure API and DevresLt
2026-06-18 23:08 UTC (8+ messages)
` [PATCH v3 1/7] rust: types: rename ForLt to CovariantForLt
` [PATCH v3 2/7] rust: types: introduce ForLt base trait for CovariantForLt
` [PATCH v3 3/7] rust: auxiliary: add registration_data_with() for ForLt types
` [PATCH v3 4/7] rust: auxiliary: sample: demonstrate ForLt with invariant Mutex type
` [PATCH v3 5/7] rust: devres: add DevresLt for ForLt-aware device resource access
` [PATCH v3 6/7] rust: pci: return DevresLt from Bar::into_devres()
` [PATCH v3 7/7] rust: io: mem: return DevresLt from IoMem/ExclusiveIoMem::into_devres()
[PATCH 00/18] lib: Rust implementation of SPDM
2026-06-18 22:51 UTC (5+ messages)
` [PATCH 08/18] PCI/TSM: Support connecting to PCIe CMA devices
[PATCH 0/2] rust: revocable: fix potential race between concurrent revokers
2026-06-18 22:28 UTC (6+ messages)
` [PATCH 1/2] pin-init: add PinInit::map_err() for error type conversion
` [PATCH 2/2] rust: revocable: fix race between concurrent revokers
[PATCH v3 0/4] rust / dma_buf: Add abstractions for dma_fence
2026-06-18 19:14 UTC (8+ messages)
` [PATCH v3 1/4] rust: types: implement ForeignOwnable for ARef<T>
` [PATCH v3 2/4] rust: error: Add ECANCELED error code
` [PATCH v3 3/4] rust: Add dma_fence abstractions
` [PATCH v3 4/4] MAINTAINERS: Add entry for Rust dma-buf
[PATCH 00/10] rust: driver: use pointers instead of indices for ID info
2026-06-18 17:03 UTC (11+ messages)
` [PATCH 01/10] rust: driver: remove `IdTable::id`
` [PATCH 02/10] rust: driver: simplify `IdArray::new_without_index`
` [PATCH 03/10] rust: pci: use `Option<&IdInfo>` for device ID info
` [PATCH 04/10] rust: net/phy: remove expansion from doc
` [PATCH 05/10] rust: driver: centralize device ID handling
` [PATCH 06/10] rust: driver: remove `$module_table_name` from `module_device_table`
` [PATCH 07/10] rust: driver: store pointers in `DeviceId`
` [PATCH 08/10] rust: driver: remove open-coded matching logic
` [PATCH 09/10] rust: driver: remove duplicate ID table
` [PATCH 10/10] RFC: rust: driver: support map-like syntax for "
[PATCH] rust: i2c: avoid locking when calling I2cAdapter::inc_ref
2026-06-18 15:32 UTC (3+ messages)
[PATCH] rust_binder: check context manager before creating node
2026-06-18 12:12 UTC (2+ messages)
` [PATCH v2] "
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