Linux driver-core infrastructure
 help / color / mirror / Atom feed
 messages from 2026-07-31 20:10:46 to 2026-08-06 21:38:45 UTC [more...]

[PATCH] firmware_loader: do not queue completed sysfs fallback requests
 2026-08-06 21:38 UTC  (5+ messages)

[PATCH v2 0/3] gpu: nova-core: falcon: use I/O projections for DMA transfers
 2026-08-06 21:25 UTC  (9+ messages)
` [PATCH v2 1/3] gpu: nova-core: falcon: remove unnecessary check
` [PATCH v2 2/3] rust: dma: rename dma_handle to dma_address
` [PATCH v2 3/3] gpu: nova-core: falcon: use I/O projection to check transfer bounds

[PATCH] drivers/base, mm: move arch_numa.c to mm/
 2026-08-06 19:07 UTC  (7+ messages)

[PATCH 1/1] MAINTAINERS: Remove Russ Weight from Firmware Loader
 2026-08-06 19:01 UTC  (2+ messages)

[PATCH net-next 0/7] net: xilinx: axienet: Add 10G/25G (XXV) ethernet support
 2026-08-06 18:11 UTC  (9+ messages)
` [PATCH net-next v2 "
  ` [PATCH net-next v2 1/7] clk: Add devm_clk_bulk_get_enable()
  ` [PATCH net-next v2 2/7] net: xilinx: axienet: Introduce axienet_config for MAC-specific ops
  ` [PATCH net-next v2 3/7] dt-bindings: net: xlnx,xxv-ethernet: Add Xilinx XXV 10G/25G Ethernet
  ` [PATCH net-next v2 4/7] net: xilinx: axienet: Add 10G/25G (XXV) ethernet support
  ` [PATCH net-next v2 5/7] net: xilinx: axienet: Make axienet_rmon_ranges non-static for reuse
  ` [PATCH net-next v2 6/7] net: xilinx: axienet: Dispatch statistics through axienet_config ops
  ` [PATCH net-next v2 7/7] net: xilinx: axienet: Add statistics support for XXV ethernet

[PATCH v3 0/8] drm/tyr: add debugfs support
 2026-08-06 17:07 UTC  (9+ messages)
` [PATCH v3 1/8] rust: seq_file: add as_raw() method
` [PATCH v3 2/8] rust: debugfs: add seq_file support
` [PATCH v3 3/8] rust: debugfs: add ScopeRef for existing dentries
` [PATCH v3 4/8] drm: move debugfs_init after dev->registered is set
` [PATCH v3 5/8] rust: drm: add debugfs_init callback to Driver trait
` [PATCH v3 6/8] rust: drm: gpuvm: add dump_gpuva_info to UniqueRefGpuVm
` [PATCH v3 7/8] drm/tyr: track VMs in a registry
` [PATCH v3 8/8] drm/tyr: add gpuvas debugfs file

[PATCH v2 0/9] drm/tyr: add debugfs support
 2026-08-06 16:59 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 v2 1/2] rust: io: gate ioremap/iounmap on CONFIG_HAS_IOMEM
 2026-08-06 16:09 UTC  (7+ messages)
` [PATCH v2 2/2] rust: io: gate ioremap doctests "

`io{re,un}map()` build error in s390 under `!CONFIG_HAS_IOMEM`
 2026-08-06 15:21 UTC  (16+ messages)

[syzbot] [fs?] KASAN: slab-use-after-free Read in sysfs_emit
 2026-08-06 15:25 UTC 

[PATCH] rust: dma: add `Range` type
 2026-08-06 13:40 UTC  (3+ messages)

[PATCH 0/3] rust: dma: add the single-buffer streaming DMA API
 2026-08-06 13:06 UTC  (5+ messages)
` [PATCH 1/3] rust: dma: add ContiguousBuffer trait for streaming DMA storage
` [PATCH 2/3] rust: dma: add abstraction for the single-buffer streaming DMA API
` [PATCH 3/3] gpu: nova-core: gsp: map the WPR meta for streaming DMA

[PATCH v2] rust: io: Add a BigEndianMmio wrapper
 2026-08-06 12:13 UTC  (3+ messages)

[PATCH v2 0/3] debugfs: make debugfs_create_str() read-only
 2026-08-06  9:02 UTC  (7+ messages)
` [PATCH v2 1/3] interconnect: debugfs: replace writable string helper
` [PATCH v2 2/3] soundwire: "
` [PATCH v2 3/3] debugfs: make debugfs_create_str() read-only

[PATCH] drivers/base/node: fix UAF on device_register() failure
 2026-08-06  8:28 UTC 

[PATCH v2 0/3] Rust: add runtime PM support
 2026-08-06  6:45 UTC  (17+ messages)
` [PATCH v2 1/3] rust: "
` [PATCH v2 2/3] rust: platform: wire runtime PM callbacks

[PATCH v5 00/36] Private Memory NUMA Nodes
 2026-08-06  3:30 UTC  (3+ messages)
` [PATCH v5 25/36] mm/memory_hotplug: support N_MEMORY_PRIVATE node hotplug

[PATCH] rust: io: Add a BigEndianMmio wrapper
 2026-08-06  1:41 UTC  (2+ messages)

[PATCH v7 0/8] Transition Nova Core to TLV firmware images
 2026-08-06  0:12 UTC  (17+ 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 "

[syzbot] [kernel?] general protection fault in regmap_get_i2c_bus
 2026-08-05 22:46 UTC 

[syzbot] [acpi?] general protection fault in software_node_register
 2026-08-05 22:45 UTC 

[PATCH v7] rust: aref: make `AlwaysRefCounted::inc_ref` an associated function
 2026-08-05 18:29 UTC  (2+ messages)

[PATCH 00/15] Device Evidence and Trust for PCI Security Protocol (TDISP)
 2026-08-05 17:43 UTC  (12+ messages)
` [PATCH 01/15] netlink: specs: Introduce multi-message blobs for SPDM

[PATCH v6] rust: aref: make `AlwaysRefCounted::inc_ref` an associated function
 2026-08-05 17:20 UTC  (3+ messages)

[PATCH v2 00/16] rust: io: support register projections and remove relative registers
 2026-08-05 16:59 UTC  (18+ 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 v2 07/16] gpu: nova-core: specify base type for registers
` [PATCH v2 08/16] drm/tyr: "
` [PATCH v2 09/16] samples: rust: pci: "
` [PATCH v2 10/16] rust: io: register: make register have a typed base
` [PATCH v2 11/16] rust: io: register: support fixed offset register without bitfield
` [PATCH v2 12/16] gpu: nova-core: use projection for PFALCON and PFALCON2 registers
` [PATCH v2 13/16] gpu: nova-core: convert hshub0 from relative register to projection
` [PATCH v2 14/16] rust: io: register: remove relative registers
` [PATCH v2 15/16] rust: io: register: remove `Register` trait and cleanup macro
` [PATCH v2 16/16] rust: io: register: unify handling of register with/without bitfields

[PATCH 00/12] gpu: nova-core: add PRAMIN window support
 2026-08-05 10:43 UTC  (14+ 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 04/12] gpu: nova-core: mm: Add VramAddress type
` [PATCH 05/12] gpu: nova-core: mm: Implement Alignable and Debug for VramAddress
` [PATCH 06/12] gpu: nova-core: mm: Add PRAMIN window registers
` [PATCH 07/12] gpu: nova-core: mm: Add the memory management HAL
` [PATCH 08/12] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH 09/12] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH 10/12] gpu: nova-core: mm: Add GpuMm centralized memory manager
` [PATCH 11/12] gpu: nova-core: Add self-test assertion macros and config option
` [PATCH 12/12] gpu: nova-core: mm: Add PRAMIN aperture self-tests

[PATCH] debugfs: serialize debugfs_create_str() writers
 2026-08-05  8:00 UTC  (6+ messages)

[PATCH] firmware_loader: Reject 0-size firmware in batched requests
 2026-08-05  7:05 UTC 

[PATCH v2] rust: irq: make Registration compatible with lifetime-bound drivers
 2026-08-04 21:39 UTC  (2+ messages)

[PATCH 0/7] workqueue OwnedQueue, ScopedQueue and ScopedWork
 2026-08-04 19:52 UTC  (8+ messages)
` [PATCH 1/7] rust: workqueue: replace deprecated system_wq with system_{percpu,dfl}_wq
` [PATCH 2/7] rust: workqueue: restrict delayed work to global wqs
` [PATCH 3/7] rust: workqueue: create workqueue subdirectory
` [PATCH 4/7] rust: workqueue: add creation of workqueues
` [PATCH 5/7] rust: workqueue: add ScopedQueue for lifetime bound items
` [PATCH 6/7] rust: workqueue: add Work::cancel_work_sync()
` [PATCH 7/7] rust: workqueue: add ScopedWork for non-'static work items

[syzbot] [fs?] general protection fault in __simple_recursive_removal (2)
 2026-08-04 17:15 UTC  (2+ messages)

[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 v9 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-08-03  9:10 UTC  (12+ 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

[PATCH v1] firmware_loader: Unwind initialization on sysfs failure
 2026-08-03  1:29 UTC 

[PATCH] kernfs: avoid iattr allocation in listxattr
 2026-08-02 19:42 UTC  (2+ messages)

[syzbot] [mm?] [kernfs?] INFO: rcu detected stall in netlink_sendmsg (6)
 2026-08-02  0:00 UTC 

[PATCH v4 0/9] PCI: Fix UAF and TOCTOU related to dynamic ID
 2026-08-01  3:13 UTC  (3+ messages)

[syzbot] [fs?] KASAN: slab-use-after-free Read in lookup_noperm_common
 2026-08-01  0:00 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox