Rust for Linux List
 help / color / mirror / Atom feed
 messages from 2025-04-29 13:19:26 to 2025-05-01 00:22:23 UTC [more...]

[PATCH 00/16] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
 2025-05-01  0:22 UTC  (15+ messages)
` [PATCH 08/16] gpu: nova-core: wait for GFW_BOOT completion
` [PATCH 11/16] gpu: nova-core: add falcon register definitions and base code

[PATCH v2 0/4] rust: DebugFS Bindings
 2025-04-30 23:31 UTC  (5+ messages)
` [PATCH v2 1/4] rust: debugfs: Bind DebugFS directory creation
` [PATCH v2 2/4] rust: debugfs: Bind file creation for long-lived Display
` [PATCH v2 3/4] rust: debugfs: Support format hooks
` [PATCH v2 4/4] rust: samples: Add debugfs sample

[PATCH v9 0/9] Refcounted interrupts, SpinLockIrq for rust
 2025-04-30 21:38 UTC  (4+ messages)
` [PATCH v9 2/9] preempt: Introduce __preempt_count_{sub, add}_return()

[PATCH v9 0/3] rust: extend `module!` macro with integer parameter support
 2025-04-30 19:39 UTC  (3+ messages)

[PATCH v19 0/3] rust: xarray: Add a minimal abstraction for XArray
 2025-04-30 18:57 UTC  (4+ messages)
` [PATCH v19 1/3] rust: types: add `ForeignOwnable::PointedTo`

[PATCH v2 0/3] rust: add `UnsafePinned` type
 2025-04-30 17:30 UTC  (16+ messages)
` [PATCH v2 1/3] rust: add UnsafePinned type
` [PATCH v2 2/3] rust: implement `Wrapper<T>` for `Opaque<T>`
` [PATCH v2 3/3] rust: use `UnsafePinned` in the implementation of `Opaque`

[PATCH 0/8] rust: DebugFS Bindings
 2025-04-30 16:58 UTC  (31+ messages)
` [PATCH 1/8] rust: debugfs: Bind DebugFS directory creation
` [PATCH 2/8] rust: debugfs: Bind file creation for long-lived Display
` [PATCH 3/8] rust: debugfs: Add scoped builder interface
` [PATCH 4/8] rust: debugfs: Allow subdir creation in "
` [PATCH 5/8] rust: debugfs: Support format hooks
` [PATCH 6/8] rust: debugfs: Implement display_file in terms of fmt_file
` [PATCH 7/8] rust: debugfs: Helper macro for common case implementations
` [PATCH 8/8] rust: samples: Add debugfs sample

[PATCH v15 5/6] rust: time: Add wrapper for fsleep() function
 2025-04-30 16:43 UTC  (16+ messages)

[PATCH v4 0/7] Additional methods for Vec
 2025-04-30 16:28 UTC  (17+ messages)
` [PATCH v4 1/7] rust: alloc: add Vec::clear
` [PATCH v4 2/7] rust: alloc: add Vec::pop
` [PATCH v4 3/7] rust: alloc: add Vec::push_within_capacity
` [PATCH v4 4/7] rust: alloc: add Vec::drain_all
` [PATCH v4 5/7] rust: alloc: add Vec::retain
` [PATCH v4 6/7] rust: alloc: add Vec::remove
` [PATCH v4 7/7] rust: alloc: add Vec::insert_within_capacity

[PATCH] kcov: rust: add flags for KCOV with Rust
 2025-04-30 16:15 UTC  (5+ messages)

[PATCH v2 0/6] Use rustc-demangle for Rust demangling
 2025-04-30 14:48 UTC  (9+ messages)
` [PATCH v2 1/6] perf demangle-rust: Add rustc-demangle C demangler
` [PATCH v2 2/6] perf symbol-elf: Integrate rust-v0 demangling
` [PATCH v2 3/6] perf demangle-rust: Remove previous legacy rust decoder
` [PATCH v2 4/6] perf test demangle-rust: Add Rust demangling test
` [PATCH v2 5/6] perf test demangle-java: Switch to using dso__demangle_sym
` [PATCH v2 6/6] perf test demangle-ocaml: "

[PATCH v2 0/3] Devres optimization with bound devices
 2025-04-30 12:56 UTC  (3+ messages)

