linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-25 18:20:01 to 2025-09-01 11:10:09 UTC [more...]

[PATCH 00/33] arm_mpam: Add basic mpam driver
 2025-09-01 11:09 UTC  (88+ messages)
` [PATCH 01/33] cacheinfo: Expose the code to generate a cache-id from a device_node
` [PATCH 02/33] drivers: base: cacheinfo: Add helper to find the cache size from cpu+level
` [PATCH 03/33] ACPI / PPTT: Add a helper to fill a cpumask from a processor container
` [PATCH 04/33] ACPI / PPTT: Stop acpi_count_levels() expecting callers to clear levels
` [PATCH 05/33] ACPI / PPTT: Find cache level by cache-id
` [PATCH 06/33] ACPI / PPTT: Add a helper to fill a cpumask from a cache_id
` [PATCH 07/33] arm64: kconfig: Add Kconfig entry for MPAM
` [PATCH 08/33] ACPI / MPAM: Parse the MPAM table
` [PATCH 09/33] dt-bindings: arm: Add MPAM MSC binding
` [PATCH 10/33] arm_mpam: Add probe/remove for mpam msc driver and kbuild boiler plate
` [PATCH 12/33] arm_mpam: Add the class and component structures for ris firmware described
` [PATCH 13/33] arm_mpam: Add MPAM MSC register layout definitions
` [PATCH 14/33] arm_mpam: Add cpuhp callbacks to probe MSC hardware
` [PATCH 15/33] arm_mpam: Probe MSCs to find the supported partid/pmg values
` [PATCH 16/33] arm_mpam: Add helpers for managing the locking around the mon_sel registers
` [PATCH 17/33] arm_mpam: Probe the hardware features resctrl supports
` [PATCH 18/33] arm_mpam: Merge supported features during mpam_enable() into mpam_class
` [PATCH 19/33] arm_mpam: Reset MSC controls from cpu hp callbacks
` [PATCH 20/33] arm_mpam: Add a helper to touch an MSC from any CPU
` [PATCH 21/33] arm_mpam: Extend reset logic to allow devices to be reset any time
` [PATCH 24/33] arm_mpam: Allow configuration to be applied and restored during cpu online
` [PATCH 25/33] arm_mpam: Probe and reset the rest of the features
` [PATCH 26/33] arm_mpam: Add helpers to allocate monitors
` [PATCH 27/33] arm_mpam: Add mpam_msmon_read() to read monitor value
` [PATCH 28/33] arm_mpam: Track bandwidth counter state for overflow and power management
` [PATCH 29/33] arm_mpam: Probe for long/lwd mbwu counters
` [PATCH 30/33] arm_mpam: Use long MBWU counters if supported
` [PATCH 32/33] arm_mpam: Add kunit test for bitmap reset
` [PATCH 33/33] arm_mpam: Add kunit tests for props_mismatch()
` [PATCH 22/33] arm_mpam: Register and enable IRQs

[PATCH v2] device property: Add scoped fwnode child node iterators
 2025-09-01  9:18 UTC  (2+ messages)

[PATCH v1] gpiolib: acpi: Ignore touchpad wakeup on GPD G1619-05
 2025-09-01  9:04 UTC  (7+ messages)

[PATCH v3 00/12] cpufreq: use __free() for all cpufreq_cpu_get() references
 2025-09-01  8:57 UTC  (13+ messages)
` [PATCH v3 01/12] arm64: topology: Use scope-based cleanup helper
` [PATCH v3 02/12] ACPI: processor: thermal: "
` [PATCH v3 03/12] cpufreq: intel_pstate: "
` [PATCH v3 04/12] cpufreq: longhaul: "
` [PATCH v3 05/12] cpufreq: powernv: "
` [PATCH v3 06/12] PM / devfreq: "
` [PATCH v3 07/12] drm/i915: "
` [PATCH v3 08/12] cpufreq: powerpc: macintosh: "
` [PATCH v3 09/12] powercap: dtpm_cpu: "
` [PATCH v3 10/12] thermal: imx: "
` [PATCH v3 11/12] thermal/drivers/ti-soc-thermal: "
` [PATCH v3 12/12] PM: EM: "

[PATCH v1 00/12] ACPI: DPTF: Move INT340X enumeration from DPTF core to thermal drivers
 2025-09-01  8:49 UTC  (15+ messages)
