messages from 2026-05-13 11:44:52 to 2026-05-18 21:48:10 UTC [more...]
[PATCH] rust: module_param: use `pr_warn_once!` for null pointer warning
2026-05-18 21:47 UTC (3+ messages)
[PATCH] rust: workqueue: add cancel_work for Arc<T>
2026-05-18 19:46 UTC (4+ messages)
[PATCH 0/4] s390: enable Rust support and add required arch glue
2026-05-18 19:32 UTC (11+ messages)
` [PATCH 2/4] s390/jump_label: Implement ARCH_STATIC_BRANCH_JUMP_ASM and ARCH_STATIC_BRANCH_ASM macros
` [PATCH 4/4] s390: enable Rust support
[PATCH] rust: cpu: use `unsafe_precondition_assert!`
2026-05-18 18:53 UTC (3+ messages)
[RFC v3 0/3] add kconfirm
2026-05-18 18:19 UTC (22+ messages)
` [RFC PATCH v3 1/3] scripts: "
` [RFC PATCH v3 2/3] Documentation: "
` [RFC PATCH v3 3/3] MAINTAINERS: create entry for kconfirm
[PATCH v1 00/16] Introduce page table types, vmm and bar1 mapping support
2026-05-18 18:11 UTC (17+ messages)
` [PATCH v1 01/16] gpu: nova-core: mm: Add common types for virtual memory management
` [PATCH v1 02/16] gpu: nova-core: mm: Add buddy allocator and TLB to GpuMm
` [PATCH v1 03/16] gpu: nova-core: mm: Add common types for all page table formats
` [PATCH v1 04/16] gpu: nova-core: mm: pagetable: Add PteOps trait
` [PATCH v1 05/16] gpu: nova-core: mm: pagetable: Add PdeOps trait
` [PATCH v1 06/16] gpu: nova-core: mm: pagetable: Add DualPdeOps trait
` [PATCH v1 07/16] gpu: nova-core: mm: Add MMU v2 page table types
` [PATCH v1 08/16] gpu: nova-core: mm: Add MMU v3 "
` [PATCH v1 09/16] gpu: nova-core: mm: pagetable: Add MmuConfig trait
` [PATCH v1 10/16] gpu: nova-core: mm: Add page table walker for MMU v2/v3
` [PATCH v1 11/16] gpu: nova-core: mm: Add Virtual Memory Manager
` [PATCH v1 12/16] gpu: nova-core: mm: Add virtual address range tracking to VMM
` [PATCH v1 13/16] gpu: nova-core: mm: Add multi-page mapping API "
` [PATCH v1 14/16] gpu: nova-core: Add BAR1 aperture type and size constant
` [PATCH v1 15/16] gpu: nova-core: mm: Add BAR1 user interface
` [PATCH v1 16/16] gpu: nova-core: mm: Add BAR1 memory management self-tests
[PATCH v1 00/12] Introduce nova-core mm prerequisites
2026-05-18 18:03 UTC (13+ messages)
` [PATCH v1 01/12] rust: pci: add resource_flags accessor
` [PATCH v1 02/12] rust: bitfield: support cast+shift accessor syntax
` [PATCH v1 03/12] gpu: nova-core: gsp: Return GspStaticInfo from boot()
` [PATCH v1 04/12] gpu: nova-core: gsp: Extract usable FB region from GSP
` [PATCH v1 05/12] gpu: nova-core: gsp: Expose total physical VRAM end from FB region info
` [PATCH v1 06/12] gpu: nova-core: mm: Add Pfn (Physical Frame Number) type
` [PATCH v1 07/12] gpu: nova-core: mm: Add VramAddress type and conversion traits
` [PATCH v1 08/12] gpu: nova-core: mm: Add VramAddress arithmetic and ordering
` [PATCH v1 09/12] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH v1 10/12] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH v1 11/12] gpu: nova-core: mm: Add GpuMm centralized memory manager
` [PATCH v1 12/12] gpu: nova-core: mm: Add PRAMIN aperture self-tests
[PATCH] rust: kernel: module_param: replace pr_warn with pr_warn_once
2026-05-18 17:37 UTC (2+ messages)
[PATCH] rust: add `CacheAligned` for easy cache line alignment of values
2026-05-18 16:22 UTC (5+ messages)
[PATCH v3 00/27] rust: device: Higher-Ranked Lifetime Types for device drivers
2026-05-18 16:10 UTC (46+ messages)
` [PATCH v3 01/27] rust: alloc: remove `'static` bound on `ForeignOwnable`
` [PATCH v3 02/27] rust: driver: move 'static bounds to constructor
` [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 11/27] rust: platform: "
` [PATCH v3 12/27] rust: auxiliary: "
` [PATCH v3 13/27] rust: usb: "
` [PATCH v3 14/27] rust: i2c: "
` [PATCH v3 15/27] rust: driver: update module documentation for GAT-based Data type
` [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 REF v3 23/27] gpu: nova-core: "
` [PATCH REF v3 24/27] gpu: nova-core: use lifetime for Bar
` [PATCH REF v3 25/27] gpu: nova-core: unregister sysmem flush page from Drop
` [PATCH REF v3 26/27] gpu: nova-core: replace ARef<Device> with &'bound Device in SysmemFlush
` [PATCH REF v3 27/27] gpu: drm: tyr: use lifetime for IoMem
[PATCH] rust: kernel: module_param: replace pr_warn with pr_warn_once
2026-05-18 13:40 UTC
[PATCH v2] rust: bindgen: disable GCC latent entropy plugin
2026-05-18 13:01 UTC
[PATCH 0/8] rust: pin-init: internal refactors
2026-05-18 11:26 UTC (5+ messages)
` [PATCH 8/8] rust: pin-init: internal: project using full slot
` (subset) [PATCH 0/8] rust: pin-init: internal refactors
[PATCH] rust: kernel: module_param: replace pr_warn with pr_warn_once
2026-05-18 11:18 UTC (2+ messages)
[PATCH v4 0/4] Enable sysfs module symlink for more built-in drivers
2026-05-18 10:49 UTC (9+ messages)
` [PATCH v5 "
` [PATCH v5 1/4] soc/tegra: cbb: Move driver registration from pure_initcall to core_initcall
` [PATCH v5 2/4] kernel: param: initialize module_kset in a pure_initcall
` [PATCH v5 3/4] coresight: pass THIS_MODULE implicitly through a macro
` [PATCH v5 4/4] driver core: platform: set mod_name in driver registration
[PATCH 00/13] drm/tyr: add debugfs support
2026-05-18 10:10 UTC (9+ messages)
` [PATCH 08/13] rust: drm/gem: add GEM object query helpers for debugfs
` [PATCH 11/13] drm/tyr: add debugfs infrastructure
` [PATCH 12/13] drm/tyr: add vms and gpuvas debugfs interface
[PATCH v12 0/2] rust: Add safe pointer formatting support
2026-05-18 7:25 UTC (3+ messages)
[PATCH 1/2] rust: workqueue: add SAFETY comments for Pin<KBox<T>> impls
2026-05-18 4:11 UTC (3+ messages)
` [PATCH] rust: workqueue: add cancel_work for Arc<T>
` [PATCH 2/2] rust: list: add SAFETY comments in impl_list_item macros
[PATCH v4 0/4] Untrusted Data API
2026-05-18 2:05 UTC (4+ messages)
[PATCH 1/2] rust: workqueue: add SAFETY comments for Pin<KBox<T>> impls
2026-05-18 1:39 UTC (2+ messages)
` [PATCH 2/2] rust: list: add SAFETY comments in impl_list_item macros
[PATCH 00/18] lib: Rust implementation of SPDM
2026-05-17 8:09 UTC (6+ messages)
` [PATCH 01/18] rust: add untrusted data abstraction
` [PATCH 18/18] lib: rspdm: Support SPDM challenge
[RFC PATCH 0/3] Rust: add runtime PM support
2026-05-17 7:20 UTC (7+ messages)
` [RFC PATCH 1/3] rust: Add "
` [RFC PATCH 2/3] rust/platform: Add support for runtime PM
` [RFC PATCH 3/3] [DO NOT MERGE] drm/tyr: wire runtime PM hooks
[PATCH] rust: seq_file: route seq_print! directly to seq_write
2026-05-16 19:34 UTC (6+ messages)
` [PATCH v2] "
[PATCH v3 00/13] Improve process/maintainers output
2026-05-16 17:37 UTC (3+ messages)
[PATCH] rust: cred: add safe abstractions for capable() and ns_capable()
2026-05-15 19:07 UTC
[PATCH] rust: io: convert `PhysAddr` type alias to newtype
2026-05-15 16:45 UTC (2+ messages)
[PATCH v12 2/2] rust: fmt: route {:p} through HashedPtr to prevent address leaks
2026-05-15 15:34 UTC (2+ messages)
` [PATCH] "
[RFC PATCH v3] rust: dma_buf: Add dma_fence abstractions
2026-05-15 13:51 UTC (2+ messages)
[PATCH v5 0/7] gpu: nova-core: run unload sequence upon unbinding
2026-05-15 6:12 UTC (8+ messages)
` [PATCH v5 1/7] gpu: nova-core: remove unneeded get_gsp_info proxy function
` [PATCH v5 2/7] gpu: nova-core: do not import firmware commands into GSP command module
` [PATCH v5 3/7] gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command upon unloading
` [PATCH v5 4/7] gpu: nova-core: refactor SEC2 booter loading into BooterFirmware::run()
` [PATCH v5 5/7] gpu: nova-core: gsp: shuffle boot code a bit to keep chipset-specific parts close
` [PATCH v5 6/7] gpu: nova-core: gsp: move chipset-specific parts of the boot process into a HAL
` [PATCH v5 7/7] gpu: nova-core: run Booter Unloader and FWSEC-SB upon unbinding
[PATCH v3 0/6] gpu: nova-core: run unload sequence upon unbinding
2026-05-15 2:20 UTC (3+ messages)
[PATCH] ARM: Do not select HAVE_RUST when KASAN is enabled
2026-05-14 23:24 UTC (7+ messages)
Rust MC at LPC 2026
2026-05-14 21:40 UTC
[PATCH 0/6] rust: drm: Higher-Ranked Lifetime private data
2026-05-14 19:07 UTC (4+ messages)
[PATCH] rust_binder: use lock_vma_under_rcu() in shrinker
2026-05-14 10:51 UTC (4+ messages)
[PATCH 01/13] rust: sync: support [pin_]init for `SetOnce`
2026-05-13 22:45 UTC (2+ messages)
` [01/13] "
[PATCH v2 1/2] rust: alloc: cleanup imports and use "kernel vertical" style
2026-05-13 19:09 UTC (2+ messages)
` [PATCH v2 2/2] rust: alloc: cleanup doctest imports to "
[PATCH] rust: time: implement `Display` for `Delta`
2026-05-13 17:36 UTC (4+ messages)
[RFC v2 0/2] add kconfirm
2026-05-13 16:04 UTC (11+ messages)
[PATCH] rust: cred: add safe abstractions for capable() and ns_capable()
2026-05-13 15:39 UTC (3+ messages)
[PATCH] fault-inject: rust: add a Rust API for fault-injection
2026-05-13 15:13 UTC (3+ messages)
[PATCH] configfs: rust: add an API for adding default groups from C
2026-05-13 14:39 UTC (3+ messages)
[PATCH] docs: update rust-analyzer command
2026-05-13 11:44 UTC (4+ messages)
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