messages from 2025-10-21 15:09:36 to 2025-10-23 16:51:13 UTC [more...]
[PATCH v22 00/28] riscv control-flow integrity for usermode
2025-10-23 16:51 UTC (29+ 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 v22 15/28] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v22 16/28] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v22 17/28] riscv/signal: save and restore of shadow stack for signal
` [PATCH v22 18/28] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v22 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v22 20/28] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v22 21/28] riscv: kernel command line option to opt out of user cfi
` [PATCH v22 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v22 23/28] arch/riscv: compile vdso with landing pad and shadow stack note
` [PATCH v22 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw
` [PATCH v22 25/28] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v22 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v22 27/28] riscv: Documentation for shadow stack on riscv
` [PATCH v22 28/28] kselftest/riscv: kselftest for user mode cfi
[PATCH v2] rust: opp: simplify callers of `to_c_str_array`
2025-10-23 15:23 UTC (2+ messages)
[PATCH v6 0/5] Introduce bitfield and move register macro to rust/kernel/
2025-10-23 14:07 UTC (6+ messages)
` [PATCH v6 4/5] rust: Move register and bitfield macros out of Nova
[PATCH v22 00/28] riscv control-flow integrity for usermode
2025-10-23 13:25 UTC (15+ 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] rust: opp: simplify callers of `to_c_str_array`
2025-10-23 13:24 UTC (5+ messages)
[PATCH v3 00/10] Binary Large Objects for Rust DebugFS
2025-10-23 12:43 UTC (24+ messages)
` [PATCH v3 01/10] rust: fs: add new type file::Offset
` [PATCH v3 02/10] rust: uaccess: add UserSliceReader::read_slice_partial()
` [PATCH v3 03/10] rust: uaccess: add UserSliceReader::read_slice_file()
` [PATCH v3 04/10] rust: uaccess: add UserSliceWriter::write_slice_partial()
` [PATCH v3 05/10] rust: uaccess: add UserSliceWriter::write_slice_file()
` [PATCH v3 06/10] rust: debugfs: support for binary large objects
` [PATCH v3 07/10] rust: debugfs: support blobs from smart pointers
` [PATCH v3 08/10] samples: rust: debugfs: add example for blobs
` [PATCH v3 09/10] rust: debugfs: support binary large objects for ScopedDir
` [PATCH v3 10/10] samples: rust: debugfs_scoped: add example for blobs
[PATCH v1] rust: simplify read_poll_timeout's example code
2025-10-23 10:58 UTC (3+ messages)
[PATCH v22 00/28] riscv control-flow integrity for usermode
2025-10-23 10:24 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 v2 0/2] Add read_poll_count_atomic support
2025-10-23 5:24 UTC (18+ messages)
` [PATCH v2 1/2] rust: add udelay() function
` [PATCH v2 2/2] rust: Add read_poll_count_atomic function
[PATCH v2 4/5] rust: id_pool: do not immediately acquire new ids
2025-10-23 0:36 UTC (2+ messages)
[PATCH 0/7] Pre-requisite patches for mm and irq in nova-core
2025-10-22 23:16 UTC (34+ messages)
` [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 0/3] Remove the usage of Rust native atomics in debugfs
2025-10-22 16:25 UTC (10+ messages)
` [PATCH 1/3] rust: sync: atomic: Make Atomic*Ops pub(crate)
` [PATCH 2/3] rust: sync: atomic: Implement Debug for Atomic<Debug>
` [PATCH 3/3] rust: debugfs: Replace the usage of Rust native atomics
[PATCH 0/3] gpu: nova-core: various bitfield fixes
2025-10-22 16:19 UTC (8+ messages)
` [PATCH 1/3] gpu: nova-core: bitfield: simplify condition
` [PATCH 2/3] gpu: nova-core: bitfield: simplify expression
` [PATCH 3/3] gpu: nova-core: bitfield: remove BitOr implementation
Inquiry about Contribution Opportunities for Rust for Linux
2025-10-22 15:48 UTC (3+ messages)
[PATCH 1/1] rust: fs: Add FileOffset instead "pub type Offset = bindings::loff_t;" and FileOffset test
2025-10-22 14:33 UTC (3+ messages)
[PATCH v2 0/2] Implement Send and Sync for clk
2025-10-22 14:08 UTC (10+ messages)
` [PATCH v2 1/2] rust: clk: implement Send and Sync
` [PATCH v2 2/2] tyr: remove impl Send/Sync for TyrData
[PATCH 1/2] nova-core: Solve mentions of `CoherentAllocation` improvements [COHA]
2025-10-22 13:35 UTC (4+ messages)
[PATCH v6 0/7] rust: add `ww_mutex` support
2025-10-22 10:47 UTC (12+ messages)
` [PATCH v6 3/7] rust: implement `WwMutex`, `WwAcquireCtx` and `WwMutexGuard`
` [PATCH v6 6/7] rust: ww_mutex/exec: add high-level API
[PATCH v2 0/5] Use Rust Bitmap from Rust Binder driver
2025-10-22 10:14 UTC (3+ messages)
` [PATCH v2 5/5] rust_binder: use bitmap for allocation of handles
[PATCH v2 0/8] Binary Large Objects for Rust DebugFS
2025-10-22 9:34 UTC (23+ messages)
` [PATCH v2 1/8] rust: fs: add file::Offset type alias
` [PATCH v2 3/8] rust: uaccess: add UserSliceWriter::write_slice_partial()
` [PATCH v2 4/8] rust: debugfs: support for binary large objects
` [PATCH v2 5/8] rust: debugfs: support blobs from smart pointers
[PATCH] rust: debugfs: Implement Reader for Mutex<T> only when T is Unpin
2025-10-22 9:10 UTC (3+ messages)
[PATCH v16 0/7] Rust Abstractions for PWM subsystem with TH1520 PWM driver
2025-10-22 8:34 UTC (2+ messages)
[PATCH v4 0/9] Rust bindings for gem shmem + iosys_map
2025-10-22 8:14 UTC (5+ messages)
` [PATCH v4 2/9] rust/drm: Add gem::impl_aref_for_gem_obj!
[PATCH] objtool/rust: add one more `noreturn` Rust function
2025-10-22 8:13 UTC (4+ messages)
[PATCH] rust: acpi: replace `core::mem::zeroed` with `pin_init::zeroed`
2025-10-22 6:02 UTC (2+ messages)
[PATCH] rust: fix tests under Rust 1.89.0's `CStr` `Debug` impl
2025-10-22 5:51 UTC (2+ messages)
[PATCH v18 00/16] rust: replace kernel::str::CStr w/ core::ffi::CStr
2025-10-22 4:01 UTC (8+ messages)
` [PATCH v18 10/16] rust: opp: use `CStr::as_char_ptr`
` [PATCH v18 11/16] rust: opp: fix broken rustdoc link
` [PATCH v18 14/16] rust: clk: use `CStr::as_char_ptr`
[RESEND PATCH v18 00/16] rust: replace kernel::str::CStr w/ core::ffi::CStr
2025-10-22 3:57 UTC (4+ messages)
` [RESEND PATCH v18 11/16] rust: opp: fix broken rustdoc link
Rust: Manual reimplementation of C unions and layout testing
2025-10-21 21:22 UTC (2+ messages)
[PATCH] rust: driver: let probe() return impl PinInit<Self, Error>
2025-10-21 17:43 UTC (2+ messages)
[PATCH] add `[pin_]init_scope` to execute code before creating an initializer
2025-10-21 17:43 UTC (2+ messages)
[PATCH v2] rust: drm/gem: Remove Object.dev
2025-10-21 17:28 UTC (2+ 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;
as well as URLs for NNTP newsgroup(s).