messages from 2026-09-01 16:50:43 to 2026-09-07 02:43:55 UTC [more...]
[PATCH 0/2] rust: honor the maximum DMA segment size
2026-09-07 2:43 UTC (5+ messages)
` [PATCH 1/2] gpu: nova-core: declare unlimited DMA max "
` [PATCH 2/2] rust: scatterlist: honor the device's maximum "
[PATCH v2] drivers/base/node: fix UAF on device_register() failure
2026-09-07 2:40 UTC (3+ messages)
[PATCH 0/5] rust: serdev: Refactor
2026-09-06 22:51 UTC (10+ messages)
` [PATCH 1/5] tty: serdev: Export functions to pause receive_buf callback calls
` [PATCH 2/5] rust: serdev: Replace `active` mutex with receive pause
` [PATCH 3/5] rust: serdev: Simplify callbacks
` [PATCH 4/5] rust: Add `Device::drvdata_borrow_mut`
` [PATCH 5/5] rust: serdev: Pause receive callback before calling unbind
[PATCH v1 0/2] arm64/cpufreq: report and track frequencies above 4.19 GHz
2026-09-06 16:37 UTC (3+ messages)
` [PATCH v1 1/2] arm64: topology: fix arch_freq_get_on_cpu() overflow "
` [PATCH v1 2/2] cpufreq: update capacity_freq_ref when the boost state changes
[PATCH v2 0/3] rust: migrate users to zerocopy traits
2026-09-06 16:34 UTC (7+ messages)
` [PATCH v2 1/3] rust: net: netlink: Migrate to zerocopy's `IntoBytes`
` [PATCH v2 2/3] rust: uaccess: migrate to zerocopy's `Frombytes/IntoBytes`
` [PATCH v2 3/3] rust: dma.rs: Migrate "
[PATCH v1] driver core/ACPI: Introduce companion_bus_register()
2026-09-06 16:03 UTC
[PATCH 0/4] rust: dma: tie DMA allocations to the device's bound lifetime
2026-09-06 15:37 UTC (14+ messages)
` [PATCH 1/4] rust: debugfs: drop 'static bound from ScopedDir file creation methods
` [PATCH 2/4] rust: dma: tie CoherentHandle to the device's bound lifetime
` [PATCH 3/4] samples: rust_dma: separate driver type from driver data
` [PATCH 4/4] rust: dma: tie Coherent and CoherentBox to the device's bound lifetime
[PATCH v4 00/16] rust: io: support register projections and remove relative registers
2026-09-06 13:19 UTC (34+ messages)
` [PATCH v4 01/16] rust: io: register: reimplement as proc macro
` [PATCH v4 02/16] rust: mem: add `transmute` with deferred size check
` [PATCH v4 03/16] rust: mem: add `AsRepr` and `AsReprMut`
` [PATCH v4 04/16] rust: io: perform conversions using `AsRepr`
` [PATCH v4 05/16] rust: io: support register projections
` [PATCH v4 06/16] rust: io: register: allow explicit base type specification
` [PATCH v4 07/16] gpu: nova-core: specify base type for registers
` [PATCH v4 08/16] drm/tyr: "
` [PATCH v4 10/16] rust: io: register: make register have a typed base
` [PATCH v4 11/16] rust: io: register: support fixed offset register without bitfield
` [PATCH v4 12/16] gpu: nova-core: use projection for PFALCON and PFALCON2 registers
` [PATCH v4 13/16] gpu: nova-core: convert hshub0 from relative register to projection
` [PATCH v4 14/16] rust: io: register: remove relative registers
` [PATCH v4 15/16] rust: io: register: remove `Register` trait and cleanup macro
` [PATCH v4 16/16] rust: io: register: unify handling of register with/without bitfields
[PATCH v20 0/8] rust: add `Ownable` trait and `Owned` type
2026-09-06 13:02 UTC (8+ messages)
` [PATCH v20 4/8] rust: page: convert to `Ownable`
` [PATCH v20 4/8] rust: page: convert to `Ownable`'
` [PATCH v20 6/8] rust: Add missing SAFETY documentation for `ARef` example
[PATCH 3/3] rust: dma.rs: Migrate to zerocopy's `Frombytes/IntoBytes`
2026-09-06 7:17 UTC
[PATCH v2 0/4] kernfs: three standalone fixes
2026-09-05 19:16 UTC (5+ messages)
` [PATCH v2 1/4] selftests: cover kernfs file handles and same-parent rename
` [PATCH v2 2/4] kernfs: take kernfs_rename_lock for same-parent renames too
` [PATCH v2 3/4] kernfs: don't lose IN_DELETE_SELF when decoding a file handle
` [PATCH v2 4/4] kernfs: fix up the unlocked attribute reads on the creation paths
[GIT PULL] Driver core fixes for 7.3-rc2
2026-09-05 19:03 UTC (2+ messages)
[PATCH v2 0/2] rust: serdev: Mitigate race conditions
2026-09-05 17:44 UTC (5+ messages)
` [PATCH v2 1/2] rust: serdev: Fix race condition on driver unbind
` [PATCH v2 2/2] rust: serdev: Fix race condition on driver probe
[PATCH] genirq/PM: Re-enable chained interrupts after hibernation
2026-09-05 15:27 UTC
[PATCH v3 0/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
2026-09-05 12:51 UTC (9+ messages)
` [PATCH v3 1/2] module: pull out add_taint_module() to be public
` [PATCH v3 2/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
[PATCH v8 00/16] arm64: mediatek: Add M.2 E-key slot on Chromebooks
2026-09-05 11:30 UTC (26+ messages)
` [PATCH v8 01/16] device property: Add fwnode_graph_get_port_by_id()
` [PATCH v8 02/16] device property: Add fwnode_graph_get_next_port_endpoint()
` [PATCH v8 03/16] power: sequencing: Add pwrseq_get_state()
` [PATCH v8 04/16] usb: hub: Use assign_bit() in usb_hub_set_port_power()
` [PATCH v8 05/16] usb: hub: Return actual error from hub_configure() in hub_probe()
` [PATCH v8 06/16] usb: hub: Associate port@ fwnode with USB port device
` [PATCH v8 07/16] usb: core: Move struct usb_port and related APIs to port.h
` [PATCH v8 08/16] usb: hub: Pass |struct usb_port*| to usb_port_is_power_on()
` [PATCH v8 09/16] usb: hub: Use usb_hub_set_port_power() to control port power everywhere
` [PATCH v8 10/16] usb: hub: Power on connected M.2 E-key connectors with power sequencing API
` [PATCH v8 11/16] dt-bindings: usb: mediatek,mtk-xhci: Switch to ports for USB connections
` [PATCH v8 12/16] power: sequencing: pcie-m2: support matching on remote "port" node
` [PATCH v8 13/16] power: sequencing: pcie-m2: Add usb and sdio targets for E-key connector
` [PATCH v8 14/16] power: sequencing: pcie-m2: Split Bluetooth unit based on interface
` [PATCH v8 15/16] arm64: dts: mediatek: mt8195-cherry: Add M.2 E-key slot
` [PATCH v8 16/16] arm64: dts: mediatek: mt8188-geralt: Add WiFi/BT as "
[PATCH] driver core: fix typos in comments
2026-09-05 7:44 UTC (3+ messages)
[PATCH] regmap: fix typo "asynchrnous" in comment
2026-09-04 16:59 UTC (2+ messages)
[PATCH v2] selftests: cover kernfs dentry revalidation
2026-09-04 15:34 UTC (6+ messages)
[PATCH v6 00/16] arm64: mediatek: Add M.2 E-key slot on Chromebooks
2026-09-04 10:30 UTC (4+ messages)
` [PATCH v6 06/16] usb: hub: Associate port@ fwnode with USB port device
[PATCH 00/15] Device Evidence and Trust for PCI Security Protocol (TDISP)
2026-09-04 9:52 UTC (20+ messages)
[PATCH 7.2 095/713] debugfs: Fix lockdown check for mmap_prepare
2026-09-04 4:51 UTC
[PATCH RFC 00/15] arm-mpam: Add basic device tree support for resctrl
2026-09-04 3:27 UTC (28+ messages)
` [PATCH RFC 01/15] dt-bindings: arm: Add MPAM MSC binding
` [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 12/15] arm_mpam: Fix get_cpumask_from_cache() to clear mask on error
[PATCH v5 00/36] Private Memory NUMA Nodes
2026-09-04 3:18 UTC (6+ messages)
` [PATCH v5 25/36] mm/memory_hotplug: support N_MEMORY_PRIVATE node hotplug
[PATCH v21 0/9] shut down devices asynchronously
2026-09-03 22:12 UTC (11+ messages)
` [PATCH 1/9] driver core: rely on put_device to free dev->p
` [PATCH 2/9] driver core: prevent device_add() during system shutdown
` [PATCH 3/9] driver core: warn should device_move try to move a need_parent_lock device
` [PATCH 4/9] driver core: separate function to shutdown one device
` [PATCH 5/9] driver core: do not always lock parent in shutdown
` [PATCH 6/9] driver core: async device shutdown infrastructure
` [PATCH 7/9] PCI: Link a virtual function to its physical function
` [PATCH 8/9] PCI: Enable async shutdown support
` [PATCH 9/9] scsi: "
[PATCH 1/3] kernfs: take kernfs_rename_lock for same-parent renames too
2026-09-03 21:15 UTC (12+ messages)
` [PATCH 2/3] kernfs: don't lose IN_DELETE_SELF when decoding a file handle
` [PATCH 3/3] kernfs: fix up the unlocked attribute reads on the creation paths
[syzbot] [kernfs?] possible deadlock in location_store
2026-09-03 20:59 UTC
[PATCH] debugfs: don't warn about uninitialized debugfs for an error parent
2026-09-03 16:00 UTC (2+ messages)
Patch "debugfs: Fix lockdown check for mmap_prepare" has been added to the 7.2-stable tree
2026-09-03 12:43 UTC
[PATCH] debugfs: warn if file creation failed due to uninitialized debugfs
2026-09-03 12:41 UTC (2+ messages)
[PATCH v3] driver core: avoid klist_remove() on unattached knode_driver
2026-09-03 8:05 UTC (7+ messages)
` [PATCH v4] "
[syzbot] [kernfs?] INFO: rcu detected stall in kernfs_fop_release (3)
2026-09-03 7:39 UTC
[PATCH] PM: sleep: Add DPM watchdog to late/early/noirq phases
2026-09-02 21:15 UTC (3+ messages)
[syzbot] [kernfs?] stack segment fault in kernfs_rename_ns (2)
2026-09-02 17:33 UTC
[PATCH v2 0/6] workqueue: OwnedQueue, ScopedQueue and ScopedWork
2026-09-02 14:52 UTC (6+ messages)
` [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
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