aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/resctrl/mpam_internal.h
AgeCommit message (Expand)AuthorFilesLines
2026-03-27arm_mpam: Quirk CMN-650's CSU NRDY behaviourJames Morse1-0/+6
2026-03-27arm_mpam: Add workaround for T241-MPAM-6Shanker Donthineni1-0/+1
2026-03-27arm_mpam: Add workaround for T241-MPAM-4Shanker Donthineni1-0/+1
2026-03-27arm_mpam: Add workaround for T241-MPAM-1Shanker Donthineni1-0/+9
2026-03-27arm_mpam: Add quirk frameworkShanker Donthineni1-0/+25
2026-03-27arm_mpam: resctrl: Call resctrl_init() on platforms that can support resctrlJames Morse1-0/+4
2026-03-27arm_mpam: resctrl: Allow resctrl to allocate monitorsJames Morse1-1/+13
2026-03-27arm_mpam: resctrl: Add monitor initialisation and domain boilerplateBen Horgan1-0/+15
2026-03-27arm_mpam: resctrl: Add CDP emulationJames Morse1-0/+1
2026-03-27arm_mpam: resctrl: Implement resctrl_arch_reset_all_ctrls()James Morse1-0/+3
2026-03-27arm_mpam: resctrl: Add boilerplate cpuhp and domain allocationJames Morse1-0/+21
2026-03-27arm64: mpam: Context switch the MPAM registersJames Morse1-2/+2
2026-03-27arm_mpam: Reset when feature configuration bit unsetBen Horgan1-4/+0
2026-01-16arm_mpam: Use non-atomic bitops when modifying feature bitmapBen Horgan1-2/+6
2026-01-16arm_mpam: Remove duplicate linux/srcu.h headerJiapeng Chong1-1/+0
2025-11-19arm_mpam: Add kunit tests for props_mismatch()James Morse1-1/+13
2025-11-19arm_mpam: Add helper to reset saved mbwu stateJames Morse1-0/+2
2025-11-19arm_mpam: Probe for long/lwd mbwu countersRohit Mathew1-0/+3
2025-11-19arm_mpam: Consider overflow in bandwidth counter stateBen Horgan1-1/+2
2025-11-19arm_mpam: Track bandwidth counter state for power managementJames Morse1-1/+20
2025-11-19arm_mpam: Add mpam_msmon_read() to read monitor valueJames Morse1-0/+19
2025-11-19arm_mpam: Add helpers to allocate monitorsJames Morse1-0/+35
2025-11-19arm_mpam: Probe and reset the rest of the featuresJames Morse1-0/+18
2025-11-19arm_mpam: Allow configuration to be applied and restored during cpu onlineJames Morse1-0/+27
2025-11-19arm_mpam: Use a static key to indicate when mpam is enabledJames Morse1-0/+8
2025-11-19arm_mpam: Register and enable IRQsJames Morse1-0/+13
2025-11-19arm_mpam: Reset MSC controls from cpuhp callbacksJames Morse1-0/+3
2025-11-19arm_mpam: Merge supported features during mpam_enable() into mpam_classJames Morse1-0/+3
2025-11-19arm_mpam: Probe the hardware features resctrl supportsJames Morse1-0/+33
2025-11-19arm_mpam: Add helpers for managing the locking around the mon_sel registersJames Morse1-0/+41
2025-11-19arm_mpam: Probe hardware to find the supported partid/pmg valuesJames Morse1-0/+6
2025-11-19arm_mpam: Add cpuhp callbacks to probe MSC hardwareJames Morse1-0/+5
2025-11-19arm_mpam: Add MPAM MSC register layout definitionsJames Morse1-0/+267
2025-11-19arm_mpam: Add the class and component structures for firmware described risJames Morse1-0/+94
2025-11-19arm_mpam: Add probe/remove for mpam msc driver and kbuild boiler plateJames Morse1-0/+49