aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/resctrl/rdtgroup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-23x86/resctrl: Add resctrl_rmid_realloc_limit to abstract x86's boot_cpu_dataJames Morse1-1/+1
2022-09-23x86/resctrl: Rename and change the units of resctrl_cqm_thresholdJames Morse1-7/+2
2022-09-22x86/resctrl: Remove architecture copy of mbps_valJames Morse1-3/+1
2022-09-22x86/resctrl: Switch over to the resctrl mbps_val listJames Morse1-6/+21
2022-09-22x86/resctrl: Create mba_sc configuration in the rdt_domainJames Morse1-0/+39
2022-09-22x86/resctrl: Abstract and use supports_mba_mbps()James Morse1-5/+14
2022-09-22x86/resctrl: Remove set_mba_sc()s control array re-initialisationJames Morse1-7/+3
2022-09-22x86/resctrl: Add domain offline callback for resctrl workJames Morse1-4/+41
2022-09-22x86/resctrl: Add domain online callback for resctrl workJames Morse1-5/+60
2022-09-22x86/resctrl: Merge mon_capable and mon_enabledJames Morse1-4/+4
2022-09-22x86/resctrl: Kill off alloc_enabledJames Morse1-3/+3
2022-04-10x86: Replace cpumask_weight() with cpumask_empty() where appropriateYury Norov1-7/+7
2022-02-23kernfs: move struct kernfs_root out of the public view.Greg Kroah-Hartman1-2/+2
2021-08-11x86/resctrl: Make resctrl_arch_get_config() return its valueJames Morse1-8/+12
2021-08-11x86/resctrl: Merge the CDP resourcesJames Morse1-67/+73
2021-08-11x86/resctrl: Remove rdt_cdp_peer_get()James Morse1-85/+14
2021-08-11x86/resctrl: Apply offset correction when config is stagedJames Morse1-7/+0
2021-08-11x86/resctrl: Make ctrlval arrays the same sizeJames Morse1-0/+9
2021-08-11x86/resctrl: Pass configuration type to resctrl_arch_get_config()James Morse1-12/+23
2021-08-11x86/resctrl: Add a helper to read a closid's configurationJames Morse1-25/+18
2021-08-11x86/resctrl: Rename update_domains() to resctrl_arch_update_domains()James Morse1-1/+1
2021-08-11x86/resctrl: Allow different CODE/DATA configurations to be stagedJames Morse1-2/+3
2021-08-11x86/resctrl: Group staged configuration into a separate structJames Morse1-9/+13
2021-08-11x86/resctrl: Move the schemata names into struct resctrl_schemaJames Morse1-4/+25
2021-08-11x86/resctrl: Add a helper to read/set the CDP configurationJames Morse1-31/+44
2021-08-11x86/resctrl: Swizzle rdt_resource and resctrl_schema in pseudo_lock_regionJames Morse1-2/+2
2021-08-11x86/resctrl: Pass the schema to resctrl filesystem functionsJames Morse1-8/+11
2021-08-11x86/resctrl: Add resctrl_arch_get_num_closid()James Morse1-2/+2
2021-08-11x86/resctrl: Store the effective num_closid in the schemaJames Morse1-9/+4
2021-08-11x86/resctrl: Walk the resctrl schema list instead of an arch listJames Morse1-6/+12
2021-08-11x86/resctrl: Label the resources with their configuration typeJames Morse1-0/+1
2021-08-11x86/resctrl: Pass the schema in info dir's private pointerJames Morse1-13/+25
2021-08-11x86/resctrl: Add a separate schema list for resctrlJames Morse1-1/+42
2021-08-11x86/resctrl: Split struct rdt_domainJames Morse1-10/+19
2021-08-11x86/resctrl: Split struct rdt_resourceJames Morse1-30/+38
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar1-1/+1
2021-03-18x86: Fix various typos in commentsIngo Molnar1-2/+2
2021-01-11x86/resctrl: Apply READ_ONCE/WRITE_ONCE to task_struct.{rmid,closid}Valentin Schneider1-5/+5
2021-01-11x86/resctrl: Use task_curr() instead of task_struct->on_cpu to prevent unnecessary IPIReinette Chatre1-9/+5
2021-01-08x86/resctrl: Don't move a task to the same resource groupFenghua Yu1-0/+7
2021-01-08x86/resctrl: Use an IPI instead of task_work_add() to update PQR_ASSOC MSRFenghua Yu1-69/+43
2020-12-14Merge tag 'x86_cache_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-12/+9
2020-12-01x86/resctrl: Clean up unused function parameter in rmdir pathXiaochen Shen1-10/+7
2020-12-01Merge tag 'v5.10-rc6' into x86/cacheBorislav Petkov1-39/+26
2020-12-01x86/resctrl: Fix AMD L3 QOS CDP enable/disableBabu Moger1-2/+7
2020-11-24x86/resctrl: Add necessary kernfs_put() calls to prevent refcount leakXiaochen Shen1-7/+25
2020-11-24x86/resctrl: Remove superfluous kernfs_get() calls to prevent refcount leakXiaochen Shen1-33/+2
2020-11-19x86/resctrl: Constify kernfs_opsRikard Falkeborn1-2/+2
2020-10-17task_work: cleanup notification modesJens Axboe1-1/+1
2020-08-26x86/resctrl: Enable user to view thread or core throttling modeFenghua Yu1-1/+52