rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-02 08:54:53 to 2025-06-04 21:34:28 UTC [more...]

[PATCH v1 0/5] rust: Add ACPI match table support for Rust drivers
 2025-06-04 21:34 UTC  (5+ messages)
` [PATCH v1 1/5] rust: acpi: add `acpi::DeviceId` abstraction
` [PATCH v1 2/5] rust: helpers: Add `is_of_node` helper function
` [PATCH v1 4/5] rust: platform: Add ACPI match table support to `Driver` trait

[PATCH] [v2] rust: introduce sfile macro for succinct code tracing
 2025-06-04 20:43 UTC  (4+ messages)

[PATCH] rust: introduce sfile macro for easier code tracing
 2025-06-04 20:38 UTC  (15+ messages)

[PATCH v3 0/2] rust: add support for request_irq
 2025-06-04 18:57 UTC  (35+ messages)
` [PATCH v3 1/2] rust: irq: add support for request_irq()
` [PATCH v3 2/2] rust: platform: add irq accessors

[PATCH v4 00/20] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
 2025-06-04 18:23 UTC  (66+ messages)
` [PATCH v4 01/20] rust: dma: expose the count and size of CoherentAllocation
` [PATCH v4 04/20] rust: add new `num` module with useful integer operations
` [PATCH v4 09/20] gpu: nova-core: increase BAR0 size to 16MB
` [PATCH v4 11/20] gpu: nova-core: wait for GFW_BOOT completion
` [PATCH v4 13/20] gpu: nova-core: register sysmem flush page
` [PATCH v4 14/20] gpu: nova-core: add falcon register definitions and base code
` [PATCH v4 15/20] gpu: nova-core: firmware: add ucode descriptor used by FWSEC-FRTS
` [PATCH v4 16/20] nova-core: Add support for VBIOS ucode extraction for boot
` [PATCH v4 17/20] gpu: nova-core: compute layout of the FRTS region
` [PATCH v4 18/20] gpu: nova-core: add types for patching firmware binaries
` [PATCH v4 19/20] gpu: nova-core: extract FWSEC from BIOS and patch it to run FWSEC-FRTS
` [PATCH v4 20/20] gpu: nova-core: load and "

[PATCH 0/2] rust: add initial scatterlist abstraction
 2025-06-04 18:21 UTC  (12+ messages)
` [PATCH 1/2] rust: add initial scatterlist bindings

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

[PATCH 0/3] Fix race condition in Devres
 2025-06-04 12:36 UTC  (7+ messages)
` [PATCH 1/3] rust: completion: implement initial abstraction
` [PATCH 2/3] rust: revocable: indicate whether `data` has been revoked already
` [PATCH 3/3] rust: devres: fix race in Devres::drop()

REGRESSION: armv7 build mismatched types
 2025-06-04 10:59 UTC  (8+ messages)

[PATCH v4 0/3] rust: miscdevice: add additional data to MiscDeviceRegistration
 2025-06-04 10:13 UTC  (17+ messages)
` [PATCH v4 2/3] "
` [PATCH v4 3/3] rust: miscdevice: adjust the rust_misc_device sample to use RegistrationData

[PATCH 0/4] rust: a few common Borrow/BorrowMut implementations
 2025-06-04  7:34 UTC  (8+ messages)
` [PATCH 1/4] rust: alloc: implement `Borrow` and `BorrowMut` for `Vec`

[PATCH v1 0/5] rust: time: Convert hrtimer to use Instant and Delta
 2025-06-03 16:30 UTC  (17+ messages)
