summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/aperfmperf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/aperfmperf: Erase stale arch_freq_scale values when disabling frequency i...Yair Podemsky2023-01-161-0/+9
* x86/aperfmperf: Integrate the fallback code from show_cpuinfo()Thomas Gleixner2022-04-271-3/+7
* x86/aperfmperf: Replace arch_freq_get_on_cpu()Thomas Gleixner2022-04-271-93/+1
* x86/aperfmperf: Replace aperfmperf_get_khz()Thomas Gleixner2022-04-271-43/+34
* x86/aperfmperf: Store aperf/mperf data for cpu frequency readsThomas Gleixner2022-04-271-1/+13
* x86/aperfmperf: Make parts of the frequency invariance code unconditionalThomas Gleixner2022-04-271-25/+38
* x86/aperfmperf: Restructure arch_scale_freq_tick()Thomas Gleixner2022-04-271-15/+21
* x86/aperfmperf: Put frequency invariance aperf/mperf data into a structThomas Gleixner2022-04-271-11/+15
* x86/aperfmperf: Untangle Intel and AMD frequency invariance initThomas Gleixner2022-04-271-30/+32
* x86/aperfmperf: Separate AP/BP frequency invariance initThomas Gleixner2022-04-271-12/+11
* x86/smp: Move APERF/MPERF code where it belongsThomas Gleixner2022-04-271-4/+362
* x86/aperfmperf: Dont wake idle CPUs in arch_freq_get_on_cpu()Thomas Gleixner2022-04-271-0/+3
* sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker2022-02-161-3/+3
* x86/cpu: Avoid cpuinfo-induced IPIing of idle CPUsPaul E. McKenney2020-11-071-0/+6
* x86/cpu: Avoid cpuinfo-induced IPI pileupsPaul E. McKenney2020-11-071-1/+9
* x86/cpu: Disable frequency requests via aperfmperf IPI for nohz_full CPUsKonstantin Khlebnikov2019-06-221-1/+11
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 437Thomas Gleixner2019-06-051-2/+1
* x86: Convert some slow-path static_cpu_has() callers to boot_cpu_has()Borislav Petkov2019-04-081-3/+3
* x86/kernel: Fix more -Wmissing-prototypes warningsBorislav Petkov2018-12-081-0/+1
* x86 / CPU: Always show current CPU frequency in /proc/cpuinfoRafael J. Wysocki2017-11-151-22/+52
* x86 / CPU: Avoid unnecessary IPIs in arch_freq_get_on_cpu()Rafael J. Wysocki2017-11-141-4/+7
* Revert "x86: CPU: Fix up "cpu MHz" in /proc/cpuinfo"Linus Torvalds2017-11-101-7/+4
* x86: CPU: Fix up "cpu MHz" in /proc/cpuinfoRafael J. Wysocki2017-11-031-4/+7
* cpufreq: x86: Disable interrupts during MSRs readingDoug Smythies2017-08-111-0/+3
* cpufreq: x86: Make scaling_cur_freq behave more as expectedRafael J. Wysocki2017-07-301-14/+26
* x86: use common aperfmperf_khz_on_cpu() to calculate KHz using APERF/MPERFLen Brown2017-06-271-0/+79