` [PATCH v1 01/12] ACPI: DPTF: Ignore SoC DTS thermal while scanning
` [PATCH v1 02/12] ACPI: DPTF: Move INT3400 device IDs to header
` [PATCH v1 03/12] ACPI: DPTF: Move INT3401 "
` [PATCH v1 04/12] ACPI: DPTF: Move INT3402 "
` [PATCH v1 05/12] ACPI: DPTF: Move INT3403 "
` [PATCH v1 06/12] ACPI: DPTF: Move INT3404 "
` [PATCH v1 07/12] ACPI: DPTF: Move INT3406 "
` [PATCH v1 08/12] ACPI: DPTF: Move INT3407 "
` [PATCH v1 09/12] ACPI: DPTF: Move PCH FIVR "
` [PATCH v1 10/12] ACPI: DPTF: Remove not supported INT340X IDs
` [PATCH v1 11/12] ACPI: platform: Add macro for acpi platform driver
` [PATCH v1 12/12] ACPI: DPTF: Move INT340X enumeration to modules

[PATCH] device property: Add scoped fwnode child node iterators
 2025-09-01  6:11 UTC  (5+ messages)

[PATCH v4 0/7] Disable ATS via iommu during PCI resets
 2025-08-31 23:31 UTC  (8+ messages)
` [PATCH v4 1/7] iommu/arm-smmu-v3: Add release_domain to attach prior to release_dev()
` [PATCH v4 2/7] iommu: Lock group->mutex in iommu_deferred_attach()
` [PATCH v4 3/7] iommu: Pass in gdev to __iommu_device_set_domain
` [PATCH v4 4/7] iommu: Pass in old domain to attach_dev callback functions
` [PATCH v4 5/7] iommu: Add iommu_get_domain_for_dev_locked() helper
` [PATCH v4 6/7] iommu: Introduce iommu_dev_reset_prepare() and iommu_dev_reset_done()
` [PATCH v4 7/7] pci: Suspend iommu function prior to resetting a device

[PATCH v3 0/5] Disable ATS via iommu during PCI resets
 2025-08-31 23:24 UTC  (18+ messages)
` [PATCH v3 3/5] iommu: Add iommu_get_domain_for_dev_locked() helper
` [PATCH v3 5/5] pci: Suspend iommu function prior to resetting a device

[PATCH v2] ACPI: APEI: EINJ: Allow all types of addresses except MMIO
 2025-08-30  3:02 UTC 

[PATCH v3 0/4] cxl, acpi/hmat, node: Update CXL access coordinates to node directly
 2025-08-29 22:29 UTC  (5+ messages)
` [PATCH v3 1/4] mm/memory_hotplug: Update comment for hotplug memory callback priorities
` [PATCH v3 2/4] drivers/base/node: Add a helper function node_update_perf_attrs()
` [PATCH v3 3/4] cxl, acpi/hmat: Update CXL access coordinates directly instead of through HMAT
` [PATCH v3 4/4] acpi/hmat: Remove now unused hmat_update_target_coordinates()

[PATCH v5 2/2] PCI/AER: Print UNCOR_STATUS bits that might be ANFE
 2025-08-29 21:18 UTC  (2+ messages)

[PATCH] ACPICA: acpidump: fix return values in ap_is_valid_checksum()
 2025-08-29 17:02 UTC  (2+ messages)

[PATCH v2 0/4] cxl, acpi/hmat, node: Update CXL access coordinates to node directly
 2025-08-29 15:15 UTC  (6+ messages)
` [PATCH v2 1/4] mm/memory_hotplug: Update comment for hotplug memory callback priorities
` [PATCH v2 3/4] cxl, acpi/hmat: Update CXL access coordinates directly instead of through HMAT

[PATCH] ACPI: resource: Skip IRQ override on ASUS Vivobook Pro N6506CU
 2025-08-29 14:52 UTC 

[PATCH] ACPI: scan: Add Intel CVS ACPI HIDs to acpi_ignore_dep_ids[]
 2025-08-29 14:27 UTC 

[PATCH] ACPI: AGDI: Add interrupt signaling mode support
 2025-08-29 10:21 UTC  (4+ messages)

[PATCH v2] ACPI: AGDI: Add interrupt signaling mode support
 2025-08-29 10:11 UTC 

[PATCH v2 00/18] cpufreq: use __free() for all cpufreq_cpu_get() references
 2025-08-29  6:32 UTC  (40+ messages)
` [PATCH v2 01/18] arm64: topology: Use __free(put_cpufreq_policy) for policy reference
` [PATCH v2 02/18] KVM: x86: "
` [PATCH v2 03/18] ACPI: processor: thermal: "
` [PATCH v2 04/18] cpufreq: brcmstb-avs-cpufreq: "
` [PATCH v2 05/18] cpufreq: CPPC: "
` [PATCH v2 06/18] cpufreq: intel_pstate: "
` [PATCH v2 07/18] cpufreq: longhaul: "
` [PATCH v2 08/18] cpufreq: mediatek: "
` [PATCH v2 09/18] cpufreq: powernv: "
` [PATCH v2 10/18] cpufreq: s5pv210: "
` [PATCH v2 11/18] cpufreq: tegra186: "
` [PATCH v2 12/18] PM / devfreq: "
` [PATCH v2 13/18] drm/i915: "
` [PATCH v2 14/18] cpufreq: powerpc: macintosh: "
` [PATCH v2 15/18] powercap: dtpm_cpu: "
` [PATCH v2 16/18] thermal: imx: "
` [PATCH v2 17/18] thermal/drivers/ti-soc-thermal: "
` [PATCH v2 18/18] PM: EM: "

[PATCH] ACPI/IORT: Fix memory leak in iort_rmr_alloc_sids()
 2025-08-28 11:22 UTC 

[PATCH v2 0/2] cpufreq: CPPC: Rework FIE warning prints and cppc_scale_freq_tick()
 2025-08-28 11:02 UTC  (3+ messages)
` [PATCH v2 1/2] cpufreq: CPPC: Don't warn if FIE init fails to read counters
` [PATCH v2 2/2] cpufreq: CPPC: Update FIE arch_freq_scale in ticks for non-PCC regs

[PATCH v1] ACPI: fan: Fold two simple functions into their only caller
 2025-08-28 11:03 UTC 

[PATCH v1] ACPI: thermal: Get rid of a dummy local variable
 2025-08-28 11:02 UTC 

[PATCH] acpi: TAD: Add missing sysfs_remove_group for ACPI_TAD_RT
 2025-08-28  8:13 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v5 0/2] PCI/AER: Handle Advisory Non-Fatal error
 2025-08-28  1:00 UTC  (4+ messages)

[rafael-pm:fixes] BUILD SUCCESS 961cdd3db6c39703d8d3743e38306d2548f998df
 2025-08-27 14:15 UTC 

[rafael-pm:bleeding-edge] BUILD SUCCESS ab9d47aa84d1a84e491a1e9684090bfa0b548281
 2025-08-27 14:14 UTC 

[PATCH] ACPI/PCI: Fix memory leak fix in pci_acpi_preserve_config
 2025-08-27 10:21 UTC  (3+ messages)

[PATCH v2 0/2] ACPI: processor: idle: Per-CPU idle driver for hybrid CPUs
 2025-08-27  7:52 UTC  (4+ messages)
` [PATCH v2 2/2] ACPI: processor: idle: Replace single idle driver with per-CPU model for better hybrid CPU support

