aboutsummaryrefslogtreecommitdiff
path: root/drivers/resctrl
AgeCommit message (Expand)AuthorFilesLines
2026-04-20Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+10
2026-04-17arm_mpam: resctrl: Make resctrl_mon_ctx_waiters staticBen Horgan1-1/+1
2026-04-17arm_mpam: resctrl: Fix the check for no monitor components foundBen Horgan1-1/+1
2026-04-17arm_mpam: resctrl: Fix MBA CDP alloc_capable handling on unmountZeng Heng1-0/+8
2026-04-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds6-45/+2395
2026-03-27arm_mpam: Quirk CMN-650's CSU NRDY behaviourJames Morse2-0/+18
2026-03-27arm_mpam: Add workaround for T241-MPAM-6Shanker Donthineni2-2/+25
2026-03-27arm_mpam: Add workaround for T241-MPAM-4Shanker Donthineni2-3/+53
2026-03-27arm_mpam: Add workaround for T241-MPAM-1Shanker Donthineni2-0/+97
2026-03-27arm_mpam: Add quirk frameworkShanker Donthineni2-0/+57
2026-03-27arm_mpam: resctrl: Call resctrl_init() on platforms that can support resctrlJames Morse3-5/+94
2026-03-27arm64: mpam: Select ARCH_HAS_CPU_RESCTRLJames Morse2-1/+8
2026-03-27arm_mpam: resctrl: Add empty definitions for assorted resctrl functionsJames Morse1-0/+65
2026-03-27arm_mpam: resctrl: Update the rmid reallocation limitJames Morse1-0/+39
2026-03-27arm_mpam: resctrl: Add resctrl_arch_rmid_read()James Morse1-0/+82
2026-03-27arm_mpam: resctrl: Allow resctrl to allocate monitorsJames Morse2-1/+80
2026-03-27arm_mpam: resctrl: Add support for csu countersJames Morse1-0/+83
2026-03-27arm_mpam: resctrl: Add monitor initialisation and domain boilerplateBen Horgan2-11/+235
2026-03-27arm_mpam: resctrl: Add kunit test for control format conversionsDave Martin2-0/+319
2026-03-27arm_mpam: resctrl: Add support for 'MB' resourceJames Morse1-1/+280
2026-03-27arm_mpam: resctrl: Wait for cacheinfo to be readyBen Horgan1-0/+19
2026-03-27arm_mpam: resctrl: Add rmid index helpersBen Horgan1-0/+16
2026-03-27arm_mpam: resctrl: Convert to/from MPAMs fixed-point formatsDave Martin2-0/+58
2026-03-27arm_mpam: resctrl: Hide CDP emulation behind CONFIG_EXPERTBen Horgan1-0/+12
2026-03-27arm_mpam: resctrl: Add CDP emulationJames Morse2-0/+123
2026-03-27arm_mpam: resctrl: Add plumbing against arm64 task and cpu hooksJames Morse1-0/+58
2026-03-27arm_mpam: resctrl: Implement helpers to update configurationJames Morse1-0/+70
2026-03-27arm_mpam: resctrl: Add resctrl_arch_get_config()James Morse1-0/+43
2026-03-27arm_mpam: resctrl: Implement resctrl_arch_reset_all_ctrls()James Morse3-1/+17
2026-03-27arm_mpam: resctrl: Pick the caches we will use as resctrl resourcesJames Morse1-2/+89
2026-03-27arm_mpam: resctrl: Add boilerplate cpuhp and domain allocationJames Morse4-0/+358
2026-03-27arm64: mpam: Drop the CONFIG_EXPERT restrictionBen Horgan1-1/+1
2026-03-27arm64: mpam: Context switch the MPAM registersJames Morse2-4/+2
2026-03-27arm_mpam: Reset when feature configuration bit unsetBen Horgan2-32/+12
2026-03-27arm_mpam: Ensure in_reset_state is false after applying configurationZeng Heng1-0/+1
2026-03-13arm_mpam: Force __iomem castsKrzysztof Kozlowski1-2/+2
2026-03-13arm_mpam: Disable preemption when making accesses to fake MSC in kunit testBen Horgan1-5/+13
2026-03-13arm_mpam: Fix null pointer dereference when restoring bandwidth countersBen Horgan1-0/+2
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-7/+7
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
2026-01-08arm_mpam: Stop using uninitialized variables in __ris_msmon_read()Ben Horgan1-3/+4
2025-11-19arm_mpam: Add kunit tests for props_mismatch()James Morse2-1/+333
2025-11-19arm_mpam: Add kunit test for bitmap resetJames Morse3-0/+82
2025-11-19arm_mpam: Add helper to reset saved mbwu stateJames Morse2-1/+49
2025-11-19arm_mpam: Use long MBWU counters if supportedRohit Mathew1-19/+126
2025-11-19arm_mpam: Probe for long/lwd mbwu countersRohit Mathew2-12/+26
2025-11-19arm_mpam: Consider overflow in bandwidth counter stateBen Horgan2-3/+24