[PATCH v2 0/2] strncpy_from_user for Rust
 2025-04-30 11:04 UTC  (19+ messages)
` [PATCH v2 1/2] uaccess: rust: add strncpy_from_user
` [PATCH v2 2/2] uaccess: rust: add UserSliceReader::strcpy_into_buf

[PATCH v15 0/6] rust: Add IO polling
 2025-04-30 10:40 UTC  (2+ messages)

[PATCH v3 0/7] More Rust bindings for device property reads
 2025-04-30  7:44 UTC  (7+ messages)
` [PATCH v3 1/7] rust: property: Move property_present to separate file
` [PATCH v3 2/7] rust: property: Enable printing fwnode name and path
` [PATCH v3 5/7] rust: property: Add child accessor and iterator

[PATCH v14 00/27] riscv control-flow integrity for usermode
 2025-04-30  0:16 UTC  (28+ messages)
` [PATCH v14 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v14 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v14 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v14 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v14 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v14 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v14 07/27] riscv mm: manufacture shadow stack pte
` [PATCH v14 08/27] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v14 09/27] riscv mmu: write protect and shadow stack
` [PATCH v14 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v14 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v14 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v14 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v14 14/27] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v14 15/27] riscv/traps: Introduce software check exception
` [PATCH v14 16/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v14 17/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v14 18/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v14 19/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v14 20/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v14 21/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v14 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v14 23/27] arch/riscv: compile vdso with landing pad
` [PATCH v14 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v14 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v14 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v14 27/27] kselftest/riscv: kselftest for user mode cfi

[PATCH v2] rust: device: allow `Device<DeviceContext>::parent()`
 2025-04-29 21:52 UTC  (3+ messages)

[PATCH v4 0/7] rust/hrtimer: Various hrtimer + time additions
 2025-04-29 21:44 UTC  (8+ messages)
` [PATCH v4 1/7] rust: hrtimer: Document the return value for HrTimerHandle::cancel()
` [PATCH v4 2/7] rust: hrtimer: Add HrTimer::raw_forward() and forward()
` [PATCH v4 3/7] rust: hrtimer: Add HrTimerCallbackContext and ::forward()
` [PATCH v4 4/7] rust: time: Add Instant::from_nanos()
` [PATCH v4 5/7] rust: hrtimer: Add HrTimer::raw_cb_time()
` [PATCH v4 6/7] rust: hrtimer: Add forward_now() to HrTimer and HrTimerCallbackContext
` [PATCH v4 7/7] rust: hrtimer: Add HrTimer::expires()

[PATCH] rust: device: allow `dead_code` for `Device<>::parent()`
 2025-04-29 21:05 UTC  (5+ messages)

[PATCH v2 0/8] rust/hrtimer: Various hrtimer + time additions
 2025-04-29 21:04 UTC  (10+ messages)
` [PATCH v2 2/8] rust: hrtimer: Add HrTimer::raw_forward() and forward()
` [PATCH v2 5/8] rust: time: Add Instant::from_nanos()

[PATCH v2] rust: kernel: device: Add devm_of_platform_populate/depopulate
 2025-04-29 20:55 UTC  (10+ messages)

[PATCH v3] rust: check type of `$ptr` in `container_of!`
 2025-04-29 20:35 UTC  (6+ messages)

[PATCH v1 0/6] Use rustc-demangle for Rust demangling
 2025-04-29 20:05 UTC  (10+ messages)
` [PATCH v1 1/6] perf demangle-rust: Add rustc-demangle C demangler
` [PATCH v1 2/6] perf symbol-elf: Integrate rust-v0 demangling
` [PATCH v1 3/6] perf demangle-rust: Remove previous legacy rust decoder
` [PATCH v1 4/6] perf test demangle-rust: Add Rust demangling test
` [PATCH v1 5/6] perf test demangle-java: Switch to using dso__demangle_sym
` [PATCH v1 6/6] perf test demangle-ocaml: "

[PATCH] randstruct: Rebuild completely if randstruct.seed changes
 2025-04-29 16:52 UTC  (2+ messages)

[PATCH] rust: uaccess: take advantage of the prelude and `Result`'s defaults
 2025-04-29 15:18 UTC  (2+ messages)

[RFC PATCH] rust: allow Clang-native `RANDSTRUCT` configs
 2025-04-29 13:48 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox