summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/intel_rdt_rdtgroup.c
Commit message (Expand)AuthorAgeFilesLines
* x86/resctrl: Fix task CLOSID/RMID update racePeter Newman2023-01-181-1/+11
* x86/resctrl: Use task_curr() instead of task_struct->on_cpu to prevent unnece...Reinette Chatre2023-01-181-9/+5
* 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: 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 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-211-0/+13
* x86/resctrl: Fix a deadlock due to inaccurate referenceXiaochen Shen2020-02-051-8/+8
* 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 potential memory leakShakeel Butt2020-01-231-3/+3
* x86/intel_rdt: Prevent pseudo-locking from using stale pointersJithu Joseph2019-12-011-10/+28
* x86/resctrl: Fix rdt_find_domain() return value and checksReinette Chatre2019-11-241-1/+1
* x86/intel_rdt: CBM overlap should also check for overlap with CDP peerReinette Chatre2019-11-241-7/+41
* x86/intel_rdt: Introduce utility to obtain CDP peerReinette Chatre2019-11-241-0/+72
* x86/resctrl: Prevent possible overrun during bitmap operationsReinette Chatre2019-07-031-19/+16
* x86/resctrl: Don't stop walking closids when a locksetup group is foundJames Morse2019-06-251-1/+1
* x86/intel_rdt: Show missing resctrl mount optionsXiaochen Shen2018-11-131-0/+7
* x86/intel_rdt: Fix out-of-bounds memory access in CBM testsReinette Chatre2018-10-091-13/+23
* x86/intel_rdt: Fix incorrect loop end conditionReinette Chatre2018-09-181-1/+1
* x86/intel_rdt: Fix exclusive mode handling of MBA resourceReinette Chatre2018-09-181-2/+12
* x86/intel_rdt: Fix incorrect loop end conditionReinette Chatre2018-09-181-1/+1
* x86/intel_rdt: Fix unchecked MSR accessReinette Chatre2018-09-181-0/+12
* x86/intel_rdt: Fix invalid mode warning when multiple resources are managedReinette Chatre2018-09-181-1/+1
* x86/intel_rdt: Global closid helper to support future fixesReinette Chatre2018-09-181-0/+7
* x86/intel_rdt: Fix size reporting of MBA resourceReinette Chatre2018-09-181-4/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-151-1/+3
|\
| * kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov2018-07-201-1/+3
* | x86/intel_rdt: Make CPU information accessible for pseudo-locked regionsReinette Chatre2018-07-031-2/+6
* | x86/intel_rdt: Support restoration of subset of permissionsReinette Chatre2018-07-031-2/+4
* | x86/intel_rdt: Create character device exposing pseudo-locked regionReinette Chatre2018-06-241-0/+1
* | x86/intel_rdt: Create resctrl debug areaReinette Chatre2018-06-231-0/+27
* | x86/intel_rdt: Ensure RDT cleanup on exitReinette Chatre2018-06-231-0/+7
* | x86/intel_rdt: Resctrl files reflect pseudo-locked informationReinette Chatre2018-06-231-6/+25
* | x86/intel_rdt: Support creation/removal of pseudo-locked regionReinette Chatre2018-06-231-5/+20
* | x86/intel_rdt: Split resource group removal in twoReinette Chatre2018-06-231-9/+16
* | x86/intel_rdt: Enable entering of pseudo-locksetup modeReinette Chatre2018-06-231-5/+36
* | x86/intel_rdt: Protect against resource group changes during lockingReinette Chatre2018-06-231-4/+28
* | x86/intel_rdt: Add utility to restrict/restore access to resctrl filesReinette Chatre2018-06-231-0/+95
* | x86/intel_rdt: Add utility to test if tasks assigned to resource groupReinette Chatre2018-06-231-0/+26
* | x86/intel_rdt: Respect read and write accessReinette Chatre2018-06-231-1/+2
* | x86/intel_rdt: Introduce the Cache Pseudo-Locking modesReinette Chatre2018-06-231-2/+11
* | x86/intel_rdt: Display resource groups' allocations' size in bytesReinette Chatre2018-06-231-0/+81
* | x86/intel_rdt: Introduce "bit_usage" to display cache allocations detailsReinette Chatre2018-06-231-0/+79
* | x86/intel_rdt: Ensure requested schemata respects modeReinette Chatre2018-06-231-2/+2
* | x86/intel_rdt: Enable setting of exclusive modeReinette Chatre2018-06-231-1/+96
* | x86/intel_rdt: Introduce new "exclusive" modeReinette Chatre2018-06-231-0/+1
* | x86/intel_rdt: Initialize new resource group with sane defaultsReinette Chatre2018-06-231-3/+112