summaryrefslogtreecommitdiffstats
path: root/drivers/resctrl/mpam_devices.c
AgeCommit message (Expand)AuthorLines
7 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-2/+1
7 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
8 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-7/+7
2026-01-08arm_mpam: Stop using uninitialized variables in __ris_msmon_read()Ben Horgan-3/+4
2025-11-19arm_mpam: Add kunit test for bitmap resetJames Morse-0/+4
2025-11-19arm_mpam: Add helper to reset saved mbwu stateJames Morse-1/+47
2025-11-19arm_mpam: Use long MBWU counters if supportedRohit Mathew-19/+126
2025-11-19arm_mpam: Probe for long/lwd mbwu countersRohit Mathew-12/+23
2025-11-19arm_mpam: Consider overflow in bandwidth counter stateBen Horgan-2/+22
2025-11-19arm_mpam: Track bandwidth counter state for power managementJames Morse-1/+125
2025-11-19arm_mpam: Add mpam_msmon_read() to read monitor valueJames Morse-0/+235
2025-11-19arm_mpam: Add helpers to allocate monitorsJames Morse-0/+2
2025-11-19arm_mpam: Probe and reset the rest of the featuresJames Morse-0/+188
2025-11-19arm_mpam: Allow configuration to be applied and restored during cpu onlineJames Morse-25/+263
2025-11-19arm_mpam: Use a static key to indicate when mpam is enabledJames Morse-0/+12
2025-11-19arm_mpam: Register and enable IRQsJames Morse-0/+280
2025-11-19arm_mpam: Extend reset logic to allow devices to be reset any timeJames Morse-3/+54
2025-11-19arm_mpam: Add a helper to touch an MSC from any CPUJames Morse-3/+34
2025-11-19arm_mpam: Reset MSC controls from cpuhp callbacksJames Morse-0/+109
2025-11-19arm_mpam: Merge supported features during mpam_enable() into mpam_classJames Morse-0/+214
2025-11-19arm_mpam: Probe the hardware features resctrl supportsJames Morse-0/+149
2025-11-19arm_mpam: Add helpers for managing the locking around the mon_sel registersJames Morse-0/+2
2025-11-19arm_mpam: Probe hardware to find the supported partid/pmg valuesJames Morse-1/+147
2025-11-19arm_mpam: Add cpuhp callbacks to probe MSC hardwareJames Morse-1/+175
2025-11-19arm_mpam: Add the class and component structures for firmware described risJames Morse-1/+391
2025-11-19arm_mpam: Add probe/remove for mpam msc driver and kbuild boiler plateJames Morse-0/+190