summaryrefslogtreecommitdiffstats
path: root/drivers/resctrl
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-16arm_mpam: Use non-atomic bitops when modifying feature bitmapBen Horgan-2/+6
2026-01-16arm_mpam: Remove duplicate linux/srcu.h headerJiapeng Chong-1/+0
2026-01-08arm_mpam: Stop using uninitialized variables in __ris_msmon_read()Ben Horgan-3/+4
2025-11-19arm_mpam: Add kunit tests for props_mismatch()James Morse-1/+333
2025-11-19arm_mpam: Add kunit test for bitmap resetJames Morse-0/+82
2025-11-19arm_mpam: Add helper to reset saved mbwu stateJames Morse-1/+49
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/+26
2025-11-19arm_mpam: Consider overflow in bandwidth counter stateBen Horgan-3/+24
2025-11-19arm_mpam: Track bandwidth counter state for power managementJames Morse-2/+145
2025-11-19arm_mpam: Add mpam_msmon_read() to read monitor valueJames Morse-0/+254
2025-11-19arm_mpam: Add helpers to allocate monitorsJames Morse-0/+37
2025-11-19arm_mpam: Probe and reset the rest of the featuresJames Morse-0/+206
2025-11-19arm_mpam: Allow configuration to be applied and restored during cpu onlineJames Morse-25/+290
2025-11-19arm_mpam: Use a static key to indicate when mpam is enabledJames Morse-0/+20
2025-11-19arm_mpam: Register and enable IRQsJames Morse-0/+293
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/+112
2025-11-19arm_mpam: Merge supported features during mpam_enable() into mpam_classJames Morse-0/+217
2025-11-19arm_mpam: Probe the hardware features resctrl supportsJames Morse-0/+182
2025-11-19arm_mpam: Add helpers for managing the locking around the mon_sel registersJames Morse-0/+43
2025-11-19arm_mpam: Probe hardware to find the supported partid/pmg valuesJames Morse-1/+153
2025-11-19arm_mpam: Add cpuhp callbacks to probe MSC hardwareJames Morse-1/+180
2025-11-19arm_mpam: Add MPAM MSC register layout definitionsJames Morse-0/+267
2025-11-19arm_mpam: Add the class and component structures for firmware described risJames Morse-1/+485
2025-11-19arm_mpam: Add probe/remove for mpam msc driver and kbuild boiler plateJames Morse-0/+258