aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/intel_rdt_rdtgroup.c
AgeCommit message (Expand)Author
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 a deadlock due to inaccurate referenceXiaochen Shen
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-01-23x86/resctrl: Fix potential memory leakShakeel Butt
2019-12-01x86/intel_rdt: Prevent pseudo-locking from using stale pointersJithu Joseph
2019-11-24x86/resctrl: Fix rdt_find_domain() return value and checksReinette Chatre
2019-11-24x86/intel_rdt: CBM overlap should also check for overlap with CDP peerReinette Chatre
2019-11-24x86/intel_rdt: Introduce utility to obtain CDP peerReinette Chatre
2019-07-03x86/resctrl: Prevent possible overrun during bitmap operationsReinette Chatre
2019-06-25x86/resctrl: Don't stop walking closids when a locksetup group is foundJames Morse
2018-11-13x86/intel_rdt: Show missing resctrl mount optionsXiaochen Shen
2018-10-09x86/intel_rdt: Fix out-of-bounds memory access in CBM testsReinette Chatre
2018-09-18x86/intel_rdt: Fix incorrect loop end conditionReinette Chatre
2018-09-18x86/intel_rdt: Fix exclusive mode handling of MBA resourceReinette Chatre
2018-09-18x86/intel_rdt: Fix incorrect loop end conditionReinette Chatre
2018-09-18x86/intel_rdt: Fix unchecked MSR accessReinette Chatre
2018-09-18x86/intel_rdt: Fix invalid mode warning when multiple resources are managedReinette Chatre
2018-09-18x86/intel_rdt: Global closid helper to support future fixesReinette Chatre
2018-09-18x86/intel_rdt: Fix size reporting of MBA resourceReinette Chatre
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-07-20kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov
2018-07-03x86/intel_rdt: Make CPU information accessible for pseudo-locked regionsReinette Chatre
2018-07-03x86/intel_rdt: Support restoration of subset of permissionsReinette Chatre
2018-06-24x86/intel_rdt: Create character device exposing pseudo-locked regionReinette Chatre
2018-06-23x86/intel_rdt: Create resctrl debug areaReinette Chatre
2018-06-23x86/intel_rdt: Ensure RDT cleanup on exitReinette Chatre
2018-06-23x86/intel_rdt: Resctrl files reflect pseudo-locked informationReinette Chatre
2018-06-23x86/intel_rdt: Support creation/removal of pseudo-locked regionReinette Chatre
2018-06-23x86/intel_rdt: Split resource group removal in twoReinette Chatre
2018-06-23x86/intel_rdt: Enable entering of pseudo-locksetup modeReinette Chatre
2018-06-23x86/intel_rdt: Protect against resource group changes during lockingReinette Chatre
2018-06-23x86/intel_rdt: Add utility to restrict/restore access to resctrl filesReinette Chatre
2018-06-23x86/intel_rdt: Add utility to test if tasks assigned to resource groupReinette Chatre
2018-06-23x86/intel_rdt: Respect read and write accessReinette Chatre
2018-06-23x86/intel_rdt: Introduce the Cache Pseudo-Locking modesReinette Chatre
2018-06-23x86/intel_rdt: Display resource groups' allocations' size in bytesReinette Chatre
2018-06-23x86/intel_rdt: Introduce "bit_usage" to display cache allocations detailsReinette Chatre
2018-06-23x86/intel_rdt: Ensure requested schemata respects modeReinette Chatre
2018-06-23x86/intel_rdt: Enable setting of exclusive modeReinette Chatre
2018-06-23x86/intel_rdt: Introduce new "exclusive" modeReinette Chatre
2018-06-23x86/intel_rdt: Initialize new resource group with sane defaultsReinette Chatre