public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-01 04:29:00 to 2026-01-05 02:28:23 UTC [more...]

[PATCH 00/11] refactor Rust proc macros with `syn`
 2026-01-05  2:28 UTC  (27+ messages)
` [PATCH 01/11] rust: pin-init: internal: remove proc-macro[2] and quote workarounds
` [PATCH 02/11] rust: macros: use `quote!` from vendored crate
` [PATCH 03/11] rust: macros: convert `#[vtable]` macro to use `syn`
` [PATCH 04/11] rust: macros: use `syn` to parse `module!` macro
` [PATCH 05/11] rust: macros: use `quote!` for "
` [PATCH 06/11] rust: macros: convert `#[export]` to use `syn`
` [PATCH 07/11] rust: macros: convert `concat_idents!` "
` [PATCH 08/11] rust: macros: convert `#[kunit_tests]` macro "
` [PATCH 09/11] rust: macros: allow arbitrary types to be used in `module!` macro
` [PATCH 10/11] rust: macros: rearrange `#[doc(hidden)]` "
` [PATCH 11/11] rust: kunit: use `pin_init::zeroed` instead of custom null value

[PATCH] MAINTAINERS: Update email address for Joel Fernandes
 2026-01-05  0:30 UTC 

[PATCH v2 00/20] `syn` support
 2026-01-04 23:17 UTC  (3+ messages)
` [PATCH v2 19/20] rust: syn: enable support in kbuild

[PATCH v1] objtool/rust: add one more `noreturn` Rust function
 2026-01-04 22:55 UTC  (2+ messages)

[PATCH] rust: fix formatting expressions
 2026-01-04 22:55 UTC  (6+ messages)

[PATCH] rust: fix off-by-one line number in rustdoc tests
 2026-01-04 22:54 UTC  (2+ messages)

[PATCH] rust: fmt: Fix grammer in Adapter description
 2026-01-04 22:53 UTC  (4+ messages)

[PATCH v2] rust: correct documentation comment for rbtree cursor peek_next method
 2026-01-04 22:52 UTC  (2+ messages)

[PATCH v2] rust: rbtree: fix minor typos in comments
 2026-01-04 22:52 UTC  (2+ messages)

[PATCH v3] rust: num: bounded: mark __new as unsafe
 2026-01-04 21:11 UTC  (2+ messages)

[PATCH] rust: Add -fdiagnostics-show-context to bindgen_skip_c_flags
 2026-01-04 20:53 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/2] rust: macros: Add derive Display for enums
 2026-01-04 20:07 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] gpu: nova-core: Use derive Display for Chipset enum

[PATCH 1/2] rust: io: fix Bar reference in Io struct's comment
 2026-01-04 18:30 UTC  (9+ messages)
` [PATCH 2/2] rust: pci: fix typo in Bar "

[PATCH v4 00/11] gpu: nova-core: add Turing support
 2026-01-04 15:01 UTC  (5+ messages)

[PATCH] rust: pci: add HeaderType enum and header_type() helper
 2026-01-04 14:23 UTC  (6+ messages)

[RFC PATCH v1 0/4] rust: Add RTC driver support
 2026-01-04 14:11 UTC  (14+ messages)
` [RFC PATCH v1 1/4] rust: add AMBA bus abstractions
` [RFC PATCH v1 2/4] rust: add device wakeup support
` [RFC PATCH v1 3/4] rust: add RTC core abstractions and data structures
` [RFC PATCH v1 4/4] rust: add PL031 RTC driver

[PATCH v2 0/4] rust: refactor ARef and AlwaysRefCounted imports
 2026-01-04 12:14 UTC  (11+ messages)
` [PATCH v2 1/4] drivers: android: binder: Update ARef imports from sync::aref
` [PATCH v2 2/4] rust: i2c: Update ARef and AlwaysRefCounted imports to use sync::aref
` [PATCH v2 3/4] rust: usb: Update "
` [PATCH v2 4/4] rust: types: remove temporary re-exports of ARef and AlwaysRefCounted

[PATCH v1] rust: sync: atomic: Add i32-backed Flag for atomic booleans
 2026-01-04 12:07 UTC  (7+ messages)

[PATCH] rust: cpufreq: replace `kernel::c_str!` with C-Strings
 2026-01-04  2:31 UTC  (2+ messages)

[PATCH] drivers: pwm: replace `kernel::c_str!` with C-Strings
 2026-01-04  2:30 UTC  (2+ messages)

[PATCH] rust: clk: replace `kernel::c_str!` with C-Strings
 2026-01-04  2:29 UTC  (2+ messages)

[PATCH] rust: seq_file: replace `kernel::c_str!` with C-Strings
 2026-01-04  2:29 UTC  (2+ messages)

[PATCH] rust: configfs: replace `kernel::c_str!` with C-Strings
 2026-01-04  2:28 UTC  (2+ messages)

[PATCH 0/2] rust: net: replace `kernel::c_str!` with C-Strings
 2026-01-04  2:27 UTC  (5+ messages)
` [PATCH 2/2] drivers: "

