messages from 2025-05-16 16:25:44 to 2025-05-20 06:14:02 UTC [more...]
[PATCH V12 00/15] Rust abstractions for clk, cpumask, cpufreq, OPP
2025-05-20 6:13 UTC (25+ 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 v15 00/27] riscv control-flow integrity for usermode
2025-05-20 6:02 UTC (9+ messages)
` [PATCH v15 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v15 27/27] kselftest/riscv: kselftest for user mode cfi
[PATCH v8 0/5] rust: adds Bitmap API, ID pool and bindings
2025-05-20 5:59 UTC (30+ messages)
` [PATCH v8 1/5] rust: add bindings for bitmap.h
` [PATCH v8 2/5] rust: add bindings for bitops.h
` [PATCH v8 3/5] rust: add bitmap API
` [PATCH v8 4/5] rust: add find_bit_benchmark_rust module
` [PATCH v8 5/5] rust: add dynamic ID pool abstraction for bitmap
[PATCH] rust: miscdevice: fix typo in MiscDevice::ioctl documentation
2025-05-20 4:59 UTC (4+ messages)
[PATCH v3 00/19] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
2025-05-19 22:59 UTC (11+ messages)
` [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 v2 0/4] rust: drm: gem: More (and final) cleanup
2025-05-19 22:26 UTC (12+ 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 v4 0/9] More Rust bindings for device property reads
2025-05-19 19:51 UTC (6+ messages)
` [PATCH v4 6/9] rust: device: Add bindings for reading device properties
[PATCH v4 0/3] rust: add `UnsafePinned` type
2025-05-19 18:26 UTC (6+ messages)
` [PATCH v4 1/3] rust: add UnsafePinned type
[PATCH] rust: types: remove `Either<L, R>`
2025-05-19 18:23 UTC (6+ messages)
[PATCH] MAINTAINERS: mailmap: update Benno Lossin's email address
2025-05-19 18:20 UTC (3+ messages)
[PATCH v3 0/2] rust: miscdevice: add additional data to MiscDeviceRegistration
2025-05-19 18:16 UTC (6+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] rust: miscdevice: adjust the rust_misc_device sample to use RegistrationData
[PATCH] rust: compile libcore with edition 2024 for 1.87+
2025-05-19 18:01 UTC (3+ messages)
[PATCH v5] rust: kernel: add support for bits/genmask macros
2025-05-19 17:57 UTC (4+ messages)
[PATCH v4] rust: macros: Fix macro referencing core and kernel crates
2025-05-19 17:10 UTC (9+ messages)
` [PATCH v5] "
[PATCH v3] rust: regulator: add a bare minimum regulator abstraction
2025-05-19 14:43 UTC (29+ messages)
[net-next PATCH v10 0/7] net: phy: Add support for new Aeonsemi PHYs
2025-05-19 12:58 UTC (17+ messages)
` [net-next PATCH v10 7/7] rust: net::phy sync with match_phy_device C changes
[GIT PULL] [PATCH 0/5] rust: Task & schedule related changes for v6.16
2025-05-19 12:40 UTC (5+ messages)
` [PATCH 4/5] sched/core: Add __might_sleep_precision()
[PATCH v2] rust: doc: Clarify safety invariants for Revocable type
2025-05-19 12:26 UTC (12+ messages)
[PATCH v3 0/2] rust: add support for request_irq
2025-05-19 10:41 UTC (6+ messages)
` [PATCH v3 1/2] rust: irq: add support for request_irq()
` [PATCH v3 2/2] rust: platform: add irq accessors
[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)
[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] rust: add basic ELF sections parser
2025-05-17 13:41 UTC (17+ messages)
[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 (6+ 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 (3+ messages)
` [PATCH 1/2] rust: drm: gem: Simplify use of generics
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).