rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-22 23:30:05 to 2025-10-27 12:55:05 UTC [more...]

[PATCH v2 0/7] gpu: nova-core: remove use of `as` for integer conversions
 2025-10-27 12:54 UTC  (5+ messages)
` [PATCH v2 1/7] gpu: nova-core: replace `as` with `from` conversions where possible
` [PATCH v2 2/7] gpu: nova-core: vbios: remove unneeded u8 conversions
` [PATCH v2 3/7] gpu: nova-core: vbios: add conversion to u8 for BiosImageType
` [PATCH v2 4/7] gpu: nova-core: use `try_from` instead of `as` for u32 conversions

[PATCH 0/7] gpu: nova-core: remove use of `as` for integer conversions
 2025-10-27 12:24 UTC  (16+ messages)
` [PATCH 1/7] gpu: nova-core: replace `as` with `from` conversions where possible
` [PATCH 2/7] gpu: nova-core: vbios: remove unneeded u8 conversions
` [PATCH 3/7] gpu: nova-core: vbios: add conversion to u8 for BiosImageType
` [PATCH 4/7] gpu: nova-core: use `try_from` instead of `as` for u32 conversions
` [PATCH 5/7] gpu: nova-core: add extra conversion functions and traits
` [PATCH 6/7] gpu: nova-core: replace use of `as` with functions from `num`
` [PATCH 7/7] gpu: nova-core: justify remaining uses of `as`

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

[PATCH v3 0/2] Add read_poll_timeout_atomic support
 2025-10-27  9:48 UTC  (4+ messages)
` [PATCH v3 1/2] rust: add udelay() function
` [PATCH v3 2/2] rust: Add read_poll_timeout_atomic function

[PATCH 0/3] gpu: nova-core: various bitfield fixes
 2025-10-27  0:55 UTC  (3+ messages)

[PATCH v6 0/3] rust: i2c: Add basic I2C driver abstractions
 2025-10-26 19:20 UTC  (17+ messages)
` [PATCH v6 1/3] rust: i2c: add basic I2C device and "
` [PATCH v6 2/3] rust: i2c: add manual I2C device creation abstractions
    ` [PATCH v6 2/3] rust: i2c: Add basic I2C driver abstractions
` [PATCH v6 3/3] samples: rust: add Rust I2C sample driver

[PATCH v1] rust: simplify read_poll_timeout's example code
 2025-10-26 17:04 UTC  (4+ messages)

[PATCH v2 1/2] rust: add udelay() function
 2025-10-26 14:49 UTC  (12+ messages)

[PATCH] MAINTAINERS: Remove Alex Gaynor as Rust maintainer
 2025-10-26 14:36 UTC  (2+ messages)

[PATCH v4] rust: add new macro for common bitmap operations
 2025-10-26 12:16 UTC 

[PATCH v16 0/7] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-10-26 11:14 UTC  (6+ messages)

[GIT PULL] Driver core fixes for 6.18-rc3
 2025-10-25 18:12 UTC  (2+ messages)

[PATCH 0/2] gpu: nova: add boot42 support for next-gen GPUs
 2025-10-25 17:32 UTC  (7+ messages)
` [PATCH 1/2] gpu: nova: remove Spec and Revision types
` [PATCH 2/2] gpu: nova: add boot42 support for next-gen GPUs

[PATCH] rust: phy: replace `MaybeUninit::zeroed().assume_init()` with `pin_init::zeroed()`
 2025-10-25 13:47 UTC  (5+ messages)

[PATCH v2] rust: phy: replace `MaybeUninit::zeroed().assume_init()` with `pin_init::zeroed()`
 2025-10-25 13:44 UTC 

Inquiry about Contribution Opportunities for Rust for Linux
 2025-10-25 13:10 UTC  (4+ messages)

[PATCH] rust: pwm: Drop wrapping of PWM polarity and state
 2025-10-25 12:23 UTC 

[PATCH v5] rust: rbtree: add immutable cursor
 2025-10-25  9:01 UTC  (3+ messages)

[PATCH 0/1] nova-core: regs: rename .alter() --> .update()
 2025-10-25  4:09 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH] nova-core: Ada: basic GPU identification
 2025-10-25  4:05 UTC  (2+ messages)

[PATCH 0/2] nova-core: remove HWCFG1 and need_riscv
 2025-10-25  4:04 UTC  (4+ messages)
` [PATCH 1/2] nova-core: remove an unnecessary register read: HWCFG1
` [PATCH 2/2] nova-core: remove unnecessary need_riscv, bar parameters

[PATCH] nova-core: remove an unnecessary register read: HWCFG1
 2025-10-25  1:56 UTC  (2+ messages)

[PATCH v3 00/10] Binary Large Objects for Rust DebugFS
 2025-10-24 18:02 UTC  (25+ messages)
` [PATCH v3 01/10] rust: fs: add new type file::Offset
` [PATCH v3 02/10] rust: uaccess: add UserSliceReader::read_slice_partial()
` [PATCH v3 04/10] rust: uaccess: add UserSliceWriter::write_slice_partial()
` [PATCH v3 05/10] rust: uaccess: add UserSliceWriter::write_slice_file()
` [PATCH v3 06/10] rust: debugfs: support for binary large objects
` [PATCH v3 07/10] rust: debugfs: support blobs from smart pointers
` [PATCH v3 09/10] rust: debugfs: support binary large objects for ScopedDir

