aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/resctrl
Commit message (Expand)AuthorAgeFilesLines
* x86/resctrl: Fix init const confusionAndi Kleen2021-05-051-1/+1
* Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"Brian Geffon2021-04-301-1/+1
* x86: Fix various typos in comments, take #2Ingo Molnar2021-03-212-3/+3
* x86: Fix various typos in commentsIngo Molnar2021-03-184-6/+6
* x86/resctrl: Apply READ_ONCE/WRITE_ONCE to task_struct.{rmid,closid}Valentin Schneider2021-01-111-5/+5
* x86/resctrl: Use task_curr() instead of task_struct->on_cpu to prevent unnece...Reinette Chatre2021-01-111-9/+5
* x86/resctrl: Add printf attribute to log functionTom Rix2021-01-111-0/+1
* x86/resctrl: Don't move a task to the same resource groupFenghua Yu2021-01-081-0/+7
* x86/resctrl: Use an IPI instead of task_work_add() to update PQR_ASSOC MSRFenghua Yu2021-01-081-69/+43
* 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