messages from 2026-07-03 11:25:21 to 2026-07-06 17:22:01 UTC [more...]
[PATCH 0/4] rust: Add support for reserving of ranges of IDs
2026-07-06 17:21 UTC (7+ messages)
` [PATCH 2/4] rust: bitmap: add contiguous area operations
[PATCH net-next 0/2] rust: net: Use kernel style vertical imports
2026-07-06 16:15 UTC (13+ messages)
` [PATCH net-next 1/2] net: phy: ax88796b: Use vertical import style
` [PATCH net-next 2/2] net: phy: qt2025: "
[PATCH v5 0/4] Clk improvements
2026-07-06 14:37 UTC (5+ 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] rust: i2c: avoid locking when calling I2cAdapter::inc_ref
2026-07-06 13:50 UTC (4+ messages)
[RFC PATCH 0/9] rust: usb: synchronous bulk/control transfers + helpers
2026-07-06 13:46 UTC (11+ messages)
` [RFC PATCH v2 00/11] rust: usb: synchronous + asynchronous "
` [RFC PATCH v2 01/11] rust: usb: add synchronous bulk transfer support
` [RFC PATCH v2 10/11] rust: usb: keep usb::Device private and gate transfers on Interface<Bound>
` [RFC PATCH v2 11/11] rust: usb: let drivers choose the transfer allocation flags
[PATCH v5 0/5] rust / dma_buf: Add abstractions for dma_fence
2026-07-06 13:07 UTC (2+ messages)
[PATCH v10 0/5] rust: add SRCU abstraction
2026-07-06 13:01 UTC (5+ messages)
` [PATCH v10 4/5] rust: sync: "
[PATCH v6 00/20] rust: I/O type generalization and projection
2026-07-06 12:44 UTC (21+ messages)
` [PATCH v6 01/20] rust: io: add dynamically-sized `Region` type
` [PATCH v6 02/20] rust: io: add missing safety requirement in `IoCapable` methods
` [PATCH v6 03/20] rust: io: restrict untyped IO access and `register!` to `Region`
` [PATCH v6 04/20] rust: io: implement `Io` on reference types instead
` [PATCH v6 05/20] rust: io: generalize `MmioRaw` to pointer to arbitrary type
` [PATCH v6 06/20] rust: io: rename `Mmio` to `MmioOwned`
` [PATCH v6 07/20] rust: io: implement `Mmio` as view type
` [PATCH v6 08/20] rust: pci: io: make `ConfigSpace` a view
` [PATCH v6 09/20] rust: io: use view types instead of addresses for `Io`
` [PATCH v6 10/20] pwm: th1520: remove unnecessary `deref`
` [PATCH v6 11/20] rust: io: remove `MmioOwned`
` [PATCH v6 12/20] rust: io: move `Io` methods to extension trait
` [PATCH v6 13/20] rust: io: add projection macro and methods
` [PATCH v6 14/20] rust: io: add I/O backend for system memory with volatile access
` [PATCH v6 15/20] rust: io: implement a view type for `Coherent`
` [PATCH v6 16/20] rust: io: add `read_val` and `write_val` functions on `Io`
` [PATCH v6 17/20] gpu: nova-core: use I/O projection for cleaner encapsulation
` [PATCH v6 18/20] rust: dma: drop `dma_read!` and `dma_write!` API
` [PATCH v6 19/20] rust: io: add copying methods
` [PATCH v6 20/20] rust: io: implement `IoSysMap`
[PATCH v6 0/1] rust: introduce abstractions for fwctl
2026-07-06 12:00 UTC (6+ messages)
` [PATCH v6 1/1] "
[RESEND PATCH v2 0/5] drm/nova: replace `transmute` with `zerocopy`
2026-07-06 11:44 UTC (12+ messages)
` [PATCH v2 1/5] drm/nova: use `zerocopy` in firmware.rs
` [PATCH v2 2/5] drm/nova: use `zerocopy` in booter.rs
` [PATCH v2 3/5] drm/nova: use `zerocopy` in fwsec.rs
` [PATCH v2 4/5] drm/nova: use `zerocopy` in bootloader.rs
` [PATCH v2 5/5] drm/nova: use `zerocopy` in riscv.rs
[PATCH v3 0/7] Transition Nova Core to TLV firmare images
2026-07-06 10:50 UTC (15+ messages)
` [PATCH v3 1/7] rust: firmware: add request_into_buf()
` [PATCH v3 2/7] gpu: nova-core: add TLV parser for firmware files
` [PATCH v3 3/7] gpu: nova-core: transition booter_load to TLV images
` [PATCH v3 5/7] gpu: nova-core: transition gen_bootloader "
[PATCH v4 00/13] gpu: nova-core: consolidate and streamline GSP boot process
2026-07-06 10:00 UTC (4+ messages)
` [PATCH v4 03/13] gpu: nova-core: gsp: replace BootUnloadGuard with local handlers
[PATCH v3] rust: iommu: add device lifetime to IoPageTable
2026-07-06 7:07 UTC (2+ messages)
[PATCH] rust: sync: arc: use intra-doc links for `Arc` in doc comments
2026-07-06 7:06 UTC (2+ messages)
[PATCH v19 00/40] DEPT(DEPendency Tracker)
2026-07-06 6:19 UTC (41+ messages)
` [PATCH v19 01/40] dept: implement "
` [PATCH v19 02/40] dept: add single event dependency tracker APIs
` [PATCH v19 03/40] dept: add lock "
` [PATCH v19 04/40] dept: tie to lockdep and IRQ tracing
` [PATCH v19 05/40] dept: add proc knobs to show stats and dependency graph
` [PATCH v19 06/40] dept: distinguish each kernel context from another
` [PATCH v19 07/40] dept: distinguish each work "
` [PATCH v19 08/40] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v19 09/40] dept: record the latest one out of consecutive waits of the same class
` [PATCH v19 10/40] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v19 11/40] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v19 12/40] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v19 13/40] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v19 14/40] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v19 15/40] dept: track timeout waits separately with a new Kconfig
` [PATCH v19 16/40] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v19 17/40] dept: apply timeout consideration to swait
` [PATCH v19 18/40] dept: apply timeout consideration to waitqueue wait
` [PATCH v19 19/40] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v19 20/40] dept: apply timeout consideration to dma fence wait
` [PATCH v19 21/40] dept: make dept able to work with an external wgen
` [PATCH v19 22/40] dept: track PG_locked with dept
` [PATCH v19 23/40] dept: print staged wait's stacktrace on report
` [PATCH v19 24/40] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v19 25/40] dept: add documents for dept
` [PATCH v19 26/40] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v19 27/40] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v19 28/40] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v19 29/40] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v19 30/40] dept: make dept stop from working on debug_locks_off()
` [PATCH v19 31/40] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v19 32/40] completion, dept: introduce init_completion_dmap() API
` [PATCH v19 33/40] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v19 34/40] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v19 35/40] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v19 36/40] dept: track PG_writeback with dept
` [PATCH v19 37/40] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v19 38/40] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE
` [PATCH v19 39/40] rust: completion: Add __rust_helper to rust_helper_wait_for_completion()
` [PATCH v19 40/40] dept: implement a basic unit test for dept
[PATCH 0/4] gpu: nova: Export parameters from nova-core to nova-drm
2026-07-06 5:34 UTC (5+ messages)
` [PATCH 1/4] gpu: nova-core: Add public driver API to nova-core
` [PATCH 2/4] gpu: nova: Add DRM registration data
` [PATCH 3/4] drm: nova: Add GETPARAM parameter to read the GPU chipset
` [PATCH 4/4] drm: nova: Add a GETPARAM parameter to read usable VRAM size
[PATCH RESEND v13 0/2] rust: Add safe pointer formatting support
2026-07-06 5:18 UTC (3+ messages)
` [PATCH RESEND v13 1/2] rust: fmt: fix {:p} printing stack addresses
` [PATCH RESEND v13 2/2] rust: fmt: route {:p} through HashedPtr to prevent address leaks
[PATCH v18 00/42] DEPT(DEPendency Tracker)
2026-07-06 4:19 UTC (4+ messages)
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep
[PATCH] rust: rcpufreq_dt: use vertical import style
2026-07-06 4:23 UTC (2+ messages)
[RFC 0/3] gpu: nova: Export parameters from nova-core to nova-drm
2026-07-06 3:20 UTC (5+ messages)
` [RFC 1/3] gpu: nova-core: Add auxiliary bus registration data to nova-core
[PATCH] pwm: th1520: use vertical import style
2026-07-06 2:52 UTC
[PATCH RESEND v13 0/6] rust: Add safe pointer formatting support
2026-07-06 2:24 UTC (2+ messages)
[PATCH] block: rnull: use vertical import style
2026-07-06 1:36 UTC
[PATCH] samples: rust_dma: use vertical import style
2026-07-06 1:25 UTC
[PATCH v5 00/20] rust: I/O type generalization and projection
2026-07-06 1:02 UTC (32+ messages)
` [PATCH v5 01/20] rust: io: add dynamically-sized `Region` type
` [PATCH v5 02/20] rust: io: add missing safety requirement in `IoCapable` methods
` [PATCH v5 12/20] rust: io: move `Io` methods to extension trait
` [PATCH v5 14/20] rust: io: add I/O backend for system memory with volatile access
` [PATCH v5 15/20] rust: io: implement a view type for `Coherent`
` [PATCH v5 16/20] rust: io: add `read_val` and `write_val` functions on `Io`
` [PATCH v5 17/20] gpu: nova-core: use I/O projection for cleaner encapsulation
` [PATCH v5 18/20] rust: dma: drop `dma_read!` and `dma_write!` API
` [PATCH v5 19/20] rust: io: add copying methods
` [PATCH v5 20/20] rust: io: implement `IoSysMap`
[PATCH] rust: pci: rework device enabling API
2026-07-05 21:04 UTC (3+ messages)
[PATCH] scripts/tags.sh: Prevent binary files appearing in cscope.files
2026-07-05 18:05 UTC (3+ messages)
` [PATCH] scripts/tags.sh: Add support for rust source files
[PATCH 0/7] rust: Use kernel style vertical imports in various drivers
2026-07-05 15:03 UTC (14+ messages)
` [PATCH 1/7] samples: rust_dma: use vertical import style
` [PATCH 3/7] cpufreq: rcpufreq_dt: "
[PATCH 0/7] rust_binder : Implement dynamic debug logging mask
2026-07-04 21:17 UTC (12+ messages)
` [PATCH 1/7] rust_binder: Add "
` [PATCH 2/7] rust_binder: Implement the BINDER_DEBUG_USER_ERROR logging mask for freezer-related operation
` [PATCH 3/7] rust_binder: Implement the BINDER_DEBUG_USER_ERROR logging mask for reference counting and death notification operations
` [PATCH 4/7] rust_binder: Implement the BINDER_DEBUG_USER_ERROR logging mask for transaction parsing and protocol validation failures
` [PATCH 5/7] rust_binder: Implement the BINDER_DEBUG_FAILED_TRANSACTION logging mask for transaction parsing and routing failures
` [PATCH 6/7] rust_binder: Implement BINDER_DEBUG_FAILED_TRANSACTION logging for death notification allocation failures
` [PATCH 7/7] rust_binder: Implement the BINDER_DEBUG_DEAD_TRANSACTION logging mask to trace in-flight cancellations during teardown
[PATCH v5 0/2] Add new workqueue wrapper and enqueue on cpu functions
2026-07-04 20:03 UTC (2+ messages)
[PATCH RFC 0/2] rust: sync: create lock class using `#[track_caller]`
2026-07-04 17:46 UTC (10+ messages)
` [PATCH RFC 1/2] rust: sync: introduce a way to create lock class from caller
` [PATCH RFC 2/2] lockdep: delegate Rust lock class printing to Rust code
[PATCH v1 0/2] rust: switch CondVar's timeout API to Delta
2026-07-04 13:25 UTC (3+ messages)
` [PATCH v1 1/2] rust: time: add jiffies conversion helpers "
` [PATCH v1 2/2] rust: sync: use Delta for CondVar timeout API
[PATCH v2] rust: iommu: add device lifetime to IoPageTable
2026-07-03 23:57 UTC (3+ messages)
[PATCH] gpu: nova: fix rust-analyzer generation
2026-07-03 21:29 UTC (2+ messages)
[PATCH] rust: io: fix example in `register!` macro
2026-07-03 21:22 UTC (2+ messages)
[PATCH v2 0/4] rust: samples: add an EDU PCI driver sample (MMIO + IRQ + DMA)
2026-07-03 21:12 UTC (4+ messages)
` [PATCH v2 4/4] rust: samples: add EDU PCI driver sample
[PATCH] rust: irq: make Registration compatible with lifetime-bound drivers
2026-07-03 21:09 UTC
[PATCH] rust: iommu: add device lifetime to IoPageTable
2026-07-03 16:53 UTC (3+ messages)
[PATCH v3] rust_binder: clear freeze listener on node removal
2026-07-03 11:25 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