summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorLines
2016-08-31cpufreq: dt: Add terminate entry for of_device_id tablesWei Yongjun-0/+2
2016-08-12Merge branches 'pm-sleep' and 'pm-cpufreq'Rafael J. Wysocki-1/+20
2016-08-06cpufreq: powernv: Fix crash in gpstate_timer_handler()Akshay Adiga-1/+20
2016-08-05Merge tag 'pm-extra-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+2
2016-08-05Merge branches 'pm-sleep', 'pm-cpufreq', 'pm-core' and 'pm-opp'Rafael J. Wysocki-1/+2
2016-08-03cpufreq: Do not default-yes CPU_FREQ_STATBorislav Petkov-1/+0
2016-08-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-34/+34
2016-07-28cpufreq: intel_pstate: Add more out-of-band IDsSrinivas Pandruvada-0/+2
2016-07-26Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-671/+545
2016-07-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+2
2016-07-25Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-18/+19
2016-07-25Merge branch 'pm-cpu'Rafael J. Wysocki-2/+2
2016-07-22Revert "cpufreq: pcc-cpufreq: update default value of cpuinfo_transition_late...Andreas Herrmann-2/+0
2016-07-22cpufreq: export cpufreq_driver_resolve_freq()Steve Muckle-0/+1
2016-07-21cpufreq: Disallow ->resolve_freq() for drivers providing ->target_index()Viresh Kumar-4/+12
2016-07-21cpufreq: acpi-cpufreq: use cached frequency mapping when possibleSteve Muckle-1/+4
2016-07-21cpufreq: add cpufreq_driver_resolve_freq()Steve Muckle-0/+25
2016-07-21cpufreq: intel_pstate: Check cpuid for MSR_HWP_INTERRUPTSrinivas Pandruvada-1/+2
2016-07-21intel_pstate: Update cpu_frequency tracepoint every timeRafael J. Wysocki-8/+4
2016-07-21cpufreq: intel_pstate: clean remnant struct elementCarsten Emde-2/+0
2016-07-12cpufreq: powernv: Replacing pstate_id with frequency table indexAkshay Adiga-75/+102
2016-07-11intel_pstate: Fix MSR_CONFIG_TDP_x addressing in core_get_max_pstate()Jan Kiszka-1/+1
2016-07-07cpufreq: intel_pstate: Replace MSR_NHM_TURBO_RATIO_LIMITSrinivas Pandruvada-2/+2
2016-07-07timers, cpufreq/powernv: Initialize the gpstate timer as pinnedThomas Gleixner-3/+2
2016-07-07cpufreq: Reuse new freq-table helpersViresh Kumar-20/+10
2016-07-07cpufreq: Handle sorted frequency tables more efficientlyViresh Kumar-8/+65
2016-07-04cpufreq: Drop redundant check from cpufreq_update_current_freq()Rafael J. Wysocki-3/+0
2016-07-04Merge back earlier cpufreq material for v4.8.Rafael J. Wysocki-579/+353
2016-06-28cpufreq: Avoid false-positive WARN_ON()s in cpufreq_update_policy()Rafael J. Wysocki-0/+4
2016-06-28intel_pstate: Declare pid_params/pstate_funcs/hwp_active __read_mostlyJisheng Zhang-3/+3
2016-06-28intel_pstate: add __init/__initdata marker to some functions/variablesJisheng Zhang-9/+9
2016-06-28intel_pstate: Fix incorrect placement of __initdataJisheng Zhang-3/+3
2016-06-27cpufreq: dt: call of_node_put() before error outMasahiro Yamada-3/+4
2016-06-27intel_pstate: Do not clear utilization update hooks on policy changesRafael J. Wysocki-2/+3
2016-06-23cpufreq: pcc-cpufreq: Fix doorbell.access_widthMike Galbraith-1/+1
2016-06-22cpufreq: s5pv210: use relaxed IO accesorsBen Dooks-34/+34
2016-06-20Merge back earlier cpufreq changes for v4.8.Rafael J. Wysocki-564/+338
2016-06-15cpufreq: intel_pstate: Adjust _PSS[0] freqeuency if neededSrinivas Pandruvada-20/+2
2016-06-14Merge branch 'x86/cpu' into x86/platform, to avoid conflictIngo Molnar-18/+19
2016-06-13cpufreq: mvebu: fix integer to pointer castBen Dooks-1/+1
2016-06-13cpufreq: intel_pstate: Broxton supportSrinivas Pandruvada-0/+21
2016-06-13Merge branch 'x86/cpu'Rafael J. Wysocki-18/+19
2016-06-13Merge branch 'x86/cpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/t...Rafael J. Wysocki-18/+19
2016-06-13cpufreq: conservative: Do not use transition notificationsRafael J. Wysocki-82/+21
2016-06-13Merge back earlier cpufreq changes for v4.8.Rafael J. Wysocki-496/+309
2016-06-09Merge branches 'pm-cpufreq-fixes' and 'pm-cpuidle'Rafael J. Wysocki-3/+9
2016-06-09cpufreq: governor: Drop gov_cancel_work()Rafael J. Wysocki-12/+7
2016-06-09cpufreq: davinci: Reuse cpufreq_generic_frequency_table_verify()Viresh Kumar-21/+1
2016-06-09cpufreq: Return index from cpufreq_frequency_table_target()Viresh Kumar-55/+33
2016-06-09cpufreq: Drop 'freq_table' argument of __target_index()Viresh Kumar-14/+7