messages from 2026-08-07 07:02:27 to 2026-08-10 14:23:42 UTC [more...]
[PATCH v2 00/12] gpu: nova-core: add PRAMIN window support
2026-08-10 14:23 UTC (14+ messages)
` [PATCH v2 01/12] rust: num: use const_assert! in Bounded
` [PATCH v2 02/12] rust: num: reject Bounded::shr overshifts at build time
` [PATCH v2 03/12] rust: num: add Bounded::shr_exact
` [PATCH v2 04/12] gpu: nova-core: mm: Add VramAddress type
` [PATCH v2 05/12] gpu: nova-core: mm: Implement Alignable and Debug for VramAddress
` [PATCH v2 06/12] gpu: nova-core: mm: Add PRAMIN window registers
` [PATCH v2 07/12] gpu: nova-core: mm: Add the memory management HAL
` [PATCH v2 08/12] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH v2 09/12] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH v2 10/12] gpu: nova-core: mm: Add GpuMm centralized memory manager
` [PATCH v2 11/12] gpu: nova-core: Add self-test assertion macros and config option
` [PATCH v2 12/12] gpu: nova-core: mm: Add PRAMIN aperture self-tests
[PATCH v6 0/7] rust: use Delta instead of raw jiffies for timeouts and delays
2026-08-10 14:12 UTC (13+ messages)
` [PATCH v6 1/7] rust: time: make Delta generic over its time unit
` [PATCH v6 2/7] rust: time: add jiffies time unit for Delta
` [PATCH v6 3/7] rust: time: add Delta::as_millis_ceil()
` [PATCH v6 4/7] rust: time: add Delta::to_jiffies_timeout() for timeout conversion
` [PATCH v6 5/7] rust: workqueue: take a Delta<Jiffy> for the enqueue delay
` [PATCH v6 6/7] rust: sync: condvar: use Delta<Jiffy> for timeout and result
` [PATCH v6 7/7] rust: time: remove unused Jiffies/Msecs helpers
[PATCH v3 0/7] rust: use vertical import style and remove redundant imports
2026-08-10 14:03 UTC (7+ messages)
[PATCH v4 1/2] rust: hrtimer: Restrict expires() to safe contexts
2026-08-10 14:01 UTC (7+ messages)
` [PATCH v4 2/2] rust: hrtimer: Make HrTimer repr(transparent)
[PATCH v1] rust: time: rename ClockSource trait to ClockId
2026-08-10 13:32 UTC (4+ messages)
[PATCH v5 00/18] Refcounted interrupt disable and SpinLockIrq for Rust
2026-08-10 13:28 UTC (28+ messages)
` [PATCH v5 01/18] preempt: Track NMI nesting to separate per-CPU counter
` [PATCH v5 02/18] preempt: Introduce HARDIRQ_DISABLE_BITS
` [PATCH v5 03/18] preempt: Introduce __preempt_count_{sub,add}_return()
` [PATCH v5 04/18] openrisc: Include <linux/cpumask.h> in smp.h
` [PATCH v5 05/18] irq & spin_lock: Add counted interrupt disabling/enabling
` [PATCH v5 06/18] irq: Add KUnit test for refcounted interrupt enable/disable
` [PATCH v5 07/18] irq: Add max local_interrupt_disable() nesting level kunit test case
` [PATCH v5 08/18] locking: Switch to _irq_{disable,enable}() variants in cleanup guards
` [PATCH v5 09/18] sched: Remove the unused preempt_offset parameter of __cant_sleep()
` [PATCH v5 10/18] sched: Avoid signed comparison of preempt_count() in __cant_migrate()
` [PATCH v5 11/18] preempt: Introduce HAS_SEPARATE_PREEMPT_RESCHED_BITS
` [PATCH v5 12/18] arm64: sched/preempt: Enable HAS_SEPARATE_PREEMPT_RESCHED_BITS
` [PATCH v5 13/18] s390/preempt: "
` [PATCH v5 14/18] rust: Introduce interrupt module
` [PATCH v5 15/18] rust: helper: Add spin_{un,}lock_irq_{enable,disable}() helpers
` [PATCH v5 16/18] rust: sync: Use super::* in spinlock.rs
` [PATCH v5 17/18] rust: sync: Add SpinLockIrq
` [PATCH v5 18/18] rust: sync: Introduce SpinLockIrq::lock_with() and friends
[PATCH v15 0/2] rust: Add safe pointer formatting support
2026-08-10 13:17 UTC (6+ messages)
` [PATCH v15 1/2] rust: fmt: fix {:p} printing stack addresses
` [PATCH v15 2/2] rust: fmt: route {:p} through HashedPtr to prevent address leaks
[PATCH v5 0/7] rust: use Delta instead of raw jiffies for timeouts and delays
2026-08-10 12:15 UTC (18+ messages)
` [PATCH v5 1/7] rust: time: make Delta generic over its time unit
` [PATCH v5 3/7] rust: time: add Delta::as_millis_ceil()
` [PATCH v5 4/7] rust: time: add Delta::to_jiffies() for timeout conversion
[PATCH v2 00/16] rust: io: support register projections and remove relative registers
2026-08-10 11:23 UTC (15+ messages)
` [PATCH v2 01/16] rust: io: add static `cast()` method for views
` [PATCH v2 02/16] rust: io: add `IoRepr` trait
` [PATCH v2 03/16] rust: io: support register projections
` [PATCH v2 04/16] rust: io: register: handle one register at a time
` [PATCH v2 05/16] rust: io: register extract offset computation to helper rules
` [PATCH v2 06/16] rust: io: register: allow explicit base type specification
[PATCH v4 0/3] nvmem: migrate to const void * in reg_write
2026-08-10 11:10 UTC (4+ messages)
[PATCH v2] rust: time: fix as_micros_ceil() rounding near i64::MAX
2026-08-10 10:47 UTC (2+ messages)
[PATCH v1] rust: add mark_used macro
2026-08-10 10:41 UTC (2+ messages)
[PATCH v2] pwm: th1520: use vertical import style
2026-08-10 9:41 UTC (2+ messages)
[PATCH v3 0/3] implement GPU reset API
2026-08-10 9:25 UTC (3+ messages)
[PATCH v4 0/5] rust: Add support for reserving of ranges of IDs
2026-08-10 8:34 UTC (6+ messages)
` [PATCH v4 1/5] rust: bitmap: use function-level cfg on kunit test
` [PATCH v4 2/5] rust: bitmap: restrict bitmap length to at most i32::MAX
` [PATCH v4 3/5] rust: bitmap: add contiguous area operations
` [PATCH v4 4/5] rust: id_pool: add contiguous area allocation
` [PATCH v4 5/5] gpu: nova-core: add ChannelIdPool
[PATCH v5] drm/tyr: add Job IRQ handling
2026-08-10 8:11 UTC
[PATCH v9 0/5] rust / dma_buf: Add abstractions for dma_fence
2026-08-10 7:47 UTC (3+ messages)
[PATCH 00/12] gpu: nova-core: add PRAMIN window support
2026-08-10 6:32 UTC (13+ messages)
` [PATCH 01/12] rust: io: add Region::try_subregion
` [PATCH 02/12] rust: num: reject Bounded::shr overshifts at build time
` [PATCH 03/12] rust: num: add Bounded::shr_exact
[PATCH v14 0/2] rust: Add safe pointer formatting support
2026-08-10 6:31 UTC (7+ messages)
` [PATCH v14 1/2] rust: fmt: fix {:p} printing stack addresses
` [PATCH v14 2/2] rust: fmt: route {:p} through HashedPtr to prevent address leaks
[PATCH v2] rust: bug: fix warn_on macro build error on UML
2026-08-10 5:24 UTC (2+ messages)
[PATCH v1] rust: bug: skip arch-specific asm in `testlib` builds
2026-08-10 5:23 UTC (2+ messages)
[PATCH v3] rust: bug: prevent dead_code warning from warn_on!'s flags constant
2026-08-10 5:18 UTC (2+ messages)
[PATCH] rust: bitfield: always inline test conversions
2026-08-10 5:01 UTC (5+ messages)
[PATCH v2] rust: impl_flags: use bit helper in example
2026-08-10 4:56 UTC (2+ messages)
[PATCH] rust: sync: improve `Arc` documentation links
2026-08-10 4:54 UTC (4+ messages)
` [PATCH v2] "
[PATCH] docs: rust: quick-start: remove Ubuntu 25.10
2026-08-10 4:52 UTC (2+ messages)
[GIT PULL] pin-init changes for v7.3-rc1
2026-08-10 4:52 UTC (13+ messages)
[PATCH v7 0/1] rust: introduce abstractions for fwctl
2026-08-10 3:06 UTC (3+ messages)
` [PATCH v7 1/1] "
[PATCH] rust: bug: fix `dead_code` warning in `warn_on!`
2026-08-09 14:41 UTC (9+ messages)
[PATCH v1] rust: jump_label: skip arch-specific asm in `testlib` builds
2026-08-09 13:48 UTC
[PATCH] rust: i2c: avoid locking when calling I2cAdapter::inc_ref
2026-08-09 13:17 UTC (5+ messages)
[PATCH] rust: miscdevice: add registration data to MiscDevice
2026-08-09 11:50 UTC (6+ messages)
[PATCH v1] rust: bug: prevent dead_code warning from warn_on!'s flags constant
2026-08-09 2:48 UTC (5+ messages)
[PATCH v6 0/1] Rust PCI capability infrastructure and SR-IOV support
2026-08-09 2:28 UTC (5+ messages)
` [PATCH v6 1/1] rust: pci: add extended capability "
[GIT PULL] DRM Rust changes for v7.3-rc1
2026-08-08 17:33 UTC
[GIT PULL] Driver core fixes for 7.2-rc7
2026-08-08 14:51 UTC (2+ messages)
[PATCH] rust: uapi: replace direct asm-generic/ioctl.h include with linux/ioctl.h
2026-08-08 3:21 UTC
[PATCH v2] x86/build/64: Prevent native builds from generating APX instructions
2026-08-08 3:21 UTC (3+ messages)
[PATCH v2 0/6] workqueue: OwnedQueue, ScopedQueue and ScopedWork
2026-08-07 22:39 UTC (9+ messages)
` [PATCH v2 1/6] rust: workqueue: replace deprecated system_wq with system_{percpu,dfl}_wq
` [PATCH v2 2/6] rust: workqueue: restrict delayed work to global wqs
` [PATCH v2 3/6] rust: workqueue: create workqueue subdirectory
` [PATCH v2 4/6] rust: workqueue: add creation of workqueues
` [PATCH v2 5/6] rust: workqueue: add ScopedQueue for lifetime bound items
` [PATCH v2 6/6] rust: workqueue: add ScopedWork for non-'static work items
[PATCHES 00/12] pahole: Support more rust tags and references to dwz alternate debug files
2026-08-07 20:30 UTC (4+ messages)
[PATCH 0/7] workqueue OwnedQueue, ScopedQueue and ScopedWork
2026-08-07 19:31 UTC (7+ messages)
` [PATCH 6/7] rust: workqueue: add Work::cancel_work_sync()
[PATCH RFC v3 0/6] Add Rust virtio bindings and sample device
2026-08-07 14:30 UTC (6+ messages)
` [PATCH RFC v3 4/6] rust: add virtio module
` [PATCH RFC v3 6/6] samples/rust: Add sample virtio-rtc driver [WIP]
[PATCH v2 0/3] gpu: nova-core: falcon: use I/O projections for DMA transfers
2026-08-07 13:04 UTC (5+ messages)
` [PATCH v2 2/3] rust: dma: rename dma_handle to dma_address
[PATCH v1] rust: bug: fix warn_on macro build error on UML
2026-08-07 11:19 UTC (3+ messages)
[PATCH RESEND v13 0/2] rust: Add safe pointer formatting support
2026-08-07 8:01 UTC (8+ messages)
` [PATCH RESEND v13 2/2] rust: fmt: route {:p} through HashedPtr to prevent address leaks
[PATCH] rust: serdev: replace `__pinned_init` with `raw_try_init`
2026-08-07 7:47 UTC
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