summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/resctrl/rdtgroup.c
Commit message (Expand)AuthorAgeFilesLines
* x86: Replace cpumask_weight() with cpumask_empty() where appropriateYury Norov2022-04-101-7/+7
* kernfs: move struct kernfs_root out of the public view.Greg Kroah-Hartman2022-02-231-2/+2
* x86/resctrl: Make resctrl_arch_get_config() return its valueJames Morse2021-08-111-8/+12
* x86/resctrl: Merge the CDP resourcesJames Morse2021-08-111-67/+73
* x86/resctrl: Remove rdt_cdp_peer_get()James Morse2021-08-111-85/+14
* x86/resctrl: Apply offset correction when config is stagedJames Morse2021-08-111-7/+0
* x86/resctrl: Make ctrlval arrays the same sizeJames Morse2021-08-111-0/+9
* x86/resctrl: Pass configuration type to resctrl_arch_get_config()James Morse2021-08-111-12/+23
* x86/resctrl: Add a helper to read a closid's configurationJames Morse2021-08-111-25/+18
* x86/resctrl: Rename update_domains() to resctrl_arch_update_domains()James Morse2021-08-111-1/+1
* x86/resctrl: Allow different CODE/DATA configurations to be stagedJames Morse2021-08-111-2/+3
* x86/resctrl: Group staged configuration into a separate structJames Morse2021-08-111-9/+13
* x86/resctrl: Move the schemata names into struct resctrl_schemaJames Morse2021-08-111-4/+25
* x86/resctrl: Add a helper to read/set the CDP configurationJames Morse2021-08-111-31/+44
* x86/resctrl: Swizzle rdt_resource and resctrl_schema in pseudo_lock_regionJames Morse2021-08-111-2/+2
* x86/resctrl: Pass the schema to resctrl filesystem functionsJames Morse2021-08-111-8/+11
* x86/resctrl: Add resctrl_arch_get_num_closid()James Morse2021-08-111-2/+2
* x86/resctrl: Store the effective num_closid in the schemaJames Morse2021-08-111-9/+4
* x86/resctrl: Walk the resctrl schema list instead of an arch listJames Morse2021-08-111-6/+12
* x86/resctrl: Label the resources with their configuration typeJames Morse2021-08-111-0/+1
* x86/resctrl: Pass the schema in info dir's private pointerJames Morse2021-08-111-13/+25
* x86/resctrl: Add a separate schema list for resctrlJames Morse2021-08-111-1/+42
* x86/resctrl: Split struct rdt_domainJames Morse2021-08-111-10/+19
* x86/resctrl: Split struct rdt_resourceJames Morse2021-08-111-30/+38
* x86: Fix various typos in comments, take #2Ingo Molnar2021-03-211-1/+1
* x86: Fix various typos in commentsIngo Molnar2021-03-181-2/+2
* x86/resctrl: Apply READ_ONCE/WRITE_ONCE to task_struct.{rmid,closid}Valentin Schneider2021-01-111-5/+5
* x86/resctrl: Use task_curr() instead of task_struct->on_cpu to prevent unnece...Reinette Chatre2021-01-111-9/+5
* x86/resctrl: Don't move a task to the same resource groupFenghua Yu2021-01-081-0/+7
* x86/resctrl: Use an IPI instead of task_work_add() to update PQR_ASSOC MSRFenghua Yu2021-01-081-69/+43
* Merge tag 'x86_cache_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-141-12/+9
|\
| * x86/resctrl: Clean up unused function parameter in rmdir pathXiaochen Shen2020-12-011-10/+7
| * Merge tag 'v5.10-rc6' into x86/cacheBorislav Petkov2020-12-011-39/+26
| |\
| * | x86/resctrl: Constify kernfs_opsRikard Falkeborn2020-11-191-2/+2
* | | x86/resctrl: Fix AMD L3 QOS CDP enable/disableBabu Moger2020-12-011-2/+7
| |/ |/|
* | x86/resctrl: Add necessary kernfs_put() calls to prevent refcount leakXiaochen Shen2020-11-241-7/+25
* | x86/resctrl: Remove superfluous kernfs_get() calls to prevent refcount leakXiaochen Shen2020-11-241-33/+2
|/
* task_work: cleanup notification modesJens Axboe2020-10-171-1/+1
* x86/resctrl: Enable user to view thread or core throttling modeFenghua Yu2020-08-261-1/+52
* x86/resctrl: Use is_closid_match() in more placesJames Morse2020-08-191-16/+14
* x86/resctrl: Fix stale commentJames Morse2020-08-181-1/+1
* x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in rdt_cdp_peer_get()Dan Carpenter2020-06-171-0/+1
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-3/+3
* x86/resctrl: Maintain MBM counter width per resourceReinette Chatre2020-05-061-1/+1
* x86/resctrl: Rename asm/resctrl_sched.h to asm/resctrl.hReinette Chatre2020-05-061-1/+1
* x86/resctrl: Preserve CDP enable over CPU hotplugJames Morse2020-04-171-0/+13
* x86/resctrl: Fix invalid attempt at removing the default resource groupReinette Chatre2020-04-171-1/+2
* Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-081-8/+3
|\
| * fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-7/+3
| * fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-071-1/+0