messages from 2026-01-05 12:42:44 to 2026-01-07 12:50:49 UTC [more...]
[PATCH 0/6] Address race condition with Device::drvdata()
2026-01-07 12:50 UTC (9+ 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 0/5] Add READ_ONCE and WRITE_ONCE to Rust
2026-01-07 12:48 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 2/5] rust: sync: add READ_ONCE and WRITE_ONCE
[PATCH] MAINTAINERS: Update email address for Joel Fernandes
2026-01-07 12:46 UTC (4+ messages)
[PATCH 0/4] Inline helpers into Rust without full LTO
2026-01-07 12:35 UTC (8+ 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] perf symbol: remove Rust symbol workarounds
2026-01-07 11:59 UTC (4+ messages)
[PATCH v2 00/27] Allow inlining C helpers into Rust when using LTO
2026-01-07 10:53 UTC (43+ messages)
` [PATCH v2 02/27] rust: blk: add __rust_helper to helpers
` [PATCH v2 03/27] rust: bug: "
` [PATCH v2 04/27] rust: clk: "
` [PATCH v2 05/27] rust: completion: "
` [PATCH v2 06/27] rust: cpu: "
` [PATCH v2 07/27] rust: cred: "
` [PATCH v2 08/27] rust: err: "
` [PATCH v2 09/27] rust: jump_label: "
` [PATCH v2 10/27] rust: maple_tree: "
` [PATCH v2 11/27] rust: mm: "
` [PATCH v2 12/27] rust: of: "
` [PATCH v2 13/27] rust: processor: "
` [PATCH v2 14/27] rust: pwm: "
` [PATCH v2 15/27] rust: rbtree: "
` [PATCH v2 16/27] rust: rcu: "
` [PATCH v2 17/27] rust: refcount: "
` [PATCH v2 18/27] rust: security: "
` [PATCH v2 19/27] rust: slab: "
` [PATCH v2 20/27] rust: sync: "
` [PATCH v2 21/27] rust: task: "
` [PATCH v2 22/27] rust: time: "
` [PATCH v2 23/27] rust: uaccess: "
` [PATCH v2 24/27] rust: usb: "
` [PATCH v2 25/27] rust: wait: "
` [PATCH v2 26/27] rust: workqueue: "
` [PATCH v2 27/27] rust: xarray: "
[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 (8+ messages)
[RFC PATCH v1 0/4] rust: Add RTC driver support
2026-01-07 10:15 UTC (11+ 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 (8+ messages)
[PATCH] arch: um/x86: Select ARCH_SUPPORTS_ATOMIC_RMW for UML_X86
2026-01-07 3:26 UTC (4+ 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 (9+ 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 (5+ 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 (7+ messages)
[PATCH v1] rust: device: Remove explicit import of CStrExt
2026-01-06 20:30 UTC (3+ messages)
[PATCH] rust: Add -fdiagnostics-show-context to bindgen_skip_c_flags
2026-01-06 20:01 UTC (6+ messages)
` [PATCH v2] "
[PATCH 1/5] rust: auxiliary: use "kernel vertical" style for imports
2026-01-06 19:26 UTC (8+ messages)
` [PATCH 2/5] rust: platform: "
` [PATCH 3/5] rust: driver-core: "
` [PATCH 4/5] rust: usb: "
` [PATCH 5/5] rust: faux: "
[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)
[PATCH v2 0/2] rust: macros: Add derive Display for enums
2026-01-06 12:56 UTC (12+ messages)
` [PATCH v2 1/2] "
[PATCH] rust: configfs: replace `kernel::c_str!` with C-Strings
2026-01-06 11:23 UTC (3+ messages)
[PATCH] rust: id_pool: fix example
2026-01-06 9:46 UTC (6+ messages)
[PATCH v2 0/2] gpu: nova-core: use CStr::from_bytes_until_nul() and remove util.rs
2026-01-06 3:52 UTC (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] gpu: nova-core: use CStr::from_bytes_until_nul() in elf64_section()
[PATCH v10 0/3] rust: leds: add led classdev abstractions
2026-01-06 1:42 UTC (4+ messages)
` [PATCH v10 1/3] rust: leds: add basic "
` [PATCH v10 2/3] rust: leds: split generic and normal led classdev abstractions up
` [PATCH v10 3/3] rust: leds: add multicolor classdev abstractions
[PATCH 0/8] rust: pci: add abstractions for SR-IOV capability
2026-01-06 1:22 UTC (5+ messages)
` [PATCH 3/8] rust: pci: add {enable,disable}_sriov(), to control "
[PATCH v2 0/2] rust: net: replace `kernel::c_str!` with C-Strings
2026-01-06 0:50 UTC (3+ messages)
[RFC] Secure TCP (STCP): Rust-based encrypted transport protocol for kernel integration
2026-01-05 23:45 UTC (6+ messages)
` [RFC] STCP: secure-by-default transport (kernel-level, experimental)
[PATCH v5 00/11] gpu: nova-core: add Turing support
2026-01-05 23:44 UTC (2+ messages)
[PATCH 00/11] refactor Rust proc macros with `syn`
2026-01-05 16:05 UTC (8+ messages)
` [PATCH 03/11] rust: macros: convert `#[vtable]` macro to use `syn`
[PATCH 1/2] rust: syn: make rust-analyzer treat `std` as a dependency
2026-01-05 15:30 UTC (7+ messages)
` [PATCH 2/2] rust: quote: make rust-analyzer treat `core` and `std` as dependencies
[PATCH] remove sysroot assertion in generate_rust_analyzer.py
2026-01-05 15:10 UTC (2+ messages)
[PATCH v1 0/3] rust: Switch to kernel::sync atomic primitives
2026-01-05 13:34 UTC (2+ 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