rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-12 20:35:23 to 2025-11-14 23:53:47 UTC [more...]

[GIT PULL] Rust fixes for 6.18 (2nd)
 2025-11-14 23:53 UTC  (2+ messages)

[PATCH v8 0/6] gpu: nova: add boot42 support for next-gen GPUs
 2025-11-14 23:41 UTC  (12+ messages)
` [PATCH v8 1/6] gpu: nova-core: implement Display for Spec
` [PATCH v8 2/6] gpu: nova-core: prepare Spec and Revision types for boot0/boot42
` [PATCH v8 3/6] gpu: nova-core: make Architecture behave as a u8 type
` [PATCH v8 4/6] gpu: nova-core: use ENOTSUPP for unsupported GPUs, in all cases
` [PATCH v8 5/6] gpu: nova-core: add boot42 support for next-gen GPUs
` [PATCH v8 6/6] gpu: nova-core: provide a clear error report for unsupported GPUs

[PATCH 00/11] gpu: nova-core: add Turing support
 2025-11-14 23:30 UTC  (12+ messages)
` [PATCH 01/11] gpu: nova-core: rename Imem to ImemSec
` [PATCH 02/11] gpu: nova-core: add ImemNs section infrastructure
` [PATCH 03/11] gpu: nova-core: support header parsing on Turing/GA100
` [PATCH 04/11] gpu: nova-core: add support for Turing/GA100 fwsignature
` [PATCH 05/11] gpu: nova-core: add NV_PFALCON_FALCON_DMATRFCMD::with_falcon_mem()
` [PATCH 06/11] gpu: nova-core: add Turing boot registers
` [PATCH 07/11] gpu: nova-core: move some functions into the HAL
` [PATCH 08/11] gpu: nova-core: Add basic Turing HAL
` [PATCH 09/11] gpu: nova-core: add FalconUCodeDescV2 support
` [PATCH 10/11] gpu: nova-core: LibosMemoryRegionInitArgument size must be page aligned
` [PATCH 11/11] gpu: nova-core: add PIO support for loading firmware images

[PATCH v5 00/13] nova-core: Complete GSP boot and begin RPC communication
 2025-11-14 22:06 UTC  (22+ messages)
` [PATCH v5 01/13] gpu: nova-core: falcon: Move waiting until halted to a helper
` [PATCH v5 02/13] gpu: nova-core: falcon: Move start functionality into separate helper
` [PATCH v5 03/13] gpu: nova-core: falcon: Move mbox functionalities into helper
` [PATCH v5 04/13] gpu: nova-core: falcon: Move dma_reset functionality "
` [PATCH v5 05/13] gpu: nova-core: gsp: Add support for checking if GSP reloaded
` [PATCH v5 06/13] gpu: nova-core: Add bindings required by GSP sequencer
` [PATCH v5 07/13] gpu: nova-core: Implement the "
` [PATCH v5 08/13] gpu: nova-core: sequencer: Add register opcodes
` [PATCH v5 09/13] gpu: nova-core: sequencer: Add delay opcode support
` [PATCH v5 10/13] gpu: nova-core: sequencer: Implement basic core operations
` [PATCH v5 11/13] gpu: nova-core: sequencer: Implement core resume operation
` [PATCH v5 12/13] gpu: nova-core: gsp: Wait for gsp initialization to complete
` [PATCH v5 13/13] gpu: nova-core: gsp: Retrieve GSP static info to gather GPU information

[PATCH v8 00/16] gpu: nova-core: Boot GSP to RISC-V active
 2025-11-14 21:53 UTC  (3+ messages)
` [PATCH v8 01/16] gpu: nova-core: compute layout of more framebuffer regions required for GSP

[PATCH v6 RESEND 0/7] rust: pci: add config space read/write support
 2025-11-14 20:31 UTC  (14+ messages)
` [PATCH v6 RESEND 4/7] rust: io: factor common I/O helpers into Io trait
` [PATCH v6 RESEND 5/7] rust: io: factor out MMIO read/write macros
` [PATCH v6 RESEND 6/7] rust: pci: add config space read/write support

[PATCH] rust: lib: Add necessary unsafes for container_of
 2025-11-14 20:21 UTC  (3+ messages)

[PATCH] rust/time: Add Delta::from_nanos()
 2025-11-14 18:42 UTC 

[PATCH v2 0/4] initial work on making VMA flags a bitmap
 2025-11-14 15:35 UTC  (11+ messages)
` [PATCH v2 1/4] mm: declare VMA flags by bit
` [PATCH v2 2/4] mm: simplify and rename mm flags function for clarity
` [PATCH v2 3/4] tools/testing/vma: eliminate dependency on vma->__vm_flags
` [PATCH v2 4/4] mm: introduce VMA flags bitmap type

[GIT PULL] [PATCH 1/4] Rust atomics & locking changes for v6.19
 2025-11-14 15:28 UTC  (6+ messages)
` [PATCH 1/4] rust: sync: atomic: Make Atomic*Ops pub(crate)
` [PATCH 2/4] rust: sync: atomic: Implement Debug for Atomic<Debug>
` [PATCH 3/4] rust: debugfs: Replace the usage of Rust native atomics
` [PATCH 4/4] locking/mutex: Redo __mutex_init()

