summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/resctrl
Commit message (Expand)AuthorAgeFilesLines
* x86/resctrl: Fix to restore to original value when re-enabling hardware prefe...Kohei Tarumizu2022-10-261-3/+9
* x86/resctrl: Free the ctrlval arrays when domain_setup_mon_state() failsJames Morse2021-10-201-0/+2
* x86/resctrl: Fix a maybe-uninitialized build warning treated as errorBabu Moger2021-09-151-0/+6
* x86/resctrl: Fix default monitoring groups reportingBabu Moger2021-08-181-14/+13
* x86/resctrl: Don't move a task to the same resource groupFenghua Yu2021-01-171-0/+7
* x86/resctrl: Use an IPI instead of task_work_add() to update PQR_ASSOC MSRFenghua Yu2021-01-171-65/+43
* x86/resctrl: Fix incorrect local bandwidth when mba_sc is enabledXiaochen Shen2020-12-211-4/+2
* x86/resctrl: Remove unused struct mbm_state::chunks_bwJames Morse2020-12-212-4/+1
* x86/resctrl: Add necessary kernfs_put() calls to prevent refcount leakXiaochen Shen2020-12-021-7/+25
* x86/resctrl: Remove superfluous kernfs_get() calls to prevent refcount leakXiaochen Shen2020-12-021-33/+2
* x86/resctrl: Fix memory bandwidth counter width for AMDBabu Moger2020-07-093-1/+7
* x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in rdt_cdp_peer_get()Dan Carpenter2020-06-301-0/+1
* x86/resctrl: Fix invalid attempt at removing the default resource groupReinette Chatre2020-04-211-1/+2
* x86/resctrl: Preserve CDP enable over CPU hotplugJames Morse2020-04-213-0/+16
* x86/resctrl: Check monitoring static key in the MBM overflow handlerXiaochen Shen2020-03-052-2/+3
* x86/resctrl: Fix use-after-free due to inaccurate refcount of rdtgroupXiaochen Shen2020-02-051-2/+2
* x86/resctrl: Fix use-after-free when deleting resource groupsXiaochen Shen2020-02-051-2/+10
* x86/resctrl: Fix a deadlock due to inaccurate referenceXiaochen Shen2020-02-051-8/+8
* x86/resctrl: Fix potential memory leakShakeel Butt2020-01-231-3/+3
* x86/resctrl: Fix an imbalance in domain_remove_cpu()Qian Cai2020-01-231-1/+1
* x86/resctrl: Fix potential lockdep warningXiaochen Shen2019-11-131-4/+0
* x86/resctrl: Prevent NULL pointer dereference when reading mondataXiaochen Shen2019-11-031-0/+4
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-2/+1
|\
| * no need to protect against put_user_ns(NULL)Al Viro2019-05-251-2/+1
* | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-082-11/+7
|\ \
| * | x86/resctrl: Cleanup cbm_ensure_valid()Reinette Chatre2019-06-251-6/+6
| * | Merge branch 'x86/urgent' into x86/cacheThomas Gleixner2019-06-252-20/+25
| |\ \
| * | | x86/resctrl: Use _ASM_BX to avoid ifdefferyUros Bizjak2019-06-101-5/+1
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-081-1/+1
|\ \ \ \
| * \ \ \ Merge tag 'v5.2-rc5' into sched/core, to pick up fixesIngo Molnar2019-06-174-37/+13
| |\ \ \ \
| * | | | | sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior2019-06-031-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-291-19/+16
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | x86/resctrl: Prevent possible overrun during bitmap operationsReinette Chatre2019-06-201-19/+16
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-162-1/+9
|\| | | | |_|/ |/| |
| * | x86/resctrl: Prevent NULL pointer dereference when local MBM is disabledPrarit Bhargava2019-06-121-0/+3
| * | x86/resctrl: Don't stop walking closids when a locksetup group is foundJames Morse2019-06-121-1/+6
| |/
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-054-36/+4
|/
* x86/resctrl: Initialize a new resource group with default MBA valuesXiaochen Shen2019-04-182-21/+35
* x86/resctrl: Move per RDT domain initialization to a separate functionXiaochen Shen2019-04-171-59/+72
* x86/resctrl: Do not repeat rdtgroup mode initializationXiaochen Shen2019-04-141-1/+2
* x86/resctrl: Fix typos in the mba_sc mount optionXiaochen Shen2019-04-011-3/+3
* x86/resctrl: Remove unused variablePeng Hao2019-03-241-3/+0
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-03-122-69/+132
|\
| * kernfs, sysfs, cgroup, intel_rdt: Support fs_contextDavid Howells2019-02-282-69/+132
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-071-7/+0
|\ \
| * | x86/resctrl: Remove duplicate MSR_MISC_FEATURE_CONTROL definitionReinette Chatre2019-02-051-7/+0
* | | x86/resctrl: Avoid confusion over the new X86_RESCTRL configJohannes Weiner2019-02-021-2/+2
| |/ |/|
* | x86/cache: Rename config option to CONFIG_X86_RESCTRLBorislav Petkov2019-01-091-2/+2
|/
* Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-12-261-0/+4
* x86/resctrl: Fix rdt_find_domain() return value and checksReinette Chatre2018-12-113-3/+3