messages from 2026-06-29 13:15:16 to 2026-07-03 12:24:41 UTC [more...]
[PATCH v1 00/10] platform/x86: Stop using acpi_device_name/class()
2026-07-03 12:24 UTC (18+ messages)
` [PATCH v1 01/10] platform/x86: asus-laptop: Stop setting acpi_device_name/class()
` [PATCH v1 02/10] platform/x86: eeepc-laptop: "
` [PATCH v1 03/10] platform/x86: fujitsu-laptop: "
` [PATCH v1 04/10] platform/x86: fujitsu-tablet: "
` [PATCH v1 05/10] platform/x86: thinkpad_acpi: Stop setting acpi_device_class()
` [PATCH v1 06/10] platform/x86: panasonic-laptop: Stop setting acpi_device_name/class()
` [PATCH v1 07/10] platform/x86: sony-laptop: Stop setting acpi_device_class()
` [PATCH v1 08/10] platform/x86: toshiba_acpi: Do not use uninitialized device_class
` [PATCH v1 09/10] platform/x86: toshiba_haps: "
` [PATCH v1 10/10] platform/x86: xo15-ebook: Stop setting acpi_device_name/class()
[PATCH v3 00/13] arm64: mediatek: Add M.2 E-key slot on Chromebooks
2026-07-03 12:17 UTC (19+ 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 v2 00/15] arm_mpam: Add MPAM-Fb firmware support
2026-07-03 11:00 UTC (24+ messages)
` [PATCH v2 01/15] arm_mpam: let low level MSC read accessors return an error
` [PATCH v2 02/15] arm_mpam: propagate MSC read errors for wrapper functions
` [PATCH v2 03/15] arm_mpam: propagate MSC read errors for hw_probe functions
` [PATCH v2 04/15] arm_mpam: propagate MSC read errors for mpam_msc_read_mbwu_l()
` [PATCH v2 05/15] arm_mpam: propagate MSC read errors for msmon helpers
` [PATCH v2 06/15] arm_mpam: propagate MSC read errors for __ris_msmon_read()
` [PATCH v2 07/15] arm_mpam: propagate MSC read errors for state saving functions
` [PATCH v2 08/15] arm_mpam: let low level MSC write accessors return an error
` [PATCH v2 09/15] arm_mpam: propagate MSC write errors for ESR and part_sel wrappers
` [PATCH v2 10/15] arm_mpam: propagate MSC write errors for hardware probe functions
` [PATCH v2 11/15] arm_mpam: propagate MSC write errors for remaining MSC write users
` [PATCH v2 12/15] arm_mpam: Split the locking around the mon_sel registers
` [PATCH v2 13/15] arm_mpam: add MPAM-Fb MSC firmware access support
` [PATCH v2 14/15] arm_mpam: prevent MPAM-Fb accesses inside IRQ handler
` [PATCH v2 15/15] arm_mpam: detect and enable MPAM-Fb PCC support
[PATCH v2 0/9] treewide, numa_memblks: remove redundant work during NUMA init
2026-07-03 9:43 UTC (3+ messages)
` [PATCH v2 2/9] ACPI: NUMA: remove redundant numa_nodes_parsed node_set()
[PATCH 0/2] CPPC: reduce FFH feedback-counter sampling skew on arm64
2026-07-03 9:13 UTC (11+ messages)
` [PATCH 1/2] ACPI: CPPC: add paired FFH feedback-counter read hook
` [PATCH 2/2] arm64: topology: read CPPC FFH feedback counters in one operation
[PATCH v5 00/18] iommu/arm-smmu-v3: Quarantine device upon ATC invalidation timeout
2026-07-03 4:06 UTC (19+ messages)
` [PATCH v5 01/18] PCI: Don't suspend IOMMU when probing reset capability
` [PATCH v5 02/18] PCI/CXL: Probe the underlying bus reset in cxl_reset_bus_function()
` [PATCH v5 03/18] PCI: Propagate FLR return values to callers
` [PATCH v5 04/18] iommu: Convert gdev->blocked from bool to enum gdev_blocked
` [PATCH v5 05/18] iommu: Pass in reset result to pci_dev_reset_iommu_done()
` [PATCH v5 06/18] iommu/arm-smmu-v3: Don't rb_erase() a never-inserted stream node
` [PATCH v5 07/18] iommu/arm-smmu-v3: Mark ATC invalidate timeouts via lockless bitmap
` [PATCH v5 08/18] iommu/arm-smmu-v3: Skip remaining GERROR causes on SFM
` [PATCH v5 09/18] iommu/arm-smmu-v3: Introduce per-cmdq cmdq_err_handler callback
` [PATCH v5 10/18] iommu/arm-smmu-v3: Recheck CMDQ_ERR in tegra241_vintf0_handle_error()
` [PATCH v5 11/18] iommu/arm-smmu-v3: Co-clear pending CMDQ_ERR when CMD_SYNC times out
` [PATCH v5 12/18] iommu/arm-smmu-v3: Introduce arm_smmu_cmdq_batch_issue() wrapper
` [PATCH v5 13/18] iommu/arm-smmu-v3: Add streams_lock for atomic-context SID->master lookup
` [PATCH v5 14/18] iommu/arm-smmu-v3: Add has_ats to struct arm_smmu_cmdq_batch
` [PATCH v5 15/18] iommu/arm-smmu-v3: Add INV_TYPE_ATS_BROKEN to skip quarantined ATS masters
` [PATCH v5 16/18] iommu/arm-smmu-v3: Factor out CMDQ batch force-sync conditions
` [PATCH v5 17/18] iommu/arm-smmu-v3: Thread arm_smmu_master_domain on a per-master list
` [PATCH v5 18/18] iommu/arm-smmu-v3: Block ATS for a master upon an ATC invalidation timeout
[PATCH v1] PNP: Fix card device cleanup on registration failure
2026-07-03 3:36 UTC
[PATCH v1] ACPI: sysfs: Fix hotplug kobject cleanup on failure
2026-07-02 23:25 UTC
[PATCH 0/2] x86/topology: Add support for Low Power cpu_type
2026-07-02 23:03 UTC (5+ messages)
` [PATCH 1/2] x86/topology: Name the AMD core-type values
[PATCH v3 0/7] irqchip/ACPI: Arm GICv5 IWB ACPI IRQ probe deferral
2026-07-02 21:56 UTC (12+ messages)
` [PATCH v3 1/7] ACPI: Add acpi_device_clear_dep() helper function
` [PATCH v3 2/7] ACPI: RISC-V: Fix riscv_acpi_irq_get_dep() loop termination
` [PATCH v3 3/7] ACPI: RISC-V: Check acpi_get_handle() status in riscv_acpi_add_prt_dep()
` [PATCH v3 4/7] ACPI: RISC-V: Fix riscv_acpi_add_prt_dep() loop handling
` [PATCH v3 5/7] ACPI: irq: Move RISC-V interrupt controllers autodep to ACPI IRQ code
` [PATCH v3 6/7] ACPI/IORT: Implement ACPI infrastructure to enable GICv5 IWB probe deferral
` [PATCH v3 7/7] irqchip/gic-v5: Enable GICv5 IWB ACPI probe ordering detection
[RFC PATCH 0/3] mm/numa: reserve standby NUMA nodes for runtime claiming
2026-07-02 14:43 UTC (8+ messages)
` [RFC PATCH 1/3] mm/numa: add exclusive node pool and numa=standby boot parameter
[PATCH 1/4] ACPI: scan: Honor ACPI _DEP dependency for NVL CVS
2026-07-02 13:18 UTC
[PATCH v2] ACPI: APEI: Handle repeated SEA error storms
2026-07-02 13:01 UTC (3+ messages)
[PATCH 0/6] ACPI/PCC: Preserve platform-populated PCC signatures
2026-07-02 12:19 UTC (21+ messages)
` [PATCH 1/6] mailbox: pcc: Validate shared memory signature on request
` [PATCH 2/6] hwmon: xgene: Stop writing PCC shared memory signature
` [PATCH 4/6] devfreq: hisi_uncore: Preserve "
` [PATCH 6/6] ACPI: PCC: Preserve shared memory signature in OpRegion handler
[PATCH 00/32] x86/msr: Drop 32-bit MSR interfaces
2026-07-02 11:33 UTC (17+ messages)
` [PATCH 04/32] acpi: Stop using "
[PATCH v1 0/2] ACPI: bus: Remove struct acpi_driver from the kernel
2026-07-02 11:31 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 v8 0/8] lan966x pci device: Add support for SFPs, PCI part
2026-07-02 11:23 UTC (11+ messages)
` [PATCH v8 1/8] driver core: fw_devlink: Introduce fw_devlink_set_device()
` [PATCH v8 2/8] drivers: core: Use fw_devlink_set_device()
` [PATCH v8 3/8] pinctrl: cs42l43: "
` [PATCH v8 4/8] cxl/test: Use device_set_node()
` [PATCH v8 5/8] cxl/test: Use fw_devlink_set_device()
` [PATCH v8 6/8] PCI: of: "
` [PATCH v8 7/8] PCI: of: Set fwnode device of newly created PCI device nodes
` [PATCH v8 8/8] PCI: of: Remove fwnode_dev_initialized() call for a PCI root bridge node
[PATCH 0/9] treewide, numa_memblks: remove redundant work during NUMA init
2026-07-02 10:39 UTC (2+ messages)
[rafael-pm:fixes] BUILD SUCCESS 643f7cad721ddb66d254cb5a480671d37e8f2b0b
2026-07-02 8:23 UTC
[rafael-pm:bleeding-edge] BUILD SUCCESS 91b846502260d8fd819a8d6be0a59b7ef009f448
2026-07-02 8:21 UTC
[RFC PATCH v1 0/1] Fix hmat_adist_nb for coming CXL Type2
2026-07-02 7:20 UTC (4+ messages)
` [RFC PATCH v1 1/1] acpi/hmat: preserve hmat_adist_nb notifier block
[PATCH v5] ACPI: CPPC: Add ospm_nominal_perf support
2026-07-01 16:23 UTC (2+ messages)
[PATCH v3 00/17] arm64: Use EL2 virtual timer when running VHE
2026-07-01 14:37 UTC (6+ messages)
` [PATCH v3 12/17] arm64: dts: nvidia: Add EL2 virtual timer interrupt
[PATCH v2 00/13] KVM Dirty-bit cleaning hw accelerator (HACDBS)
2026-07-01 10:47 UTC (11+ messages)
` [PATCH v2 05/13] KVM: arm64: Detect (via ACPI) and initialize HACDBSIRQ
` [PATCH v2 06/13] KVM: arm64: dirty_bit: Add base FEAT_HACDBS cleaning routine
[rafael-pm:bleeding-edge] BUILD SUCCESS 194ccfe8caf50aded58ba374a22d917580188192
2026-07-01 9:04 UTC
[PATCH v2] software node: Only the managing device can unreference managed software node
2026-07-01 8:37 UTC (3+ messages)
[PATCH] ACPI: RISC-V: Fix false warning in cppc_read_ffh() for same-CPU reads
2026-07-01 3:14 UTC (2+ messages)
[PATCH v1] ACPICA: Define acpi_ut_safe_strncpy() as strscpy_pad() alias
2026-06-30 16:03 UTC
[ANNOUNCEMENT] LPC 2026: System Monitoring and Observability Microconference
2026-06-30 14:49 UTC (2+ messages)
[PATCH v6 00/10] ACPI: APEI: share GHES CPER helpers and add DT FFH provider
2026-06-30 13:52 UTC (3+ messages)
` [PATCH v6 09/10] dt-bindings: firmware: add arm,ras-cper
[PATCH v1] PNP: Drop unused assignment of pnp_device_id driver data
2026-06-30 12:37 UTC (2+ messages)
[GIT PULL] ACPI support fixes and cleanups for 7.2-rc1
2026-06-30 11:38 UTC (5+ messages)
[PATCH] ACPI: NVS: replace __get_free_page() with kmalloc()
2026-06-30 10:55 UTC
[PATCH v2 0/6] irqchip/ACPI: Arm GICv5 IWB ACPI IRQ probe deferral
2026-06-30 10:55 UTC (5+ messages)
` [PATCH v2 6/6] irqchip/gic-v5: Enable GICv5 IWB ACPI probe ordering detection
[rafael-pm:fixes] BUILD SUCCESS 8ec75efdea8483f7e24459b1c09c8a38e1b3ac64
2026-06-30 8:14 UTC
[rafael-pm:bleeding-edge] BUILD SUCCESS 03842bb4dfb516e7c3c6323fede451823c4629dc
2026-06-30 8:11 UTC
[PATCH 0/5] software node: provide support for fw_devlink
2026-06-30 6:16 UTC (8+ 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 v2] ACPI: APEI: GHES: Mark ghes_in_nmi_spool_from_list() as maybe unused
2026-06-30 6:14 UTC
[PATCH v1 1/1] device property: Allow secondary lookup in fwnode_get_next_child_node()
2026-06-29 17:33 UTC (4+ messages)
[PATCH 0/2] vmcoreinfo: GHES: track fatal hardware errors
2026-06-29 16:02 UTC (2+ messages)
[BUG] I2C HID touchpad BLTP7853:00 347D:7853 enumerates but reports no events on MECHREVO XINGYAO Series-P916F-PTL
2026-06-29 14:15 UTC
[PATCH v2] mailbox: pcc: Notify clients on polled completion
2026-06-29 13:54 UTC (3+ messages)
[PATCH] mailbox: pcc: Fix probabilistic command execution timeout
2026-06-29 13:46 UTC (3+ 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