messages from 2026-07-02 19:45:41 to 2026-07-06 14:49:15 UTC [more...]
[PATCH v3 00/20] driver core: count references of the platform device's fwnode, not OF node
2026-07-06 14:48 UTC (23+ messages)
` [PATCH v3 01/20] powerpc/powermac: fix OF node refcount
` [PATCH v3 02/20] driver core: platform: provide platform_device_set_of_node()
` [PATCH v3 03/20] driver core: platform: provide platform_device_set_fwnode()
` [PATCH v3 04/20] driver core: platform: provide platform_device_set_of_node_from_dev()
` [PATCH v3 05/20] driver core: update kerneldoc for platform_device_alloc()
` [PATCH v3 06/20] of: platform: use platform_device_set_of_node()
` [PATCH v3 07/20] powerpc/powermac: "
` [PATCH v3 08/20] i2c: pxa-pci: "
` [PATCH v3 09/20] iommu/fsl: "
` [PATCH v3 10/20] net: bcmgenet: "
` [PATCH v3 11/20] pmdomain: imx: "
` [PATCH v3 12/20] mfd: tps6586: "
` [PATCH v3 13/20] slimbus: qcom-ngd-ctrl: "
` [PATCH v3 14/20] net: mv643xx: "
` [PATCH v3 15/20] drm/xe/i2c: use platform_device_set_fwnode()
` [PATCH v3 16/20] platform/surface: gpe: "
` [PATCH v3 17/20] usb: chipidea: use platform_device_set_of_node_from_dev()
` [PATCH v3 18/20] usb: musb: "
` [PATCH v3 19/20] reset: rzg2l: "
` [PATCH v3 20/20] driver core: platform: count references to all kinds of firmware nodes
[PATCH v3 0/9] pci: fix UAF and TOCTOU related to dynamic ID
2026-07-06 14:11 UTC (10+ messages)
` [PATCH v3 1/9] ata: don't store pci_device_id
` [PATCH v3 2/9] nsp32: "
` [PATCH v3 3/9] ipack: tpci200: "
` [PATCH v3 4/9] mlxsw: "
` [PATCH v3 5/9] agp/via: don't rely on address of pci_device_id
` [PATCH v3 6/9] agp/amd-k7: "
` [PATCH v3 7/9] pci: make pci_match_one_device match on ID instead of device
` [PATCH v3 8/9] pci: fix dyn_id add TOCTOU
` [PATCH v3 9/9] pci: fix UAF when probe runs concurrent to dyn ID removal
[PATCH v3 0/2] PM: runtime: Fix sticky -EINVAL after resume callback failure
2026-07-06 14:10 UTC (7+ messages)
` [PATCH v3 1/2] PM: runtime: Only set runtime_error on suspend callback failures
` [PATCH v3 2/2] spi: qcom-geni: Fix missing error check on pm_runtime_get_sync()
[PATCH 00/15] Device Evidence and Trust for PCI Security Protocol (TDISP)
2026-07-06 13:49 UTC (20+ messages)
` [PATCH 01/15] netlink: specs: Introduce multi-message blobs for SPDM
` [PATCH 02/15] tools: ynl: Teach pyynl to handle blobs
` [PATCH 03/15] tools: ynl: Teach ynl_gen_c to validate and dump 'blob' attributes
` [PATCH 04/15] device core: Introduce "device evidence" over netlink
` [PATCH 05/15] device core: Add "device evidence" 'validate' command
` [PATCH 06/15] PCI/TSM: Add device evidence support
` [PATCH 07/15] modules: Document the global async_probe parameter
` [PATCH 08/15] device core: Initial device trust infrastructure
` [PATCH 09/15] PCI, device core: Move "untrusted" concept to DEVICE_TRUST_ADVERSARY
` [PATCH 10/15] PCI/TSM: Add device interface security LOCKED support
` [PATCH 11/15] PCI/TSM: Add device interface security RUN support
` [PATCH 12/15] PCI/TSM: Add device interface security DMA enable/disable
` [PATCH 13/15] PCI, device core: Add private memory access for DEVICE_TRUST_TCB
` [PATCH 14/15] PCI/TSM: Create MMIO descriptors via TDISP Report
` [PATCH 15/15] PCI/TSM: Add relative MMIO offset support?
[PATCH v2 0/5] software node: provide support for fw_devlink
2026-07-06 12:54 UTC (6+ messages)
` [PATCH v2 1/5] kunit: provide a set of fwnode-oriented helpers
` [PATCH v2 2/5] software node: add fw_devlink support
` [PATCH v2 3/5] software node: add kunit tests for "
` [PATCH v2 4/5] MAINTAINERS: add myself as reviewer of software node support
` [PATCH v2 5/5] gpio: kunit: add test cases verifying swnode devlink support
[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 0/5] software node: provide support for fw_devlink
2026-07-06 12:32 UTC (10+ messages)
` [PATCH 2/5] software node: add fw_devlink support
` [PATCH 3/5] software node: add kunit tests for "
` [PATCH 5/5] gpio: kunit: add test cases verifying swnode devlink support
[PATCH v3 00/13] arm64: mediatek: Add M.2 E-key slot on Chromebooks
2026-07-06 11:08 UTC (36+ messages)
` [PATCH v3 01/13] device property: Add fwnode_graph_get_port_by_id()
` [PATCH v3 02/13] device property: Add fwnode_graph_get_next_port_endpoint()
` [PATCH v3 03/13] power: sequencing: Add pwrseq_power_is_on()
` [PATCH v3 04/13] usb: hub: Return actual error from hub_configure() in hub_probe()
` [PATCH v3 05/13] usb: hub: Associate port@ fwnode with USB port device
` [PATCH v3 06/13] usb: hub: Pass |struct usb_port*| to usb_port_is_power_on()
` [PATCH v3 07/13] usb: hub: Use usb_hub_set_port_power() to control port power everywhere
` [PATCH v3 08/13] usb: hub: Power on connected M.2 E-key connectors with power sequencing API
` [PATCH v3 09/13] dt-bindings: usb: mediatek,mtk-xhci: Switch to ports for USB connections
` [PATCH v3 10/13] power: sequencing: pcie-m2: support matching on remote "port" node
` [PATCH v3 11/13] power: sequencing: pcie-m2: Add usb and sdio targets for E-key connector
` [PATCH v3 12/13] arm64: dts: mediatek: mt8195-cherry: Add M.2 E-key slot
` [PATCH v3 13/13] arm64: dts: mediatek: mt8188-geralt: Add WiFi/BT as "
[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 v5 0/2] PM: dpm_watchdog: Improve DPM watchdog configurability
2026-07-06 4:44 UTC (4+ messages)
` [PATCH v5 2/2] PM: dpm_watchdog: Allow disabling DPM watchdog by default
[PATCH v4 0/3] device property: fix child iteration issues with secondary fwnodes
2026-07-06 3:16 UTC (2+ messages)
[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 (42+ 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 07/20] rust: io: implement `Mmio` as view type
` [PATCH v5 09/20] rust: io: use view types instead of addresses for `Io`
` [PATCH v5 10/20] pwm: th1520: remove unnecessary `deref`
` [PATCH v5 11/20] rust: io: remove `MmioOwned`
` [PATCH v5 12/20] rust: io: move `Io` methods to extension trait
` [PATCH v5 13/20] rust: io: add projection macro and methods
` [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 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 v2 0/2] Fix sticky -EINVAL after resume callback failure
2026-07-04 5:50 UTC (5+ messages)
` [PATCH v2 1/2] PM: runtime: Only set runtime_error on suspend callback failures
` [PATCH v2 2/2] spi: qcom-geni: Fix missing error check on pm_runtime_get_sync()
[PATCH v1 0/4] gpio: regmap: Keep tracking IRQ requests and releases
2026-07-04 5:21 UTC (13+ messages)
` [PATCH v1 1/4] regmap-irq: Provide IRQ resource request and release callbacks
` [PATCH v1 2/4] gpio: regmap: Provide default "
` [PATCH v1 3/4] gpio: regmap: Apply default resource callbacks for regmap IRQ chip
` [PATCH v1 4/4] gpio: regmap: Order kernel-doc descriptions with the actual appearance
` (subset) [PATCH v1 0/4] gpio: regmap: Keep tracking IRQ requests and releases
[PATCH] rust: io: fix example in `register!` macro
2026-07-03 21:22 UTC (3+ messages)
[PATCH v2] isa: refactor code to remove nested blocks
2026-07-03 21:19 UTC (2+ messages)
[PATCH] rust: irq: make Registration compatible with lifetime-bound drivers
2026-07-03 21:09 UTC
[PATCH v1 0/2] ACPI: bus: Remove struct acpi_driver from the kernel
2026-07-03 20:37 UTC (5+ messages)
` [PATCH v1 1/2] 1/2] ACPI: bus: Eliminate struct acpi_driver
` [PATCH v1 2/2] ACPI: scan: Set power.no_pm for all struct acpi_device objects
[PATCH v2] driver core: add driver name to probe debug print
2026-07-03 16:59 UTC (2+ messages)
[PATCH v2 0/9] treewide, numa_memblks: remove redundant work during NUMA init
2026-07-03 9:43 UTC (4+ messages)
` [PATCH v2 5/9] arch_numa: remove redundant numa_nodes_parsed node_set()
` [PATCH v2 8/9] arch_numa: remove redundant node_possible_map assignment
[GIT PULL] Split <linux/mod_devicetable.h> in per subsystem headers
2026-07-03 7:37 UTC (2+ messages)
[PATCH v5 00/19] rust: drm: Higher-Ranked Lifetime private data
2026-07-03 0:09 UTC (2+ messages)
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