Linux driver-core infrastructure
 help / color / mirror / Atom feed
 messages from 2026-08-05 16:37:06 to 2026-08-11 12:26:12 UTC [more...]

[PATCH 0/4] rust: add `#[macro_export_scoped]` for scoped declarative macro
 2026-08-11 12:25 UTC  (5+ messages)
` [PATCH 1/4] rust: macros: add `#[macro_export_scoped]`
` [PATCH 2/4] rust: build_assert: remove macro from crate root
` [PATCH 3/4] rust: list: convert to use `#[macro_export_scoped]`
` [PATCH 4/4] rust: io: "

[PATCH 0/5] Rework PCI IRQ vector code
 2026-08-11 11:44 UTC  (7+ messages)
` [PATCH 1/5] rust: irq: add anchor generic to IrqRequest and Registration
` [PATCH 2/5] rust: pci: convert IrqVectorRegistration to a lifetime-managed owning type
` [PATCH 3/5] rust: pci: remove IrqVector and resolve IrqRequest directly
` [PATCH 4/5] PCI: add pci_irq_type() to query the allocated interrupt type
` [PATCH 5/5] rust: pci: expose "

[PATCH 0/4] Convert manual kfree(dev) to put_device()
 2026-08-11 10:39 UTC  (7+ messages)
` [PATCH 1/4] ARM: locomo: use put_device() on device_register() failure
` [PATCH 2/4] firmware/edd: use kobject_put() on edd_device_register() failure
` [PATCH 3/4] EDAC/versalnet: use put_device() on device_register() failure
` [PATCH 4/4] powerpc/ps3: use put_device() on device_register() failure in ps3_system_bus_device_register

[PATCH v3] arm64: topology: add source check in arch_cpu_idle_enter()
 2026-08-11 10:02 UTC  (2+ messages)

[PATCH RFC v2 0/4] rust: usb: abstractions towards the port of usbsevseg.c to Rust
 2026-08-11  9:42 UTC  (5+ messages)
` [PATCH RFC v2 1/4] rust: usb: add endpoint abstraction
` [PATCH RFC v2 2/4] rust: usb: add control message send and receive
` [PATCH RFC v2 3/4] rust: sysfs: add abstractions for device attributes
` [PATCH RFC v2 4/4] rust: usb: allow drivers to expose sysfs attributes

[RFC PATCH 0/4] device_schedule_reprobe(): core helper and conversions
 2026-08-11  8:51 UTC  (5+ messages)

[PATCH v2] arm64: topology: add source check in arch_cpu_idle_enter()
 2026-08-11  6:23 UTC  (5+ messages)
  ` [External] "

[RFC PATCH 4/4] Bluetooth: btintel_pcie: use device_schedule_reprobe() after reset
 2026-08-11  0:49 UTC 

[RFC PATCH 3/4] Bluetooth: hci_h5: use device_schedule_reprobe()
 2026-08-11  0:49 UTC 

[RFC PATCH 2/4] wifi: iwlwifi: use device_schedule_reprobe()
 2026-08-11  0:49 UTC 

[RFC PATCH 1/4] driver core: add device_schedule_reprobe()
 2026-08-11  0:48 UTC 

[syzbot] [fs?] [mm?] BUG: sleeping function called from invalid context in kvm_xen_set_evtchn_fast (2)
 2026-08-11  0:12 UTC 

[PATCH] devtmpfs: restore mount option reconfiguration on get_tree
 2026-08-10 23:23 UTC  (2+ messages)

[syzbot] [kernel?] KASAN: slab-use-after-free Write in bus_for_each_drv
 2026-08-10 22:39 UTC  (2+ messages)

[syzbot] [kernel?] memory leak in dev_set_name
 2026-08-10 17:13 UTC 

[PATCH v7 00/16] arm64: mediatek: Add M.2 E-key slot on Chromebooks
 2026-08-10 17:12 UTC  (12+ messages)
` [PATCH v7 01/16] device property: Add fwnode_graph_get_port_by_id()
` [PATCH v7 03/16] power: sequencing: Add pwrseq_get_state()
` [PATCH v7 12/16] power: sequencing: pcie-m2: support matching on remote "port" node
` [PATCH v7 13/16] power: sequencing: pcie-m2: Add usb and sdio targets for E-key connector
` [PATCH v7 14/16] power: sequencing: pcie-m2: Split Bluetooth unit based on interface

