messages from 2025-08-21 19:11:54 to 2025-08-27 08:53:52 UTC [more...]
[PATCH 00/33] arm_mpam: Add basic mpam driver
2025-08-27 8:53 UTC (77+ 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 11/33] arm_mpam: Add support for memory controller MSC on DT platforms
` [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 22/33] arm_mpam: Register and enable IRQs
` [PATCH 23/33] arm_mpam: Use a static key to indicate when mpam is enabled
` [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 31/33] arm_mpam: Add helper to reset saved mbwu state
` [PATCH 32/33] arm_mpam: Add kunit test for bitmap reset
` [PATCH 33/33] arm_mpam: Add kunit tests for props_mismatch()
[PATCH v2 00/18] cpufreq: use __free() for all cpufreq_cpu_get() references
2025-08-27 8:30 UTC (22+ 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 v2 0/2] ACPI: processor: idle: Per-CPU idle driver for hybrid CPUs
2025-08-27 7:52 UTC (6+ messages)
` [PATCH v2 1/2] cpuidle: Add interface to get cpuidle_driver by CPU ID
` [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 (26+ messages)
` [PATCH v5 01/20] x86/mce/amd: Rename threshold restart function
` [PATCH v5 02/20] x86/mce/amd: Remove return value for mce_threshold_{create,remove}_device()
` [PATCH v5 03/20] x86/mce/amd: Remove smca_banks_map
` [PATCH v5 04/20] x86/mce/amd: Put list_head in threshold_bank
` [PATCH v5 05/20] x86/mce: Cleanup bank processing on init
` [PATCH v5 06/20] x86/mce: Remove __mcheck_cpu_init_early()
` [PATCH v5 07/20] x86/mce: Reorder __mcheck_cpu_init_generic() call
` [PATCH v5 08/20] x86/mce: Define BSP-only init
` [PATCH v5 09/20] x86/mce: Define BSP-only SMCA init
` [PATCH v5 10/20] x86/mce: Do 'UNKNOWN' vendor check early
` [PATCH v5 11/20] x86/mce: Separate global and per-CPU quirks
` [PATCH v5 12/20] x86/mce: Move machine_check_poll() status checks to helper functions
` [PATCH v5 13/20] x86/mce: Unify AMD THR handler with MCA Polling
` [PATCH v5 14/20] x86/mce: Unify AMD DFR "
` [PATCH v5 15/20] x86/mce/amd: Enable interrupt vectors once per-CPU on SMCA systems
` [PATCH v5 16/20] x86/mce/amd: Support SMCA Corrected Error Interrupt
` [PATCH v5 17/20] x86/mce/amd: Remove redundant reset_block()
` [PATCH v5 18/20] x86/mce/amd: Define threshold restart function for banks
` [PATCH v5 19/20] x86/mce: Handle AMD threshold interrupt storms
` [PATCH v5 20/20] x86/mce: Save and use APEI corrected threshold limit
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 (13+ messages)
` [PATCH v2 1/7] ACPI: CPPC: add perf control read API and clarify naming
` [PATCH v2 2/7] ACPI: CPPC: extend APIs to support auto_sel and epp
` [PATCH v2 3/7] ACPI: CPPC: add APIs and sysfs interface for min/max_perf
` [PATCH v2 4/7] ACPI: CPPC: add APIs and sysfs interface for perf_limited register
` [PATCH v2 5/7] cpufreq: CPPC: update policy min/max when toggling auto_select
` [PATCH v2 6/7] cpufreq: CPPC: Add sysfs for min/max_perf and perf_limited
` [PATCH v2 7/7] cpufreq: CPPC: add autonomous mode boot parameter support
[PATCH] ACPI/PCI: Fix memory leak fix in pci_acpi_preserve_config
2025-08-25 22:37 UTC (2+ messages)
[PATCH] ACPI / device_sysfs: Use ACPI_FREE for ACPI object deallocation
2025-08-25 18:22 UTC (2+ messages)
[PATCH] ACPI: video: force native for Lenovo 82K8
2025-08-25 18:01 UTC (2+ messages)
[PATCH] ACPI: Battery: Fix incorrect fallthrough in extract_package()
2025-08-25 17:58 UTC (2+ messages)
[PATCH] ACPI: PM: s2idle: Fix memory leak in lpi_device_get_constraints()
2025-08-25 17:55 UTC (2+ messages)
[PATCH] ACPI: PRM: Optimize the judgment logic for the PRM handler_address
2025-08-25 17:49 UTC (2+ messages)
[REGRESSION][BISECTED] Dell Precision 7780 wakes up on its own from suspend
2025-08-25 15:36 UTC (8+ messages)
[PATCH] pnp: isapnp: use str_plural() to simplify the code
2025-08-25 15:31 UTC (2+ messages)
[PATCH v3] ACPICA: Add SoundWire File Table (SWFT) signature
2025-08-25 14:46 UTC (3+ messages)
[PATCH] ACPI: tables: FPDT: Fix memory leak in acpi_init_fpdt()
2025-08-25 14:31 UTC (2+ messages)
[PATCH v3 0/2] HP EliteBook 855 G7 WWAN modem power resource quirk
2025-08-25 14:27 UTC (2+ messages)
[PATCH v4 00/22] AMD MCA interrupts rework
2025-08-25 13:59 UTC (4+ messages)
` [PATCH v4 08/22] x86/mce/amd: Put list_head in threshold_bank
[PATCH] ACPI: AGDI: Add interrupt signaling mode support
2025-08-25 8:23 UTC (5+ messages)
[PATCH v3 0/2] ACPI: processor: idle: Optimize acpi idle driver registration
2025-08-25 6:05 UTC (6+ messages)
` [PATCH v3 1/2] ACPI: processor: idle: Fix memory leak when register cpuidle device failed
` [PATCH v3 2/2] ACPI: processor: idle: Optimize acpi idle driver registration
[PATCH v3 00/15] Prepare for new Intel Family numbers
2025-08-24 22:39 UTC (8+ messages)
` [PATCH v3 13/15] x86/cpu/intel: Bound the non-architectural constant_tsc model checks
[PATCH v11 0/3] ACPI: Add support for ACPI RAS2 feature table
2025-08-24 12:41 UTC (10+ messages)
` [PATCH v11 1/3] mm: Add support to retrieve physical address range of memory from the node ID
[rafael-pm:bleeding-edge] BUILD SUCCESS 18fa6888b3a183083bca7561bb00b4bc36cc337a
2025-08-24 9:40 UTC
[PATCH] drivers: acpi: Use str_low_high() helper
2025-08-23 22:03 UTC
[PATCH 00/16] CXL.mem error isolation support
2025-08-22 19:19 UTC (3+ messages)
` [PATCH 14/16] ACPI: Add CXL isolation _OSC fields
[PATCH v3 0/5] Disable ATS via iommu during PCI resets
2025-08-22 18:50 UTC (25+ 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 v5 0/2] PCI/AER: Handle Advisory Non-Fatal error
2025-08-22 18:15 UTC (5+ messages)
[PATCH v5 2/2] PCI/AER: Print UNCOR_STATUS bits that might be ANFE
2025-08-22 17:27 UTC (2+ messages)
[PATCH v5 1/2] PCI/AER: Clear UNCOR_STATUS bits that might be ANFE
2025-08-22 17:20 UTC (2+ messages)
[PATCH v2 0/4] cxl, acpi/hmat, node: Update CXL access coordinates to node directly
2025-08-21 21:17 UTC (3+ messages)
` [PATCH v2 1/4] mm/memory_hotplug: Update comment for hotplug memory callback priorities
[GIT PULL] ACPI fixes for v6.17-rc3
2025-08-21 20:26 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;
as well as URLs for NNTP newsgroup(s).