rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-12-02 20:28:13 to 2025-12-04 20:04:11 UTC [more...]

[PATCH v24 00/28] riscv control-flow integrity for usermode
 2025-12-04 20:03 UTC  (7+ messages)
` [PATCH v24 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v24 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v24 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v24 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v24 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v24 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE

[PATCH 0/4] Inline helpers into Rust without full LTO
 2025-12-04 19:29 UTC  (19+ messages)
` [PATCH 2/4] rust: helpers: #define __rust_helper
` [PATCH 3/4] kbuild: rust: add `CONFIG_RUSTC_CLANG_LLVM_COMPATIBLE`
` [PATCH 4/4] build: rust: provide an option to inline C helpers into Rust

[PATCH v23 00/28] riscv control-flow integrity for usermode
 2025-12-04 17:18 UTC  (6+ messages)
` [PATCH v23 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw

[PATCH v1] rust: Add some DMA helpers for architectures without CONFIG_HAS_DMA
 2025-12-04 16:06 UTC 

[PATCH v23 25/28] riscv: create a config for shadow stack and landing pad instr support
 2025-12-04 15:04 UTC  (2+ messages)

[PATCH v23 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
 2025-12-04 15:02 UTC  (2+ messages)

[PATCH v23 23/28] arch/riscv: compile vdso with landing pad and shadow stack note
 2025-12-04 15:02 UTC  (2+ messages)

[PATCH v23 18/28] riscv/kernel: update __show_regs to print shadow stack register
 2025-12-04 15:00 UTC  (2+ messages)
` [PATCH v23 16/28] riscv: signal: abstract header saving for setup_sigcontext[PATCH "

[PATCH v23 16/28] riscv: signal: abstract header saving for setup_sigcontext
 2025-12-04 14:56 UTC  (2+ messages)

[PATCH v23 15/28] riscv/traps: Introduce software check exception and uprobe handling
 2025-12-04 14:53 UTC  (2+ messages)

[PATCH] rust: sync: atomic: separate import "blocks"
 2025-12-04 14:50 UTC 

[PATCH v23 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
 2025-12-04 14:48 UTC  (2+ messages)

[PATCH v23 13/28] prctl: arch-agnostic prctl for indirect branch tracking
 2025-12-04 14:48 UTC  (2+ messages)

[PATCH v23 12/28] riscv: Implements arch agnostic shadow stack prctls
 2025-12-04 14:47 UTC  (2+ messages)

[PATCH v3] rust: num: bounded: mark __new as unsafe
 2025-12-04 14:45 UTC  (4+ messages)

[PATCH v23 10/28] riscv/mm: Implement map_shadow_stack() syscall
 2025-12-04 14:46 UTC  (2+ messages)

[PATCH v23 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
 2025-12-04 14:43 UTC  (2+ messages)

[PATCH v23 09/28] riscv/mm: write protect and shadow stack
 2025-12-04 14:45 UTC  (2+ messages)

[PATCH 00/11] gpu: nova-core: add Turing support
 2025-12-04 14:43 UTC  (11+ messages)
` [PATCH 10/11] gpu: nova-core: LibosMemoryRegionInitArgument size must be page aligned

[PATCH v23 07/28] riscv/mm: manufacture shadow stack pte
 2025-12-04 14:41 UTC  (2+ messages)

[PATCH v23 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
 2025-12-04 14:41 UTC  (2+ messages)

[PATCH v23 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
 2025-12-04 14:37 UTC  (2+ messages)

[PATCH v23 03/28] riscv: zicfiss / zicfilp enumeration
 2025-12-04 14:36 UTC  (2+ messages)

[PATCH v23 01/28] mm: VM_SHADOW_STACK definition for riscv
 2025-12-04 14:14 UTC  (2+ messages)

[PATCH v8 0/6] rust: add ww_mutex support
 2025-12-04 13:33 UTC  (14+ messages)
` [PATCH v8 4/6] rust: implement Class for ww_class support
` [PATCH v8 5/6] rust: ww_mutex: add Mutex, AcquireCtx and MutexGuard

[PATCH 0/2] Access Rust fields from TP_fast_assign in TRACE_EVENT
 2025-12-04 13:32 UTC  (4+ messages)
` [PATCH 1/2] rust: sync: add Arc::DATA_OFFSET
` [PATCH 2/2] rust_binder: add binder_transaction tracepoint

[PATCH v2 0/4] rust: Add i8 and i16 atomic support
 2025-12-04 13:12 UTC  (4+ messages)

[PATCH v5 0/4] EDITME: RISC-V: re-enable gcc + rust builds
 2025-12-04 12:41 UTC  (9+ messages)
` [PATCH v5 1/4] rust: export BINDGEN_TARGET from a separate Makefile
` [PATCH v5 2/4] rust: generate a fatal error if BINDGEN_TARGET is undefined
` [PATCH v5 3/4] rust: add a Kconfig function to test for support of bindgen options
` [PATCH v5 4/4] RISC-V: handle extension configs for bindgen, re-enable gcc + rust builds

[PATCH v6] rust: Return Option from page_align and ensure no usize overflow
 2025-12-04 11:43 UTC  (3+ messages)

[PATCH 00/46] Allow inlining C helpers into Rust when using LTO
 2025-12-04 10:05 UTC  (12+ messages)
` [PATCH 11/46] rust: cpufreq: add __rust_helper to helpers
` [PATCH 24/46] rust: mm: "
` [PATCH 38/46] rust: slab: "
` (subset) [PATCH 00/46] Allow inlining C helpers into Rust when using LTO

[PATCH] rust: sync: ordering: Fix dead link to LKMM explanation
 2025-12-04  9:13 UTC  (2+ messages)

[PATCH] rust: bitops: add helpers for _find_* functions
 2025-12-04  9:04 UTC  (3+ messages)

[PATCH 00/31] gpu: nova-core: firmware: Hopper/Blackwell support
 2025-12-04  7:55 UTC  (48+ messages)
` [PATCH 01/31] gpu: nova-core: print FB sizes, along with ranges
` [PATCH 02/31] gpu: nova-core: add FbRange.len() and use it in boot.rs
` [PATCH 03/31] gpu: nova-core: Hopper/Blackwell: basic GPU identification
` [PATCH 04/31] nova-core: factor .fwsignature* selection into a new get_gsp_sigs_section()
` [PATCH 05/31] gpu: nova-core: use GPU Architecture to simplify HAL selections
` [PATCH 06/31] gpu: nova-core: apply the one "use" item per line policy to commands.rs
` [PATCH 07/31] gpu: nova-core: set DMA mask width based on GPU architecture
` [PATCH 08/31] gpu: nova-core: move firmware image parsing code to firmware.rs
` [PATCH 09/31] gpu: nova-core: factor out a section_name_eq() function
` [PATCH 10/31] gpu: nova-core: don't assume 64-bit firmware images
` [PATCH 11/31] gpu: nova-core: add support for 32-bit "
` [PATCH 12/31] gpu: nova-core: add auto-detection of 32-bit, 64-bit "
` [PATCH 13/31] gpu: nova-core: Hopper/Blackwell: add FMC firmware image, in support of FSP
` [PATCH 14/31] gpu: nova-core: Hopper/Blackwell: add FSP falcon engine stub
` [PATCH 15/31] gpu: nova-core: Hopper/Blackwell: add FSP falcon EMEM operations
` [PATCH 16/31] gpu: nova-core: Hopper/Blackwell: add FSP message infrastructure
` [PATCH 17/31] gpu: nova-core: Hopper/Blackwell: calculate reserved FB heap size
` [PATCH 18/31] gpu: nova-core: Hopper/Blackwell: add needs_large_reserved_mem()
` [PATCH 19/31] gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waiting
` [PATCH 20/31] gpu: nova-core: Hopper/Blackwell: add FSP message structures
` [PATCH 21/31] gpu: nova-core: Hopper/Blackwell: add FMC signature extraction
` [PATCH 22/31] gpu: nova-core: Hopper/Blackwell: add FSP send/receive messaging
` [PATCH 23/31] gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot
` [PATCH 24/31] gpu: nova-core: Hopper/Blackwell: larger non-WPR heap
` [PATCH 25/31] gpu: nova-core: Hopper/Blackwell: larger WPR2 (GSP) heap
` [PATCH 26/31] gpu: nova-core: refactor SEC2 booter loading into run_booter() helper
` [PATCH 27/31] gpu: nova-core: Hopper/Blackwell: skip GFW boot waiting
` [PATCH 28/31] gpu: nova-core: Hopper/Blackwell: add GSP lockdown release polling
` [PATCH 29/31] gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot path
` [PATCH 30/31] gpu: nova-core: Hopper/Blackwell: new location for PCI config mirror
` [PATCH 31/31] gpu: nova-core: clarify the GPU firmware boot steps

[PATCH] rust: num: fix typos in Bounded documentation
 2025-12-04  2:43 UTC 

[GIT PULL] Rust for 6.19
 2025-12-03 23:50 UTC  (3+ messages)

[PATCH 00/10] rust: xarray: add entry API with preloading
 2025-12-03 22:26 UTC  (11+ messages)
` [PATCH 01/10] rust: xarray: minor formatting fixes
` [PATCH 02/10] rust: xarray: add debug format for `StoreError`
` [PATCH 03/10] rust: xarray: add `contains_index` method
` [PATCH 04/10] rust: xarray: add `XArrayState`
` [PATCH 05/10] rust: xarray: use `xas_load` instead of `xa_load` in `Guard::load`
` [PATCH 06/10] rust: xarray: simplify `Guard::load`
` [PATCH 07/10] rust: xarray: add `find_next` and `find_next_mut`
` [PATCH 08/10] rust: xarray: add entry API
` [PATCH 09/10] rust: xarray: add preload API
` [PATCH 10/10] rust: xarray: fix false positive lockdep warnings

[PATCH] rust: pin-init: add references to previously initialized fields
 2025-12-03 22:05 UTC  (2+ messages)

[PATCH v2 0/7] rust: build_assert: document and fix use with function arguments
 2025-12-03 18:37 UTC  (8+ messages)
` [PATCH v2 1/7] rust: build_assert: add instructions for "

[PATCH] rust: io: convert ResourceSize to newtype
 2025-12-03 17:03 UTC 

[PATCH v3] rust: clist: Add support to interface with C linked lists
 2025-12-03 15:08 UTC  (3+ messages)

[PATCH v2] rust: num: bounded: mark __new as unsafe
 2025-12-03 14:23 UTC  (3+ messages)

[PATCH v7 0/6] rust: pci: add config space read/write support
 2025-12-03 13:32 UTC  (11+ messages)
` [PATCH v7 3/6] rust: io: factor common I/O helpers into Io trait

[PATCH] rust: pci: fix build failure when CONFIG_PCI_MSI is disabled
 2025-12-03  8:59 UTC  (3+ messages)

[PATCH v2 0/5] gpu: nova-core: Hopper/Blackwell prerequisites
 2025-12-03  5:26 UTC  (2+ messages)

[PATCH v2 1/3] rust: helpers: Add list helpers for C linked list operations
 2025-12-03  3:30 UTC  (6+ messages)

[PATCH v2 00/13] gpu: nova-core: add Turing support
 2025-12-03  2:21 UTC  (13+ messages)
` [PATCH v2 12/13] gpu: nova-core: add PIO support for loading firmware images

[PATCH v1] rust: debugfs: Use kernel Atomic type in docs example
 2025-12-03  1:36 UTC  (2+ messages)

[PATCH v6 0/8] Rust bindings for gem shmem + iosys_map
 2025-12-02 22:03 UTC  (9+ messages)
` [PATCH v6 1/8] rust/drm: Add gem::impl_aref_for_gem_obj!
` [PATCH v6 2/8] rust: helpers: Add bindings/wrappers for dma_resv_lock
` [PATCH v6 3/8] rust: drm: gem: Add raw_dma_resv() function
` [PATCH v6 4/8] rust: gem: Introduce DriverObject::Args
` [PATCH v6 5/8] rust: drm: gem: shmem: Add DRM shmem helper abstraction
` [PATCH v6 6/8] rust: drm: gem: Introduce shmem::SGTable
` [PATCH v6 7/8] rust: Introduce iosys_map bindings
` [PATCH v6 8/8] rust: drm/gem: Add vmap functions to shmem bindings

[PATCH v5 0/8] Rust bindings for gem shmem + iosys_map
 2025-12-02 22:01 UTC  (4+ messages)
` [PATCH v5 5/8] rust: drm: gem: shmem: Add DRM shmem helper abstraction


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