public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-06 14:44:44 to 2026-01-08 08:07:05 UTC [more...]

[PATCH v3 0/3] Clk improvements
 2026-01-08  8:07 UTC  (6+ messages)
` [PATCH v3 1/3] rust: clk: use the type-state pattern
` [PATCH v3 2/3] rust: clk: add devres-managed clks
` [PATCH v3 3/3] rust: clk: use 'kernel vertical style' for imports

[PATCH] rust: device: add platdata accessors
 2026-01-08  7:57 UTC  (2+ messages)

[RFC PATCH v2 0/5] rust: Add RTC driver support
 2026-01-08  5:46 UTC  (13+ messages)
` [RFC PATCH v2 1/5] rtc: migrate driver data to RTC device
` [RFC PATCH v2 2/5] rust: add AMBA bus driver support
` [RFC PATCH v2 3/5] rust: add device wakeup capability support
` [RFC PATCH v2 4/5] rust: add RTC core abstractions and data structures
` [RFC PATCH v2 5/5] rust: add PL031 RTC driver

[PATCH v1] rust: sync: atomic: Add i32-backed Flag for atomic booleans
 2026-01-08  5:17 UTC  (3+ messages)

[PATCH 0/2] gpu: nova-core: gpu_name cleanup, PMU debug output cleanup
 2026-01-08  1:52 UTC  (4+ messages)
` [PATCH 1/2] gpu: nova-core: preserve error information in gpu_name()
` [PATCH 2/2] gpu: nova-core: don't print raw PMU table entries

[PATCH v2] rust: bug: Support DEBUG_BUGVERBOSE_DETAILED option
 2026-01-08  1:33 UTC 

[PATCH v1] rust: bug: Support DEBUG_BUGVERBOSE_DETAILED option
 2026-01-08  1:22 UTC  (3+ messages)

[PATCH v2] rust: sync: inline various lock related methods
 2026-01-07 23:10 UTC  (3+ messages)

[PATCH] rust: move #define __rust_helper out of atomic.c
 2026-01-07 23:15 UTC  (4+ messages)

[PATCH v2 4/4] rust: types: remove temporary re-exports of ARef and AlwaysRefCounted
 2026-01-07 21:42 UTC  (4+ messages)

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

[PATCH 1/5] rust: auxiliary: use "kernel vertical" style for imports
 2026-01-07 21:30 UTC  (15+ messages)
` [PATCH 2/5] rust: platform: "
` [PATCH 3/5] rust: driver-core: "
` [PATCH 4/5] rust: usb: "
` [PATCH 5/5] rust: faux: "

[PATCH 0/3] rust: WMI abstractions
 2026-01-07 20:35 UTC  (4+ messages)
` [PATCH 1/3] rust: enable const_intrinsic_copy feature
` [PATCH 2/3] rust: implement wrapper for acpi_object
` [PATCH 3/3] rust: add WMI abstractions

[PATCH v2 1/2] gpu: nova-core: check for overflow to DMATRFBASE1
 2026-01-07 20:48 UTC  (3+ messages)
` [PATCH v2 2/2] gpu: nova-core: add missing newlines to several print strings

[PATCH 00/10] rust: xarray: add entry API with preloading
 2026-01-07 20:08 UTC  (19+ messages)
` [PATCH 03/10] rust: xarray: add `contains_index` method
` [PATCH 04/10] rust: xarray: add `XArrayState`
` [PATCH 05/10] rust: xarray: use `xas_load` instead of `xa_load` in `Guard::load`
` [PATCH 06/10] rust: xarray: simplify `Guard::load`
` [PATCH 07/10] rust: xarray: add `find_next` and `find_next_mut`

[PATCH 0/5] Add READ_ONCE and WRITE_ONCE to Rust
 2026-01-07 19:17 UTC  (32+ messages)
` [PATCH 3/5] rust: sync: support using bool with READ_ONCE
` [PATCH 4/5] rust: hrtimer: use READ_ONCE instead of read_volatile

[PATCH v2 0/2] gpu: nova-core: use CStr::from_bytes_until_nul() and remove util.rs
 2026-01-07 18:46 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update email address for Joel Fernandes
 2026-01-07 18:44 UTC  (9+ messages)

[PATCH v2] perf symbol: remove Rust symbol workarounds
 2026-01-07 18:25 UTC  (8+ messages)

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

[PATCH v3 0/3] Implement Send and Sync for clk
 2026-01-07 17:35 UTC  (2+ messages)

[PATCH] rust: task: restrict Task::group_leader() to current
 2026-01-07 17:31 UTC  (2+ messages)

[PATCH 0/6] Address race condition with Device::drvdata()
 2026-01-07 16:40 UTC  (12+ messages)
` [PATCH 1/6] rust: i2c: do not drop device private data on shutdown()
` [PATCH 2/6] rust: auxiliary: add Driver::unbind() callback
` [PATCH 3/6] rust: driver: introduce a common Driver trait
` [PATCH 4/6] rust: driver: add DEVICE_DRIVER_OFFSET to the "
` [PATCH 5/6] rust: driver: add DriverData type to the generic "
` [PATCH 6/6] rust: driver: drop device private data post unbind

[PATCH] vmalloc: export vrealloc_node_align_noprof
 2026-01-07 15:18 UTC  (2+ messages)

[PATCH 0/4] Inline helpers into Rust without full LTO
 2026-01-07 14:01 UTC  (13+ messages)
` [PATCH 2/4] rust: helpers: #define __rust_helper
` [PATCH 4/4] build: rust: provide an option to inline C helpers into Rust

[PATCH] MAINTAINERS: add Rust files to STATIC BRANCH/CALL and TRACING
 2026-01-07 12:22 UTC 

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2026-01-07 12:19 UTC  (3+ messages)
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep

[PATCH v2 00/27] Allow inlining C helpers into Rust when using LTO
 2026-01-07 10:53 UTC  (9+ messages)
` [PATCH v2 02/27] rust: blk: add __rust_helper to helpers
` [PATCH v2 07/27] rust: cred: "
` [PATCH v2 18/27] rust: security: "

