rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-17 05:31:10 to 2025-10-20 20:53:57 UTC [more...]

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-10-20 20:53 UTC  (11+ messages)
` [PATCH v22 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v22 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v22 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v22 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v22 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v22 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v22 07/28] riscv/mm: manufacture shadow stack pte
` [PATCH v22 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v22 09/28] riscv/mm: write protect and shadow stack
` [PATCH v22 10/28] riscv/mm: Implement map_shadow_stack() syscall

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-10-20 20:53 UTC  (16+ messages)
` [PATCH v22 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v22 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v22 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v22 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v22 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v22 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v22 07/28] riscv/mm: manufacture shadow stack pte
` [PATCH v22 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v22 09/28] riscv/mm: write protect and shadow stack
` [PATCH v22 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v22 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v22 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v22 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v22 14/28] riscv: Implements arch agnostic indirect branch tracking prctls

[PATCH 0/7] Pre-requisite patches for mm and irq in nova-core
 2025-10-20 20:45 UTC  (12+ messages)
` [PATCH 1/7] docs: rust: Fix a few grammatical errors
` [PATCH 2/7] gpu: nova-core: Add support to convert bitfield to underlying type
` [PATCH 3/7] docs: gpu: nova-core: Document GSP RPC message queue architecture
` [PATCH 4/7] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH 5/7] gpu: nova-core: Add support for managing GSP falcon interrupts
` [PATCH 6/7] nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH 7/7] nova-core: mm: Add data structures for page table management

[PATCH v13 00/17] Refcounted interrupts, SpinLockIrq for rust
 2025-10-20 20:44 UTC  (12+ messages)
` [PATCH v13 01/17] preempt: Track NMI nesting to separate per-CPU counter
` [PATCH v13 05/17] irq & spin_lock: Add counted interrupt disabling/enabling

[PATCH v2 0/5] rust: pci: add config space read/write support, take 1
 2025-10-20 19:34 UTC  (12+ messages)
` [PATCH v2 1/5] rust/io: factor common I/O helpers into Io trait and specialize Mmio<SIZE>
` [PATCH v2 2/5] rust: io: factor out MMIO read/write macros
` [PATCH v2 3/5] rust: pci: add a helper to query configuration space size
` [PATCH v2 5/5] nova-core: test configuration routine

[PATCH 0/2] rust: pci: consistently use INTx and PCI BAR in comments
 2025-10-20 17:08 UTC  (5+ messages)
` [PATCH 1/2] rust: pci: refer to legacy as INTx interrupts
` [PATCH 2/2] rust: pci: normalise spelling of PCI BAR

[PATCH v2 0/2] rust: pci: consistently use INTx and PCI BAR in comments
 2025-10-20 17:02 UTC  (3+ messages)
` [PATCH v2 1/2] rust: pci: refer to legacy as INTx interrupts
` [PATCH v2 2/2] rust: pci: normalise spelling of PCI BAR

[RESEND PATCH v18 00/16] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-10-20 15:39 UTC  (28+ messages)
` [RESEND PATCH v18 01/16] samples: rust: platform: remove trailing commas
` [RESEND PATCH v18 02/16] rust_binder: remove trailing comma
` [RESEND PATCH v18 03/16] rust_binder: use `kernel::fmt`
` [RESEND PATCH v18 04/16] rust_binder: use `core::ffi::CStr` method names
` [RESEND PATCH v18 05/16] rnull: use `kernel::fmt`
` [RESEND PATCH v18 06/16] rust: alloc: "
` [RESEND PATCH v18 07/16] rust: debugfs: "
  ` [PATCH] samples: rust: debugfs: use `core::ffi::CStr` method names
` [RESEND PATCH v18 08/16] rust: pci: use `kernel::fmt`
` [RESEND PATCH v18 09/16] rust: remove spurious `use core::fmt::Debug`
` [RESEND PATCH v18 10/16] rust: opp: use `CStr::as_char_ptr`
` [RESEND PATCH v18 11/16] rust: opp: fix broken rustdoc link
` [RESEND PATCH v18 12/16] rust: configfs: use `CStr::as_char_ptr`
` [RESEND PATCH v18 13/16] rust: regulator: "
` [RESEND PATCH v18 14/16] rust: clk: "
` [RESEND PATCH v18 15/16] rust: support formatting of foreign types
` [RESEND PATCH v18 16/16] rust: replace `CStr` with `core::ffi::CStr`

