rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-09 15:58:51 to 2025-10-15 04:03:22 UTC [more...]

[PATCH rust-next v2 0/3] rust: miscdevice: add llseek support
 2025-10-15  4:02 UTC 

[PATCH] rust: Add -fno-isolate-erroneous-paths-dereference to bindgen_skip_c_flags
 2025-10-15  3:19 UTC  (2+ messages)

[PATCH RFC] nova-core: mm: Add initial structures for page table management
 2025-10-15  2:08 UTC  (2+ messages)

[PATCH v13 00/17] Refcounted interrupts, SpinLockIrq for rust
 2025-10-14 22:05 UTC  (29+ messages)
` [PATCH v13 01/17] preempt: Track NMI nesting to separate per-CPU counter
` [PATCH v13 02/17] preempt: Reduce NMI_MASK to single bit and restore HARDIRQ_BITS
` [PATCH v13 03/17] preempt: Introduce HARDIRQ_DISABLE_BITS
` [PATCH v13 04/17] preempt: Introduce __preempt_count_{sub, add}_return()
` [PATCH v13 05/17] irq & spin_lock: Add counted interrupt disabling/enabling
` [PATCH v13 06/17] irq: Add KUnit test for refcounted interrupt enable/disable
` [PATCH v13 07/17] rust: Introduce interrupt module
` [PATCH v13 08/17] rust: helper: Add spin_{un,}lock_irq_{enable,disable}() helpers
` [PATCH v13 09/17] rust: sync: Add SpinLockIrq
` [PATCH v13 10/17] rust: sync: Introduce lock::Backend::Context
` [PATCH v13 11/17] rust: sync: lock: Add `Backend::BackendInContext`
` [PATCH v13 12/17] rust: sync: lock/global: Rename B to G in trait bounds
` [PATCH v13 13/17] rust: sync: Add a lifetime parameter to lock::global::GlobalGuard
` [PATCH v13 14/17] rust: sync: Expose lock::Backend
` [PATCH v13 15/17] rust: sync: lock/global: Add Backend parameter to GlobalGuard
` [PATCH v13 16/17] rust: sync: lock/global: Add BackendInContext support to GlobalLock
` [PATCH v13 17/17] locking: Switch to _irq_{disable,enable}() variants in cleanup guards

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

[PATCH] rust: bitmap: clean Rust 1.92.0 `unused_unsafe` warning
 2025-10-14 16:42 UTC  (6+ messages)

[RFC PATCH 0/1] kbuild: introduce containerized builds
 2025-10-14 15:42 UTC  (7+ messages)
` [RFC PATCH 1/1] kbuild: add Makefile.container with CONTAINER option

[PATCH v4 0/2] rust: leds: add led classdev abstractions
 2025-10-14 14:46 UTC  (17+ messages)
` [PATCH v4 1/2] rust: add basic Pin<Vec<T, A>> abstractions
` [PATCH v4 2/2] rust: leds: add basic led classdev abstractions

[PATCH v5] rust: rbtree: add immutable cursor
 2025-10-14 12:33 UTC 

[PATCH] rust: drm: remove unneeded handling for config DRM_LEGACY
 2025-10-14  6:41 UTC 

[PATCH v2 0/5] rust: add `TryFrom` and `Into` derive macros
 2025-10-14  6:35 UTC  (6+ messages)

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

[RFC 0/6] rust: pci: add config space read/write support
 2025-10-13 20:02 UTC  (10+ messages)
` [RFC 1/6] rust: io: refactor Io<SIZE> helpers into IoRegion trait
` [RFC 2/6] rust: io: factor out MMIO read/write macros
` [RFC 3/6] rust: pci: add a helper to query configuration space size
` [RFC 4/6] rust: pci: add config space read/write support
` [RFC 5/6] rust: pci: add helper to find extended capability
` [RFC 6/6] [!UPSTREAM] nova-core: test configuration routine

[PATCH v3 0/2] rust: refactor `to_result`
 2025-10-13 19:03 UTC  (7+ messages)
` [PATCH v3 1/2] rust: add `ToResult` trait
` [PATCH v3 2/2] rust: drop `error::to_result` and utilize `ToResult`

No Open Meeting at Nov 15
 2025-10-13 16:51 UTC  (11+ messages)
` Open Meeting at Jan 24
  ` Open Meeting at March 27
    ` Open Meeting at May 29
      ` Open Meeting at Aug 7
        ` Open Meeting at Dec 11
          ` Open Meeting at Feb 5
            ` Open Meeting at April 16
              ` Open Meeting at Jun 11
                ` Open Meeting at Aug 20
                  ` Open Meeting at Oct 15

