rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-12 20:51:58 to 2025-05-16 15:34:30 UTC [more...]

[PATCH v15 00/27] riscv control-flow integrity for usermode
 2025-05-16 15:34 UTC  (9+ messages)
` [PATCH v15 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v15 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call

[net-next PATCH v10 0/7] net: phy: Add support for new Aeonsemi PHYs
 2025-05-16 15:12 UTC  (15+ messages)
` [net-next PATCH v10 1/7] net: phy: pass PHY driver to .match_phy_device OP
` [net-next PATCH v10 2/7] net: phy: bcm87xx: simplify "
` [net-next PATCH v10 3/7] net: phy: nxp-c45-tja11xx: "
` [net-next PATCH v10 4/7] net: phy: introduce genphy_match_phy_device()
` [net-next PATCH v10 5/7] net: phy: Add support for Aeonsemi AS21xxx PHYs
` [net-next PATCH v10 6/7] dt-bindings: net: Document support for Aeonsemi PHYs
` [net-next PATCH v10 7/7] rust: net::phy sync with match_phy_device C changes

[PATCH] rust: add basic ELF sections parser
 2025-05-16 14:35 UTC  (13+ messages)

[PATCH v4] rust: macros: Fix macro referencing core and kernel crates
 2025-05-16 12:23 UTC 

[PATCH v3 00/19] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
 2025-05-16 12:26 UTC  (26+ messages)
` [PATCH v3 01/19] rust: dma: expose the count and size of CoherentAllocation
` [PATCH v3 09/19] gpu: nova-core: wait for GFW_BOOT completion
` [PATCH v3 10/19] gpu: nova-core: add DMA object struct
` [PATCH v3 11/19] gpu: nova-core: register sysmem flush page
` [PATCH v3 12/19] gpu: nova-core: add helper function to wait on condition
` [PATCH v3 13/19] gpu: nova-core: add falcon register definitions and base code
` [PATCH v3 16/19] nova-core: Add support for VBIOS ucode extraction for boot
` [PATCH v3 17/19] gpu: nova-core: compute layout of the FRTS region
` [PATCH v3 18/19] gpu: nova-core: extract FWSEC from BIOS and patch it to run FWSEC-FRTS
` [PATCH v3 19/19] gpu: nova-core: load and "

[PATCH v2 0/3] rust: select AUXILIARY_BUS instead of depending on it
 2025-05-16 12:13 UTC  (5+ messages)
` [PATCH v2 1/3] samples: "
` [PATCH v2 2/3] gpu: nova-core: "
` [PATCH v2 3/3] gpu: drm: nova: "

[PATCH v8 0/3] rust: platform: add Io support
 2025-05-16  8:39 UTC  (9+ messages)
` [PATCH v8 1/3] rust: io: add resource abstraction
` [PATCH v8 2/3] rust: io: mem: add a generic iomem abstraction
` [PATCH v8 3/3] rust: platform: allow ioremap of platform resources

[RFC PATCH 0/2] scatterlist rust bindings
 2025-05-16  7:52 UTC  (17+ messages)
` [RFC PATCH 1/2] rust: add initial scatterlist bindings

[GIT PULL] configfs for v6.16
 2025-05-16  7:51 UTC 

[PATCH 0/5] Rust beta (1.87) and nightly (1.88) lint cleanups
 2025-05-15 22:22 UTC  (14+ messages)
` [PATCH 1/5] objtool/rust: add one more `noreturn` Rust function for Rust 1.87.0

[PATCH 0/2] rust: drm: gem: More (and final) cleanup
 2025-05-15 21:42 UTC  (3+ messages)
` [PATCH 1/2] rust: drm: gem: Simplify use of generics
` [PATCH 2/2] rust: drm: gem: Add ObjectFile type alias

[PATCH 0/4] drm: Rust GEM bindings cleanup
 2025-05-15 19:05 UTC  (7+ messages)
` [PATCH 2/4] rust: drm: gem: Refactor IntoGEMObject::from_gem_obj() to as_ref()

[PATCH 01/10] rust: Rename timer_container_of() to hrtimer_container_of()
 2025-05-15 17:23 UTC  (5+ messages)
            ` [PATCH -v2 "

[PATCH v2] rust: irq: add support for request_irq()
 2025-05-15 17:17 UTC  (5+ messages)

[PATCH v3 0/2] rust: add support for request_irq
 2025-05-15 13:52 UTC  (19+ messages)
` [PATCH v3 1/2] rust: irq: add support for request_irq()
` [PATCH v3 2/2] rust: platform: add irq accessors

[PATCH v5 0/4] rust: DebugFS Bindings
 2025-05-15 12:55 UTC  (32+ messages)
` [PATCH v5 1/4] rust: debugfs: Bind DebugFS directory creation
` [PATCH v5 2/4] rust: debugfs: Bind file creation for long-lived Display
` [PATCH v5 4/4] rust: samples: Add debugfs sample

[PATCH v2] kcov: rust: add flags for KCOV with Rust
 2025-05-15 12:03 UTC  (3+ messages)

[PATCH 0/3] rust: select AUXILIARY_BUS instead of depending on it
 2025-05-15  8:20 UTC  (6+ messages)
` [PATCH 1/3] samples: "
` [PATCH 2/3] gpu: nova-core: "
` [PATCH 3/3] gpu: drm: nova: "

[PATCH v3] rust: regulator: add a bare minimum regulator abstraction
 2025-05-15  8:19 UTC  (23+ messages)

[PATCH v3] kunit: fix longest symbol length test
 2025-05-14 21:00 UTC  (2+ messages)

[PATCH v2 0/2] Add a Rust GPUVM abstraction
 2025-05-14 20:11 UTC  (6+ messages)
` [PATCH v2 2/2] rust: drm: Add "

[PATCH v2 0/6] rust: add support for port io
 2025-05-14 10:57 UTC  (7+ messages)
` [PATCH v2 1/6] rust: helpers: io: use macro to generate io accessor functions
` [PATCH v2 2/6] rust: io: make Io use IoAccess trait
` [PATCH v2 3/6] rust: io: add new Io type
` [PATCH v2 4/6] rust: io: implement Debug for IoRaw and add some doctests
` [PATCH v2 5/6] rust: io: add from_raw_cookie functions
` [PATCH v2 6/6] rust: pci: make Bar generic over Io

[PATCH v10 0/5] New trait OwnableRefCounted for ARef<->Owned conversion
 2025-05-14  9:32 UTC  (3+ messages)
` [PATCH v10 1/5] rust: types: Add Ownable/Owned types

[PATCH v2 0/4] drm: Rust GEM bindings cleanup
 2025-05-13 22:09 UTC  (5+ messages)
` [PATCH v2 1/4] rust: drm: gem: Use NonNull for Object::dev
` [PATCH v2 2/4] rust: drm: gem: Refactor IntoGEMObject::from_gem_obj() to as_ref()
` [PATCH v2 3/4] rust: drm: gem: s/into_gem_obj()/as_raw()/
` [PATCH v2 4/4] rust: drm: gem: Implement AlwaysRefCounted for all gem objects automatically

[PATCH v4 0/3] rust: add `UnsafePinned` type
 2025-05-13 20:51 UTC  (3+ messages)
` [PATCH v4 1/3] rust: add UnsafePinned type

[PATCH 0/7] Rust abstractions for shmem-backed GEM objects
 2025-05-13 19:26 UTC  (4+ messages)
` [PATCH 1/7] drm/shmem-helper: Add lockdep asserts to vmap/vunmap

[PATCH v5] rust: kernel: add support for bits/genmask macros
 2025-05-13 18:52 UTC  (3+ messages)

[PATCH 00/11] rust: add support for Port io
 2025-05-13 15:15 UTC  (4+ messages)

[PATCH V11 00/15] Rust abstractions for clk, cpumask, cpufreq, OPP
 2025-05-13 11:15 UTC  (6+ messages)

[PATCH] rust: rename expanded Rust file extension from .rsi to .expanded.rs
 2025-05-13 10:11 UTC 

[GIT PULL] Rust ALLOC for v6.16
 2025-05-13 10:00 UTC 

[RFC v3 00/33] Rust bindings for KMS + RVKMS
 2025-05-13  7:11 UTC  (3+ messages)
` [RFC v3 01/33] rust: drm: Add a small handful of fourcc bindings

[PATCH 04/11] rust: io: add PortIo
 2025-05-13  6:09 UTC  (2+ messages)

[PATCH v2] kunit: fix longest symbol length test
 2025-05-13  5:36 UTC  (2+ messages)

[PATCH 01/11] rust: helpers: io: use macro to generate io accessor functions
 2025-05-13  1:59 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).