messages from 2025-05-15 07:40:44 to 2025-05-19 11:06:58 UTC [more...]
[PATCH V12 00/15] Rust abstractions for clk, cpumask, cpufreq, OPP
2025-05-19 11:06 UTC (19+ messages)
` [PATCH V12 01/15] rust: cpumask: Add few more helpers
` [PATCH V12 02/15] rust: cpumask: Add initial abstractions
` [PATCH V12 03/15] MAINTAINERS: Add entry for Rust cpumask API
` [PATCH V12 04/15] rust: clk: Add helpers for Rust code
` [PATCH V12 05/15] rust: clk: Add initial abstractions
` [PATCH V12 06/15] rust: macros: enable use of hyphens in module names
` [PATCH V12 07/15] rust: cpu: Add from_cpu()
` [PATCH V12 08/15] rust: opp: Add initial abstractions for OPP framework
` [PATCH V12 09/15] rust: opp: Add abstractions for the OPP table
` [PATCH V12 10/15] rust: opp: Add abstractions for the configuration options
` [PATCH V12 11/15] rust: cpufreq: Add initial abstractions for cpufreq framework
` [PATCH V12 12/15] rust: cpufreq: Extend abstractions for policy and driver ops
` [PATCH V12 13/15] rust: cpufreq: Extend abstractions for driver registration
` [PATCH V12 14/15] rust: opp: Extend OPP abstractions with cpufreq support
` [PATCH V12 15/15] cpufreq: Add Rust-based cpufreq-dt driver
[PATCH v3] rust: regulator: add a bare minimum regulator abstraction
2025-05-19 11:01 UTC (29+ messages)
[PATCH v3 0/2] rust: add support for request_irq
2025-05-19 10:41 UTC (20+ messages)
` [PATCH v3 1/2] rust: irq: add support for request_irq()
` [PATCH v3 2/2] rust: platform: add irq accessors
[PATCH v2] rust: doc: Clarify safety invariants for Revocable type
2025-05-19 9:55 UTC (9+ messages)
[net-next PATCH v12 0/6] net: phy: Add support for new Aeonsemi PHYs
2025-05-19 6:09 UTC (9+ messages)
` [net-next PATCH v12 1/6] net: phy: pass PHY driver to .match_phy_device OP
` [net-next PATCH v12 2/6] net: phy: bcm87xx: simplify "
` [net-next PATCH v12 3/6] net: phy: nxp-c45-tja11xx: "
` [net-next PATCH v12 4/6] net: phy: introduce genphy_match_phy_device()
` [net-next PATCH v12 5/6] net: phy: Add support for Aeonsemi AS21xxx PHYs
` [net-next PATCH v12 6/6] dt-bindings: net: Document support for Aeonsemi PHYs
[PATCH V11 00/15] Rust abstractions for clk, cpumask, cpufreq, OPP
2025-05-19 5:12 UTC (7+ messages)
[GIT PULL] Rust ALLOC for v6.16
2025-05-18 20:49 UTC (2+ messages)
[GIT PULL] Rust pin-init for v6.16
2025-05-18 20:49 UTC (2+ messages)
[GIT PULL] Rust xarray for v6.16
2025-05-18 20:48 UTC (2+ messages)
[GIT PULL] Rust timekeeping for v6.16 From: Andreas Hindborg <a.hindborg@kernel.org>
2025-05-18 20:48 UTC (2+ messages)
[PATCH v4] rust: macros: Fix macro referencing core and kernel crates
2025-05-18 7:33 UTC (3+ messages)
[net-next PATCH v10 0/7] net: phy: Add support for new Aeonsemi PHYs
2025-05-18 7:13 UTC (22+ 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
[net-next PATCH v11 0/6] net: phy: Add support for new Aeonsemi PHYs
2025-05-17 20:05 UTC (10+ messages)
` [net-next PATCH v11 1/6] net: phy: pass PHY driver to .match_phy_device OP
` [net-next PATCH v11 2/6] net: phy: bcm87xx: simplify "
` [net-next PATCH v11 3/6] net: phy: nxp-c45-tja11xx: "
` [net-next PATCH v11 4/6] net: phy: introduce genphy_match_phy_device()
` [net-next PATCH v11 5/6] net: phy: Add support for Aeonsemi AS21xxx PHYs
` [net-next PATCH v11 6/6] dt-bindings: net: Document support for Aeonsemi PHYs
[PATCH v4 0/3] rust: add `UnsafePinned` type
2025-05-17 19:11 UTC (5+ messages)
` [PATCH v4 1/3] rust: add UnsafePinned type
[PATCH] rust: miscdevice: fix typo in MiscDevice::ioctl documentation
2025-05-17 19:09 UTC (2+ messages)
[PATCH v3 0/2] rust: miscdevice: add additional data to MiscDeviceRegistration
2025-05-17 13:42 UTC (4+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] rust: miscdevice: adjust the rust_misc_device sample to use RegistrationData
[PATCH v3 00/19] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
2025-05-17 13:42 UTC (13+ messages)
` [PATCH v3 09/19] gpu: nova-core: wait for GFW_BOOT completion
` [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] rust: add basic ELF sections parser
2025-05-17 13:41 UTC (19+ messages)
[PATCH v2 0/4] rust: drm: gem: More (and final) cleanup
2025-05-17 11:37 UTC (9+ messages)
` [PATCH v2 1/4] rust: drm: gem: Simplify use of generics
` [PATCH v2 2/4] rust: drm: gem: Add DriverObject type alias
` [PATCH v2 3/4] rust: drm: gem: Add ObjectFile "
` [PATCH v2 4/4] rust: drm: gem: Drop Object::SIZE
[PATCH] rust: compile libcore with edition 2024 for 1.87+
2025-05-17 8:55 UTC
[PATCH] docs: fix typo in rust/kernel/str.rs
2025-05-17 8:02 UTC (2+ messages)
[PATCH v2] mm: rust: make CONFIG_MMU ifdefs more narrow
2025-05-16 19:32 UTC
[RFC PATCH 0/2] scatterlist rust bindings
2025-05-16 17:55 UTC (16+ messages)
` [RFC PATCH 1/2] rust: add initial scatterlist bindings
[PATCH 0/2] rust: drm: gem: More (and final) cleanup
2025-05-16 16:25 UTC (4+ messages)
` [PATCH 1/2] rust: drm: gem: Simplify use of generics
` [PATCH 2/2] rust: drm: gem: Add ObjectFile type alias
[GIT PULL] configfs for v6.16
2025-05-16 16:13 UTC (2+ messages)
[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
[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
[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/4] drm: Rust GEM bindings cleanup
2025-05-15 19:05 UTC (3+ messages)
[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 v5 0/4] rust: DebugFS Bindings
2025-05-15 12:55 UTC (18+ messages)
` [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 (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).