summaryrefslogtreecommitdiffstats
path: root/drivers/resctrl
AgeCommit message (Expand)AuthorLines
2026-04-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-45/+2395
2026-03-27arm_mpam: Quirk CMN-650's CSU NRDY behaviourJames Morse-0/+18
2026-03-27arm_mpam: Add workaround for T241-MPAM-6Shanker Donthineni-2/+25
2026-03-27arm_mpam: Add workaround for T241-MPAM-4Shanker Donthineni-3/+53
2026-03-27arm_mpam: Add workaround for T241-MPAM-1Shanker Donthineni-0/+97
2026-03-27arm_mpam: Add quirk frameworkShanker Donthineni-0/+57
2026-03-27arm_mpam: resctrl: Call resctrl_init() on platforms that can support resctrlJames Morse-5/+94
2026-03-27arm64: mpam: Select ARCH_HAS_CPU_RESCTRLJames Morse-1/+8
2026-03-27arm_mpam: resctrl: Add empty definitions for assorted resctrl functionsJames Morse-0/+65
2026-03-27arm_mpam: resctrl: Update the rmid reallocation limitJames Morse-0/+39
2026-03-27arm_mpam: resctrl: Add resctrl_arch_rmid_read()James Morse-0/+82
2026-03-27arm_mpam: resctrl: Allow resctrl to allocate monitorsJames Morse-1/+80
2026-03-27arm_mpam: resctrl: Add support for csu countersJames Morse-0/+83
2026-03-27arm_mpam: resctrl: Add monitor initialisation and domain boilerplateBen Horgan-11/+235
2026-03-27arm_mpam: resctrl: Add kunit test for control format conversionsDave Martin-0/+319
2026-03-27arm_mpam: resctrl: Add support for 'MB' resourceJames Morse-1/+280
2026-03-27arm_mpam: resctrl: Wait for cacheinfo to be readyBen Horgan-0/+19
2026-03-27arm_mpam: resctrl: Add rmid index helpersBen Horgan-0/+16
2026-03-27arm_mpam: resctrl: Convert to/from MPAMs fixed-point formatsDave Martin-0/+58
2026-03-27arm_mpam: resctrl: Hide CDP emulation behind CONFIG_EXPERTBen Horgan-0/+12
2026-03-27arm_mpam: resctrl: Add CDP emulationJames Morse-0/+123
2026-03-27arm_mpam: resctrl: Add plumbing against arm64 task and cpu hooksJames Morse-0/+58
2026-03-27arm_mpam: resctrl: Implement helpers to update configurationJames Morse-0/+70
2026-03-27arm_mpam: resctrl: Add resctrl_arch_get_config()James Morse-0/+43
2026-03-27arm_mpam: resctrl: Implement resctrl_arch_reset_all_ctrls()James Morse-1/+17
2026-03-27arm_mpam: resctrl: Pick the caches we will use as resctrl resourcesJames Morse-2/+89
2026-03-27arm_mpam: resctrl: Add boilerplate cpuhp and domain allocationJames Morse-0/+358
2026-03-27arm64: mpam: Drop the CONFIG_EXPERT restrictionBen Horgan-1/+1
2026-03-27arm64: mpam: Context switch the MPAM registersJames Morse-4/+2
2026-03-27arm_mpam: Reset when feature configuration bit unsetBen Horgan-32/+12
2026-03-27arm_mpam: Ensure in_reset_state is false after applying configurationZeng Heng-0/+1
2026-03-13arm_mpam: Force __iomem castsKrzysztof Kozlowski-2/+2
2026-03-13arm_mpam: Disable preemption when making accesses to fake MSC in kunit testBen Horgan-5/+13
2026-03-13arm_mpam: Fix null pointer dereference when restoring bandwidth countersBen Horgan-0/+2
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: 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