[PATCH] rust: fix tests under Rust 1.89.0's `CStr` `Debug` impl
 2025-10-20 15:27 UTC 

[PATCH 0/2] Use Rust Bitmap from Rust Binder driver
 2025-10-20 15:06 UTC  (6+ messages)
` [PATCH 1/2] rust: bitmap: add MAX_LEN and NO_ALLOC_MAX_LEN constants
` [PATCH 2/2] rust_binder: use bitmap for allocation of handles

[PATCH] rust: acpi: replace `core::mem::zeroed` with `pin_init::zeroed`
 2025-10-20 13:17 UTC  (6+ messages)

[PATCH] rust: opp: simplify callers of `to_c_str_array`
 2025-10-20 13:07 UTC 

[PATCH v18 00/16] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-10-20 12:44 UTC  (18+ messages)
` [PATCH v18 01/16] samples: rust: platform: remove trailing commas
` [PATCH v18 02/16] rust_binder: remove trailing comma
` [PATCH v18 03/16] rust_binder: use `kernel::fmt`
` [PATCH v18 04/16] rust_binder: use `core::ffi::CStr` method names
` [PATCH v18 05/16] rnull: use `kernel::fmt`
` [PATCH v18 06/16] rust: alloc: "
` [PATCH v18 07/16] rust: debugfs: "
` [PATCH v18 08/16] rust: pci: "
` [PATCH v18 09/16] rust: remove spurious `use core::fmt::Debug`
` [PATCH v18 10/16] rust: opp: use `CStr::as_char_ptr`
` [PATCH v18 11/16] rust: opp: fix broken rustdoc link
` [PATCH v18 12/16] rust: configfs: use `CStr::as_char_ptr`
` [PATCH v18 13/16] rust: regulator: "
` [PATCH v18 14/16] rust: clk: "
` [PATCH v18 15/16] rust: support formatting of foreign types
` [PATCH v18 16/16] rust: replace `CStr` with `core::ffi::CStr`

[PATCH] rust: drm: remove unneeded handling for config DRM_LEGACY
 2025-10-20 12:23 UTC  (2+ messages)

[PATCH v17 00/11] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-10-20 12:00 UTC  (4+ messages)

[PATCH 0/3] Rust PCI housekeeping
 2025-10-20 11:39 UTC  (2+ messages)

[PATCH v4 0/2] Defer vm_bo cleanup in GPUVM with DRM_GPUVM_IMMEDIATE_MODE
 2025-10-20 11:31 UTC  (2+ messages)

[PATCH v5 00/14] gpu: nova-core: Boot GSP to RISC-V active
 2025-10-20 10:55 UTC  (18+ messages)
` [PATCH v5 03/14] gpu: nova-core: gsp: Create wpr metadata
` [PATCH v5 04/14] gpu: nova-core: Add a slice-buffer (sbuffer) datastructure

[PATCH] gpu: nova-core: replace wait_on with kernel equivalents
 2025-10-20 10:07 UTC  (2+ messages)

[PATCH 0/7] Binary Large Objects for Rust DebugFS
 2025-10-20 10:02 UTC  (27+ messages)
