summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/resctrl
Commit message (Expand)AuthorAgeFilesLines
* x86/resctrl: Fix kfree() of the wrong type in domain_add_cpu()James Morse2021-10-061-2/+2
* x86/resctrl: Free the ctrlval arrays when domain_setup_mon_state() failsJames Morse2021-10-061-0/+2
* Merge tag 'x86_cache_for_v5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-306-595/+592
|\
| * x86/resctrl: Make resctrl_arch_get_config() return its valueJames Morse2021-08-113-16/+19
| * x86/resctrl: Merge the CDP resourcesJames Morse2021-08-113-239/+85
| * x86/resctrl: Expand resctrl_arch_update_domains()'s msr_param rangeJames Morse2021-08-111-3/+9
| * x86/resctrl: Remove rdt_cdp_peer_get()James Morse2021-08-111-85/+14
| * x86/resctrl: Merge the ctrl_val arraysJames Morse2021-08-111-4/+61
| * x86/resctrl: Calculate the index from the configuration typeJames Morse2021-08-112-22/+15
| * x86/resctrl: Apply offset correction when config is stagedJames Morse2021-08-114-31/+27
| * x86/resctrl: Make ctrlval arrays the same sizeJames Morse2021-08-112-1/+18
| * x86/resctrl: Pass configuration type to resctrl_arch_get_config()James Morse2021-08-113-15/+27
| * x86/resctrl: Add a helper to read a closid's configurationJames Morse2021-08-113-30/+35
| * x86/resctrl: Rename update_domains() to resctrl_arch_update_domains()James Morse2021-08-113-4/+3
| * x86/resctrl: Allow different CODE/DATA configurations to be stagedJames Morse2021-08-112-8/+17
| * x86/resctrl: Group staged configuration into a separate structJames Morse2021-08-112-23/+42
| * x86/resctrl: Move the schemata names into struct resctrl_schemaJames Morse2021-08-113-16/+28
| * x86/resctrl: Add a helper to read/set the CDP configurationJames Morse2021-08-114-34/+60
| * x86/resctrl: Swizzle rdt_resource and resctrl_schema in pseudo_lock_regionJames Morse2021-08-114-11/+11
| * x86/resctrl: Pass the schema to resctrl filesystem functionsJames Morse2021-08-113-21/+27
| * x86/resctrl: Add resctrl_arch_get_num_closid()James Morse2021-08-113-4/+13
| * x86/resctrl: Store the effective num_closid in the schemaJames Morse2021-08-112-15/+7
| * x86/resctrl: Walk the resctrl schema list instead of an arch listJames Morse2021-08-112-14/+27
| * x86/resctrl: Label the resources with their configuration typeJames Morse2021-08-113-0/+10
| * 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-112-1/+43
| * x86/resctrl: Split struct rdt_domainJames Morse2021-08-115-59/+63
| * x86/resctrl: Split struct rdt_resourceJames Morse2021-08-116-272/+252
* | x86/resctrl: Fix a maybe-uninitialized build warning treated as errorBabu Moger2021-08-221-0/+6
* | x86/resctrl: Fix default monitoring groups reportingBabu Moger2021-08-121-14/+13
|/
* x86/resctrl: Fix kernel-doc in internal.hFabio M. De Francesco2021-06-241-7/+14
* x86/resctrl: Fix kernel-doc in pseudo_lock.cFabio M. De Francesco2021-06-241-2/+8
* x86/resctrl: Fix init const confusionAndi Kleen2021-05-051-1/+1
* Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"Brian Geffon2021-04-301-1/+1
* x86: Fix various typos in comments, take #2Ingo Molnar2021-03-212-3/+3
* x86: Fix various typos in commentsIngo Molnar2021-03-184-6/+6
* 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: Add printf attribute to log functionTom Rix2021-01-111-0/+1
* 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 branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-1/+1
|\
| * mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aioDmitry Safonov2020-12-151-1/+1
* | Merge tag 'x86_cache_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-144-15/+95
|\ \ | |/ |/|
| * 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-192-3/+3
| * | x86/resctrl: Correct MBM total and local valuesFenghua Yu2020-10-273-2/+85
* | | x86/resctrl: Fix incorrect local bandwidth when mba_sc is enabledXiaochen Shen2020-12-101-4/+2
* | | x86/resctrl: Fix AMD L3 QOS CDP enable/disableBabu Moger2020-12-013-2/+14
| |/ |/|