` [PATCH v1 1/5] rust: time: Change Delta methods to take &self instead of self
` [PATCH v1 3/5] rust: time: Add HrTimerExpires trait
  ` [PATCH v1 4/5] rust: time: Make HasHrTimer generic over HrTimerMode
  ` [PATCH v1 5/5] rust: time: Remove Ktime in hrtimer
  ` [PATCH v1 2/5] rust: timer: Replace HrTimerMode enum with trait-based mode types

[PATCH v9 0/4] (no cover subject)
 2025-06-03 15:17 UTC  (7+ messages)
` [PATCH v9 1/4] rust: io: add resource abstraction
` [PATCH v9 2/4] rust: io: mem: add a generic iomem abstraction
` [PATCH v9 3/4] rust: platform: add resource accessors
` [PATCH v9 4/4] rust: platform: allow ioremap of platform resources

[PATCH] rust: acpi: add `acpi::DeviceId` abstraction
 2025-06-03 13:23 UTC  (7+ messages)

[PATCH v15 00/11] rust: add dma coherent allocator abstraction
 2025-06-03 12:18 UTC  (3+ messages)
  ` [PATCH v15 09/11] rust: dma: use `dma::Device` in `CoherentAllocation`

[PATCH v7 0/9] More Rust bindings for device property reads
 2025-06-03  5:10 UTC  (2+ messages)

[PATCH v4 0/3] rust: revocable: documentation and refactorings
 2025-06-02 23:26 UTC  (4+ messages)
` [PATCH v4 1/3] rust: revocable: update write invariant and fix safety comments
` [PATCH v4 2/3] rust: revocable: simplify RevocableGuard for internal safety
` [PATCH v4 3/3] rust: revocable: split revoke_internal into revoke and revoke_nosync

[GIT PULL] [PATCH 0/5] rust: Task & schedule related changes for v6.16
 2025-06-02 18:16 UTC  (6+ messages)
` [PATCH 4/5] sched/core: Add __might_sleep_precision()

[PATCH v4] rust: doc: Clean up formatting in io.rs
 2025-06-02 17:11 UTC  (2+ messages)

[PATCH v10 0/5] rust: adds Bitmap API, ID pool and bindings
 2025-06-02 14:44 UTC  (10+ messages)
` [PATCH v10 1/5] rust: add bindings for bitmap.h
` [PATCH v10 2/5] rust: add bindings for bitops.h
` [PATCH v10 3/5] rust: add bitmap API
` [PATCH v10 4/5] rust: add find_bit_benchmark_rust module
` [PATCH v10 5/5] rust: add dynamic ID pool abstraction for bitmap

[PATCH v3] rust: doc: Clean up formatting in io.rs
 2025-06-02 14:18 UTC  (5+ messages)

[PATCH v11 0/5] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-06-02 13:54 UTC  (7+ messages)
` [PATCH v11 3/5] rust: replace `CStr` with `core::ffi::CStr`
` [PATCH v11 4/5] rust: replace `kernel::c_str!` with C-Strings

[PATCH v11 0/5] rust: adds Bitmap API, ID pool and bindings
 2025-06-02 13:52 UTC  (6+ messages)
` [PATCH v11 1/5] rust: add bindings for bitmap.h
` [PATCH v11 2/5] rust: add bindings for bitops.h
` [PATCH v11 3/5] rust: add bitmap API
` [PATCH v11 4/5] rust: add find_bit_benchmark_rust module
` [PATCH v11 5/5] rust: add dynamic ID pool abstraction for bitmap

[PATCH v9 0/5] rust: adds Bitmap API, ID pool and bindings
 2025-06-02 13:11 UTC  (8+ messages)
` [PATCH v9 2/5] rust: add bindings for bitops.h

[PATCH v4 0/3] Additional improvements for dma coherent allocator
 2025-06-02 13:05 UTC  (5+ messages)
` [PATCH v4 1/3] rust: dma: clarify wording and be consistent in `coherent` nomenclature
` [PATCH v4 2/3] rust: dma: convert the read/write macros to return Result
` [PATCH v4 3/3] rust: dma: add as_slice/write functions for CoherentAllocation

[PATCH v3] rust: revocable: Correct safety comments and add invariants
 2025-06-02 10:28 UTC  (7+ 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).