summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/resctrl (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | x86/resctrl: Add necessary kernfs_put() calls to prevent refcount leakXiaochen Shen2020-11-241-7/+25
* | x86/resctrl: Remove superfluous kernfs_get() calls to prevent refcount leakXiaochen Shen2020-11-241-33/+2
|/
* task_work: cleanup notification modesJens Axboe2020-10-171-1/+1
* Merge tag 'x86_cache_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-125-155/+143
|\
| * x86/resctrl: Enable user to view thread or core throttling modeFenghua Yu2020-08-263-7/+87
| * cacheinfo: Move resctrl's get_cache_id() to the cacheinfo header fileJames Morse2020-08-191-15/+2
| * x86/resctrl: Add struct rdt_cache::arch_has_{sparse, empty}_bitmapsJames Morse2020-08-193-39/+22
| * x86/resctrl: Merge AMD/Intel parse_bw() callsJames Morse2020-08-193-61/+5
| * x86/resctrl: Add struct rdt_membw::arch_needs_linear to explain AMD/Intel MBA...James Morse2020-08-193-1/+12
| * x86/resctrl: Use is_closid_match() in more placesJames Morse2020-08-191-16/+14
| * x86/resctrl: Use container_of() in delayed_work handlersJames Morse2020-08-181-11/+2
| * x86/resctrl: Fix stale commentJames Morse2020-08-181-1/+1
| * x86/resctrl: Remove struct rdt_membw::max_delayJames Morse2020-08-182-7/+4
| * x86/resctrl: Remove unused struct mbm_state::chunks_bwJames Morse2020-08-182-4/+1
* | x86/resctrl: Fix spelling in user-visible warning messagesColin Ian King2020-09-051-2/+2
|/
* x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in rdt_cdp_peer_get()Dan Carpenter2020-06-171-0/+1
* x86/resctrl: Fix memory bandwidth counter width for AMDBabu Moger2020-06-152-4/+5
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-092-6/+6
* x86/resctrl: Support wider MBM countersReinette Chatre2020-05-062-2/+14
* x86/resctrl: Support CPUID enumeration of MBM counter widthReinette Chatre2020-05-061-0/+5
* x86/resctrl: Maintain MBM counter width per resourceReinette Chatre2020-05-064-14/+24
* x86/resctrl: Query LLC monitoring properties once during bootReinette Chatre2020-05-061-0/+1
* x86/cpu: Move resctrl CPUID code to resctrl/Reinette Chatre2020-05-061-0/+24
* x86/resctrl: Rename asm/resctrl_sched.h to asm/resctrl.hReinette Chatre2020-05-063-3/+3
* x86/resctrl: Preserve CDP enable over CPU hotplugJames Morse2020-04-173-0/+16
* x86/resctrl: Fix invalid attempt at removing the default resource groupReinette Chatre2020-04-171-1/+2
* Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-081-8/+3
|\
| * fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-7/+3
| * fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-071-1/+0
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-311-23/+25
|\ \
| * | x86/resctrl: Clean up unused function parameter in mkdir pathXiaochen Shen2020-01-201-11/+5
| * | x86/resctrl: Fix a deadlock due to inaccurate referenceXiaochen Shen2020-01-201-8/+8
| * | x86/resctrl: Fix use-after-free due to inaccurate refcount of rdtgroupXiaochen Shen2020-01-201-2/+2
| * | x86/resctrl: Fix use-after-free when deleting resource groupsXiaochen Shen2020-01-201-2/+10
* | | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-283-2/+93
|\ \ \ | |/ / |/| |
| * | x86/resctrl: Add task resctrl information displayChen Yu2020-01-201-0/+86
| * | x86/resctrl: Check monitoring static key in the MBM overflow handlerXiaochen Shen2020-01-172-2/+3
| * | x86/resctrl: Do not reconfigure exiting tasksXiaochen Shen2020-01-131-0/+4
| |/
* | x86/resctrl: Fix potential memory leakShakeel Butt2020-01-021-3/+3
* | x86/resctrl: Fix an imbalance in domain_remove_cpu()Qian Cai2019-12-301-1/+1
|/
* x86/resctrl: Fix potential lockdep warningXiaochen Shen2019-11-131-4/+0