[PATCH v2 0/2] rust: net: replace `kernel::c_str!` with C-Strings
 2026-01-04  2:24 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] drivers: "

[PATCH] gpu: nova-core: use CStr::from_bytes_until_nul() and remove util.rs
 2026-01-03 21:21 UTC  (2+ messages)

[PATCH] rust: kunit: replace `kernel::c_str!` with C-Strings
 2026-01-03 19:26 UTC  (3+ messages)

[PATCH 0/3] scripts: generate_rust_analyzer: match rust/Makefile
 2026-01-03 15:19 UTC  (6+ messages)

[PATCH v10 0/7] rust: add ww_mutex support
 2026-01-03 14:28 UTC  (9+ messages)
` [PATCH v10 1/7] rust: add C wrappers for ww_mutex inline functions
` [PATCH v10 2/7] ww_mutex: add ww_class field unconditionally
` [PATCH v10 3/7] rust: error: add EDEADLK
` [PATCH v10 4/7] rust: implement Class for ww_class support
` [PATCH v10 5/7] rust: ww_mutex: add Mutex, AcquireCtx and MutexGuard
` [PATCH v10 6/7] rust: ww_mutex: implement LockSet
` [PATCH v10 7/7] MAINTAINERS: add Onur Özkan as WW MUTEX maintainer

[PATCH v7] rust: add new macro for common bitmap operations
 2026-01-03 14:24 UTC  (12+ messages)

[PATCH v5 00/11] gpu: nova-core: add Turing support
 2026-01-03 12:53 UTC  (13+ messages)
` [PATCH v5 01/11] gpu: nova-core: rename Imem to ImemSecure
` [PATCH v5 02/11] gpu: nova-core: add ImemNonSecure section infrastructure
` [PATCH v5 03/11] gpu: nova-core: support header parsing on Turing/GA100
` [PATCH v5 04/11] gpu: nova-core: add support for Turing/GA100 fwsignature
` [PATCH v5 05/11] gpu: nova-core: add NV_PFALCON_FALCON_DMATRFCMD::with_falcon_mem()
` [PATCH v5 06/11] gpu: nova-core: move some functions into the HAL
` [PATCH v5 07/11] gpu: nova-core: Add basic Turing HAL
` [PATCH v5 08/11] gpu: nova-core: add Falcon HAL method supports_dma()
` [PATCH v5 09/11] gpu: nova-core: add FalconUCodeDescV2 support
` [PATCH v5 10/11] gpu: nova-core: align LibosMemoryRegionInitArgument size to page size
` [PATCH v5 11/11] gpu: nova-core: add PIO support for loading firmware images

[PATCH v2 00/10] gpu: nova-core: miscellaneous improvements
 2026-01-03 10:14 UTC  (4+ messages)
