rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-07 23:56:57 to 2025-11-11 05:58:53 UTC [more...]

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-11-11  5:58 UTC  (3+ messages)
` [PATCH v22 25/28] riscv: create a config for shadow stack and landing pad instr support

[PATCH v1 1/2] rust: Add support for calling a function exactly once
 2025-11-11  5:17 UTC  (9+ messages)

[PATCH v1 0/2] Add support for print exactly once
 2025-11-11  1:28 UTC  (7+ messages)

[PATCH v6 RESEND 0/7] rust: pci: add config space read/write support
 2025-11-11  0:01 UTC  (9+ messages)
` [PATCH v6 RESEND 1/7] samples: rust: rust_driver_pci: use "kernel vertical" style for imports
` [PATCH v6 RESEND 2/7] rust: devres: "
` [PATCH v6 RESEND 3/7] rust: io: "
` [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 v6 RESNED 7/7] sample: rust: pci: add tests for config space routines

[RFC] Secure TCP (STCP): Rust-based encrypted transport protocol for kernel integration
 2025-11-10 23:55 UTC  (2+ messages)

[PATCH 1/3] rust: net: phy: fix example's references to `C{22,45}`
 2025-11-10 23:37 UTC  (7+ messages)
` [PATCH 2/3] rust: net: phy: make example buildable
` [PATCH 3/3] rust: net: phy: follow usual comment conventions

[PATCH 4/4] rust: io: add typedef for phys_addr_t
 2025-11-10 21:36 UTC  (2+ messages)

[PATCH v6 0/7] rust: pci: add config space read/write support
 2025-11-10 20:29 UTC  (8+ messages)
` [PATCH v6 1/7] samples: rust: rust_driver_pci: use "kernel vertical" style for imports
` [PATCH v6 2/7] rust: devres: "
` [PATCH v6 3/7] rust: io: "
` [PATCH v6 4/7] rust: io: factor common I/O helpers into Io trait
` [PATCH v6 5/7] rust: io: factor out MMIO read/write macros
` [PATCH v6 6/7] rust: pci: add config space read/write support
` [PATCH v6 7/7] sample: rust: pci: add tests for config space routines

[PATCH 1/2] rust: allow `unreachable_pub` for doctests
 2025-11-10 19:55 UTC  (8+ messages)
` [PATCH 2/2] rust: device: make example buildable

[PATCH 00/18] `syn` support
 2025-11-10 19:43 UTC  (51+ messages)
` [PATCH 01/18] rust: condvar: avoid `pub` in example
` [PATCH 02/18] rust: kbuild: introduce `core-flags` and `core-skip_flags`
` [PATCH 03/18] rust: kbuild: simplify `--cfg` handling
` [PATCH 04/18] rust: kbuild: add host library support
` [PATCH 05/18] rust: proc-macro2: import crate
` [PATCH 06/18] rust: proc-macro2: add SPDX License Identifiers
` [PATCH 07/18] rust: proc-macro2: remove `unicode_ident` dependency
` [PATCH 08/18] rust: proc-macro2: add `README.md`
` [PATCH 09/18] rust: proc-macro2: enable support in kbuild
` [PATCH 10/18] rust: quote: import crate
` [PATCH 11/18] rust: quote: add SPDX License Identifiers
` [PATCH 12/18] rust: quote: add `README.md`
` [PATCH 13/18] rust: quote: enable support in kbuild
` [PATCH 14/18] rust: syn: import crate
` [PATCH 15/18] rust: syn: add SPDX License Identifiers
` [PATCH 16/18] rust: syn: remove `unicode-ident` dependency
` [PATCH 17/18] rust: syn: add `README.md`
` [PATCH 18/18] rust: syn: enable support in kbuild

[PATCH v2 00/12] nova-core: Complete GSP boot and begin RPC communication
 2025-11-10 17:09 UTC  (20+ messages)
` [PATCH v2 06/12] nova-core: Add bindings required by GSP sequencer
` [PATCH v2 07/12] nova-core: Implement the "
` [PATCH v2 08/12] nova-core: sequencer: Add register opcodes
` [PATCH v2 09/12] nova-core: sequencer: Add delay opcode support
` [PATCH v2 12/12] gpu: nova-core: gsp: Wait for gsp initialization to complete

[PATCH v2] gendwarfksyms: Skip files with no exports
 2025-11-10 16:48 UTC  (4+ messages)

[PATCH v4 0/6] Use Rust Bitmap from Rust Binder driver
 2025-11-10 15:39 UTC  (14+ messages)
` [PATCH v4 1/6] rust: bitmap: add MAX_LEN and NO_ALLOC_MAX_LEN constants
` [PATCH v4 2/6] rust: bitmap: add BitmapVec::new_inline()
` [PATCH v4 3/6] rust: bitmap: rename IdPool::new to with_capacity
` [PATCH v4 4/6] rust: id_pool: do not supply starting capacity
` [PATCH v4 5/6] rust: id_pool: do not immediately acquire new ids
` [PATCH v4 6/6] rust_binder: use bitmap for allocation of handles

[PATCH v2 00/12] nova-core: Complete GSP boot and begin RPC communication
 2025-11-10 13:52 UTC  (3+ messages)