[PATCH v2] uaccess: decouple INLINE_COPY_FROM_USER and CONFIG_RUST
 2025-10-24 17:39 UTC  (3+ messages)

[PATCH 0/3] Remove the usage of Rust native atomics in debugfs
 2025-10-24 14:57 UTC  (3+ messages)

[PATCH v6 0/2] rust: leds: add led classdev abstractions
 2025-10-24 14:48 UTC  (4+ messages)
` [PATCH v6 1/2] rust: Add trait to convert a device reference to a bus device reference
` [PATCH v6 2/2] rust: leds: add basic led classdev abstractions

[PATCH] uaccess: decouple INLINE_COPY_FROM_USER and CONFIG_RUST
 2025-10-24 13:54 UTC  (4+ messages)

[PATCH 0/7] Pre-requisite patches for mm and irq in nova-core
 2025-10-24 11:51 UTC  (11+ messages)
` [PATCH 6/7] nova-core: mm: Add support to use PRAMIN windows to write to VRAM

[PATCH v2 0/2] Add read_poll_count_atomic support
 2025-10-24  9:19 UTC  (7+ messages)
` [PATCH v2 2/2] rust: Add read_poll_count_atomic function

[PATCH v2 0/5] Use Rust Bitmap from Rust Binder driver
 2025-10-24  9:17 UTC  (7+ messages)
` [PATCH v2 2/5] rust: bitmap: add BitmapVec::new_small()
` [PATCH v2 3/5] rust: id_pool: do not supply starting capacity

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

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

[PATCH v2 1/3] nova-core: Simplify `transmute` and `transmute_mut` in fwsec.rs
 2025-10-23 20:51 UTC  (3+ messages)
` [PATCH v2 2/3] nova-core: Simplify `DmaObject::from_data` in nova-core/dma.rs
` [PATCH v2 3/3] nova: Update the nova todo list

[PATCH 0/2] rust: pci: consistently use INTx and PCI BAR in comments
 2025-10-23 19:55 UTC  (2+ messages)

[PATCH v2] rust: opp: simplify callers of `to_c_str_array`
 2025-10-23 15:23 UTC  (2+ messages)

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-10-23 13:25 UTC  (15+ messages)
` [PATCH v22 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v22 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v22 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v22 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v22 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v22 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v22 07/28] riscv/mm: manufacture shadow stack pte
` [PATCH v22 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v22 09/28] riscv/mm: write protect and shadow stack
` [PATCH v22 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v22 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v22 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v22 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v22 14/28] riscv: Implements arch agnostic indirect branch tracking prctls

[PATCH] rust: opp: simplify callers of `to_c_str_array`
 2025-10-23 13:24 UTC  (5+ messages)

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-10-23 10:24 UTC  (5+ messages)
` [PATCH v22 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v22 13/28] prctl: arch-agnostic prctl for indirect branch tracking

[PATCH v2 4/5] rust: id_pool: do not immediately acquire new ids
 2025-10-23  0:36 UTC  (2+ 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).