Linux driver-core infrastructure
 help / color / mirror / Atom feed
 messages from 2026-08-10 09:31:55 to 2026-08-11 16:44:29 UTC [more...]

[PATCH 0/5] Rework PCI IRQ vector code
 2026-08-11 16:44 UTC  (8+ 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 "

[RFC PATCH 0/4] device_schedule_reprobe(): core helper and conversions
 2026-08-11 15:01 UTC  (6+ messages)

[PATCH RFC 00/15] arm-mpam: Add basic device tree support for resctrl
 2026-08-11 13:30 UTC  (16+ messages)
` [PATCH RFC 01/15] dt-bindings: arm: Add MPAM MSC binding
` [PATCH RFC 02/15] cacheinfo: Expose the code to generate a cache-id from a device_node
` [PATCH RFC 03/15] arm_mpam: Add device tree support for MSC probing
` [PATCH RFC 04/15] arm_mpam: Add support for memory controller MSC on DT platforms
` [PATCH RFC 05/15] arm_mpam: Fix device_node refcount in DT resource parsing
` [PATCH RFC 06/15] arm_mpam: Fix cache ID sentinel from ~0UL to U32_MAX to match u32 return type
` [PATCH RFC 07/15] arm_mpam: Fix the RIS index range check in mpam_ris_create_locked
` [PATCH RFC 08/15] arm_mpam: Fix ris_idx type to prevent range check bypass on truncation
` [PATCH RFC 09/15] arm_mpam: Fix MSC MMIO window size to use resource_size() instead of end - start
` [PATCH RFC 10/15] arm_mpam: Fix update_msc_accessibility() return type to void
` [PATCH RFC 11/15] arm_mpam: Fix mpam_dt_create_foundling_msc() to create MSC platform devices
` [PATCH RFC 12/15] arm_mpam: Fix get_cpumask_from_cache() to clear mask on error
` [PATCH RFC 13/15] dt-bindings: arm: Fix MPAM MSC binding schema and examples
` [PATCH RFC 14/15] arm_mpam: Support MSC accessibility derivation from RIS nodes
` [PATCH DNM RFC 15/15] arm64: dts: qcom: kaanapali: Add MPAM MSC nodes for the L2 caches

[syzbot] [usb?] WARNING: kobject bug in pch_udc_remove
 2026-08-11 12:53 UTC 

[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/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

[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  (9+ messages)
` [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  (3+ messages)
` [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  (11+ messages)
` [PATCH v2 02/16] rust: io: add `IoRepr` trait
` [PATCH v2 03/16] rust: io: support register projections
` [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


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