[PATCH v15 0/7] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-10-13 16:48 UTC  (6+ messages)
    ` [PATCH v15 3/7] rust: pwm: Add complete abstraction layer

[PATCH v19 00/27] riscv control-flow integrity for usermode
 2025-10-13 14:30 UTC  (10+ messages)

[RFC PATCH v2 0/3] rust: bounded integer types and use in register macro
 2025-10-13 13:58 UTC  (25+ messages)
` [PATCH RFC v2 1/3] gpu: nova-core: register: use field type for Into implementation
` [PATCH RFC v2 2/3] rust: kernel: add bounded integer types
` [PATCH RFC v2 3/3] gpu: nova-core: use BoundedInt

[PATCH v2] docs/zh_CN: Add translation of rust/testing.rst
 2025-10-13 10:30 UTC  (4+ messages)

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

[PATCH 1/7] rust: block: update ARef and AlwaysRefCounted imports from sync::aref
 2025-10-13  8:44 UTC  (3+ messages)

[PATCH v5 00/14] gpu: nova-core: Boot GSP to RISC-V active
 2025-10-13  6:20 UTC  (15+ messages)
` [PATCH v5 01/14] gpu: nova-core: Set correct DMA mask
` [PATCH v5 02/14] gpu: nova-core: Create initial Gsp
` [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 v5 05/14] gpu: nova-core: Add zeroable trait to bindings
` [PATCH v5 06/14] gpu: nova-core: Add GSP command queue bindings
` [PATCH v5 07/14] gpu: nova-core: gsp: Add GSP command queue handling
` [PATCH v5 08/14] gpu: nova-core: gsp: Create rmargs
` [PATCH v5 09/14] gpu: nova-core: Add bindings and accessors for GspSystemInfo
` [PATCH v5 10/14] gpu: nova-core: Add bindings for the GSP RM registry tables
` [PATCH v5 11/14] gpu: nova-core: gsp: Create RM registry and sysinfo commands
` [PATCH v5 12/14] nova-core: falcon: Add support to check if RISC-V is active
` [PATCH v5 13/14] nova-core: falcon: Add support to write firmware version
` [PATCH v5 14/14] nova-core: gsp: Boot GSP

[PATCH 0/3] Clean `rustfmt` formatting and define imports style
 2025-10-13  4:48 UTC  (6+ messages)
` [PATCH 1/3] docs: rust: add section on imports formatting
` [PATCH 2/3] rust: alloc: employ a trailing comment to keep vertical layout
` [PATCH 3/3] rust: cpufreq: fix formatting

[PATCH] docs: rust: quick-start: add Debian 13 (Trixie)
 2025-10-12 22:46 UTC 

[PATCH v2] rust: block: update ARef and AlwaysRefCounted imports from sync::aref
 2025-10-12 14:20 UTC 

[PATCH v3 0/2] rust: leds: add led classdev abstractions
 2025-10-12 10:40 UTC  (4+ messages)
` [PATCH v3 1/2] rust: add basic Pin<Vec<T, A>> abstractions
` [PATCH v3 2/2] rust: leds: add basic led classdev abstractions

[PATCH] mm: use enum for vm_flags
 2025-10-11  0:50 UTC  (8+ messages)

[PATCH v2 0/2] rust: leds: add led classdev abstractions
 2025-10-10 21:14 UTC  (7+ messages)
` [PATCH v2 1/2] rust: add basic Pin<Vec<T, A>> abstractions
` [PATCH v2 2/2] rust: leds: add basic led classdev abstractions

[PATCH v2 0/1] rust: add `rustcheck` make target for check-only builds
 2025-10-10 18:56 UTC  (5+ messages)
` [PATCH v2 1/1] "

[PATCH 0/2] rust: leds: add led classdev abstractions
 2025-10-10 18:36 UTC  (7+ messages)
` [PATCH 1/2] rust: add basic Pin<Vec<T, A>> abstractions
` [PATCH 2/2] rust: leds: add basic led classdev abstractions

[PATCH v6 0/5] Introduce bitfield and move register macro to rust/kernel/
 2025-10-10  7:28 UTC  (5+ messages)
` [PATCH v6 4/5] rust: Move register and bitfield macros out of Nova

[PATCH v4 00/13] gpu: nova-core: Boot GSP to RISC-V active
 2025-10-09 21:41 UTC  (4+ messages)
` [PATCH v4 04/13] gpu: nova-core: Add a slice-buffer (sbuffer) datastructure

[PATCH AUTOSEL 6.17-6.16] rust: kunit: allow `cfg` on `test`s
 2025-10-09 15:54 UTC 


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).