aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/resctrl/rdtgroup.c
AgeCommit message (Expand)Author
2023-07-27x86/resctrl: Only show tasks' pid in current pid namespaceShawn Wang
2023-07-27x86/resctrl: Use is_closid_match() in more placesJames Morse
2023-03-11x86/resctl: fix scheduler confusion with 'current'Linus Torvalds
2023-03-11x86/resctrl: Apply READ_ONCE/WRITE_ONCE to task_struct.{rmid,closid}Valentin Schneider
2023-01-18x86/resctrl: Fix task CLOSID/RMID update racePeter Newman
2023-01-18x86/resctrl: Use task_curr() instead of task_struct->on_cpu to prevent unnece...Reinette Chatre
2021-01-17x86/resctrl: Don't move a task to the same resource groupFenghua Yu
2021-01-17x86/resctrl: Use an IPI instead of task_work_add() to update PQR_ASSOC MSRFenghua Yu
2020-12-02x86/resctrl: Add necessary kernfs_put() calls to prevent refcount leakXiaochen Shen
2020-12-02x86/resctrl: Remove superfluous kernfs_get() calls to prevent refcount leakXiaochen Shen
2020-06-30x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in rdt_cdp_peer_get()Dan Carpenter
2020-04-21x86/resctrl: Fix invalid attempt at removing the default resource groupReinette Chatre
2020-04-21x86/resctrl: Preserve CDP enable over CPU hotplugJames Morse
2020-02-05x86/resctrl: Fix use-after-free due to inaccurate refcount of rdtgroupXiaochen Shen
2020-02-05x86/resctrl: Fix use-after-free when deleting resource groupsXiaochen Shen
2020-02-05x86/resctrl: Fix a deadlock due to inaccurate referenceXiaochen Shen
2020-01-23x86/resctrl: Fix potential memory leakShakeel Butt
2019-11-13x86/resctrl: Fix potential lockdep warningXiaochen Shen
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-06-25x86/resctrl: Cleanup cbm_ensure_valid()Reinette Chatre
2019-06-25Merge branch 'x86/urgent' into x86/cacheThomas Gleixner
2019-06-20x86/resctrl: Prevent possible overrun during bitmap operationsReinette Chatre
2019-06-12x86/resctrl: Don't stop walking closids when a locksetup group is foundJames Morse
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner
2019-05-25no need to protect against put_user_ns(NULL)Al Viro
2019-04-18x86/resctrl: Initialize a new resource group with default MBA valuesXiaochen Shen
2019-04-17x86/resctrl: Move per RDT domain initialization to a separate functionXiaochen Shen
2019-04-14x86/resctrl: Do not repeat rdtgroup mode initializationXiaochen Shen
2019-04-01x86/resctrl: Fix typos in the mba_sc mount optionXiaochen Shen
2019-02-28kernfs, sysfs, cgroup, intel_rdt: Support fs_contextDavid Howells
2018-12-11x86/resctrl: Fix rdt_find_domain() return value and checksReinette Chatre
2018-11-27x86/resctrl: Use rdt_last_cmd_puts() where possibleReinette Chatre
2018-11-22x86/resctrl: Fixup the user-visible stringsBabu Moger
2018-11-22x86/resctrl: Add vendor check for the MBA software controllerBabu Moger
2018-11-22x86/resctrl: Move all the macros to resctrl/internal.hBabu Moger
2018-11-22x86/resctrl: Rename the RDT functions and definitionsBabu Moger
2018-11-22x86/resctrl: Rename and move rdt files to a separate directoryBabu Moger