messages from 2026-02-04 10:37:15 to 2026-02-05 22:07:44 UTC [more...]
[PATCH v17 00/16] Refcounted interrupts, SpinLockIrq for rust
2026-02-05 22:07 UTC (8+ messages)
` [PATCH v17 02/16] preempt: Track NMI nesting to separate per-CPU counter
[PATCH] gpu: nova-core: fix aux device registration for multi-GPU systems
2026-02-05 21:44 UTC (6+ messages)
[PATCH 0/8] rust: pci: add abstractions for SR-IOV capability
2026-02-05 21:27 UTC (6+ messages)
` [PATCH 3/8] rust: pci: add {enable,disable}_sriov(), to control "
[PATCH v2 0/4] Add Rust abstractions for nvmem-provider
2026-02-05 21:20 UTC (14+ messages)
` [PATCH v2 1/4] rust: io: Add big-endian read and write functions
` [PATCH v2 2/4] rust: nvmem: Add an abstraction for nvmem providers
[PATCH v2 00/10] rust: pci: add abstractions for SR-IOV capability
2026-02-05 20:59 UTC (11+ messages)
` [PATCH v2 01/10] PCI: add driver flag to opt into disabling SR-IOV on remove()
` [PATCH v2 02/10] fpga: dfl-pci: set driver flag to disable "
` [PATCH v2 03/10] rust: pci: add {enable,disable}_sriov(), to control SR-IOV capability
` [PATCH v2 04/10] rust: pci: add vtable attribute to pci::Driver trait
` [PATCH v2 05/10] rust: pci: add bus callback sriov_configure(), to control SR-IOV from sysfs
` [PATCH v2 06/10] rust: pci: add is_virtfn(), to check for VFs
` [PATCH v2 07/10] rust: pci: add is_physfn(), to check for PFs
` [PATCH v2 08/10] rust: pci: add num_vf(), to return number of VFs
` [PATCH v2 09/10] rust: pci: add physfn(), to return PF device for VF device
` [PATCH v2 10/10] samples: rust: add SR-IOV driver sample
[PATCH v5 0/4] rust: add `TryFrom` and `Into` derive macros
2026-02-05 21:06 UTC (4+ messages)
` [PATCH v5 2/4] rust: macros: add derive macro for `TryFrom`
[PATCH v4] scripts: checkpatch: warn on Rust panicking methods
2026-02-05 21:00 UTC (14+ messages)
` [PATCH v5] scripts: checkpatch: move Rust-specific lints to separate file
[PATCH RFC v6 00/26] nova-core: Memory management infrastructure (v6)
2026-02-05 20:55 UTC (6+ messages)
` [PATCH RFC v6 02/26] gpu: Move DRM buddy allocator one level up
` [PATCH RFC v6 03/26] rust: gpu: Add GPU buddy allocator bindings
[PATCH v18 0/5] SpinLockIrq for rust
2026-02-05 20:44 UTC (6+ messages)
` [PATCH v18 1/5] rust: Introduce interrupt module
` [PATCH v18 2/5] rust: helper: Add spin_{un,}lock_irq_{enable,disable}() helpers
` [PATCH v18 3/5] rust: sync: use super::* in spinlock.rs
` [PATCH v18 4/5] rust: sync: Add SpinLockIrq
` [PATCH v18 5/5] rust: sync: Introduce SpinLockIrq::lock_with() and friends
[RFC PATCH 0/7] Introduce HasField infrastructure
2026-02-05 20:47 UTC (3+ messages)
[PATCH V2 0/3] Rust support for powerpc
2026-02-05 20:15 UTC (14+ messages)
` [PATCH V2 1/3] powerpc/jump_label: adjust inline asm to be consistent
` [PATCH V2 2/3] rust: Add PowerPC support
` [PATCH V2 3/3] powerpc: Enable Rust for ppc64le
[PATCH V3 0/3] Rust support for powerpc
2026-02-05 18:04 UTC (4+ messages)
` [PATCH V3 1/3] powerpc/jump_label: adjust inline asm to be consistent
` [PATCH V3 2/3] rust: Add PowerPC support
` [PATCH V3 3/3] powerpc: Enable Rust for ppc64le
[PATCH] drm/tyr: Clarify driver/device type names
2026-02-05 18:59 UTC
[PATCH v4] rust: Makefile: bound rustdoc workaround to affected versions
2026-02-05 15:55 UTC (5+ messages)
` [PATCH v5 1/2] kbuild: add rustc-max-version macro
` [PATCH v5 2/2] rust: Makefile: bound rustdoc workaround to affected versions
[PATCH 0/5] Make Rust Binder build as a module
2026-02-05 13:45 UTC (39+ messages)
` [PATCH 1/5] export file_close_fd and task_work_add
` [PATCH 2/5] security: export binder symbols
` [PATCH 3/5] mm: export zap_page_range_single and list_lru_add/del
` [PATCH 4/5] ipc: export init_ipc_ns and put_ipc_ns
` [PATCH 5/5] rust_binder: mark ANDROID_BINDER_IPC_RUST tristate
[PATCH v14 0/9] rust: add `Ownable` trait and `Owned` type
2026-02-05 13:33 UTC (21+ messages)
` [PATCH v14 1/9] rust: types: Add Ownable/Owned types
` [PATCH v14 2/9] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v14 3/9] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v14 4/9] rust: aref: update formatting of use statements
` [PATCH v14 5/9] rust: Add `OwnableRefCounted`
` [PATCH v14 6/9] rust: page: update formatting of `use` statements
` [PATCH v14 7/9] rust: page: convert to `Ownable`
` [PATCH v14 8/9] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v14 9/9] rust: page: add `from_raw()`
[RFC PATCH 0/4] Add dma_fence abstractions and DRM Jobqueue
2026-02-05 13:16 UTC (5+ messages)
` [RFC PATCH 2/4] rust: sync: Add dma_fence abstractions
[RFC 0/2] Rust PCI capability infrastructure and SR-IOV support
2026-02-05 13:10 UTC (5+ messages)
` [RFC 2/2] pci: Add PCI capability infrastructure and SR-IOV capability support
[PATCH v3 3/3] rust_binder: handle PID namespace conversion for freeze operation
2026-02-05 8:20 UTC (5+ messages)
[PATCH] rust: print: add safety comments for %pA formatting
2026-02-05 8:19 UTC (2+ messages)
[PATCH v11] rust: fmt: add safe pointer formatting support
2026-02-05 7:57 UTC
[PATCH v3 1/3] binder: handle PID namespace conversion for freeze operation
2026-02-05 5:30 UTC (4+ messages)
[PATCH RFC v6 05/26] nova-core: mm: Add support to use PRAMIN windows to write to VRAM
2026-02-04 23:42 UTC (7+ messages)
[PATCH v2 0/3] rust: alloc: add Vec shrinking methods
2026-02-04 21:55 UTC (9+ messages)
` [PATCH v2 1/3] rust: alloc: Add shrink_to and shrink_to_fit methods to Vec
[PATCH v2 0/5] gpu: nova-core: use checked arithmetic for firmware parsing robustness
2026-02-04 21:08 UTC (9+ messages)
` [PATCH v2 1/5] gpu: nova-core: use checked arithmetic in FWSEC firmware parsing
[PATCH v5 0/4] Introduce DeviceContext
2026-02-04 20:56 UTC (4+ messages)
` [PATCH v5 2/4] rust/drm: Don't setup private driver data until registration
[PATCH v2 0/4] rust: Add ARef support for work items
2026-02-04 20:40 UTC (5+ messages)
` [PATCH v2 1/4] rust: workqueue: add support for ARef<T>
` [PATCH v2 2/4] rust: drm: dispatch work items to the private data
` [PATCH v2 3/4] rust: workqueue: add delayed work support for ARef<T>
` [PATCH v2 4/4] rust: drm: dispatch delayed work items to the private data
[PATCH v7 2/7] rust: uaccess: add write_dma() for copying from DMA buffers to userspace
2026-02-04 20:01 UTC (3+ messages)
[PATCH] rust: Add PowerPC support
2026-02-04 19:42 UTC (9+ messages)
[PATCH] powerpc: Enable Rust for ppc64le
2026-02-04 17:56 UTC (5+ messages)
[PATCH 0/5] rust: extend I2C functionality
2026-02-04 17:03 UTC (6+ messages)
` [PATCH 4/5] rust: i2c: add I2C wrappers
[PATCH v4 0/2] Add new workqueue wrapper and enqueue on cpu functions
2026-02-04 16:50 UTC (7+ messages)
` [PATCH v4 1/2] rust: add system_dfl() around the new system_dfl_wq
[PATCH v5 0/2] Add new workqueue wrapper and enqueue on cpu functions
2026-02-04 16:47 UTC (7+ messages)
` [PATCH v5 1/2] rust: add system_default() around the new system_dfl_wq
` [PATCH v5 2/2] rust: add system_percpu() and per-cpu enqueue functions
[PATCH] rust: page: add volatile memory copy methods
2026-02-04 16:12 UTC (13+ messages)
[PATCH 0/6] rust: io: turn IoCapable into a functional trait
2026-02-04 15:58 UTC (12+ messages)
` [PATCH 1/6] "
` [PATCH 2/6] rust: io: mem: use non-relaxed I/O ops in examples
` [PATCH 4/6] rust: io: remove legacy relaxed accessors of Mmio
` [PATCH 5/6] rust: pci: io: remove overloaded Io methods of ConfigSpace
` [PATCH 6/6] rust: io: remove overloaded Io methods of Mmio
linux-next: Tree for Feb 4
2026-02-04 14:59 UTC
[PATCH v3 1/3] rust: clk: use the type-state pattern
2026-02-04 14:34 UTC (13+ 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