[PATCH v5 0/3] cpufreq: cppc: Handle Highest Performance changes at runtime
 2026-08-10 14:33 UTC  (5+ messages)
` [PATCH v5 1/3] cpufreq: cppc: Add update_limits support for Highest Performance changes
` [PATCH v5 2/3] cpufreq: cppc: Refactor autonomous perf bounds into helper
` [PATCH v5 3/3] arch_topology: Add topology_update_cpu_capacity() for runtime updates

[PATCH v2 00/16] rust: io: support register projections and remove relative registers
 2026-08-10 11:23 UTC  (26+ 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 v6 00/16] arm64: mediatek: Add M.2 E-key slot on Chromebooks
 2026-08-10  9:23 UTC  (5+ messages)
` [PATCH v6 11/16] dt-bindings: usb: mediatek,mtk-xhci: Switch to ports for USB connections

[PATCH 00/12] gpu: nova-core: add PRAMIN window support
 2026-08-10  6:32 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

[syzbot] [kernel?] WARNING in wiphy_unregister
 2026-08-10  0:23 UTC 

[syzbot] [usb?] WARNING in i2c_unregister_device
 2026-08-09 19:12 UTC 

[PATCH] drivers/base, mm: move arch_numa.c to mm/
 2026-08-09  5:51 UTC  (9+ messages)

[syzbot] [kernel?] KASAN: slab-use-after-free Read in raw_process_ep_io (2)
 2026-08-08 18:00 UTC  (2+ messages)

[GIT PULL] Driver core fixes for 7.2-rc7
 2026-08-08 14:51 UTC  (2+ 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

[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 v6 0/1] PCI: hotplug: Add 'uevent' sysfs attribute to trigger slot events
 2026-08-07 18:01 UTC  (2+ messages)
` [PATCH v6 1/1] "

[PATCH 1/1] MAINTAINERS: Remove Russ Weight from Firmware Loader
 2026-08-07 18:00 UTC  (4+ messages)

[PATCH v2 0/3] gpu: nova-core: falcon: use I/O projections for DMA transfers
 2026-08-07 13:04 UTC  (7+ messages)
` [PATCH v2 2/3] rust: dma: rename dma_handle to dma_address

[PATCH v3 0/3] debugfs: make debugfs_create_str() read-only
 2026-08-07 10:00 UTC  (4+ messages)
` [PATCH v3 1/3] interconnect: debugfs: replace writable string helper
` [PATCH v3 2/3] soundwire: "
` [PATCH v3 3/3] debugfs: make debugfs_create_str() read-only

[PATCH] rust: serdev: replace `__pinned_init` with `raw_try_init`
 2026-08-07  7:47 UTC 

[PATCH v2 0/3] debugfs: make debugfs_create_str() read-only
 2026-08-07  1:59 UTC  (8+ 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

[syzbot] [pm?] inconsistent lock state in lock_sync
 2026-08-07  0:02 UTC 

[PATCH v1] firmware_loader: Unwind initialization on sysfs failure
 2026-08-06 23:51 UTC  (3+ messages)

[PATCH] drivers/base/node: fix UAF on device_register() failure
 2026-08-06 21:53 UTC  (2+ messages)

[PATCH] firmware_loader: do not queue completed sysfs fallback requests
 2026-08-06 21:38 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  (4+ messages)
` [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  (12+ 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] Rust: add runtime PM support
 2026-08-06  6:45 UTC  (9+ 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  (2+ messages)

[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  (6+ messages)

[PATCH v6] rust: aref: make `AlwaysRefCounted::inc_ref` an associated function
 2026-08-05 17:20 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