messages from 2025-04-18 15:37:25 to 2025-04-22 16:53:23 UTC [more...]
[PATCH v2 0/2] Add a Rust GPUVM abstraction
2025-04-22 16:52 UTC (4+ messages)
` [PATCH v2 1/2] rust: helpers: Add bindings/wrappers for dma_resv
` [PATCH v2 2/2] rust: drm: Add GPUVM abstraction
[RFC PATCH] lsm: Add Rust bindings with example LSM
2025-04-22 16:28 UTC (4+ messages)
[PATCH 00/16] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
2025-04-22 16:23 UTC (30+ messages)
` [PATCH 01/16] rust: add useful ops for u64
` [PATCH 02/16] rust: make ETIMEDOUT error available
` [PATCH 03/16] gpu: nova-core: derive useful traits for Chipset
` [PATCH 04/16] gpu: nova-core: add missing GA100 definition
` [PATCH 05/16] gpu: nova-core: take bound device in Gpu::new
` [PATCH 06/16] gpu: nova-core: define registers layout using helper macro
` [PATCH 07/16] gpu: nova-core: move Firmware to firmware module
` [PATCH 08/16] gpu: nova-core: wait for GFW_BOOT completion
` [PATCH 09/16] gpu: nova-core: register sysmem flush page
` [PATCH 10/16] gpu: nova-core: add basic timer device
` [PATCH 11/16] gpu: nova-core: add falcon register definitions and base code
` [PATCH 12/16] gpu: nova-core: firmware: add ucode descriptor used by FWSEC-FRTS
` [PATCH 13/16] gpu: nova-core: Add support for VBIOS ucode extraction for boot
` [PATCH 14/16] gpu: nova-core: compute layout of the FRTS region
` [PATCH 15/16] gpu: nova-core: extract FWSEC from BIOS and patch it to run FWSEC-FRTS
` [PATCH 16/16] gpu: nova-core: load and "
looking for an informed write up on how to handle serious multicore issues in rust
2025-04-22 15:46 UTC (2+ messages)
[PATCH v3 0/4] rust: alloc: split `Vec::set_len` into `Vec::{inc,dec}_len`
2025-04-22 15:42 UTC (3+ messages)
[PATCH v3] rust: alloc: allow coercion from `Box<T>` to `Box<dyn U>` if T implements U
2025-04-22 15:37 UTC (2+ messages)
[PATCH v3 0/2] checkpatch.pl: Add warning for // comments on private Rust items
2025-04-22 15:32 UTC (9+ messages)
` [PATCH v3 1/2] checkpatch.pl: warn about "
` [PATCH v3 3/3] checkpatch.pl: --fix support for `//` comments rust private items
` [PATCH v3 2/2 resend] "
[PATCH v4 0/2] rust/revocable: add try_access_with() convenience method
2025-04-22 15:27 UTC (7+ messages)
` [PATCH v4 1/2] "
[PATCH v9 0/6] rust: reduce `as` casts, enable related lints
2025-04-22 15:15 UTC (8+ messages)
` [PATCH v9 4/6] rust: enable `clippy::as_underscore` lint
[PATCH 0/8] pin-init sync for v6.16
2025-04-22 14:45 UTC (20+ messages)
` [PATCH 1/8] rust: pin-init: add `cast_[pin_]init` functions to change the initialized type
` [PATCH 2/8] rust: pin-init: Add the `Wrapper` trait
` [PATCH 3/8] rust: pin-init: Implement `Wrapper` for `UnsafePinned` behind feature flag
` [PATCH 4/8] rust: pin-init: Update Changelog and Readme
` [PATCH 5/8] rust: pin-init: Update the structural pinning link in readme
` [PATCH 6/8] rust: pin-init: allow `pub` fields in `derive(Zeroable)`
` [PATCH 7/8] rust: pin-init: allow `Zeroable` derive macro to also be applied to unions
` [PATCH 8/8] rust: pin-init: add `MaybeZeroable` derive macro
[PATCH v2 0/2] add Rust version of might_sleep()
2025-04-22 14:31 UTC (3+ messages)
[PATCH v14 0/6] rust: Add IO polling
2025-04-22 14:31 UTC (9+ messages)
` [PATCH v14 1/6] rust: hrtimer: Add Ktime temporarily
` [PATCH v14 2/6] rust: time: Add PartialEq/Eq/PartialOrd/Ord trait to Ktime
` [PATCH v14 3/6] rust: time: Introduce Delta type
` [PATCH v14 4/6] rust: time: Introduce Instant type
` [PATCH v14 5/6] rust: time: Add wrapper for fsleep() function
` [PATCH v14 6/6] MAINTAINERS: rust: Add a new section for all of the time stuff
[PATCH v2] rust: sync: optimize rust symbol generation for CondVar
2025-04-22 14:25 UTC (2+ messages)
[PATCH v6] rust: transmute: Add methods for FromBytes trait
2025-04-22 14:09 UTC (2+ messages)
[PATCH 0/5] rust: list: remove HasListLinks::OFFSET
2025-04-22 14:09 UTC (4+ messages)
` [PATCH 5/5] rust: list: remove OFFSET constants
[PATCH v13 3/5] rust: time: Introduce Instant type
2025-04-22 13:50 UTC (6+ messages)
[PATCH v9 0/3] rust: extend `module!` macro with integer parameter support
2025-04-22 13:22 UTC (2+ messages)
[PATCH v1 0/3] rust: time: Introduce typed clock sources and generalize Instant
2025-04-22 13:14 UTC (7+ messages)
` [PATCH v1 1/3] rust: time: replace ClockId enum with ClockSource trait
` [PATCH v1 2/3] rust: time: make Instant generic over ClockSource
` [PATCH v1 3/3] rust: time: add ktime_get() to ClockSource trait
[PATCH 0/2] rust: Add abstractions for applying devicetree overlays
2025-04-22 12:32 UTC (3+ messages)
` [PATCH 1/2] rust: kernel: of: Add DeviceNode abstraction
` [PATCH 2/2] rust: kernel: of: Add overlay id abstraction
[PATCH v2 7/8] rust: hrtimer: Add forward_now() to HrTimer and HrTimerCallbackContext
2025-04-22 12:18 UTC (3+ messages)
` [PATCH v3] "
[PATCH v3 0/7] Additional methods for Vec
2025-04-22 9:52 UTC (8+ messages)
` [PATCH v3 1/7] rust: alloc: add Vec::clear
` [PATCH v3 2/7] rust: alloc: add Vec::pop
` [PATCH v3 3/7] rust: alloc: add Vec::push_within_capacity
` [PATCH v3 4/7] rust: alloc: add Vec::drain_all
` [PATCH v3 5/7] rust: alloc: add Vec::retain
` [PATCH v3 6/7] rust: alloc: add Vec::remove
` [PATCH v3 7/7] rust: alloc: add Vec::insert_within_capacity
[PATCH 0/5] Additional methods for Vec
2025-04-22 9:48 UTC (4+ messages)
` [PATCH 5/5] rust: alloc: add Vec::retain
[PATCH] drm/panic: Use a decimal fifo to avoid u64 by u64 divide
2025-04-22 8:03 UTC (3+ messages)
[PATCH 0/3] pin-init: fix issues found with new CI
2025-04-21 21:23 UTC (2+ messages)
[PATCH] rust: pin-init: synchronize README.md
2025-04-21 21:14 UTC (2+ messages)
[PATCH v6 00/18] refactor to utilize `&raw [const|mut]`
2025-04-21 20:20 UTC (3+ messages)
` [PATCH v6 01/18] rust: init: refactor to use `&raw mut`
[PATCH v3 0/4] Untrusted Data API
2025-04-21 19:25 UTC (10+ messages)
` [PATCH v3 1/4] rust: transmute: add `cast_slice[_mut]` functions
` [PATCH v3 2/4] rust: create basic untrusted data API
` [PATCH v3 3/4] rust: validate: add `Validate` trait
` [PATCH v3 4/4] rust: iov: use untrusted data API
[RFC v3 00/12] LKMM generic atomics in Rust
2025-04-21 16:42 UTC (13+ messages)
` [RFC v3 01/12] rust: Introduce atomic API helpers
` [RFC v3 02/12] rust: sync: Add basic atomic operation mapping framework
` [RFC v3 03/12] rust: sync: atomic: Add ordering annotation types
` [RFC v3 04/12] rust: sync: atomic: Add generic atomics
` [RFC v3 05/12] rust: sync: atomic: Add atomic {cmp,}xchg operations
` [RFC v3 06/12] rust: sync: atomic: Add the framework of arithmetic operations
` [RFC v3 07/12] rust: sync: atomic: Add Atomic<u{32,64}>
` [RFC v3 08/12] rust: sync: atomic: Add Atomic<{usize,isize}>
` [RFC v3 09/12] rust: sync: atomic: Add Atomic<*mut T>
` [RFC v3 10/12] rust: sync: atomic: Add arithmetic ops for "
` [RFC v3 11/12] rust: sync: Add memory barriers
` [RFC v3 12/12] rust: sync: rcu: Add RCU protected pointer
[RFC v2 00/13] LKMM *generic* atomics in Rust
2025-04-21 16:27 UTC (3+ messages)
[PATCH v3] rust: alloc: implement `extend` for `Vec`
2025-04-21 8:15 UTC (4+ messages)
[PATCH V11 00/15] Rust abstractions for clk, cpumask, cpufreq, OPP
2025-04-21 7:22 UTC (16+ messages)
` [PATCH V11 01/15] rust: cpumask: Add few more helpers
` [PATCH V11 02/15] rust: cpumask: Add initial abstractions
` [PATCH V11 03/15] MAINTAINERS: Add entry for Rust cpumask API
` [PATCH V11 04/15] rust: clk: Add helpers for Rust code
` [PATCH V11 05/15] rust: clk: Add initial abstractions
` [PATCH V11 06/15] rust: macros: enable use of hyphens in module names
` [PATCH V11 07/15] rust: cpu: Add from_cpu()
` [PATCH V11 08/15] rust: opp: Add initial abstractions for OPP framework
` [PATCH V11 09/15] rust: opp: Add abstractions for the OPP table
` [PATCH V11 10/15] rust: opp: Add abstractions for the configuration options
` [PATCH V11 11/15] rust: cpufreq: Add initial abstractions for cpufreq framework
` [PATCH V11 12/15] rust: cpufreq: Extend abstractions for policy and driver ops
` [PATCH V11 13/15] rust: cpufreq: Extend abstractions for driver registration
` [PATCH V11 14/15] rust: opp: Extend OPP abstractions with cpufreq support
` [PATCH V11 15/15] cpufreq: Add Rust-based cpufreq-dt driver
[PATCH v2 0/2] checkpatch.pl: Add warning for // comments on private Rust items
2025-04-20 19:48 UTC (3+ messages)
` [PATCH v2 1/2] checkpatch.pl: warn about "
[PATCH 0/2] checkpatch.pl: add warning for // comments on private Rust items
2025-04-20 8:15 UTC (4+ messages)
` [PATCH 1/2] checkpatch.pl: warn about "
` [PATCH 2/2] checkpatch.pl: add `--fix` support for `//` "
[PATCH 00/14] RCU torture changes for v6.16
2025-04-20 0:17 UTC (11+ messages)
` [PATCH 12/14] torture: Add testing of RCU's Rust bindings to torture.sh
` [12/14] "
` [PATCH 12/12] "
[PATCH 0/2] checkpatch.pl: add warning for // comments on private Rust items
2025-04-19 19:20 UTC
[GIT PULL] Rust fixes for 6.15
2025-04-19 17:22 UTC (2+ messages)
[PATCH v4 0/5] Auxiliary bus Rust abstractions
2025-04-19 13:01 UTC (2+ messages)
[PATCH v4 0/3] Implement TryFrom<&Device> for bus specific devices
2025-04-19 12:57 UTC (2+ messages)
Build: arm rustgcc unknown argument '-mno-fdpic'
2025-04-18 22:30 UTC (6+ messages)
[PATCH v2 0/8] DRM Rust abstractions
2025-04-18 21:16 UTC (12+ messages)
` [PATCH v2 1/8] drm: drv: implement __drm_dev_alloc()
` [PATCH v2 2/8] rust: drm: ioctl: Add DRM ioctl abstraction
` [PATCH v2 3/8] rust: drm: add driver abstractions
` [PATCH v2 5/8] rust: drm: add DRM driver registration
` [PATCH v2 6/8] rust: drm: file: Add File abstraction
[PATCH v10 0/6] rust: reduce `as` casts, enable related lints
2025-04-18 16:53 UTC (10+ messages)
` [PATCH v10 1/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v10 2/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v10 3/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v10 4/6] rust: enable `clippy::as_underscore` lint
` [PATCH v10 5/6] rust: enable `clippy::cast_lossless` lint
` [PATCH v10 6/6] rust: enable `clippy::ref_as_ptr` lint
[PATCH 0/7] Miscellaneous RCU changes for v6.16
2025-04-18 16:15 UTC (2+ messages)
` [PATCH 4/7] rust: sync: rcu: Mark Guard methods as inline
[PATCH] drm/panic: use `///` for private items too
2025-04-18 15:52 UTC (3+ 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).