[PATCH v4 0/9] rust: Add Per-CPU Variable API
 2025-11-14 15:24 UTC  (7+ messages)
  ` [PATCH v4 4/9] rust: percpu: introduce a rust API for static per-CPU variables
  ` [PATCH v4 7/9] rust: percpu: Support non-zeroable types for DynamicPerCpu
  ` [PATCH v4 5/9] rust: percpu: introduce a rust API for dynamic per-CPU variables

[PATCH v1 1/2] rust: Add support for calling a function exactly once
 2025-11-14 15:03 UTC  (10+ messages)

[PATCH v1 0/2] Add support for print exactly once
 2025-11-14 13:55 UTC  (12+ messages)

[PATCH v9 00/15] gpu: nova-core: Boot GSP to RISC-V active
 2025-11-14 13:20 UTC  (5+ messages)
` [PATCH v9 03/15] gpu: nova-core: num: add functions to safely convert a const value to a smaller type

[PATCH v2 0/2] Creation of workqueues in Rust
 2025-11-14  9:44 UTC  (12+ messages)
` [PATCH v2 1/2] rust: workqueue: restrict delayed work to global wqs
` [PATCH v2 2/2] rust: workqueue: add creation of workqueues

[PATCH 1/2] rust: allow `unreachable_pub` for doctests
 2025-11-14  3:14 UTC  (4+ messages)
` [PATCH 2/2] rust: device: make example buildable

[PATCH v7 0/4] gpu: nova: add boot42 support for next-gen GPUs
 2025-11-14  2:34 UTC  (13+ messages)
` [PATCH v7 2/4] gpu: nova-core: prepare Spec and Revision types for boot0/boot42
` [PATCH v7 4/4] gpu: nova-core: add boot42 support for next-gen GPUs

[PATCH v5 3/6] rust: bitmap: rename IdPool::new() to with_capacity()
 2025-11-14  1:31 UTC  (2+ messages)

[PATCH v3 0/6] rust: replace `kernel::c_str!` with C-Strings
 2025-11-13 22:58 UTC  (7+ messages)
` [PATCH v3 1/6] rust: firmware: "
` [PATCH v3 2/6] rust: net: "
` [PATCH v3 3/6] rust: str: "
` [PATCH v3 4/6] rust: sync: "
` [PATCH v3 5/6] rust: workqueue: "
` [PATCH v3 6/6] rust: macros: "

[PATCH v5 0/6] Use Rust Bitmap from Rust Binder driver
 2025-11-13 17:50 UTC  (8+ messages)
` [PATCH v5 6/6] rust_binder: use bitmap for allocation of handles

[PATCH v5 2/6] rust: bitmap: add BitmapVec::new_inline()
 2025-11-13 17:41 UTC  (2+ messages)

[PATCH v1] rbtree: reduce unsafe blocks on pointer derefs
 2025-11-13 14:45 UTC 

[PATCH v7 0/2] rust: leds: add led classdev abstractions
 2025-11-13 14:43 UTC  (4+ messages)

[PATCH] rust: sync: inline various lock related methods
 2025-11-13 11:45 UTC 

[PATCH v1 0/2] Add support for print exactly once
 2025-11-13  9:55 UTC  (4+ messages)

[PATCH v2 0/4] Rust: Fix typedefs for resource_size_t and phys_addr_t
 2025-11-13  9:23 UTC  (2+ messages)

[PATCH] samples: rust: fix endianness issue in rust_driver_pci
 2025-11-13  8:36 UTC  (9+ messages)

[PATCH v6 0/5] Introduce bitfield and move register macro to rust/kernel/
 2025-11-13  6:26 UTC  (8+ messages)
` [PATCH v6 4/5] rust: Move register and bitfield macros out of Nova

[PATCH] rust: bindings: add `rust_helper_wait_for_completion` helper function
 2025-11-13  2:02 UTC  (6+ messages)

[PATCH v4 00/13] nova-core: Complete GSP boot and begin RPC communication
 2025-11-13  1:41 UTC  (14+ messages)
` [PATCH v4 01/13] gpu: nova-core: falcon: Move waiting until halted to a helper
` [PATCH v4 02/13] gpu: nova-core: falcon: Move start functionality into separate helper
` [PATCH v4 03/13] gpu: nova-core: falcon: Move mbox functionalities into helper
` [PATCH v4 04/13] gpu: nova-core: falcon: Move dma_reset functionality "
` [PATCH v4 05/13] gpu: nova-core: gsp: Add support for checking if GSP reloaded
` [PATCH v4 06/13] gpu: nova-core: Add bindings required by GSP sequencer
` [PATCH v4 07/13] gpu: nova-core: Implement the "
` [PATCH v4 08/13] gpu: nova-core: sequencer: Add register opcodes
` [PATCH v4 09/13] gpu: nova-core: sequencer: Add delay opcode support
` [PATCH v4 10/13] gpu: nova-core: sequencer: Implement basic core operations
` [PATCH v4 11/13] gpu: nova-core: sequencer: Implement core resume operation
` [PATCH v4 12/13] gpu: nova-core: gsp: Wait for gsp initialization to complete
` [PATCH v4 13/13] gpu: nova-core: gsp: Retrieve GSP static info to gather GPU information

[PATCH v2 00/12] nova-core: Complete GSP boot and begin RPC communication
 2025-11-13  1:24 UTC  (15+ messages)
` [PATCH v3 00/14] "
  ` [PATCH v3 06/14] gpu: nova-core: Add bindings required by GSP sequencer
  ` [PATCH v3 07/14] gpu: nova-core: Implement the "
  ` [PATCH v3 10/14] gpu: nova-core: sequencer: Implement basic core operations
  ` [PATCH v3 14/14] gpu: nova-core: gsp: Retrieve GSP static info to gather GPU information

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


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