messages from 2025-03-08 00:01:51 to 2025-03-11 19:20:16 UTC [more...]
[PATCH] rust: Disallow BTF generation with Rust + LTO
2025-03-11 19:20 UTC (2+ messages)
[PATCH] kbuild, rust: use -fremap-path-prefix to make paths relative
2025-03-11 19:07 UTC (9+ messages)
[PATCH v13 0/7] rust: add dma coherent allocator abstraction
2025-03-11 18:35 UTC (5+ messages)
` [PATCH v13 4/7] rust: device: add dma addressing capabilities
[PATCH v14 00/11] rust: add dma coherent allocator abstraction
2025-03-11 18:12 UTC (13+ messages)
` [PATCH v14 01/11] rust: error: Add EOVERFLOW
` [PATCH v14 02/11] rust: add dma coherent allocator abstraction
` [PATCH v14 03/11] samples: rust: add Rust dma test sample driver
` [PATCH v14 04/11] MAINTAINERS: add entry for Rust dma mapping helpers device driver API
` [PATCH v14 05/11] rust: dma: implement `dma::Device` trait
` [PATCH v14 06/11] rust: dma: add dma addressing capabilities
` [PATCH v14 07/11] rust: pci: implement the `dma::Device` trait
` [PATCH v14 08/11] rust: platform: "
` [PATCH v14 09/11] rust: dma: use `dma::Device` in `CoherentAllocation`
` [PATCH v14 10/11] rust: samples: dma: set DMA mask
` [PATCH v14 11/11] rust: dma: add as_slice/write functions for CoherentAllocation
[PATCH v4 9/9] drm/vkms: convert to use faux_device
2025-03-11 17:24 UTC (3+ messages)
[PATCH v11 00/13] hrtimer Rust API
2025-03-11 17:07 UTC (14+ messages)
` [PATCH v11 03/13] rust: hrtimer: implement `HrTimerPointer` for `Arc`
` [PATCH v11 04/13] rust: hrtimer: allow timer restart from timer handler
` [PATCH v11 07/13] rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&T>`
` [PATCH v11 08/13] rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&mut T>`
` [PATCH v11 10/13] rust: hrtimer: implement `HrTimerPointer` for `Pin<Box<T>>`
[PATCH v12 00/13] hrtimer Rust API
2025-03-11 17:06 UTC (17+ messages)
` [PATCH v12 01/13] rust: hrtimer: introduce hrtimer support
` [PATCH v12 02/13] rust: sync: add `Arc::as_ptr`
` [PATCH v12 03/13] rust: hrtimer: implement `HrTimerPointer` for `Arc`
` [PATCH v12 04/13] rust: hrtimer: allow timer restart from timer handler
` [PATCH v12 05/13] rust: hrtimer: add `UnsafeHrTimerPointer`
` [PATCH v12 06/13] rust: hrtimer: add `hrtimer::ScopedHrTimerPointer`
` [PATCH v12 07/13] rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&T>`
` [PATCH v12 08/13] rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&mut T>`
` [PATCH v12 09/13] rust: alloc: add `Box::into_pin`
` [PATCH v12 10/13] rust: hrtimer: implement `HrTimerPointer` for `Pin<Box<T>>`
` [PATCH v12 11/13] rust: hrtimer: add `HrTimerMode`
` [PATCH v12 12/13] rust: hrtimer: add clocksource selection through `ClockId`
` [PATCH v12 13/13] rust: hrtimer: add maintainer entry
[PATCH v2] rust: task: mark Task methods inline
2025-03-11 16:33 UTC (2+ messages)
[PATCH 0/5] Rust support for `struct iov_iter`
2025-03-11 14:40 UTC (8+ messages)
` [PATCH 1/5] rust: iov: add iov_iter abstractions for ITER_SOURCE
` [PATCH 2/5] rust: iov: add iov_iter abstractions for ITER_DEST
` [PATCH 3/5] rust: miscdevice: Provide additional abstractions for iov_iter and kiocb structures
` [PATCH 4/5] rust: alloc: add Vec::clear
` [PATCH 5/5] samples: rust_misc_device: Expand the sample to support read()ing from userspace
[PATCH v3] rust: add bindings and API for bitmap.h and bitops.h
2025-03-11 14:33 UTC (13+ messages)
[RFC PATCH v2] rust: list: Add examples for linked list
2025-03-11 13:33 UTC
[PATCH v2 0/5] rust: reduce pointer casts, enable related lints
2025-03-11 13:08 UTC (7+ messages)
` [PATCH v2 1/5] rust: retain pointer mut-ness in `container_of!`
` [PATCH v2 2/5] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v2 3/5] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v2 4/5] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v2 5/5] rust: enable `clippy::as_underscore` lint
[PATCH] drm: Add UAPI for the Asahi driver
2025-03-11 12:46 UTC (3+ messages)
[PATCH v2] kbuild, rust: use -fremap-path-prefix to make paths relative
2025-03-11 11:04 UTC (2+ messages)
[PATCH v2] rust/kernel/faux: mark Registration methods inline
2025-03-11 8:06 UTC (3+ messages)
[PATCH] rust: task: mark Task methods inline
2025-03-11 8:03 UTC (4+ messages)
[PATCH] rust: uaccess: mark UserSliceReader methods inline
2025-03-11 7:43 UTC (2+ messages)
[PATCH v3] scripts: generate_rust_analyzer.py: add missing macros deps
2025-03-10 21:45 UTC (6+ messages)
[RFC PATCH v2 0/5] gpu: nova-core: register definitions and basic timer and falcon devices
2025-03-10 20:46 UTC (3+ messages)
` [PATCH RFC v2 1/5] rust: add useful ops for u64
[PATCH] rust/kernel/faux: mark Registration methods inline
2025-03-10 19:43 UTC (6+ messages)
[PATCH v7 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
2025-03-10 17:47 UTC (9+ messages)
` [PATCH v7 1/4] rust: types: Add Ownable/Owned types
` [PATCH v7 2/4] rust: rename AlwaysRefCounted to RefCounted
` [PATCH v7 3/4] rust: kbuild: provide `RUSTC_HAS_DO_NOT_RECOMMEND` symbol
` [PATCH v7 4/4] rust: adding OwnableRefCounted and SimpleOwnableRefCounted
[PATCH] rust: task: fix `SAFETY` comment for Task::wake_up
2025-03-10 17:11 UTC (4+ messages)
[PATCH v3 1/2] rust: types: `Opaque` doc: Add some intra doc linkage
2025-03-10 16:20 UTC (11+ messages)
` [PATCH v3 2/2] rust: types: `Opaque` doc: Add some destructor description
[PATCH v15 5/9] mm: rust: add mmput_async support
2025-03-10 14:45 UTC (5+ messages)
[PATCH] rust: add new macro for common bitwise operations
2025-03-10 13:33 UTC (4+ messages)
[PATCH V9 0/2] author field in module! macro should be a array
2025-03-10 13:06 UTC (7+ messages)
` [PATCH V9 1/2] rust: module: change author to an array
` [PATCH V9 2/2] checkpatch: check format of Vec<String> in modules
[PATCH V7 1/2] rust: module: change author to an array
2025-03-10 11:53 UTC (4+ messages)
[RFC PATCH 0/2] rust: list: Add examples for linked list
2025-03-10 11:44 UTC (6+ messages)
` [RFC PATCH 1/2] rust: list: Implement normal initializer for ListLinks
` [RFC PATCH 2/2] rust: list: Add examples for linked list
[PATCH v6 0/5] New trait OwnableRefCounted for ARef<->Owned conversion
2025-03-10 10:44 UTC (11+ messages)
` [PATCH v6 1/5] rust: types: Add Ownable/Owned types
` [PATCH v6 2/5] rust: make Owned::into_raw() and Owned::from_raw() public
` [PATCH v6 3/5] rust: rename AlwaysRefCounted to RefCounted
` [PATCH v6 4/5] rust: kbuild: provide `RUSTC_HAS_DO_NOT_RECOMMEND` symbol
` [PATCH v6 5/5] rust: adding OwnableRefCounted and SimpleOwnableRefCounted
[PATCH] drm/panic: clean Clippy warning
2025-03-10 9:59 UTC (2+ messages)
[PATCH 1/2] drm/panic: use `div_ceil` to clean Clippy warning
2025-03-10 7:49 UTC (2+ messages)
[PATCH] rust: list: Use "List::is_empty()" to perform checking when possible
2025-03-10 7:38 UTC
[PATCH v5 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
2025-03-10 7:08 UTC (10+ messages)
` [PATCH v5 4/4] rust: adding OwnableRefCounted and SimpleOwnableRefCounted
` [PATCH] rust: kbuild: provide `RUSTC_HAS_DO_NOT_RECOMMEND` symbol
[RFC v2 00/20] lib: Rust implementation of SPDM
2025-03-09 22:57 UTC (12+ messages)
` [RFC v2 09/20] PCI/CMA: Expose in sysfs whether devices are authenticated
[PATCH v3 0/5] Check Rust signatures at compile time
2025-03-09 20:47 UTC (2+ messages)
[PATCH] MAINTAINERS: rust: add tree field for RUST [ALLOC]
2025-03-09 19:50 UTC (4+ messages)
[PATCH] rust: docs: clean lifetimes markup
2025-03-09 19:49 UTC (2+ messages)
[PATCH 1/1] Improve error message in case the original file name from which the doctest was generated from to mention the doctest file path
2025-03-09 19:47 UTC (2+ messages)
[PATCH v2] docs: rust: Add error handling sections
2025-03-09 19:44 UTC (2+ messages)
[PATCH v7 0/2] Make the Rust linked list cursor point between elements
2025-03-09 19:43 UTC (2+ messages)
[PATCH v6 0/5] Initial Nova Core series
2025-03-09 18:40 UTC (2+ messages)
[PATCH V7 0/2] author field in module! macro should be a array
2025-03-09 17:47 UTC (4+ messages)
` [PATCH V7 2/2] checkpatch: check format of Vec<String> in modules
[PATCH v2 00/22] make pin-init into a standalone crate
2025-03-08 11:05 UTC (23+ messages)
` [PATCH v2 01/22] rust: init: disable doctests
` [PATCH v2 02/22] rust: move pin-init API into its own directory
` [PATCH v2 03/22] rust: add extensions to the pin-init crate and move relevant documentation there
` [PATCH v2 04/22] rust: pin-init: move proc-macro documentation into pin-init crate
` [PATCH v2 05/22] rust: pin-init: change examples to the user-space version
` [PATCH v2 06/22] rust: pin-init: call `try_[pin_]init!` from `[pin_]init!` instead of `__init_internal!`
` [PATCH v2 07/22] rust: pin-init: move the default error behavior of `try_[pin_]init`
` [PATCH v2 08/22] rust: pin-init: move `InPlaceInit` and impls of `InPlaceWrite` into the kernel crate
` [PATCH v2 09/22] rust: pin-init: move impl `Zeroable` for `Opaque` and `Option<KBox<T>>` "
` [PATCH v2 10/22] rust: add `ZeroableOption` and implement it instead of `Zeroable` for `Option<Box<T, A>>`
` [PATCH v2 11/22] rust: pin-init: fix documentation links
` [PATCH v2 12/22] rust: pin-init: remove kernel-crate dependency
` [PATCH v2 13/22] rust: pin-init: change the way the `paste!` macro is called
` [PATCH v2 14/22] rust: add pin-init crate build infrastructure
` [PATCH v2 15/22] rust: make pin-init its own crate
` [PATCH v2 16/22] rust: pin-init: add `std` and `alloc` support from the user-space version
` [PATCH v2 17/22] rust: pin-init: synchronize documentation with "
` [PATCH v2 18/22] rust: pin-init: internal: synchronize with "
` [PATCH v2 19/22] rust: pin-init: miscellaneous synchronization with the "
` [PATCH v2 20/22] rust: pin-init: add miscellaneous files from "
` [PATCH v2 21/22] rust: pin-init: re-enable doctests
` [PATCH v2 22/22] MAINTAINERS: add entry for the `pin-init` crate
[PATCH v1] rust: module: place cleanup_module() in .exit.text section
2025-03-08 5:39 UTC (4+ messages)
[PATCH V3 0/2] rust: Add basic clock abstractions
2025-03-08 2:03 UTC (5+ messages)
` [PATCH V3 2/2] rust: Add initial clk abstractions
[GIT PULL] LOCKDEP and Rust locking changes for v6.15
2025-03-08 0:11 UTC (6+ messages)
` [PATCH locking 00/11] "
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).