summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/resctrl
AgeCommit message (Expand)AuthorLines
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2020-12-15mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aioDmitry Safonov-1/+1
2020-12-14Merge tag 'x86_cache_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-15/+95
2020-12-10x86/resctrl: Fix incorrect local bandwidth when mba_sc is enabledXiaochen Shen-4/+2
2020-12-01x86/resctrl: Clean up unused function parameter in rmdir pathXiaochen Shen-10/+7
2020-12-01Merge tag 'v5.10-rc6' into x86/cacheBorislav Petkov-39/+26
2020-12-01x86/resctrl: Fix AMD L3 QOS CDP enable/disableBabu Moger-2/+14
2020-11-24x86/resctrl: Add necessary kernfs_put() calls to prevent refcount leakXiaochen Shen-7/+25
2020-11-24x86/resctrl: Remove superfluous kernfs_get() calls to prevent refcount leakXiaochen Shen-33/+2
2020-11-19x86/resctrl: Constify kernfs_opsRikard Falkeborn-3/+3
2020-10-27x86/resctrl: Correct MBM total and local valuesFenghua Yu-2/+85
2020-10-17task_work: cleanup notification modesJens Axboe-1/+1
2020-10-12Merge tag 'x86_cache_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-155/+143
2020-09-05x86/resctrl: Fix spelling in user-visible warning messagesColin Ian King-2/+2
2020-08-26x86/resctrl: Enable user to view thread or core throttling modeFenghua Yu-7/+87
2020-08-19cacheinfo: Move resctrl's get_cache_id() to the cacheinfo header fileJames Morse-15/+2
2020-08-19x86/resctrl: Add struct rdt_cache::arch_has_{sparse, empty}_bitmapsJames Morse-39/+22
2020-08-19x86/resctrl: Merge AMD/Intel parse_bw() callsJames Morse-61/+5
2020-08-19x86/resctrl: Add struct rdt_membw::arch_needs_linear to explain AMD/Intel MBA...James Morse-1/+12
2020-08-19x86/resctrl: Use is_closid_match() in more placesJames Morse-16/+14
2020-08-18x86/resctrl: Use container_of() in delayed_work handlersJames Morse-11/+2
2020-08-18x86/resctrl: Fix stale commentJames Morse-1/+1
2020-08-18x86/resctrl: Remove struct rdt_membw::max_delayJames Morse-7/+4
2020-08-18x86/resctrl: Remove unused struct mbm_state::chunks_bwJames Morse-4/+1
2020-06-17x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in rdt_cdp_peer_get()Dan Carpenter-0/+1
2020-06-15x86/resctrl: Fix memory bandwidth counter width for AMDBabu Moger-4/+5
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse-6/+6
2020-05-06x86/resctrl: Support wider MBM countersReinette Chatre-2/+14
2020-05-06x86/resctrl: Support CPUID enumeration of MBM counter widthReinette Chatre-0/+5
2020-05-06x86/resctrl: Maintain MBM counter width per resourceReinette Chatre-14/+24
2020-05-06x86/resctrl: Query LLC monitoring properties once during bootReinette Chatre-0/+1
2020-05-06x86/cpu: Move resctrl CPUID code to resctrl/Reinette Chatre-0/+24
2020-05-06x86/resctrl: Rename asm/resctrl_sched.h to asm/resctrl.hReinette Chatre-3/+3
2020-04-17x86/resctrl: Preserve CDP enable over CPU hotplugJames Morse-0/+16
2020-04-17x86/resctrl: Fix invalid attempt at removing the default resource groupReinette Chatre-1/+2
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-8/+3
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro-7/+3
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen-1/+0
2020-01-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-23/+25
2020-01-28Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+93
2020-01-20x86/resctrl: Clean up unused function parameter in mkdir pathXiaochen Shen-11/+5
2020-01-20x86/resctrl: Fix a deadlock due to inaccurate referenceXiaochen Shen-8/+8
2020-01-20x86/resctrl: Fix use-after-free due to inaccurate refcount of rdtgroupXiaochen Shen-2/+2
2020-01-20x86/resctrl: Fix use-after-free when deleting resource groupsXiaochen Shen-2/+10
2020-01-20x86/resctrl: Add task resctrl information displayChen Yu-0/+86
2020-01-17x86/resctrl: Check monitoring static key in the MBM overflow handlerXiaochen Shen-2/+3
2020-01-13x86/resctrl: Do not reconfigure exiting tasksXiaochen Shen-0/+4
2020-01-02x86/resctrl: Fix potential memory leakShakeel Butt-3/+3
2019-12-30x86/resctrl: Fix an imbalance in domain_remove_cpu()Qian Cai-1/+1
2019-11-13x86/resctrl: Fix potential lockdep warningXiaochen Shen-4/+0