public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-22 13:54:38 to 2025-12-29 06:57:17 UTC [more...]

[BUG] soft lockup in kswapd0 caused by Rust binder
 2025-12-29  6:57 UTC  (2+ messages)

[PATCH v6 0/4] rust: Add safe pointer formatting support
 2025-12-29  6:44 UTC  (8+ messages)
` [PATCH v6 1/4] lib/vsprintf: Export ptr_to_hashval for Rust use
` [PATCH v6 2/4] rust: kernel: Add pointer wrapper types for safe pointer formatting
` [PATCH v6 3/4] rust: fmt: Default raw pointer formatting to HashedPtr
` [PATCH v6 4/4] docs: rust: Add pointer formatting documentation

[RFC PATCH 0/3] rust: WMI abstractions
 2025-12-28 21:02 UTC  (15+ messages)
` [RFC PATCH 1/3] rust: implement wrapper for acpi_object
` [RFC PATCH 2/3] rust: introduce WMI abstractions

[PATCH v4 0/3] Support exporting SoC info from Rust
 2025-12-28 20:12 UTC  (9+ messages)
` [PATCH v4 1/3] rust: Add soc_device support
` [PATCH v4 2/3] docs: ABI: sysfs-devices-soc: Fix swapped sample values
` [PATCH v4 3/3] rust: Add SoC Driver Sample

[PATCH v2] rust: drm: Improve safety comment when using `Pin::into_inner_unchecked`
 2025-12-28 16:15 UTC 

[RFC PATCH 0/1] Rust BPF Verifier Implementation
 2025-12-28 19:04 UTC 

[PATCH v4 00/11] gpu: nova-core: add Turing support
 2025-12-28 17:45 UTC  (2+ messages)

[PATCH v2] rust: device_id: replace incorrect word in safety documentation
 2025-12-28 16:53 UTC 

[PATCH v3] rust: cpumask: rename methods of Cpumask for clarity and consistency
 2025-12-28 16:54 UTC 

[PATCH v2] rust: dma: remove incorrect safety documentation
 2025-12-28 16:52 UTC 

[PATCH] rust: add a function that returns a reference to the IO Ports Resource
 2025-12-28 14:28 UTC 

[PATCH v1 0/3] rust: Add xchg and cmpxchg support on i8/i16
 2025-12-28 12:05 UTC  (4+ messages)
` [PATCH v1 1/3] rust: sync: atomic: Prepare AtomicOps macros for i8/i16 support
` [PATCH v1 2/3] rust: sync: atomic: Remove workaround macro for i8/i16 BasicOps
` [PATCH v1 3/3] rust: sync: atomic: Add i8/i16 xchg and cmpxchg support

[PATCH v3 0/3] Support exporting SoC info from Rust
 2025-12-28 11:21 UTC  (6+ messages)
` [PATCH v3 1/3] rust: Add soc_device support

[PATCH v1] objtool/rust: add one more `noreturn` Rust function
 2025-12-28 10:31 UTC  (2+ messages)

[PATCH v3] rust: Add support for feeding entropy to randomness pool
 2025-12-28  9:40 UTC  (4+ messages)

[PATCH] rust: dma: remove incorrect safety documentation
 2025-12-28  9:37 UTC  (2+ messages)

[PATCH] rust: drm: Improve safety comment when using `Pin::into_inner_unchecked`
 2025-12-28  9:34 UTC  (2+ messages)

[PATCH] rust: debugfs: use "kernel vertical" style for imports
 2025-12-28  7:53 UTC  (4+ messages)

[PATCH v4 0/4] rust: add `TryFrom` and `Into` derive macros
 2025-12-27 22:25 UTC  (11+ messages)
` [PATCH v4 1/4] rust: macros: add derive macro for `Into`
` [PATCH v4 2/4] rust: macros: add derive macro for `TryFrom`
` [PATCH v4 3/4] rust: macros: add private doctests for `Into` derive macro
` [PATCH v4 4/4] rust: macros: add private doctests for `TryFrom` "

[PATCH] rust: driver: fix broken intra-doc links to example driver types
 2025-12-27 15:47 UTC 

[PATCH] rust: device_id: replace possible incorrect word in safety documentation
 2025-12-27 15:01 UTC  (2+ messages)

[PATCH v2] rust: cpumask: rename methods of Cpumask for clarity and consistency
 2025-12-27 14:49 UTC  (2+ messages)

[PATCH v1 0/4] rust: Add i8/i16 atomic try_cmpxchg helpers
 2025-12-27 11:59 UTC  (5+ messages)
` [PATCH v1 1/4] rust: helpers: "
` [PATCH v1 2/4] rust: helpers: Add i8/i16 atomic try_cmpxchg_acquire helpers
` [PATCH v1 3/4] rust: helpers: Add i8/i16 atomic try_cmpxchg_release helpers
` [PATCH v1 4/4] rust: helpers: Add i8/i16 atomic try_cmpxchg_relaxed helpers

[PATCH v2 0/4] rust: Add i8/i16 atomic xchg helpers
 2025-12-27  9:17 UTC  (9+ messages)
` [PATCH v2 1/4] rust: helpers: "
` [PATCH v2 2/4] rust: helpers: Add i8/i16 atomic xchg_acquire helpers
` [PATCH v2 3/4] rust: helpers: Add i8/i16 atomic xchg_release helpers
` [PATCH v2 4/4] rust: helpers: Add i8/i16 atomic xchg_relaxed helpers

[PATCH v5 0/4] rust: Add safe pointer formatting support
 2025-12-27  2:02 UTC  (7+ messages)
` [PATCH v5 1/4] lib/vsprintf: Export ptr_to_hashval for Rust use
` [PATCH v5 2/4] rust: kernel: Add pointer wrapper types for safe pointer formatting
` [PATCH v5 3/4] rust: fmt: Default raw pointer formatting to HashedPtr
` [PATCH v5 4/4] docs: rust: Add pointer formatting documentation

[GIT PULL] Driver core fixes for 6.19-rc3
 2025-12-27  0:20 UTC  (2+ messages)

[PATCH v3 0/4] Support more safe `AsBytes`/`FromBytes` usage
 2025-12-26 21:08 UTC  (5+ messages)
` [PATCH v3 1/4] rust: transmute: Support transmuting slices of AsBytes/FromBytes types
` [PATCH v3 2/4] rust: transmute: Add support for deriving `AsBytes` and `FromBytes`
` [PATCH v3 3/4] rust: transmute: Migrate AsBytes/FromBytes to ffi crate for bindgen
` [PATCH v3 4/4] rust: transmute: Support deriving AsBytes/FromBytes on bindgen types

[PATCH v2 0/3] Support more safe `AsBytes`/`FromBytes` usage
 2025-12-26 20:27 UTC  (4+ messages)
` [PATCH v2 1/3] rust: transmute: Support transmuting slices of AsBytes/FromBytes types

[PATCH RFC 0/4] rust: add basic serial device bus abstractions
 2025-12-26 15:09 UTC  (4+ messages)
` [PATCH RFC 2/4] "

[PATCH v4 0/4] rust: Add safe pointer formatting support
 2025-12-26 12:40 UTC  (8+ messages)
` [PATCH v4 1/4] lib/vsprintf: Export ptr_to_hashval for Rust use
` [PATCH v4 2/4] rust: kernel: Add pointer wrapper types for safe pointer formatting
` [PATCH v4 3/4] rust: fmt: Default raw pointer formatting to HashedPtr
` [PATCH v4 4/4] docs: rust: Add pointer formatting documentation

[PATCH] MAINTAINERS: exclude the tyr driver from DRM MISC
 2025-12-26 12:19 UTC  (2+ messages)

[PATCH] MAINTAINERS: fix typo in TYR DRM driver entry
 2025-12-26 12:19 UTC  (3+ messages)

[PATCH] rust_binder: replace `kernel::c_str!` with C-Strings
 2025-12-26 11:57 UTC  (3+ messages)

[PATCH v2] PCI: Provide pci_free_irq_vectors() for CONFIG_PCI=n
 2025-12-26 11:39 UTC 

[PATCH] PCI: Provide pci_free_irq_vectors() for CONFIG_PCI=n
 2025-12-26 11:11 UTC  (6+ messages)

[PATCH v3 0/4] rust: Add safe pointer formatting support
 2025-12-25 15:22 UTC  (9+ messages)
` [PATCH v3 1/4] lib/vsprintf: Export ptr_to_hashval for Rust use
` [PATCH v3 2/4] rust: kernel: Add pointer wrapper types for safe pointer formatting
` [PATCH v3 3/4] rust: fmt: Default raw pointer formatting to HashedPtr
` [PATCH v3 4/4] docs: rust: Add pointer formatting documentation

[PATCH v8 0/6] rust: add ww_mutex support
 2025-12-25 10:00 UTC  (4+ messages)
` [PATCH v8 4/6] rust: implement Class for ww_class support

[PATCH v4 0/2] rust: transmute: implement FromBytes and AsBytes for inhabited ZSTs
 2025-12-25  8:53 UTC  (5+ messages)