[PATCH v5 00/20] AMD MCA interrupts rework
 2025-08-26 14:33 UTC  (8+ messages)
` [PATCH v5 03/20] x86/mce/amd: Remove smca_banks_map
` [PATCH v5 05/20] x86/mce: Cleanup bank processing on init

Long boot time on ASUS TUF A14 FA401KM
 2025-08-26  9:51 UTC 

[PATCH v1] ACPI: APEI: EINJ: Allow injection on legacy persistent memory
 2025-08-26  5:06 UTC  (5+ messages)

[PATCH v2 1/1] ACPI: PRM: Optimize the judgment logic for the PRM handler_address
 2025-08-26  3:02 UTC 

[PATCH] ACPICA: add more parameter validation for acpi_walk_namespace()
 2025-08-26  2:00 UTC  (3+ messages)

[PATCH v1] cpufreq: use __free() for all cpufreq_cpu_get() references
 2025-08-26  0:32 UTC  (5+ messages)

[PATCH v2 0/7] Enhanced autonomous selection and API
 2025-08-25 23:41 UTC  (6+ messages)
` [PATCH v2 1/7] ACPI: CPPC: add perf control read API and clarify naming
` [PATCH v2 7/7] cpufreq: CPPC: add autonomous mode boot parameter support

[PATCH] ACPI / device_sysfs: Use ACPI_FREE for ACPI object deallocation
 2025-08-25 18:22 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;
as well as URLs for NNTP newsgroup(s).