[PATCH 1/2] gpu: nova-core: check for overflow to DMATRFBASE1
 2026-01-07 10:22 UTC  (10+ messages)
` [PATCH 2/2] gpu: nova-core: add missing newlines to several print strings

[PATCH] gpu: nova-core: use CStr::from_bytes_until_nul() and remove util.rs
 2026-01-07 10:20 UTC  (6+ messages)

[RFC PATCH v1 0/4] rust: Add RTC driver support
 2026-01-07 10:15 UTC  (10+ messages)
` [RFC PATCH v1 4/4] rust: add PL031 RTC driver

[PATCH v2] rust: task: restrict Task::group_leader() to current
 2026-01-07  8:28 UTC 

[PATCH] rust: io: mem: add ioremap_wc support
 2026-01-07  8:14 UTC 

[PATCH v2] rust: bitops: fix missing _find_* functions on 32-bit ARM
 2026-01-07  5:31 UTC  (5+ messages)

[PATCH] arch: um/x86: Select ARCH_SUPPORTS_ATOMIC_RMW for UML_X86
 2026-01-07  3:26 UTC  (3+ messages)

[PATCH v2] rust: drm: Improve safety comment when using `Pin::into_inner_unchecked`
 2026-01-06 22:34 UTC  (2+ messages)

[PATCH v8 0/4] rust: Add safe pointer formatting support
 2026-01-06 21:06 UTC  (8+ messages)
` [PATCH v8 3/4] rust: fmt: Default raw pointer formatting to HashedPtr

[PATCH v2 1/2] rust: io: remove square brackets from pci::Bar reference
 2026-01-06 20:49 UTC  (4+ messages)
` [PATCH v2 2/2] rust: pci: fix typos in Bar struct's comments

[PATCH] rust: declare cfi_encoding for lru_status
 2026-01-06 20:31 UTC  (5+ messages)

[PATCH v1] rust: device: Remove explicit import of CStrExt
 2026-01-06 20:30 UTC  (2+ messages)

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

[PATCH] rust_binder: correctly handle FDA objects of length zero
 2026-01-06 18:20 UTC  (2+ messages)

[PATCH 3/5] rust: sync: support using bool with READ_ONCE
 2026-01-06 18:10 UTC 

[PATCH RFC v2 00/11] rust: Reimplement ThisModule to fix ownership problems
 2026-01-06 16:11 UTC  (12+ messages)
` [PATCH RFC v2 01/11] rust: enable const_refs_to_static feature
` [PATCH RFC v2 02/11] rust: add new ThisModule trait and THIS_MODULE impl
` [PATCH RFC v2 03/11] rust: miscdevice: fix use after free because missing .owner
` [PATCH RFC v2 04/11] rust: block: fix missing owner field in block_device_operations
` [PATCH RFC v2 05/11] rust: drm: fix missing owner in file_operations
` [PATCH RFC v2 06/11] rust: driver: make RegistrationOps::register() to use new ThisModule
` [PATCH RFC v2 07/11] rust: phy: make Registration::register() "
` [PATCH RFC v2 08/11] rust: binder: use new THIS_MODULE
` [PATCH RFC v2 09/11] rust: remove module argument from InPlaceModule::init()
` [PATCH RFC v2 10/11] rust: remove kernel::ModuleMetadata
` [PATCH RFC v2 11/11] rust: remove old version of ThisModule

[PATCH] rust: redefine `bindings::compat_ptr_ioctl` in Rust
 2026-01-06 15:33 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