kernel/kernel.changelog
CKI KWF Bot ee1006ad86 kernel-5.14.0-699.el9
* Tue Apr 28 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-699.el9]
- redhat/configs: Enable MPAM options (Gavin Shan) [RHEL-164227]
- arm_mpam: resctrl: Make resctrl_mon_ctx_waiters static (Gavin Shan) [RHEL-164227]
- arm_mpam: resctrl: Fix the check for no monitor components found (Gavin Shan) [RHEL-164227]
- arm_mpam: resctrl: Fix MBA CDP alloc_capable handling on unmount (Gavin Shan) [RHEL-164227]
- arm64: mpam: Add initial MPAM documentation (Gavin Shan) [RHEL-164227]
- arm_mpam: Quirk CMN-650's CSU NRDY behaviour (Gavin Shan) [RHEL-164227]
- arm_mpam: Add workaround for T241-MPAM-6 (Gavin Shan) [RHEL-164227]
- arm_mpam: Add workaround for T241-MPAM-4 (Gavin Shan) [RHEL-164227]
- arm_mpam: Add workaround for T241-MPAM-1 (Gavin Shan) [RHEL-164227]
- arm_mpam: Add quirk framework (Gavin Shan) [RHEL-164227]
- arm_mpam: resctrl: Call resctrl_init() on platforms that can support resctrl (Gavin Shan) [RHEL-164227]
- arm64: mpam: Select ARCH_HAS_CPU_RESCTRL (Gavin Shan) [RHEL-164227]
- arm_mpam: resctrl: Add empty definitions for assorted resctrl functions (Gavin Shan) [RHEL-164227]
- arm_mpam: resctrl: Update the rmid reallocation limit (Gavin Shan) [RHEL-164227]
- arm_mpam: resctrl: Add resctrl_arch_rmid_read() (Gavin Shan) [RHEL-164227]
- arm_mpam: resctrl: Allow resctrl to allocate monitors (Gavin Shan) [RHEL-164227]
- arm_mpam: resctrl: Add support for csu counters (Gavin Shan) [RHEL-164227]
- arm_mpam: resctrl: Add monitor initialisation and domain boilerplate (Gavin Shan) [RHEL-164227]
- arm_mpam: resctrl: Add kunit test for control format conversions (Gavin Shan) [RHEL-164227]
- arm_mpam: resctrl: Add support for 'MB' resource (Gavin Shan) [RHEL-164227]
- arm_mpam: resctrl: Wait for cacheinfo to be ready (Gavin Shan) [RHEL-164227]
- arm_mpam: resctrl: Add rmid index helpers (Gavin Shan) [RHEL-164227]
- arm_mpam: resctrl: Convert to/from MPAMs fixed-point formats (Gavin Shan) [RHEL-164227]
- arm_mpam: resctrl: Hide CDP emulation behind CONFIG_EXPERT (Gavin Shan) [RHEL-164227]
- arm_mpam: resctrl: Add CDP emulation (Gavin Shan) [RHEL-164227]
- arm_mpam: resctrl: Add plumbing against arm64 task and cpu hooks (Gavin Shan) [RHEL-164227]
- arm_mpam: resctrl: Implement helpers to update configuration (Gavin Shan) [RHEL-164227]
- arm_mpam: resctrl: Add resctrl_arch_get_config() (Gavin Shan) [RHEL-164227]
- arm_mpam: resctrl: Implement resctrl_arch_reset_all_ctrls() (Gavin Shan) [RHEL-164227]
- arm_mpam: resctrl: Pick the caches we will use as resctrl resources (Gavin Shan) [RHEL-164227]
- arm_mpam: resctrl: Add boilerplate cpuhp and domain allocation (Gavin Shan) [RHEL-164227]
- KVM: arm64: Force guest EL1 to use user-space's partid configuration (Gavin Shan) [RHEL-164227]
- arm64: mpam: Add helpers to change a task or cpu's MPAM PARTID/PMG values (Gavin Shan) [RHEL-164227]
- arm64: mpam: Initialise and context switch the MPAMSM_EL1 register (Gavin Shan) [RHEL-164227]
- arm64: mpam: Add cpu_pm notifier to restore MPAM sysregs (Gavin Shan) [RHEL-164227]
- arm64: mpam: Advertise the CPUs MPAM limits to the driver (Gavin Shan) [RHEL-164227]
- arm64: mpam: Drop the CONFIG_EXPERT restriction (Gavin Shan) [RHEL-164227]
- arm64: mpam: Re-initialise MPAM regs when CPU comes online (Gavin Shan) [RHEL-164227]
- arm64: mpam: Context switch the MPAM registers (Gavin Shan) [RHEL-164227]
- KVM: arm64: Make MPAMSM_EL1 accesses UNDEF (Gavin Shan) [RHEL-164227]
- KVM: arm64: Preserve host MPAM configuration when changing traps (Gavin Shan) [RHEL-164227]
- arm64/sysreg: Add MPAMSM_EL1 register (Gavin Shan) [RHEL-164227]
- arm_mpam: Reset when feature configuration bit unset (Gavin Shan) [RHEL-164227]
- arm_mpam: Ensure in_reset_state is false after applying configuration (Gavin Shan) [RHEL-164227]
- arm_mpam: Force __iomem casts (Gavin Shan) [RHEL-100931]
- arm_mpam: Disable preemption when making accesses to fake MSC in kunit test (Gavin Shan) [RHEL-100931]
- arm_mpam: Fix null pointer dereference when restoring bandwidth counters (Gavin Shan) [RHEL-100931]
- arm_mpam: Use non-atomic bitops when modifying feature bitmap (Gavin Shan) [RHEL-100931]
- arm_mpam: Remove duplicate linux/srcu.h header (Gavin Shan) [RHEL-100931]
- arm_mpam: Stop using uninitialized variables in __ris_msmon_read() (Gavin Shan) [RHEL-100931]
- MAINTAINERS: new entry for MPAM Driver (Gavin Shan) [RHEL-100931]
- arm_mpam: Add kunit tests for props_mismatch() (Gavin Shan) [RHEL-100931]
- arm_mpam: Add kunit test for bitmap reset (Gavin Shan) [RHEL-100931]
- arm_mpam: Add helper to reset saved mbwu state (Gavin Shan) [RHEL-100931]
- arm_mpam: Use long MBWU counters if supported (Gavin Shan) [RHEL-100931]
- arm_mpam: Probe for long/lwd mbwu counters (Gavin Shan) [RHEL-100931]
- arm_mpam: Consider overflow in bandwidth counter state (Gavin Shan) [RHEL-100931]
- arm_mpam: Track bandwidth counter state for power management (Gavin Shan) [RHEL-100931]
- arm_mpam: Add mpam_msmon_read() to read monitor value (Gavin Shan) [RHEL-100931]
- arm_mpam: Add helpers to allocate monitors (Gavin Shan) [RHEL-100931]
- arm_mpam: Probe and reset the rest of the features (Gavin Shan) [RHEL-100931]
- arm_mpam: Allow configuration to be applied and restored during cpu online (Gavin Shan) [RHEL-100931]
- arm_mpam: Use a static key to indicate when mpam is enabled (Gavin Shan) [RHEL-100931]
- arm_mpam: Register and enable IRQs (Gavin Shan) [RHEL-100931]
- arm_mpam: Extend reset logic to allow devices to be reset any time (Gavin Shan) [RHEL-100931]
- arm_mpam: Add a helper to touch an MSC from any CPU (Gavin Shan) [RHEL-100931]
- arm_mpam: Reset MSC controls from cpuhp callbacks (Gavin Shan) [RHEL-100931]
- arm_mpam: Merge supported features during mpam_enable() into mpam_class (Gavin Shan) [RHEL-100931]
- arm_mpam: Probe the hardware features resctrl supports (Gavin Shan) [RHEL-100931]
- arm_mpam: Add helpers for managing the locking around the mon_sel registers (Gavin Shan) [RHEL-100931]
- arm_mpam: Probe hardware to find the supported partid/pmg values (Gavin Shan) [RHEL-100931]
- arm_mpam: Add cpuhp callbacks to probe MSC hardware (Gavin Shan) [RHEL-100931]
- arm_mpam: Add MPAM MSC register layout definitions (Gavin Shan) [RHEL-100931]
- arm_mpam: Add the class and component structures for firmware described ris (Gavin Shan) [RHEL-100931]
- arm_mpam: Add probe/remove for mpam msc driver and kbuild boiler plate (Gavin Shan) [RHEL-100931]
- ACPI / MPAM: Parse the MPAM table (Gavin Shan) [RHEL-100931]
- ACPI: Define acpi_put_table cleanup handler and acpi_get_table_pointer() helper (Gavin Shan) [RHEL-100931]
- platform: Define platform_device_put cleanup handler (Gavin Shan) [RHEL-100931]
- arm64: kconfig: Add Kconfig entry for MPAM (Gavin Shan) [RHEL-100931]
- ACPI / PPTT: Add a helper to fill a cpumask from a cache_id (Gavin Shan) [RHEL-100931]
- ACPI / PPTT: Find cache level by cache-id (Gavin Shan) [RHEL-100931]
- ACPI / PPTT: Add acpi_pptt_cache_v1_full to use pptt cache as one structure (Gavin Shan) [RHEL-100931]
- ACPI / PPTT: Stop acpi_count_levels() expecting callers to clear levels (Gavin Shan) [RHEL-100931]
- ACPI / PPTT: Add a helper to fill a cpumask from a processor container (Gavin Shan) [RHEL-100931]
- cpumask: Add initialiser to use cleanup helpers (Gavin Shan) [RHEL-100931]
- ACPICA: MPAM: Correct the typo in struct acpi_mpam_msc_node member (Gavin Shan) [RHEL-100931]
- ACPICA: Add support for Arm's MPAM ACPI table version 2 (Gavin Shan) [RHEL-100931]
- platform/x86/amd/pmf: Added a module parameter to disable the Smart PC function (David Arcari) [RHEL-128575]
- platform/x86/amd/pmf: Introduce new interface to export NPU metrics (David Arcari) [RHEL-128575]
- platform/x86/amd/pmf: Prevent TEE errors after hibernate (David Arcari) [RHEL-128575]
- platform/x86/amd/pmf: Use ring buffer to store custom BIOS input values (David Arcari) [RHEL-128575]
- platform/x86/amd/pmf: Use devm_mutex_init() for mutex initialization (David Arcari) [RHEL-128575]
- platform/x86/amd/pmf: Add BIOS_INPUTS_MAX macro to replace hardcoded array size (David Arcari) [RHEL-128575]
- platform/x86/amd/pmf: Refactor repetitive BIOS output handling (David Arcari) [RHEL-128575]
- platform/x86/amd/pmf: Replace magic table id with METRICS_TABLE_ID (David Arcari) [RHEL-128575]
- platform/x86/amd/pmf: Use explicit SET_CMD/GET_CMD flags in amd_pmf_send_cmd() (David Arcari) [RHEL-128575]
- platform/x86/amd/pmf: Rename IPU metrics fields to NPU for consistency (David Arcari) [RHEL-128575]
- platform/x86/amd/pmf: Support new ACPI ID AMDI0108 (David Arcari) [RHEL-128575]
- platform/x86/amd/pmf: Add debug logs for pending requests and custom BIOS inputs (David Arcari) [RHEL-128575]
- platform/x86/amd/pmf: Call enact function sooner to process early pending requests (David Arcari) [RHEL-128575]
- platform/x86/amd/pmf: Preserve custom BIOS inputs for evaluating the policies (David Arcari) [RHEL-128575]
- platform/x86/amd/pmf: Add custom BIOS input support for AMD_CPU_ID_PS (David Arcari) [RHEL-128575]
- platform/x86/amd/pmf: Add helper to verify BIOS input notifications are enable/disable (David Arcari) [RHEL-128575]
- platform/x86/amd/pmf: Update ta_pmf_action structure member (David Arcari) [RHEL-128575]
- platform/x86/amd/pmf: Extend custom BIOS inputs for more policies (David Arcari) [RHEL-128575]
- platform/x86/amd/pmf: Fix the custom bios input handling mechanism (David Arcari) [RHEL-128575]
- platform/x86/amd/pmf: Add support for adjusting PMF PPT and PPT APU thresholds (David Arcari) [RHEL-128575]
- platform/x86/amd/pmf: Remove redundant ternary operators (David Arcari) [RHEL-128575]
- dpll: zl3073x: Remove redundant cleanup in devm_dpll_init() (CKI Backport Bot) [RHEL-164439]
- dpll: zl3073x: fix REF_PHASE_OFFSET_COMP register width for some chip IDs (CKI Backport Bot) [RHEL-164439]
- dpll: zl3073x: Fix ref frequency setting (CKI Backport Bot) [RHEL-164439]
- dpll: zl3073x: Include current frequency in supported frequencies list (CKI Backport Bot) [RHEL-164439]
- dpll: zl3073x: Add output pin frequency helper (CKI Backport Bot) [RHEL-164439]
- ipv4: ip_gre: make ipgre_header() robust (Guillaume Nault) [RHEL-152693]
- ip6_tunnel: use skb_vlan_inet_prepare() in __ip6_tnl_rcv() (Guillaume Nault) [RHEL-152693]
- erspan: Initialize options_len before referencing options. (Guillaume Nault) [RHEL-152693]
- arp: do not assume dev_hard_header() does not change skb->head (Guillaume Nault) [RHEL-152693]
- ip6_gre: make ip6gre_header() robust (Guillaume Nault) [RHEL-152693]
- net/ip6_tunnel: Prevent perpetual tunnel growth (Guillaume Nault) [RHEL-152693]
- vxlan: Handle error of rtnl_register_module(). (Guillaume Nault) [RHEL-152693]
- sched/deadline: Fix missing ENQUEUE_REPLENISH during PI de-boosting (Herton R. Krzesinski) [RHEL-157267]
- iommu/amd: Fix potential out-of-bounds read in iommu_mmio_show (Jerry Snitselaar) [RHEL-140473]
- redhat/configs: Enable AMD IOMMU DebugFS support (Jerry Snitselaar) [RHEL-140473]
Resolves: RHEL-100931, RHEL-128575, RHEL-140473, RHEL-152693, RHEL-157267, RHEL-164227, RHEL-164439

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2026-04-28 08:25:20 +00:00

13 MiB

The file is too large to be shown. View Raw