aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/resctrl (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-06x86/resctrl: Fix kfree() of the wrong type in domain_add_cpu()James Morse1-2/+2
2021-10-06x86/resctrl: Free the ctrlval arrays when domain_setup_mon_state() failsJames Morse1-0/+2
2021-08-30Merge tag 'x86_cache_for_v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-595/+592
2021-08-22x86/resctrl: Fix a maybe-uninitialized build warning treated as errorBabu Moger1-0/+6
2021-08-12x86/resctrl: Fix default monitoring groups reportingBabu Moger1-14/+13
2021-08-11x86/resctrl: Make resctrl_arch_get_config() return its valueJames Morse3-16/+19
2021-08-11x86/resctrl: Merge the CDP resourcesJames Morse3-239/+85
2021-08-11x86/resctrl: Expand resctrl_arch_update_domains()'s msr_param rangeJames Morse1-3/+9
2021-08-11x86/resctrl: Remove rdt_cdp_peer_get()James Morse1-85/+14
2021-08-11x86/resctrl: Merge the ctrl_val arraysJames Morse1-4/+61
2021-08-11x86/resctrl: Calculate the index from the configuration typeJames Morse2-22/+15
2021-08-11x86/resctrl: Apply offset correction when config is stagedJames Morse4-31/+27
2021-08-11x86/resctrl: Make ctrlval arrays the same sizeJames Morse2-1/+18
2021-08-11x86/resctrl: Pass configuration type to resctrl_arch_get_config()James Morse3-15/+27
2021-08-11x86/resctrl: Add a helper to read a closid's configurationJames Morse3-30/+35
2021-08-11x86/resctrl: Rename update_domains() to resctrl_arch_update_domains()James Morse3-4/+3
2021-08-11x86/resctrl: Allow different CODE/DATA configurations to be stagedJames Morse2-8/+17
2021-08-11x86/resctrl: Group staged configuration into a separate structJames Morse2-23/+42
2021-08-11x86/resctrl: Move the schemata names into struct resctrl_schemaJames Morse3-16/+28
2021-08-11x86/resctrl: Add a helper to read/set the CDP configurationJames Morse4-34/+60
2021-08-11x86/resctrl: Swizzle rdt_resource and resctrl_schema in pseudo_lock_regionJames Morse4-11/+11
2021-08-11x86/resctrl: Pass the schema to resctrl filesystem functionsJames Morse3-21/+27
2021-08-11x86/resctrl: Add resctrl_arch_get_num_closid()James Morse3-4/+13
2021-08-11x86/resctrl: Store the effective num_closid in the schemaJames Morse2-15/+7
2021-08-11x86/resctrl: Walk the resctrl schema list instead of an arch listJames Morse2-14/+27
2021-08-11x86/resctrl: Label the resources with their configuration typeJames Morse3-0/+10
2021-08-11x86/resctrl: Pass the schema in info dir's private pointerJames Morse1-13/+25
2021-08-11x86/resctrl: Add a separate schema list for resctrlJames Morse2-1/+43
2021-08-11x86/resctrl: Split struct rdt_domainJames Morse5-59/+63
2021-08-11x86/resctrl: Split struct rdt_resourceJames Morse6-272/+252
2021-06-24x86/resctrl: Fix kernel-doc in internal.hFabio M. De Francesco1-7/+14
2021-06-24x86/resctrl: Fix kernel-doc in pseudo_lock.cFabio M. De Francesco1-2/+8
2021-05-05x86/resctrl: Fix init const confusionAndi Kleen1-1/+1
2021-04-30Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"Brian Geffon1-1/+1
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar2-3/+3
2021-03-18x86: Fix various typos in commentsIngo Molnar4-6/+6
2021-01-11x86/resctrl: Apply READ_ONCE/WRITE_ONCE to task_struct.{rmid,closid}Valentin Schneider1-5/+5
2021-01-11x86/resctrl: Use task_curr() instead of task_struct->on_cpu to prevent unnecessary IPIReinette Chatre1-9/+5
2021-01-11x86/resctrl: Add printf attribute to log functionTom Rix1-0/+1
2021-01-08x86/resctrl: Don't move a task to the same resource groupFenghua Yu1-0/+7
2021-01-08x86/resctrl: Use an IPI instead of task_work_add() to update PQR_ASSOC MSRFenghua Yu1-69/+43
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-12-15mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aioDmitry Safonov1-1/+1
2020-12-14Merge tag 'x86_cache_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-15/+95
2020-12-10x86/resctrl: Fix incorrect local bandwidth when mba_sc is enabledXiaochen Shen1-4/+2
2020-12-01x86/resctrl: Clean up unused function parameter in rmdir pathXiaochen Shen1-10/+7
2020-12-01Merge tag 'v5.10-rc6' into x86/cacheBorislav Petkov1-39/+26
2020-12-01x86/resctrl: Fix AMD L3 QOS CDP enable/disableBabu Moger3-2/+14
2020-11-24x86/resctrl: Add necessary kernfs_put() calls to prevent refcount leakXiaochen Shen1-7/+25
2020-11-24x86/resctrl: Remove superfluous kernfs_get() calls to prevent refcount leakXiaochen Shen1-33/+2