` [PATCH 1/7] rust: uaccess: add UserSliceReader::read_slice_partial()
` [PATCH 3/7] rust: debugfs: support for binary large objects
` [PATCH 5/7] samples: rust: debugfs: add example for blobs
` [PATCH 6/7] rust: debugfs: support binary large objects for ScopedDir
` [PATCH 7/7] samples: rust: debugfs_scoped: add example for blobs

[PATCH v2 0/2] Implement Send and Sync for clk
 2025-10-20  9:35 UTC  (3+ messages)
` [PATCH v2 1/2] rust: clk: implement Send and Sync
` [PATCH v2 2/2] tyr: remove impl Send/Sync for TyrData

[PATCH] objtool/rust: add one more `noreturn` Rust function
 2025-10-20  8:17 UTC  (2+ messages)

[PATCH] rust_binder: clean Clippy `mem-replace-with-default` warning
 2025-10-19 19:42 UTC  (2+ messages)

[PATCH] rust: bitmap: fix formatting
 2025-10-19 19:01 UTC  (3+ messages)

[PATCH] rust: usb: fix formatting
 2025-10-19 18:59 UTC  (3+ messages)

[PATCH v5 0/2] rust: leds: add led classdev abstractions
 2025-10-19 14:28 UTC  (4+ messages)
` [PATCH v5 1/2] rust: Add trait to convert a device reference to a bus device reference
` [PATCH v5 2/2] rust: leds: add basic led classdev abstractions

[PATCH 1/2] nova-core: Solve mentions of `CoherentAllocation` improvements [COHA]
 2025-10-19 11:57 UTC  (3+ messages)

[GIT PULL] Rust 'rustfmt'
 2025-10-18 20:07 UTC  (2+ messages)

[PATCH 1/2] rust: pin-init: fix broken rust doc link
 2025-10-18 19:26 UTC  (6+ messages)

[PATCH v7.1 0/4] bitfield initial refactor within nova-core (RESEND)
 2025-10-18 13:41 UTC  (2+ messages)

[PATCH v3] docs/zh_CN: Add translation of rust/testing.rst
 2025-10-18  8:57 UTC  (2+ messages)

[PATCH 1/1] Use new `--output-format=doctest` rustdoc command line flag to improve doctest handling
 2025-10-18  7:18 UTC  (3+ messages)

[PATCH] rust: device: fix device context of Device::parent()
 2025-10-17 21:25 UTC  (3+ messages)

[PATCH] rust: driver: let probe() return impl PinInit<Self, Error>
 2025-10-17 18:29 UTC  (5+ messages)

[PATCH v4 0/9] Rust bindings for gem shmem + iosys_map
 2025-10-17 13:30 UTC  (11+ messages)
` [PATCH v4 1/9] Partially revert "rust: drm: gem: Implement AlwaysRefCounted for all gem objects automatically"
` [PATCH v4 2/9] rust/drm: Add gem::impl_aref_for_gem_obj!
` [PATCH v4 3/9] rust: helpers: Add bindings/wrappers for dma_resv_lock
` [PATCH v4 5/9] rust: gem: Introduce DriverObject::Args
` [PATCH v4 6/9] rust: drm: gem: shmem: Add DRM shmem helper abstraction

[PATCH] rust: drm/gem: Remove Object.dev
 2025-10-17 13:10 UTC  (2+ messages)

[PATCH] add `[pin_]init_scope` to execute code before creating an initializer
 2025-10-17 13:08 UTC  (2+ messages)

[PATCH] iosys_map: Make dst a const in iosys_map_memcpy_to()
 2025-10-17  7:45 UTC  (2+ messages)

[PATCH v6 00/11] gpu: nova-core: Boot GSP to RISC-V active
 2025-10-17  5:47 UTC  (12+ messages)
` [PATCH v6 01/11] gpu: nova-core: Set correct DMA mask
` [PATCH v6 02/11] gpu: nova-core: Create initial Gsp
` [PATCH v6 03/11] gpu: nova-core: gsp: Create wpr metadata
` [PATCH v6 04/11] gpu: nova-core: Add a slice-buffer (sbuffer) datastructure
` [PATCH v6 05/11] gpu: nova-core: Add zeroable trait to bindings
` [PATCH v6 06/11] gpu: nova-core: gsp: Add GSP command queue bindings and handling
` [PATCH v6 07/11] gpu: nova-core: gsp: Create rmargs
` [PATCH v6 08/11] gpu: nova-core: gsp: Add RM registry and sysinfo bindings and commands
` [PATCH v6 09/11] nova-core: falcon: Add support to check if RISC-V is active
` [PATCH v6 10/11] nova-core: falcon: Add support to write firmware version
` [PATCH v6 11/11] nova-core: gsp: Boot GSP

[PATCH v6 0/7] rust: add `ww_mutex` support
 2025-10-17  5:03 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).