` [PATCH v2 13/12] nova-core: sequencer: Refactor run() to handle unknown messages

[PATCH v7 0/2] rust: leds: add led classdev abstractions
 2025-11-10 13:40 UTC  (7+ messages)

[PATCH v9 00/15] gpu: nova-core: Boot GSP to RISC-V active
 2025-11-10 13:34 UTC  (16+ messages)
` [PATCH v9 01/15] gpu: nova-core: compute layout of more framebuffer regions required for GSP
` [PATCH v9 02/15] gpu: nova-core: Set correct DMA mask
` [PATCH v9 03/15] gpu: nova-core: num: add functions to safely convert a const value to a smaller type
` [PATCH v9 04/15] gpu: nova-core: Create initial Gsp
` [PATCH v9 05/15] gpu: nova-core: gsp: Create wpr metadata
` [PATCH v9 06/15] gpu: nova-core: Add a slice-buffer (sbuffer) datastructure
` [PATCH v9 07/15] gpu: nova-core: Add zeroable trait to bindings
` [PATCH v9 08/15] rust: enable slice_flatten feature and provide it through an extension trait
` [PATCH v9 09/15] gpu: nova-core: gsp: Add GSP command queue bindings and handling
` [PATCH v9 10/15] gpu: nova-core: gsp: Create rmargs
` [PATCH v9 11/15] gpu: nova-core: gsp: Add SetSystemInfo command
` [PATCH v9 12/15] gpu: nova-core: gsp: Add SetRegistry command
` [PATCH v9 13/15] gpu: nova-core: falcon: Add support to check if RISC-V is active
` [PATCH v9 14/15] gpu: nova-core: falcon: Add support to write firmware version
` [PATCH v9 15/15] gpu: nova-core: gsp: Boot GSP

[PATCH v7 0/4] rust: i2c: Add basic I2C driver abstractions
 2025-11-10 11:31 UTC  (6+ messages)
` [PATCH v7 1/4] rust: i2c: add basic I2C device and "
` [PATCH v7 2/4] rust: i2c: add manual I2C device creation abstractions
` [PATCH v7 3/4] samples: rust: add Rust I2C sample driver
` [PATCH v7 4/4] samples: rust: add Rust I2C client registration sample

[PATCH] rust/drm/gem: Fix missing header in `Object` rustdoc
 2025-11-10  9:16 UTC  (2+ messages)

[PATCH v2 0/2] Implement Send and Sync for clk
 2025-11-10  9:02 UTC  (2+ messages)

[PATCH v7 0/6] rust: add `ww_mutex` support
 2025-11-10  5:28 UTC  (2+ messages)

ABI mismatch build error for 6.17.y and rustc 1.91.0
 2025-11-09 17:31 UTC  (8+ messages)

[PATCH v5] rust: add new macro for common bitmap operations
 2025-11-09 16:57 UTC  (2+ messages)

[PATCH v6 0/4] gpu: nova: add boot42 support for next-gen GPUs
 2025-11-09  9:47 UTC  (16+ messages)
` [PATCH v6 1/4] gpu: nova-core: implement Display for Spec
` [PATCH v6 2/4] gpu: nova-core: prepare Spec and Revision types for boot0/boot42
` [PATCH v6 3/4] gpu: nova-core: make Architecture behave as a u8 type
` [PATCH v6 4/4] gpu: nova-core: add boot42 support for next-gen GPUs

[RFC PATCH v1 0/2] rust: pci: Introduce PCIe error handler support and sample usage
 2025-11-08 16:55 UTC  (3+ messages)
` [RFC PATCH v1 1/2] rust: pci: add PCIe bus error handler support
` [RFC PATCH v1 2/2] sample: rust: pci: implement dummy error handlers to demonstrate usage

Only rust/bindings.o build fail on rust-1.91.0
 2025-11-08  5:10 UTC  (11+ messages)

[PATCH v4 0/9] rust: Add Per-CPU Variable API
 2025-11-08  3:39 UTC  (8+ messages)
` [PATCH v4 1/9] rust: cpumask: Add a `Cpumask` iterator
` [PATCH v4 2/9] rust: cpumask: Add getters for globally defined cpumasks

[PATCH 0/2] rust: cpumask: Bindings for core cpumasks and cpumask iterators
 2025-11-08  3:30 UTC  (5+ messages)

[PATCH v8 00/16] gpu: nova-core: Boot GSP to RISC-V active
 2025-11-08  2:51 UTC  (4+ messages)
` [PATCH v8 16/16] bitfields RANGE doc - not great

[PATCH] rust: kbuild: skip gendwarfksyms in `bindings.o` for Rust >= 1.91.0
 2025-11-08  2:49 UTC  (4+ messages)

[PATCH v4 0/4] rust: add Bounded integer type
 2025-11-08  2:23 UTC  (5+ messages)
` [PATCH v4 1/4] rust: add num module and Integer trait
` [PATCH v4 2/4] rust: num: add Bounded integer wrapping type
` [PATCH v4 3/4] MAINTAINERS: add entry for the Rust `num` module
` [PATCH FOR REFERENCE v4 4/4] gpu: nova-core: use BitInt for bitfields

[PATCH v3 0/2] gpu: nova: add boot42 support for next-gen GPUs
 2025-11-08  2:03 UTC  (8+ messages)
` [PATCH v3 2/2] gpu: nova-core: "


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