` [PATCH v4 1/2] "

[PATCH v3 0/4] rust: add `TryFrom` and `Into` derive macros
 2025-12-25  7:56 UTC  (5+ messages)
` [PATCH v3 3/4] rust: macros: add private doctests for `Into` derive macro
` [PATCH v3 4/4] rust: macros: add private doctests for `TryFrom` "

[PATCH v3 0/2] Add support for print exactly once
 2025-12-25  6:29 UTC  (9+ messages)
` [PATCH v3 1/2] rust: Add support for calling a function "
` [PATCH v3 2/2] rust: Add pr_*_once macros

[PATCH] remove sysroot assertion in generate_rust_analyzer.py
 2025-12-24 13:53 UTC 

[PATCH] perf symbol: remove Rust symbol workarounds
 2025-12-24  9:43 UTC  (3+ messages)

[PATCH v5] drm/nova: Align GEM memory allocation to system page size
 2025-12-24  1:58 UTC  (3+ messages)

[PATCH v8] rust: Return Option from page_align and ensure no usize overflow
 2025-12-23 20:14 UTC  (2+ messages)

[PATCH 0/8] rust: pci: add abstractions for SR-IOV capability
 2025-12-23 19:17 UTC  (4+ messages)
` [PATCH 3/8] rust: pci: add {enable,disable}_sriov(), to control "

[PATCH] rust: fmt: reject {:p} format specifier for raw pointers
 2025-12-23 15:48 UTC  (6+ messages)

[PATCH v2] rust: page: Simplify overflow check using checked_add()
 2025-12-23 12:50 UTC  (5+ messages)

[PATCH v5 0/4] EDITME: RISC-V: re-enable gcc + rust builds
 2025-12-23 12:46 UTC  (4+ messages)
` [PATCH v5 2/4] rust: generate a fatal error if BINDGEN_TARGET is undefined

[PATCH] rust: drm: replace `kernel::c_str!` with C-Strings
 2025-12-23 11:51 UTC  (5+ messages)

[PATCH] samples: rust: faux: replace `kernel::c_str!` with C-Strings
 2025-12-23 10:49 UTC  (2+ messages)

[PATCH 0/7] driver-core: rust: replace `kernel::c_str!` with C-Strings
 2025-12-23  7:41 UTC  (3+ messages)

[PATCH] rust: page: Simplify overflow check using checked_add()
 2025-12-23  7:12 UTC  (2+ messages)

[PATCH v4] drm/nova: Align GEM memory allocation to system page size
 2025-12-23  6:10 UTC  (3+ messages)

[PATCH v7] rust: Return Option from page_align and ensure no usize overflow
 2025-12-23  6:03 UTC  (3+ messages)

[PATCH] rust: num: fix typos in Bounded documentation
 2025-12-23  6:03 UTC  (3+ messages)

[PATCH 0/2] rust: net: replace `kernel::c_str!` with C-Strings
 2025-12-23  4:53 UTC  (2+ messages)

[PATCH] rust: pin_init_internal: fix rust-analyzer `mod quote`
 2025-12-23  1:32 UTC  (7+ messages)

[PATCH] rnull: replace `kernel::c_str!` with C-Strings
 2025-12-22 22:36 UTC  (3+ messages)

[PATCH] rust: regulator: replace `kernel::c_str!` with C-Strings
 2025-12-22 20:04 UTC  (3+ messages)

[PATCH v2 00/19] rust: replace `kernel::c_str!` with C-Strings
 2025-12-22 20:04 UTC  (2+ messages)
` (subset) "

[PATCH 0/2] rust: i2c: replace `kernel::c_str!` with C-Strings
 2025-12-22 18:45 UTC  (4+ messages)

[PATCH] gpu: nova-core: replace `kernel::c_str!` with C-Strings
 2025-12-22 16:58 UTC  (3+ messages)

[PATCH] samples: rust: pci: replace `kernel::c_str!` with C-Strings
 2025-12-22 16:49 UTC  (3+ messages)

[PATCH v2 0/2] scripts: introduce containerized builds
 2025-12-22 16:12 UTC  (6+ messages)
` [PATCH v2 1/2] scripts: add tool to run "

[PATCH] rust: clk: replace `kernel::c_str!` with C-Strings
 2025-12-22 14:33 UTC  (2+ messages)

[PATCH] rust: seq_file: replace `kernel::c_str!` with C-Strings
 2025-12-22 14:31 UTC  (2+ messages)

[PATCH] rust: miscdevice: replace `kernel::c_str!` with C-Strings
 2025-12-22 14:27 UTC  (2+ messages)

[PATCH] drivers: pwm: replace `kernel::c_str!` with C-Strings
 2025-12-22 14:21 UTC  (2+ messages)

[PATCH] rust: cpufreq: replace `kernel::c_str!` with C-Strings
 2025-12-22 13:54 UTC  (2+ messages)


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