` [PATCH v2 09/10] gpu: nova-core: simplify str_from_null_terminated

[PATCH v2 0/2] Add atomic bool support
 2026-01-03  9:38 UTC  (7+ messages)
` [PATCH v2 1/2] rust: sync: atomic: Add atomic bool support via i8 representation
` [PATCH v2 2/2] rust: sync: atomic: Add atomic bool tests

[PATCH v9 0/7] rust: add ww_mutex support
 2026-01-03  5:40 UTC  (10+ messages)
` [PATCH v9 1/7] rust: add C wrappers for ww_mutex inline functions
` [PATCH v9 2/7] ww_mutex: add ww_class field unconditionally
` [PATCH v9 3/7] rust: error: add EDEADLK
` [PATCH v9 4/7] rust: implement Class for ww_class support
` [PATCH v9 5/7] rust: ww_mutex: add Mutex, AcquireCtx and MutexGuard
` [PATCH v9 6/7] rust: ww_mutex: implement LockSet
` [PATCH v9 7/7] MAINTAINERS: add Onur Özkan as WW MUTEX maintainer

[PATCH 00/31] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-01-03  2:15 UTC  (4+ messages)
` [PATCH 16/31] gpu: nova-core: Hopper/Blackwell: add FSP message infrastructure

[RFC] Secure TCP (STCP): Rust-based encrypted transport protocol for kernel integration
 2026-01-02 23:49 UTC  (5+ messages)
          ` [RFC] STCP: secure-by-default transport (kernel-level, experimental)

[PATCH v5] rust: Add support for feeding entropy to randomness pool
 2026-01-02 18:50 UTC 

[PATCH v4] rust: Add support for feeding entropy to randomness pool
 2026-01-02 18:40 UTC  (4+ messages)

[PATCH v1 1/2] rust: dma: fix broken intra-doc links
 2026-01-02 18:08 UTC  (8+ messages)
` [PATCH v1 2/2] rust: device: "

[PATCH v8 0/4] rust: Add safe pointer formatting support
 2026-01-02 17:39 UTC  (14+ messages)
` [PATCH v8 1/4] lib/vsprintf: Export ptr_to_hashval() for Rust kernel crate use
` [PATCH v8 2/4] rust: kernel: Add pointer wrapper types for safe pointer formatting
` [PATCH v8 3/4] rust: fmt: Default raw pointer formatting to HashedPtr
` [PATCH v8 4/4] docs: rust: Add pointer formatting documentation

[PATCH] scripts: generate_rust_analyzer: reduce the output file size
 2026-01-02 15:27 UTC  (8+ messages)

[PATCH v1 0/3] rust: Add xchg and cmpxchg support on i8/i16
 2026-01-02 11:25 UTC  (6+ messages)
` [PATCH v1 1/3] rust: sync: atomic: Prepare AtomicOps macros for i8/i16 support

[PATCH v2 0/2] rust: pwm: Fix init error handling and tidy style
 2026-01-02  7:51 UTC  (3+ messages)
` [PATCH v2 1/2] rust: pwm: Fix potential memory leak on init error
` [PATCH v2 2/2] rust: pwm: Simplify to_result call sites and unsafe blocks

[PATCH] gpu: nova-core: bitfield: use &mut self setters instead of builder pattern
 2026-01-01 10:01 UTC  (11+ messages)

[PATCH] rust: fix IDE support for inherent methods of primitive types
 2026-01-01  6:25 UTC 

[PATCH 0/5] Add READ_ONCE and WRITE_ONCE to Rust
 2026-01-01  4:00 UTC  (4+ messages)
` [PATCH 4/5] rust: hrtimer: use READ_ONCE instead of read_volatile

[PATCH RFC 0/6] rust: Reimplement ThisModule to fix ownership problems
 2026-01-01  5:20 UTC  (7+ messages)
` [PATCH RFC 1/6] rust: Enable const_refs_to_static feature
` [PATCH RFC 2/6] rust: WIP: Introduce ThisModule trait and THIS_MODULE impl
` [PATCH RFC 3/6] rust: WIP: use ThisModule trait for initializing
` [PATCH RFC 4/6] rust: WIP: use ThisModule trait to fix some missing owners
` [PATCH RFC 5/6] rust: debugfs: WIP: Use owner for file_operations
` [PATCH RFC 6/6] rust: WIP: Replace ModuleMetadata with THIS_MODULE

[PATCH v1 0/3] rust: Switch to kernel::sync atomic primitives
 2026-01-01  4:34 UTC  (5+ messages)
` [PATCH v1 1/3] rust: revocable: "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox