messages from 2025-11-12 06:22:17 to 2025-11-18 04:11:08 UTC [more...]
[PATCH v5 00/34] arm_mpam: Add basic mpam driver
2025-11-18 4:11 UTC (43+ messages)
` [PATCH v5 01/34] ACPI / PPTT: Add a helper to fill a cpumask from a processor container
` [PATCH v5 02/34] ACPI / PPTT: Stop acpi_count_levels() expecting callers to clear levels
` [PATCH v5 03/34] ACPI / PPTT: Add acpi_pptt_cache_v1_full to use pptt cache as one structure
` [PATCH v5 04/34] ACPI / PPTT: Find cache level by cache-id
` [PATCH v5 05/34] ACPI / PPTT: Add a helper to fill a cpumask from a cache_id
` [PATCH v5 06/34] arm64: kconfig: Add Kconfig entry for MPAM
` [PATCH v5 07/34] platform: Define platform_device_put cleanup handler
` [PATCH v5 08/34] ACPI: Define acpi_put_table cleanup handler and acpi_get_table_ret() helper
` [PATCH v5 09/34] ACPI / MPAM: Parse the MPAM table
` [PATCH v5 10/34] arm_mpam: Add probe/remove for mpam msc driver and kbuild boiler plate
` [PATCH v5 11/34] arm_mpam: Add the class and component structures for firmware described ris
` [PATCH v5 12/34] arm_mpam: Add MPAM MSC register layout definitions
` [PATCH v5 13/34] arm_mpam: Add cpuhp callbacks to probe MSC hardware
` [PATCH v5 14/34] arm_mpam: Probe hardware to find the supported partid/pmg values
` [PATCH v5 15/34] arm_mpam: Add helpers for managing the locking around the mon_sel registers
` [PATCH v5 16/34] arm_mpam: Probe the hardware features resctrl supports
` [PATCH v5 17/34] arm_mpam: Merge supported features during mpam_enable() into mpam_class
` [PATCH v5 18/34] arm_mpam: Reset MSC controls from cpuhp callbacks
` [PATCH v5 19/34] arm_mpam: Add a helper to touch an MSC from any CPU
` [PATCH v5 20/34] arm_mpam: Extend reset logic to allow devices to be reset any time
` [PATCH v5 21/34] arm_mpam: Register and enable IRQs
` [PATCH v5 22/34] arm_mpam: Use a static key to indicate when mpam is enabled
` [PATCH v5 23/34] arm_mpam: Allow configuration to be applied and restored during cpu online
` [PATCH v5 24/34] arm_mpam: Probe and reset the rest of the features
` [PATCH v5 25/34] arm_mpam: Add helpers to allocate monitors
` [PATCH v5 26/34] arm_mpam: Add mpam_msmon_read() to read monitor value
` [PATCH v5 27/34] arm_mpam: Track bandwidth counter state for power management
` [PATCH v5 28/34] arm_mpam: Consider overflow in bandwidth counter state
` [PATCH v5 29/34] arm_mpam: Probe for long/lwd mbwu counters
` [PATCH v5 30/34] arm_mpam: Use long MBWU counters if supported
` [PATCH v5 31/34] arm_mpam: Add helper to reset saved mbwu state
` [PATCH v5 32/34] arm_mpam: Add kunit test for bitmap reset
` [PATCH v5 33/34] arm_mpam: Add kunit tests for props_mismatch()
` [PATCH v5 34/34] MAINTAINERS: new entry for MPAM Driver
[PATCH v5 0/5] Disable ATS via iommu during PCI resets
2025-11-18 1:42 UTC (25+ messages)
` [PATCH v5 2/5] iommu: Tiny domain for iommu_setup_dma_ops()
` [PATCH v5 3/5] iommu: Add iommu_driver_get_domain_for_dev() helper
` [PATCH v5 4/5] iommu: Introduce iommu_dev_reset_prepare() and iommu_dev_reset_done()
` [PATCH v5 5/5] pci: Suspend iommu function prior to resetting a device
[PATCH v7 0/9] x86/hyperv/hv_vtl: Use a wakeup mailbox to boot secondary CPUs
2025-11-17 17:02 UTC (10+ messages)
` [PATCH v7 1/9] x86/acpi: Add functions to setup and access the wakeup mailbox
` [PATCH v7 2/9] dt-bindings: reserved-memory: Wakeup Mailbox for Intel processors
` [PATCH v7 3/9] x86/dt: Parse the "
` [PATCH v7 4/9] x86/hyperv/vtl: Set real_mode_header in hv_vtl_init_platform()
` [PATCH v7 5/9] x86/realmode: Make the location of the trampoline configurable
` [PATCH v7 6/9] x86/hyperv/vtl: Setup the 64-bit trampoline for TDX guests
` [PATCH v7 7/9] x86/acpi: Add a helper get the address of the wakeup mailbox
` [PATCH v7 8/9] x86/hyperv/vtl: Mark the wakeup mailbox page as private
` [PATCH v7 9/9] x86/hyperv/vtl: Use the wakeup mailbox to boot secondary CPUs
[REGRESSION 00/04] Crash during resume of pcie bridge
2025-11-17 16:40 UTC (15+ messages)
` Crash during resume of pcie bridge due to infinite loop in ACPICA
[PATCH v3 00/14] Remove redundant rcu_read_lock/unlock() in spin_lock
2025-11-17 11:47 UTC (3+ messages)
` [PATCH v3 14/14] wifi: ath9k: "
[PATCH v3 0/3] Add max-power platform profile
2025-11-17 0:21 UTC (9+ messages)
` [PATCH v3 1/3] acpi: platform_profile - Add max-power profile option
` [PATCH v3 2/3] platform/x86: lenovo-wmi-gamezone Use max-power rather than balanced-performance
` [PATCH v3 3/3] platform/x86: wmi-gamezone: Add Legion Go 2 Quirks
[PATCH 00/33] arm_mpam: Add basic mpam driver
2025-11-16 17:16 UTC (73+ messages)
` [PATCH 01/33] ACPI / PPTT: Add a helper to fill a cpumask from a processor container
` [PATCH 03/33] ACPI / PPTT: Add acpi_pptt_cache_v1_full to use pptt cache as one structure
` [PATCH 04/33] ACPI / PPTT: Find cache level by cache-id
` [PATCH 05/33] ACPI / PPTT: Add a helper to fill a cpumask from a cache_id
` [PATCH 07/33] platform: Define platform_device_put cleanup handler
` [PATCH 08/33] ACPI: Define acpi_put_table cleanup handler and acpi_get_table_ret() helper
` [PATCH 09/33] ACPI / MPAM: Parse the MPAM table
` [PATCH 10/33] arm_mpam: Add probe/remove for mpam msc driver and kbuild boiler plate
` [PATCH 11/33] arm_mpam: Add the class and component structures for firmware described ris
` [PATCH 14/33] arm_mpam: Probe hardware to find the supported partid/pmg values
` [PATCH 15/33] arm_mpam: Add helpers for managing the locking around the mon_sel registers
` [PATCH 16/33] arm_mpam: Probe the hardware features resctrl supports
` [PATCH 17/33] arm_mpam: Merge supported features during mpam_enable() into mpam_class
` [PATCH 19/33] arm_mpam: Add a helper to touch an MSC from any CPU
` [PATCH 20/33] arm_mpam: Extend reset logic to allow devices to be reset any time
` [PATCH 22/33] arm_mpam: Use a static key to indicate when mpam is enabled
` [PATCH 23/33] arm_mpam: Allow configuration to be applied and restored during cpu online
` [PATCH 24/33] arm_mpam: Probe and reset the rest of the features
` [PATCH 25/33] arm_mpam: Add helpers to allocate monitors
` [PATCH 26/33] arm_mpam: Add mpam_msmon_read() to read monitor value
[rafael-pm:bleeding-edge] BUILD SUCCESS d6723a6d18bcfd5835c6dc634ea75104992c19bc
2025-11-16 5:23 UTC
[PATCH RFC 0/8] thermal: core: Allow setting the parent device of thermal zone/cooling devices
2025-11-15 20:07 UTC (7+ messages)
` [PATCH RFC 1/8] thermal: core: Allow setting the parent device of cooling devices
` [PATCH RFC 2/8] thermal: core: Set parent device in thermal_of_cooling_device_register()
` [PATCH RFC 3/8] ACPI: processor: Stop creating "device" sysfs link
[PATCH v2 0/3] PM: runtime: Wrapper macros for usage counter guards
2025-11-14 20:15 UTC (11+ messages)
` [PATCH v2 1/3] PM: runtime: Wrapper macros for ACQUIRE()/ACQUIRE_ERR()
` [PATCH v2 2/3] ACPI: TAD: Use PM_RUNTIME_ACQUIRE()/PM_RUNTIME_ACQUIRE_ERR()
` [PATCH v2 3/3] PCI/sysfs: "
[PATCH v4 00/29] lan966x pci device: Add support for SFPs
2025-11-14 17:48 UTC (8+ messages)
` [PATCH v4 05/29] dt-bindings: bus: Add simple-platform-bus
[PATCH v4] ACPI: AGDI: Add interrupt signaling mode support
2025-11-14 15:23 UTC (7+ messages)
[GIT PULL] ACPI support fixes for v6.18-rc6
2025-11-14 0:41 UTC (2+ messages)
[rafael-pm:fixes] BUILD SUCCESS 6306e0cca7bfa0d3caac250fbd6f71e2b7853ee3
2025-11-14 0:12 UTC
[PATCH v3 0/7] syscore: Pass context data to callbacks
2025-11-13 19:18 UTC (6+ messages)
` [PATCH v3 1/7] "
[PATCH v4 0/8] Enhanced autonomous selection and improvements
2025-11-13 15:15 UTC (11+ messages)
` [PATCH v4 3/8] ACPI: CPPC: extend APIs to support auto_sel and epp
` [PATCH v4 4/8] ACPI: CPPC: add APIs and sysfs interface for min/max_perf
` [PATCH v4 5/8] ACPI: CPPC: add APIs and sysfs interface for perf_limited register
` [PATCH v4 6/8] cpufreq: CPPC: Add sysfs for min/max_perf and perf_limited
` [PATCH v4 8/8] cpufreq: CPPC: add autonomous mode boot parameter support
[PATCH v4 00/26] genirq: Add support for percpu_devid IRQ affinity
2025-11-13 13:39 UTC (33+ messages)
` [PATCH v4 05/26] irqchip/gic-v3: Add FW info retrieval support
` [PATCH v4 07/26] coresight: trbe: Convert to new IRQ affinity retrieval API
` [PATCH v4 08/26] perf: arm_pmu: "
` [PATCH v4 09/26] perf: arm_spe_pmu: "
` [PATCH v4 10/26] irqchip/gic-v3: Switch high priority PPIs over to handle_percpu_devid_irq()
` [PATCH v4 11/26] genirq: Kill handle_percpu_devid_fasteoi_nmi()
` [PATCH v4 12/26] genirq: Merge irqaction::{dev_id,percpu_dev_id}
` [PATCH v4 14/26] genirq: Add affinity to percpu_devid interrupt requests
` [PATCH v4 15/26] genirq: Update request_percpu_nmi() to take an affinity
` [PATCH v4 16/26] genirq: Allow per-cpu interrupt sharing for non-overlapping affinities
` [PATCH v4 17/26] genirq: Add request_percpu_irq_affinity() helper
` [PATCH v4 18/26] perf: arm_pmu: Request specific affinities for percpu NMI/IRQ
` [PATCH v4 19/26] perf: arm_spe_pmu: Request specific affinities for percpu IRQ
` [PATCH v4 20/26] coresight: trbe: "
` [PATCH v4 25/26] irqdomain: Kill of_node_to_fwnode() helper
[PATCH v6 0/8] reset: rework reset-gpios handling
2025-11-13 12:39 UTC (6+ messages)
[PATCH v1 0/3] PM: runtime: Wrapper macros for usage counter guards
2025-11-13 11:35 UTC (7+ messages)
[PATCH v3] cpufreq: CPPC: Update FIE arch_freq_scale in ticks for non-PCC regs
2025-11-13 8:18 UTC (5+ messages)
[RESEND PATCH v4 0/2] acpi/hmat: hmat_register_target() refactor to address lockdep warning
2025-11-12 22:00 UTC (7+ messages)
` [RESEND PATCH v4 1/2] acpi/hmat: Return when generic target is updated
` [RESEND PATCH v4 2/2] acpi/hmat: Fix lockdep warning for hmem_register_resource()
[PATCH v2 0/3] Add extreme platform profile
2025-11-12 21:10 UTC (5+ messages)
` [PATCH v2 1/3] acpi: platform_profile - Add Extreme profile option
[PATCH] ACPI: property: Fix fwnode refcount leak in acpi_fwnode_graph_parse_endpoint()
2025-11-12 20:25 UTC (4+ 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