Show patches with: State = Action Required       |    Archived = No       |   8574 patches
« 1 2 3 485 86 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v3,19/19] rust: io: implement `Io` for `Either` rust: I/O type generalization and projection - - - --- 2026-06-08 Gary Guo New
[v3,18/19] rust: io: add copying methods rust: I/O type generalization and projection - - - --- 2026-06-08 Gary Guo New
[v3,17/19] rust: dma: drop `dma_read!` and `dma_write!` API rust: I/O type generalization and projection - 1 - --- 2026-06-08 Gary Guo New
[v3,16/19] gpu: nova-core: use I/O projection for cleaner encapsulation rust: I/O type generalization and projection - - - --- 2026-06-08 Gary Guo New
[v3,15/19] rust: io: add `read_val` and `write_val` function on `Io` rust: I/O type generalization and projection - - - --- 2026-06-08 Gary Guo New
[v3,14/19] rust: io: implement a view type for `Coherent` rust: I/O type generalization and projection - - - --- 2026-06-08 Gary Guo New
[v3,13/19] rust: io: add I/O backend for system memory with volatile access rust: I/O type generalization and projection - - - --- 2026-06-08 Gary Guo New
[v3,12/19] rust: io: add projection macro and methods rust: I/O type generalization and projection - - - --- 2026-06-08 Gary Guo New
[v3,11/19] rust: io: move `Io` methods to extension trait rust: I/O type generalization and projection - - - --- 2026-06-08 Gary Guo New
[v3,10/19] rust: io: remove `MmioOwned` rust: I/O type generalization and projection - - - --- 2026-06-08 Gary Guo New
[v3,09/19] rust: io: use view types instead of addresses for `Io` rust: I/O type generalization and projection - - - --- 2026-06-08 Gary Guo New
[v3,08/19] rust: pci: io: make `ConfigSpace` a view rust: I/O type generalization and projection - - - --- 2026-06-08 Gary Guo New
[v3,07/19] rust: io: implement `Mmio` as view type rust: I/O type generalization and projection - - - --- 2026-06-08 Gary Guo New
[v3,06/19] rust: io: rename `Mmio` to `MmioOwned` rust: I/O type generalization and projection - - - --- 2026-06-08 Gary Guo New
[v3,05/19] rust: io: generalize `MmioRaw` to pointer to arbitrary type rust: I/O type generalization and projection - - - --- 2026-06-08 Gary Guo New
[v3,04/19] rust: io: implement `Io` on reference types instead rust: I/O type generalization and projection - - - --- 2026-06-08 Gary Guo New
[v3,03/19] rust: io: restrict untyped IO access and `register!` to `Region` rust: I/O type generalization and projection - - - --- 2026-06-08 Gary Guo New
[v3,02/19] rust: io: add missing safety requirement in `IoCapable` methods rust: I/O type generalization and projection - - - --- 2026-06-08 Gary Guo New
[v3,01/19] rust: io: add dynamically-sized `Region` type rust: I/O type generalization and projection - - - --- 2026-06-08 Gary Guo New
[v19,4/4] rust: drm: gem: Introduce shmem::Object::sg_table() Rust bindings for gem shmem - 1 - --- 2026-06-08 Lyude Paul New
[v19,3/4] rust: faux: Allow retrieving a bound Device Rust bindings for gem shmem - 1 - --- 2026-06-08 Lyude Paul New
[v19,2/4] rust: drm: gem: shmem: Add vmap functions Rust bindings for gem shmem - 1 - --- 2026-06-08 Lyude Paul New
[v19,1/4] rust: drm: gem: shmem: Add DmaResvGuard helper Rust bindings for gem shmem - - - --- 2026-06-08 Lyude Paul New
[v6,6/6] s390: Enable Rust support s390: Enable Rust support and add required arch glue 2 - - --- 2026-06-08 Jan Polensky New
[v6,5/6] s390/cmpxchg: Fix KASAN stack-out-of-bounds in atomic helpers s390: Enable Rust support and add required arch glue 1 - - --- 2026-06-08 Jan Polensky New
[v6,4/6] rust: helpers: Add memchr wrapper for string operations s390: Enable Rust support and add required arch glue 1 - - --- 2026-06-08 Jan Polensky New
[v6,3/6] rust/bindgen_parameters: Mark s390 types as opaque to prevent repr conflicts s390: Enable Rust support and add required arch glue 2 1 - --- 2026-06-08 Jan Polensky New
[v6,2/6] s390/jump_label: Implement ARCH_STATIC_BRANCH_JUMP_ASM and ARCH_STATIC_BRANCH_ASM macros s390: Enable Rust support and add required arch glue 3 1 - --- 2026-06-08 Jan Polensky New
[v6,1/6] s390/bug: Provide ARCH_WARN_ASM for Rust WARN/BUG support s390: Enable Rust support and add required arch glue 3 - - --- 2026-06-08 Jan Polensky New
[v2] rust: drm: gpuvm: implement Send and Sync for GpuVaAlloc and GpuVmBo [v2] rust: drm: gpuvm: implement Send and Sync for GpuVaAlloc and GpuVmBo - - - --- 2026-06-08 Sami Tolvanen New
rust_binder: update Process::node_refs to use SpinLock rust_binder: update Process::node_refs to use SpinLock - - - --- 2026-06-08 Alice Ryhl New
[v2,19/19] gpu: nova-core: firmware: parse `FalconUCodeDescV2` via `zerocopy` `zerocopy` support 1 1 - --- 2026-06-08 Miguel Ojeda New
[v2,18/19] rust: prelude: add `zerocopy{,_derive}::FromBytes` `zerocopy` support - - - --- 2026-06-08 Miguel Ojeda New
[v2,17/19] rust: zerocopy-derive: enable support in kbuild `zerocopy` support - - - --- 2026-06-08 Miguel Ojeda New
[v2,16/19] rust: zerocopy-derive: add `README.md` `zerocopy` support - - - --- 2026-06-08 Miguel Ojeda New
[v2,15/19] rust: zerocopy-derive: avoid generating non-ASCII identifiers `zerocopy` support - - - --- 2026-06-08 Miguel Ojeda New
[v2,14/19] rust: zerocopy-derive: add SPDX License Identifiers `zerocopy` support - - - --- 2026-06-08 Miguel Ojeda New
[v2,13/19] rust: zerocopy-derive: import crate `zerocopy` support - - - --- 2026-06-08 Miguel Ojeda New
[v2,12/19] rust: zerocopy: enable support in kbuild `zerocopy` support - - - --- 2026-06-08 Miguel Ojeda New
[v2,11/19] rust: zerocopy: add `README.md` `zerocopy` support - - - --- 2026-06-08 Miguel Ojeda New
[v2,10/19] rust: zerocopy: remove float `Display` support `zerocopy` support - - - --- 2026-06-08 Miguel Ojeda New
[v2,09/19] rust: zerocopy: add SPDX License Identifiers `zerocopy` support - - - --- 2026-06-08 Miguel Ojeda New
[v2,07/19] rust: kbuild: support `skip_clippy` for `rustc_procmacro` `zerocopy` support - - - --- 2026-06-08 Miguel Ojeda New
[v2,06/19] rust: kbuild: support per-target environment variables `zerocopy` support - - - --- 2026-06-08 Miguel Ojeda New
[v2,05/19] rust: kbuild: define `procmacro-extension` variable `zerocopy` support - - - --- 2026-06-08 Miguel Ojeda New
[v2,04/19] rust: kbuild: define `procmacro-name` function `zerocopy` support - - - --- 2026-06-08 Miguel Ojeda New
[v2,03/19] rust: kbuild: remove unused variable `zerocopy` support - - - --- 2026-06-08 Miguel Ojeda New
[v2,02/19] rust: kbuild: show the right `quiet_cmd_rustc_procmacrolibrary` `zerocopy` support - - - --- 2026-06-08 Miguel Ojeda New
[v2,01/19] scripts: generate_rust_analyzer: support passing env vars `zerocopy` support 1 - - --- 2026-06-08 Miguel Ojeda New
rust: configfs: fix data offset calculation for subsystem callbacks rust: configfs: fix data offset calculation for subsystem callbacks - - - --- 2026-06-08 Andreas Hindborg New
rust: alloc: add `NumaNode::id()` accessor rust: alloc: add `NumaNode::id()` accessor - - - --- 2026-06-08 Andreas Hindborg New
rust: block: require `Sync` for `Operations::QueueData` rust: block: require `Sync` for `Operations::QueueData` - - - --- 2026-06-08 Andreas Hindborg New
rust: io: require proper alignment in the safety contracts of `IoCapable` rust: io: require proper alignment in the safety contracts of `IoCapable` - - - --- 2026-06-08 Alexandre Courbot New
rust: module_param: use pr_warn_once! for null pointer warning rust: module_param: use pr_warn_once! for null pointer warning - - - --- 2026-06-06 Maurice Hieronymus New
[v5,3/3] rust: io: use the `bitfield!` macro in `register!` rust: add `bitfield!` macro 2 - - --- 2026-06-06 Alexandre Courbot New
[v5,2/3] rust: bitfield: Add KUnit tests for bitfield rust: add `bitfield!` macro 1 1 - --- 2026-06-06 Alexandre Courbot New
[v5,1/3] rust: extract `bitfield!` macro from `register!` rust: add `bitfield!` macro 2 - - --- 2026-06-06 Alexandre Courbot New
[GIT,PULL] Rust fixes for 7.1 (2nd) [GIT,PULL] Rust fixes for 7.1 (2nd) - - - --- 2026-06-06 Miguel Ojeda New
rust: drm: gpuvm: implement Send and Sync for GpuVaAlloc and GpuVmBo rust: drm: gpuvm: implement Send and Sync for GpuVaAlloc and GpuVmBo - - - --- 2026-06-05 Sami Tolvanen New
[v2] hardening: Default randstruct off with rust for better allmodconfig support [v2] hardening: Default randstruct off with rust for better allmodconfig support - - - --- 2026-06-05 Mark Brown New
hardening: Default randstruct off with rust for better allmodconfig support hardening: Default randstruct off with rust for better allmodconfig support - - - --- 2026-06-05 Mark Brown New
[RFC,3/3] rust: rcu: Introduce RcuFreeBox rust: sync: Introduce Rcu*Box - - - --- 2026-06-05 Boqun Feng New
[2/3] rust: maple_tree: Add load_rcu() Untitled series #1106654 - - - --- 2026-06-05 Boqun Feng New
[2/3] rust: maple_tree: add load_rcu() rust: sync: Introduce Rcu*Box - - - --- 2026-06-05 Boqun Feng New
[1/3] rust: rcu: Add RcuBox type [1/3] rust: rcu: Add RcuBox type - - - --- 2026-06-05 Boqun Feng New
[1/3] rust: rcu: add RcuBox type rust: sync: Introduce Rcu*Box - - - --- 2026-06-05 Boqun Feng New
[v2] fault-inject: rust: add a Rust API for fault-injection [v2] fault-inject: rust: add a Rust API for fault-injection - - - --- 2026-06-05 Andreas Hindborg New
[v2] rust: sync: add `UniqueArc::as_ptr` [v2] rust: sync: add `UniqueArc::as_ptr` - 1 - --- 2026-06-05 Andreas Hindborg New
[v2] configfs: rust: add an API for adding default groups from C [v2] configfs: rust: add an API for adding default groups from C - - - --- 2026-06-05 Andreas Hindborg New
[v2] rust: hrtimer: add active() method to query timer state [v2] rust: hrtimer: add active() method to query timer state - 1 - --- 2026-06-05 Andreas Hindborg New
[v2] rust: add a ring buffer implementation [v2] rust: add a ring buffer implementation - - - --- 2026-06-05 Andreas Hindborg New
[v2,2/2] rust: impl_flags: add bitwise operations with the underlying type rust: impl_flags: add convenience functions - - - --- 2026-06-05 Andreas Hindborg New
[v2,1/2] rust: impl_flags: add conversion functions rust: impl_flags: add convenience functions - - - --- 2026-06-05 Andreas Hindborg New
[v2] rust: sync: export lock::do_unlocked [v2] rust: sync: export lock::do_unlocked - 2 - --- 2026-06-05 Andreas Hindborg New
[v2,2/2] rust: add a wrapper for the `nr_online_nodes` C function rust: add a few helpers - 1 - --- 2026-06-05 Andreas Hindborg New
[v2,1/2] rust: add a wrapper for the `num_possible_cpus` C function rust: add a few helpers - 2 - --- 2026-06-05 Andreas Hindborg New
[v2,2/2] rust: page: add method to copy data between safe pages rust: pages that cannot be racy - - - --- 2026-06-05 Andreas Hindborg New
[v2,1/2] rust: page: add `SafePage` for race-free page access rust: pages that cannot be racy - - - --- 2026-06-05 Andreas Hindborg New
[v3] rust_binder: fix BINDER_GET_EXTENDED_ERROR [v3] rust_binder: fix BINDER_GET_EXTENDED_ERROR 1 - - --- 2026-06-05 Alice Ryhl New
[v2] rust: alloc: allow different error types in `KBox::pin_slice` [v2] rust: alloc: allow different error types in `KBox::pin_slice` - - - --- 2026-06-05 Andreas Hindborg New
[v2] rust: impl_flags: add method to return underlying integer [v2] rust: impl_flags: add method to return underlying integer - - - --- 2026-06-05 Andreas Hindborg New
[v2] rust: alloc: add per-task memalloc scope abstractions [v2] rust: alloc: add per-task memalloc scope abstractions - - - --- 2026-06-05 Andreas Hindborg New
[v4,2/2] rust: page: add byte-wise atomic memory copy methods (no cover subject) - - - --- 2026-06-05 Andreas Hindborg New
[v4,1/2] rust: sync: atomic: add atomic_per_byte_memcpy (no cover subject) - - - --- 2026-06-05 Andreas Hindborg New
[v2] rust: xarray: fix false positive lockdep warnings [v2] rust: xarray: fix false positive lockdep warnings 1 2 - --- 2026-06-05 Andreas Hindborg New
[POC,v4,6/6] gpu: drm: nova: demonstrate interaction with nova-core gpu: drm: nova: enable calling into nova-core - - - --- 2026-06-05 Alexandre Courbot New
[v4,5/6] gpu: drm: nova: build after nova-core and use its symbols gpu: drm: nova: enable calling into nova-core - - - --- 2026-06-05 Alexandre Courbot New
[v4,4/6] gpu: nova-core: emit Rust metadata for nova-drm gpu: drm: nova: enable calling into nova-core - - - --- 2026-06-05 Alexandre Courbot New
[v4,3/6] gpu: nova-core: export Rust symbols for nova-drm gpu: drm: nova: enable calling into nova-core - - - --- 2026-06-05 Alexandre Courbot New
[v4,2/6] gpu: build nova-core and nova-drm from drivers/gpu/Makefile gpu: drm: nova: enable calling into nova-core - - - --- 2026-06-05 Alexandre Courbot New
[v4,1/6] rust: inline some init methods gpu: drm: nova: enable calling into nova-core - 1 - --- 2026-06-05 Alexandre Courbot New
[v2] pwm: th1520: Remove requirement for mul_u64_u64_div_u64_roundup [v2] pwm: th1520: Remove requirement for mul_u64_u64_div_u64_roundup - 1 - --- 2026-06-05 Maurice Hieronymus New
[v2,2/2] pwm: th1520: Lock clock rate with clk_rate_exclusive_get rust: clk: Add ExclusiveClk and use it in pwm-th1520 - 2 - --- 2026-06-05 Maurice Hieronymus New
[v2,1/2] rust: clk: Add ExclusiveClk wrapper for clk_rate_exclusive_get rust: clk: Add ExclusiveClk and use it in pwm-th1520 - 1 - --- 2026-06-05 Maurice Hieronymus New
[v3,13/13] irq: Optimize reschedule check in local_interrupt_enable() Refcounted interrupt disable and SpinLockIrq for rust (Part 1) - - - --- 2026-06-05 Boqun Feng New
[v3,12/13] s390/preempt: Enable HAS_SEPARATE_PREEMPT_RESCHED_BITS Refcounted interrupt disable and SpinLockIrq for rust (Part 1) - - - --- 2026-06-05 Boqun Feng New
[v3,11/13] arm64: sched/preempt: Enable HAS_SEPARATE_PREEMPT_RESCHED_BITS Refcounted interrupt disable and SpinLockIrq for rust (Part 1) - - - --- 2026-06-05 Boqun Feng New
[v3,10/13] preempt: Introduce HAS_SEPARATE_PREEMPT_RESCHED_BITS Refcounted interrupt disable and SpinLockIrq for rust (Part 1) - - - --- 2026-06-05 Boqun Feng New
[v3,09/13] sched: Avoid signed comparison of preempt_count() in __cant_migrate() Refcounted interrupt disable and SpinLockIrq for rust (Part 1) - - - --- 2026-06-05 Boqun Feng New
[v3,08/13] sched: Remove the unused preempt_offset parameter of __cant_sleep() Refcounted interrupt disable and SpinLockIrq for rust (Part 1) - - - --- 2026-06-05 Boqun Feng New
« 1 2 3 485 86 »