messages from 2025-10-08 18:10:52 to 2025-10-13 21:56:30 UTC [more...]
[PATCH v20 00/28] riscv control-flow integrity for usermode
2025-10-13 21:56 UTC (15+ 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 v13 00/17] Refcounted interrupts, SpinLockIrq for rust
2025-10-13 21:27 UTC (22+ 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 v4 0/2] rust: leds: add led classdev abstractions
2025-10-13 20:11 UTC (15+ messages)
` [PATCH v4 1/2] rust: add basic Pin<Vec<T, A>> abstractions
` [PATCH v4 2/2] rust: leds: add basic led classdev abstractions
[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: bitmap: clean Rust 1.92.0 `unused_unsafe` warning
2025-10-13 9:20 UTC (2+ 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 v2 0/5] rust: add `TryFrom` and `Into` derive macros
2025-10-11 14:53 UTC (5+ messages)
[PATCH] mm: use enum for vm_flags
2025-10-11 0:50 UTC (9+ 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 (6+ 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 (7+ 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 (15+ messages)
` [PATCH v4 01/13] gpu: nova-core: Set correct DMA mask
` [PATCH v4 02/13] gpu: nova-core: Create initial Gsp
` [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
[PATCH 0/4] Add first led driver written in Rust
2025-10-09 13:11 UTC (14+ messages)
` [PATCH 1/4] rust: i2c: add read and write byte data abstractions
` [PATCH 2/4] rust: add pinned wrapper of Vec
` [PATCH 3/4] rust: leds: add basic led classdev abstractions
` [PATCH 4/4] leds: add driver for synology atmega1608 controlled LEDs
[PATCH v6 0/5] Introduce bitfield and move register macro to rust/kernel/
2025-10-09 13:02 UTC (4+ messages)
[PATCH v2 0/3] Fix three issues with freeze listeners
2025-10-09 11:19 UTC (8+ messages)
` [PATCH v2 1/3] rust_binder: freeze_notif_done should resend if wrong state
[PATCH v3 0/2] rust: add new workqueue functions
2025-10-09 11:17 UTC (4+ messages)
` [PATCH v3 2/2] rust: add system_percpu() around the new system_percpu_wq
[PATCH 1/1] Use new `--output-format=doctest` rustdoc command line flag to improve doctest handling
2025-10-09 9:14 UTC (2+ messages)
[PATCH v2 0/4] rust: xarray: abstract xa_alloc and xa_alloc_cyclic
2025-10-09 4:50 UTC (6+ messages)
` [PATCH v2 2/4] rust: xarray: abstract `xa_alloc`
[PATCH v2] nova-core: vbios: Rework BiosImage to be simpler
2025-10-09 0:47 UTC
[PATCH v6 0/5] Introduce bitfield and move register macro to rust/kernel/
2025-10-08 19:56 UTC
[PATCH v2] rust: pci: Allocate and manage PCI interrupt vectors
2025-10-08 19:09 UTC (5+ messages)
[PATCH v3] rust: pci: Allocate and manage PCI interrupt vectors
2025-10-08 19:07 UTC
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).