rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-03 15:06:56 to 2025-06-06 19:34:09 UTC [more...]

[PATCH] rust: cpumask: Validate CPU number in set() and clear()
 2025-06-06 19:34 UTC  (6+ messages)

[PATCH v3 0/4] rust: Add ACPI match table support for Rust drivers
 2025-06-06 17:10 UTC  (5+ messages)
` [PATCH v3 1/4] rust: acpi: add `acpi::DeviceId` abstraction
` [PATCH v3 2/4] rust: driver: Add ACPI id table support to Adapter trait
` [PATCH v3 3/4] rust: platform: Add ACPI match table support to `Driver` trait
` [PATCH v3 4/4] samples: rust: add ACPI match table example to platform driver

[PATCH RFC 0/6] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-06-06 16:41 UTC  (6+ messages)
  ` [PATCH RFC 2/6] pwm: Add Rust driver for T-HEAD TH1520 SoC

[PATCH v2 0/5] rust: Add ACPI match table support for Rust drivers
 2025-06-06 15:59 UTC  (19+ messages)
` [PATCH v2 1/5] rust: acpi: add `acpi::DeviceId` abstraction
` [PATCH v2 2/5] rust: helpers: Add `is_of_node` helper function
` [PATCH v2 3/5] rust: driver: Add ACPI id table support to Adapter trait
` [PATCH v2 4/5] rust: platform: Add ACPI match table support to `Driver` trait
` [PATCH v2 5/5] samples: rust: add ACPI match table example to platform driver

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

[PATCH v1] rust: time: Fix compile error in impl_has_hr_timer macro
 2025-06-06 15:34 UTC  (2+ messages)

[PATCH V12 00/15] Rust abstractions for clk, cpumask, cpufreq, OPP
 2025-06-06 10:10 UTC  (6+ messages)

[PATCH 0/3] Fix race condition in Devres
 2025-06-06  9:00 UTC  (8+ 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()

[PATCH] rust: types: add FOREIGN_ALIGN to ForeignOwnable
 2025-06-06  8:23 UTC  (3+ messages)

[PATCH v4 0/3] rust: add `UnsafePinned` type
 2025-06-06  8:12 UTC  (7+ messages)
` [PATCH v4 1/3] rust: add UnsafePinned type

[PATCH v11 0/5] rust: adds Bitmap API, ID pool and bindings
 2025-06-05 22:04 UTC  (7+ messages)
` [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 v4 0/3] rust: miscdevice: add additional data to MiscDeviceRegistration
 2025-06-05 17:27 UTC  (17+ messages)
` [PATCH v4 2/3] "

[PATCH] rust: pin-init: examples, tests: use `ignore` instead of conditionally compiling tests
 2025-06-05 17:09 UTC  (2+ messages)

[PATCH v4 00/20] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
 2025-06-05 16:28 UTC  (46+ messages)
` [PATCH v4 04/20] rust: add new `num` module with useful integer operations
` [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-05 16:18 UTC  (12+ messages)
` [PATCH 1/2] rust: add initial scatterlist bindings

[PATCH v7 0/9] More Rust bindings for device property reads
 2025-06-05 16:16 UTC  (8+ messages)
` [PATCH v7 5/9] rust: device: Introduce PropertyGuard

[PATCH v1 0/5] rust: Add ACPI match table support for Rust drivers
 2025-06-05 14:34 UTC  (7+ 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 v6 0/4] rust: Add bug/warn abstractions
 2025-06-05  7:20 UTC  (3+ messages)

[GIT PULL] Rust for 6.16
 2025-06-05  5:20 UTC  (6+ messages)

[PATCH v9 0/4] (no cover subject)
 2025-06-04 22:21 UTC  (5+ messages)
` [PATCH v9 4/4] rust: platform: allow ioremap of platform resources

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

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

[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

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

[PATCH v3 0/2] rust: add support for request_irq
 2025-06-04  9:43 UTC  (7+ messages)
` [PATCH v3 1/2] rust: irq: add support for request_irq()

[PATCH 0/4] rust: a few common Borrow/BorrowMut implementations
 2025-06-04  7:34 UTC  (5+ 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:28 UTC  (5+ messages)
` [PATCH v1 3/5] rust: time: Add HrTimerExpires trait

[PATCH v1 4/5] rust: time: Make HasHrTimer generic over HrTimerMode
 2025-06-03 16:30 UTC  (4+ 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).