aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/resctrl
AgeCommit message (Expand)Author
2023-07-23x86/resctrl: Only show tasks' pid in current pid namespaceShawn Wang
2023-03-22x86/resctrl: Clear staged_config[] before and after it is usedShawn Wang
2023-03-11x86/resctl: fix scheduler confusion with 'current'Linus Torvalds
2023-01-18x86/resctrl: Fix task CLOSID/RMID update racePeter Newman
2022-10-29x86/resctrl: Fix min_cbm_bits for AMDBabu Moger
2022-10-26x86/resctrl: Fix to restore to original value when re-enabling hardware prefe...Kohei Tarumizu
2021-10-06x86/resctrl: Fix kfree() of the wrong type in domain_add_cpu()James Morse
2021-10-06x86/resctrl: Free the ctrlval arrays when domain_setup_mon_state() failsJames Morse
2021-08-30Merge tag 'x86_cache_for_v5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-08-22x86/resctrl: Fix a maybe-uninitialized build warning treated as errorBabu Moger
2021-08-12x86/resctrl: Fix default monitoring groups reportingBabu Moger
2021-08-11x86/resctrl: Make resctrl_arch_get_config() return its valueJames Morse
2021-08-11x86/resctrl: Merge the CDP resourcesJames Morse
2021-08-11x86/resctrl: Expand resctrl_arch_update_domains()'s msr_param rangeJames Morse
2021-08-11x86/resctrl: Remove rdt_cdp_peer_get()James Morse
2021-08-11x86/resctrl: Merge the ctrl_val arraysJames Morse
2021-08-11x86/resctrl: Calculate the index from the configuration typeJames Morse
2021-08-11x86/resctrl: Apply offset correction when config is stagedJames Morse
2021-08-11x86/resctrl: Make ctrlval arrays the same sizeJames Morse
2021-08-11x86/resctrl: Pass configuration type to resctrl_arch_get_config()James Morse
2021-08-11x86/resctrl: Add a helper to read a closid's configurationJames Morse
2021-08-11x86/resctrl: Rename update_domains() to resctrl_arch_update_domains()James Morse
2021-08-11x86/resctrl: Allow different CODE/DATA configurations to be stagedJames Morse
2021-08-11x86/resctrl: Group staged configuration into a separate structJames Morse
2021-08-11x86/resctrl: Move the schemata names into struct resctrl_schemaJames Morse
2021-08-11x86/resctrl: Add a helper to read/set the CDP configurationJames Morse
2021-08-11x86/resctrl: Swizzle rdt_resource and resctrl_schema in pseudo_lock_regionJames Morse
2021-08-11x86/resctrl: Pass the schema to resctrl filesystem functionsJames Morse
2021-08-11x86/resctrl: Add resctrl_arch_get_num_closid()James Morse
2021-08-11x86/resctrl: Store the effective num_closid in the schemaJames Morse
2021-08-11x86/resctrl: Walk the resctrl schema list instead of an arch listJames Morse
2021-08-11x86/resctrl: Label the resources with their configuration typeJames Morse
2021-08-11x86/resctrl: Pass the schema in info dir's private pointerJames Morse
2021-08-11x86/resctrl: Add a separate schema list for resctrlJames Morse
2021-08-11x86/resctrl: Split struct rdt_domainJames Morse
2021-08-11x86/resctrl: Split struct rdt_resourceJames Morse
2021-06-24x86/resctrl: Fix kernel-doc in internal.hFabio M. De Francesco
2021-06-24x86/resctrl: Fix kernel-doc in pseudo_lock.cFabio M. De Francesco
2021-05-05x86/resctrl: Fix init const confusionAndi Kleen
2021-04-30Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"Brian Geffon
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar
2021-03-18x86: Fix various typos in commentsIngo Molnar
2021-01-11x86/resctrl: Apply READ_ONCE/WRITE_ONCE to task_struct.{rmid,closid}Valentin Schneider
2021-01-11x86/resctrl: Use task_curr() instead of task_struct->on_cpu to prevent unnece...Reinette Chatre
2021-01-11x86/resctrl: Add printf attribute to log functionTom Rix
2021-01-08x86/resctrl: Don't move a task to the same resource groupFenghua Yu
2021-01-08x86/resctrl: Use an IPI instead of task_work_add() to update PQR_ASSOC MSRFenghua Yu
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-12-15mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aioDmitry Safonov
2020-12-14Merge tag 'x86_cache_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds