summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/resctrl/rdtgroup.c
AgeCommit message (Expand)AuthorLines
2021-08-11x86/resctrl: Make resctrl_arch_get_config() return its valueJames Morse-8/+12
2021-08-11x86/resctrl: Merge the CDP resourcesJames Morse-67/+73
2021-08-11x86/resctrl: Remove rdt_cdp_peer_get()James Morse-85/+14
2021-08-11x86/resctrl: Apply offset correction when config is stagedJames Morse-7/+0
2021-08-11x86/resctrl: Make ctrlval arrays the same sizeJames Morse-0/+9
2021-08-11x86/resctrl: Pass configuration type to resctrl_arch_get_config()James Morse-12/+23
2021-08-11x86/resctrl: Add a helper to read a closid's configurationJames Morse-25/+18
2021-08-11x86/resctrl: Rename update_domains() to resctrl_arch_update_domains()James Morse-1/+1
2021-08-11x86/resctrl: Allow different CODE/DATA configurations to be stagedJames Morse-2/+3
2021-08-11x86/resctrl: Group staged configuration into a separate structJames Morse-9/+13
2021-08-11x86/resctrl: Move the schemata names into struct resctrl_schemaJames Morse-4/+25
2021-08-11x86/resctrl: Add a helper to read/set the CDP configurationJames Morse-31/+44
2021-08-11x86/resctrl: Swizzle rdt_resource and resctrl_schema in pseudo_lock_regionJames Morse-2/+2
2021-08-11x86/resctrl: Pass the schema to resctrl filesystem functionsJames Morse-8/+11
2021-08-11x86/resctrl: Add resctrl_arch_get_num_closid()James Morse-2/+2
2021-08-11x86/resctrl: Store the effective num_closid in the schemaJames Morse-9/+4
2021-08-11x86/resctrl: Walk the resctrl schema list instead of an arch listJames Morse-6/+12
2021-08-11x86/resctrl: Label the resources with their configuration typeJames Morse-0/+1
2021-08-11x86/resctrl: Pass the schema in info dir's private pointerJames Morse-13/+25
2021-08-11x86/resctrl: Add a separate schema list for resctrlJames Morse-1/+42
2021-08-11x86/resctrl: Split struct rdt_domainJames Morse-10/+19
2021-08-11x86/resctrl: Split struct rdt_resourceJames Morse-30/+38
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar-1/+1
2021-03-18x86: Fix various typos in commentsIngo Molnar-2/+2
2021-01-11x86/resctrl: Apply READ_ONCE/WRITE_ONCE to task_struct.{rmid,closid}Valentin Schneider-5/+5
2021-01-11x86/resctrl: Use task_curr() instead of task_struct->on_cpu to prevent unnece...Reinette Chatre-9/+5
2021-01-08x86/resctrl: Don't move a task to the same resource groupFenghua Yu-0/+7
2021-01-08x86/resctrl: Use an IPI instead of task_work_add() to update PQR_ASSOC MSRFenghua Yu-69/+43
2020-12-14Merge tag 'x86_cache_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-12/+9
2020-12-01x86/resctrl: Clean up unused function parameter in rmdir pathXiaochen Shen-10/+7
2020-12-01Merge tag 'v5.10-rc6' into x86/cacheBorislav Petkov-39/+26
2020-12-01x86/resctrl: Fix AMD L3 QOS CDP enable/disableBabu Moger-2/+7
2020-11-24x86/resctrl: Add necessary kernfs_put() calls to prevent refcount leakXiaochen Shen-7/+25
2020-11-24x86/resctrl: Remove superfluous kernfs_get() calls to prevent refcount leakXiaochen Shen-33/+2
2020-11-19x86/resctrl: Constify kernfs_opsRikard Falkeborn-2/+2
2020-10-17task_work: cleanup notification modesJens Axboe-1/+1
2020-08-26x86/resctrl: Enable user to view thread or core throttling modeFenghua Yu-1/+52
2020-08-19x86/resctrl: Use is_closid_match() in more placesJames Morse-16/+14
2020-08-18x86/resctrl: Fix stale commentJames Morse-1/+1
2020-06-17x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in rdt_cdp_peer_get()Dan Carpenter-0/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse-3/+3
2020-05-06x86/resctrl: Maintain MBM counter width per resourceReinette Chatre-1/+1
2020-05-06x86/resctrl: Rename asm/resctrl_sched.h to asm/resctrl.hReinette Chatre-1/+1
2020-04-17x86/resctrl: Preserve CDP enable over CPU hotplugJames Morse-0/+13
2020-04-17x86/resctrl: Fix invalid attempt at removing the default resource groupReinette Chatre-1/+2
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-8/+3
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro-7/+3
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen-1/+0
2020-01-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-23/+25
2020-01-28Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+90