messages from 2026-07-31 14:26:02 to 2026-08-04 12:52:03 UTC [more...]
[GIT PULL] [PATCH 00/24] Rust synchronization changes for v7.3
2026-08-04 12:52 UTC (59+ messages)
` [PATCH 01/24] preempt: Track NMI nesting to separate per-CPU counter
` [PATCH 02/24] preempt: Introduce HARDIRQ_DISABLE_BITS
` [PATCH 03/24] preempt: Introduce __preempt_count_{sub, add}_return()
` [PATCH 04/24] openrisc: Include <linux/cpumask.h> in smp.h
` [PATCH 05/24] irq & spin_lock: Add counted interrupt disabling/enabling
` [PATCH 06/24] irq: Add KUnit test for refcounted interrupt enable/disable
` [PATCH 07/24] locking: Switch to _irq_{disable,enable}() variants in cleanup guards
` [PATCH 08/24] sched: Remove the unused preempt_offset parameter of __cant_sleep()
` [PATCH 09/24] sched: Avoid signed comparison of preempt_count() in __cant_migrate()
` [PATCH 10/24] preempt: Introduce HAS_SEPARATE_PREEMPT_RESCHED_BITS
` [PATCH 11/24] arm64: sched/preempt: Enable HAS_SEPARATE_PREEMPT_RESCHED_BITS
` [PATCH 12/24] s390/preempt: "
` [PATCH 13/24] irq: Optimize reschedule check in local_interrupt_enable()
` [PATCH 14/24] rust: Introduce interrupt module
` [PATCH 15/24] rust: helper: Add spin_{un,}lock_irq_{enable,disable}() helpers
` [PATCH 16/24] rust: sync: use super::* in spinlock.rs
` [PATCH 17/24] rust: sync: Add SpinLockIrq
` [PATCH 18/24] rust: sync: Introduce SpinLockIrq::lock_with() and friends
` [PATCH 19/24] rust: sync: Add abstraction for synchronize_rcu()
` [PATCH 20/24] rust: revocable: Use safe synchronize_rcu() abstraction
` [PATCH 21/24] rust: sync: Use safe synchronize_rcu() abstraction in poll
` [PATCH 22/24] rust: sync: Add helpers for mb, dma_mb and friends
` [PATCH 23/24] rust: sync: Add generic memory barriers
` [PATCH 24/24] rust: revocable: Use LKMM atomics instead of Rust atomics
[PATCH v2 0/3] Rust: add runtime PM support
2026-08-04 12:28 UTC (15+ messages)
` [PATCH v2 1/3] rust: "
` [PATCH v2 2/3] rust: platform: wire runtime PM callbacks
`io{re,un}map()` build error in s390 under `!CONFIG_HAS_IOMEM`
2026-08-04 12:26 UTC (9+ messages)
[PATCH v3] drm/tyr: add Job IRQ handling
2026-08-04 12:23 UTC (2+ messages)
rust compile failure in next-20260730
2026-08-04 10:35 UTC (8+ messages)
[PATCH V17 0/7] Rust Support for powerpc
2026-08-04 10:11 UTC (3+ messages)
[PATCH v6 0/1] Rust PCI capability infrastructure and SR-IOV support
2026-08-04 9:11 UTC (4+ messages)
` [PATCH v6 1/1] rust: pci: add extended capability "
[PATCH v3 0/4] rust: Add support for reserving of ranges of IDs
2026-08-04 8:37 UTC (6+ messages)
` [PATCH v3 2/4] rust: bitmap: add contiguous area operations
[PATCH v4 0/5] gpu: nova-core: blackwell follow-ups and fixes
2026-08-04 5:41 UTC (6+ messages)
` [PATCH v4 1/5] gpu: nova-core: correct FRTS vidmem offset calculation
` [PATCH v4 2/5] gpu: nova-core: rename heap size field
` [PATCH v4 3/5] gpu: nova-core: return non-WPR heap size as u64 from HALs
` [PATCH v4 4/5] gpu: nova-core: split FbLayout into FSP and non-FSP versions
` [PATCH v4 5/5] gpu: nova-core: pass WPR metadata ownership to FmcBootArgs
[PATCH v3 0/5] gpu: nova-core: blackwell follow-ups and fixes
2026-08-04 4:02 UTC (3+ messages)
` [PATCH v3 1/5] gpu: nova-core: correct FRTS vidmem offset calculation
[PATCH v4 0/5] Rate limited printing for Rust
2026-08-04 2:18 UTC (8+ messages)
[PATCH v7 0/8] Transition Nova Core to TLV firmware images
2026-08-03 22:21 UTC (15+ messages)
` [PATCH v7 1/8] rust: alloc: add Vec::zeroed method
` [PATCH v7 2/8] rust: firmware: add request_into_buf()
` [PATCH v7 3/8] gpu: nova-core: add TLV parser for firmware files
` [PATCH v7 4/8] gpu: nova-core: transition booter to TLV images
` [PATCH v7 5/8] gpu: nova-core: transition gsp "
` [PATCH v7 6/8] gpu: nova-core: transition gen_bootloader "
` [PATCH v7 7/8] gpu: nova-core: transition fsp "
` [PATCH v7 8/8] gpu: nova-core: update firmware module info for "
[PATCH v2 00/11] rust: driver: use pointers instead of indices for ID info
2026-08-03 20:55 UTC (2+ messages)
` (subset) "
[PATCH v2] rust: dma: return zero for Coherent reads past EOF
2026-08-03 20:52 UTC (5+ messages)
[PATCH v2 0/3] rust: io: register: a few fixups
2026-08-03 20:46 UTC (2+ messages)
[PATCH 1/2] rust: io: gate ioremap/iounmap on CONFIG_HAS_IOMEM
2026-08-03 20:02 UTC (2+ messages)
` [PATCH 2/2] rust: io: gate ioremap doctests "
[PATCH v2 0/9] drm/tyr: add debugfs support
2026-08-03 17:56 UTC (17+ messages)
` [PATCH v2 2/9] rust: debugfs: add SeqShow trait and seq_file file operations
` [PATCH v2 3/9] rust: debugfs: add Entry::from_raw and ScopedDir::from_dentry
` [PATCH v2 5/9] rust: drm: add debugfs_init callback to Driver trait
` [PATCH v2 6/9] rust: drm: add DrmSeqShow seq_file adapter
` [PATCH v2 8/9] drm/tyr: add gpuvas debugfs file
` [PATCH v2 9/9] drm/debugfs: hold device reference for the lifetime of open files
[PATCH v6] rust: aref: make `AlwaysRefCounted::inc_ref` an associated function
2026-08-03 14:29 UTC (2+ messages)
[PATCH v2 0/5] rust: pin-init: merge `__init` and `__pinned_init`
2026-08-03 13:54 UTC (4+ messages)
` [PATCH v2 4/5] rust: treewide: replace `__pinned_init` with `ptr_[try_]init`
[PATCH v5 0/4] Clk improvements
2026-08-03 13:24 UTC (22+ messages)
` [PATCH v5 1/4] rust: clk: use the type-state pattern
` [PATCH v5 2/4] rust: clk: implement Clone for Clk<T>
` [PATCH v5 3/4] rust: clk: add devres-managed clks
` [PATCH v5 4/4] rust: clk: use 'kernel vertical style' for imports
[PATCH RFC 0/2] rust: usb: abstractions towards the port of usbsevseg.c to Rust
2026-08-03 13:23 UTC (8+ messages)
` [PATCH RFC 1/2] rust: usb: add endpoint abstraction
` [PATCH RFC 2/2] rust: usb: add control message send and receive
[PATCH] rust: pin-init: add `#[inline]` to small functions
2026-08-03 13:14 UTC
[PATCH] rust: rust_is_available: warn for `bindgen` < 0.72.1 && libclang >= 22
2026-08-03 12:09 UTC (3+ messages)
[PATCH v9 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
2026-08-03 9:10 UTC (16+ messages)
` [PATCH v9 01/10] rust: module: move module types into `module.rs`
` [PATCH v9 02/10] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v9 09/10] rust: macros: remove `THIS_MODULE` static from `module!`
` [PATCH v9 10/10] rust: module: update MAINTAINERS to cover module.rs
LLVM 22 needs bindgen 0.72.1
2026-08-03 8:27 UTC (7+ messages)
[PATCH v3 2/4] rust: print: document safety of _printk FFI calls
2026-08-03 7:54 UTC (3+ messages)
` [PATCH v4 "
[PATCH v5 0/5] Rate limited printing for Rust
2026-08-03 7:29 UTC (6+ messages)
` [PATCH v5 1/5] rust: sync: move lockdep types to rust/kernel/sync/lockdep.rs
` [PATCH v5 2/5] rust: sync: add const constructor for raw_spinlock_t
` [PATCH v5 3/5] rust: add pr_*_ratelimit! macros for printing
` [PATCH v5 4/5] rust_binder: consolidate transaction failure prints
` [PATCH v5 5/5] rust_binder: use pr_*_ratelimited! for printing
[PATCH] rust: kbuild: disambiguate `zerocopy` for `rusttest`
2026-08-03 6:48 UTC (2+ messages)
[PATCH] rust: print: fix broken `_printk` Rustdoc link
2026-08-03 6:05 UTC (2+ messages)
[PATCH] rust: rust_is_available: support testing with `bash` as `/bin/sh`
2026-08-03 6:04 UTC (2+ messages)
[PATCH] objtool/rust: add one more `noreturn` Rust function for Rust 1.99.0
2026-08-03 6:03 UTC (2+ messages)
[PATCH 0/3] rust: sync: add SetOnce::try_get_or_populate()
2026-08-02 1:03 UTC (7+ messages)
` [PATCH 2/3] "
[PATCH v1] rust: bug: prevent dead_code warning from warn_on!'s flags constant
2026-08-01 2:50 UTC (4+ messages)
[PATCH v3] rust: bug: prevent dead_code warning from warn_on!'s flags constant
2026-08-01 2:48 UTC
[PATCH v1] rust: bug: fix warn_on macro build error on UML
2026-08-01 2:25 UTC
[PATCH RFC 0/2] rust: usb: abstractions towards the port of usbsevseg.c to Rust
2026-08-01 2:23 UTC
[PATCH v2] rust: rbtree: document peek_next() on the immutable cursor
2026-07-31 21:54 UTC (3+ messages)
[PATCH v3] rust: rbtree: document peek_next() on the immutable cursor
2026-07-31 21:51 UTC
[PATCH] x86/build/64: Prevent native builds from generating APX instructions
2026-07-31 21:15 UTC (6+ messages)
[PATCH v2 0/4] rust: samples: add an EDU PCI driver sample (MMIO + IRQ + DMA)
2026-07-31 14:25 UTC (5+ messages)
` [PATCH v2 4/4] rust: samples: add EDU PCI driver sample
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