aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/resctrl (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-11-19x86/resctrl: Constify kernfs_opsRikard Falkeborn2-3/+3
2020-10-27x86/resctrl: Correct MBM total and local valuesFenghua Yu3-2/+85
2020-10-17task_work: cleanup notification modesJens Axboe1-1/+1
2020-10-12Merge tag 'x86_cache_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-155/+143
2020-09-05x86/resctrl: Fix spelling in user-visible warning messagesColin Ian King1-2/+2
2020-08-26x86/resctrl: Enable user to view thread or core throttling modeFenghua Yu3-7/+87
2020-08-19cacheinfo: Move resctrl's get_cache_id() to the cacheinfo header fileJames Morse1-15/+2
2020-08-19x86/resctrl: Add struct rdt_cache::arch_has_{sparse, empty}_bitmapsJames Morse3-39/+22
2020-08-19x86/resctrl: Merge AMD/Intel parse_bw() callsJames Morse3-61/+5
2020-08-19x86/resctrl: Add struct rdt_membw::arch_needs_linear to explain AMD/Intel MBA differenceJames Morse3-1/+12
2020-08-19x86/resctrl: Use is_closid_match() in more placesJames Morse1-16/+14
2020-08-18x86/resctrl: Use container_of() in delayed_work handlersJames Morse1-11/+2
2020-08-18x86/resctrl: Fix stale commentJames Morse1-1/+1
2020-08-18x86/resctrl: Remove struct rdt_membw::max_delayJames Morse2-7/+4
2020-08-18x86/resctrl: Remove unused struct mbm_state::chunks_bwJames Morse2-4/+1
2020-06-17x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in rdt_cdp_peer_get()Dan Carpenter1-0/+1
2020-06-15x86/resctrl: Fix memory bandwidth counter width for AMDBabu Moger2-4/+5
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse2-6/+6
2020-05-06x86/resctrl: Support wider MBM countersReinette Chatre2-2/+14
2020-05-06x86/resctrl: Support CPUID enumeration of MBM counter widthReinette Chatre1-0/+5
2020-05-06x86/resctrl: Maintain MBM counter width per resourceReinette Chatre4-14/+24
2020-05-06x86/resctrl: Query LLC monitoring properties once during bootReinette Chatre1-0/+1
2020-05-06x86/cpu: Move resctrl CPUID code to resctrl/Reinette Chatre1-0/+24
2020-05-06x86/resctrl: Rename asm/resctrl_sched.h to asm/resctrl.hReinette Chatre3-3/+3