rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-12 09:56:21 to 2025-05-15 13:29:05 UTC [more...]

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

[PATCH] rust: add basic ELF sections parser
 2025-05-15 13:09 UTC  (6+ messages)

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

[net-next PATCH v10 0/7] net: phy: Add support for new Aeonsemi PHYs
 2025-05-15 12:01 UTC  (11+ 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 v15 00/27] riscv control-flow integrity for usermode
 2025-05-15  8:48 UTC  (7+ 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

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

[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 0/5] Rust beta (1.87) and nightly (1.88) lint cleanups
 2025-05-14 19:46 UTC  (9+ messages)
` [PATCH 1/5] objtool/rust: add one more `noreturn` Rust function for Rust 1.87.0

[PATCH v3 00/19] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
 2025-05-14 16:42 UTC  (23+ 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] rust: irq: add support for request_irq()
 2025-05-14 14:44 UTC  (4+ messages)

[RFC PATCH 0/2] scatterlist rust bindings
 2025-05-14 12:50 UTC  (15+ messages)
` [RFC PATCH 1/2] rust: add initial scatterlist bindings
` [RFC PATCH 2/2] samples: rust: add sample code for "

[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 0/4] drm: Rust GEM bindings cleanup
 2025-05-13 21:22 UTC  (12+ messages)
` [PATCH 1/4] rust: drm: gem: Use NonNull for Object::dev
` [PATCH 2/4] rust: drm: gem: Refactor IntoGEMObject::from_gem_obj() to as_ref()
` [PATCH 3/4] rust: drm: gem: s/into_gem_obj()/as_gem_obj()/
` [PATCH 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  (13+ messages)
` [RFC v3 01/33] rust: drm: Add a small handful of fourcc bindings
` [RFC v3 02/33] rust: drm: Add traits for registering KMS devices
` [RFC v3 04/33] rust: drm/kms: Add drm_connector bindings
` [RFC v3 05/33] rust: drm/kms: Add drm_plane bindings
` [RFC v3 09/33] rust: drm/kms: Add DriverConnector::get_mode callback

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

[PATCH] rust: remove spurious compiler_builtins dependents
 2025-05-12 20:21 UTC  (3+ messages)

[PATCH 02/11] rust: io: Replace Io with MMIo using IoAccess trait
 2025-05-12 20:07 UTC  (2+ messages)

[PATCH v2 0/2] Nova DRM skeleton driver
 2025-05-12 19:18 UTC  (2+ messages)

[PATCH AUTOSEL 6.12 08/11] x86/Kconfig: make CFI_AUTO_DEFAULT depend on !RUST or Rust >= 1.88
 2025-05-12 18:04 UTC 

[PATCH AUTOSEL 6.14 12/15] x86/Kconfig: make CFI_AUTO_DEFAULT depend on !RUST or Rust >= 1.88
 2025-05-12 18:03 UTC 

[PATCH v4 0/9] More Rust bindings for device property reads
 2025-05-12 17:44 UTC  (15+ messages)
` [PATCH v4 1/9] rust: device: Create FwNode abstraction for accessing device properties
` [PATCH v4 3/9] rust: device: Move property_present() to FwNode
` [PATCH v4 5/9] rust: device: Introduce PropertyGuard
` [PATCH v4 6/9] rust: device: Add bindings for reading device properties
` [PATCH v4 9/9] samples: rust: platform: Add property read examples

[PATCH] mm: rust: make CONFIG_MMU ifdefs more narrow
 2025-05-12 16:10 UTC  (2+ messages)

[PATCH v2] rust: docs: replace rustdoc refrences to alloc::format
 2025-05-12 13:55 UTC  (2+ messages)

[PATCH v4] rust: convert raw URLs to Markdown autolinks in comments
 2025-05-12 13:53 UTC  (2+ messages)

[PATCH] rust: clarify the language unstable features in use
 2025-05-12 13:49 UTC  (2+ messages)

[PATCH] rust: uaccess: take advantage of the prelude and `Result`'s defaults
 2025-05-12 13:48 UTC  (2+ messages)

[PATCH v4] rust: static_assert: add optional message
 2025-05-12 13:48 UTC  (2+ messages)

[PATCH] docs: rust: explain that `///` vs. `//` applies to private items too
 2025-05-12 13:47 UTC  (2+ messages)

[PATCH v2] rust: page:: optimize rust symbol generation for Page
 2025-05-12 13:47 UTC  (2+ messages)

[PATCH v2 0/8] DRM Rust abstractions
 2025-05-12 12:38 UTC  (6+ messages)
` [PATCH v2 7/8] rust: drm: gem: Add GEM object abstraction

[PATCH v8 0/3] rust: configfs abstractions
 2025-05-12 10:43 UTC  (2+ messages)

[PATCH 01/10] rust: Rename timer_container_of() to hrtimer_container_of()
 2025-05-12 10:33 UTC  (5+ 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).