aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpufreq/powernv-cpufreq.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-16cpufreq: powernv: Disable preemption while checking CPU throttling stateGravatar Denis Kirjanov 1-1/+7
2016-11-14cpufreq: powernv: Fix uninitialized lpstate_idx in gpstates_timer_handler()Gravatar Akshay Adiga 1-0/+1
2016-11-11cpufreq: powernv: Use PMCR to verify global and local pstateGravatar Akshay Adiga 1-10/+26
2016-11-11cpufreq: powernv: Adding fast_switch for schedutilGravatar Akshay Adiga 1-1/+19
2016-08-12Merge branches 'pm-sleep' and 'pm-cpufreq'Gravatar Rafael J. Wysocki 1-1/+20
2016-08-06cpufreq: powernv: Fix crash in gpstate_timer_handler()Gravatar Akshay Adiga 1-1/+20
2016-07-26Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 1-78/+103
2016-07-12cpufreq: powernv: Replacing pstate_id with frequency table indexGravatar Akshay Adiga 1-75/+102
2016-07-07timers, cpufreq/powernv: Initialize the gpstate timer as pinnedGravatar Thomas Gleixner 1-3/+2
2016-07-07cpufreq: Reuse new freq-table helpersGravatar Viresh Kumar 1-2/+1
2016-06-09cpufreq: Return index from cpufreq_frequency_table_target()Gravatar Viresh Kumar 1-2/+2
2016-06-09cpufreq: Drop freq-table param to cpufreq_frequency_table_target()Gravatar Viresh Kumar 1-2/+1
2016-05-11cpufreq: powernv: del_timer_sync when global and local pstate are equalGravatar Akshay Adiga 1-0/+2
2016-05-11cpufreq: powernv: Move smp_call_function_any() out of irq safe blockGravatar Akshay Adiga 1-4/+5
2016-04-27cpufreq: powernv: Ramp-down global pstate slower than local-pstateGravatar Akshay Adiga 1-7/+251
2016-04-27cpufreq: powernv: Remove flag use-case of policy->driver_dataGravatar Shilpasri G Bhat 1-6/+5
2016-03-22cpufreq: powernv: Add sysfs attributes to show throttle statsGravatar Shilpasri G Bhat 1-2/+72
2016-03-22cpufreq: powernv: Define per_cpu chip pointer to optimize hot-pathGravatar Michael Neuling 1-33/+17
2016-02-26cpufreq: powernv: Fix bugs in powernv_cpufreq_{init/exit}Gravatar Shilpasri G Bhat 1-11/+29
2016-02-05cpufreq: powernv: Replace pr_info with trace print for throttle eventGravatar Shilpasri G Bhat 1-39/+34
2016-02-05cpufreq: powernv: Remove cpu_to_chip_id() from hot-pathGravatar Shilpasri G Bhat 1-3/+20
2016-02-05cpufreq: powernv: Hot-plug safe the kworker threadGravatar Shilpasri G Bhat 1-8/+11
2016-02-05cpufreq: powernv: Free 'chips' on module exitGravatar Shilpasri G Bhat 1-0/+1
2015-12-17powerpc/powernv: remove FW_FEATURE_OPALv3 and just use FW_FEATURE_OPALGravatar Stewart Smith 1-1/+1
2015-09-26cpufreq : powernv: Report Pmax throttling if capped below nominal frequencyGravatar Shilpasri G Bhat 1-2/+8
2015-09-01cpufreq: powernv: Increase the verbosity of OCC console messagesGravatar Shilpasri G Bhat 1-4/+5
2015-07-28cpufreq: powernv: Restore cpu frequency to policy->cur on unthrottlingGravatar Shilpasri G Bhat 1-2/+29
2015-07-28cpufreq: powernv: Report Psafe only if PMSR.psafe_mode_active bit is setGravatar Shilpasri G Bhat 1-9/+3
2015-07-28cpufreq: powernv: Call throttle_check() on receiving OCC_THROTTLEGravatar Shilpasri G Bhat 1-2/+26
2015-07-28cpufreq: powernv: Register for OCC related opal_message notificationGravatar Shilpasri G Bhat 1-1/+73
2015-07-28cpufreq: powernv: Handle throttling due to Pmax capping at chip levelGravatar Shilpasri G Bhat 1-4/+55
2015-04-01cpufreq: powernv: Report cpu frequency throttlingGravatar Shilpasri G Bhat 1-1/+46
2014-09-29cpufreq: powernv: Set the cpus to nominal frequency during reboot/kexecGravatar Shilpasri G Bhat 1-0/+35
2014-09-29cpufreq: powernv: Set the pstate of the last hotplugged out cpu in policy->cp...Gravatar Preeti U Murthy 1-0/+9
2014-08-05powerpc/cpufreq: Add pr_warn() on OPAL firmware failuresGravatar Vaidyanathan Srinivasan 1-2/+16
2014-05-17cpufreq: powernv: make local function staticGravatar Brian Norris 1-1/+1
2014-04-21cpufreq, powernv: Fix build failure on UPGravatar Srivatsa S. Bhat 1-0/+1
2014-04-07cpufreq: powernv: Use cpufreq_frequency_table.driver_data to store pstate idsGravatar Gautham R. Shenoy 1-3/+2
2014-04-07cpufreq: powernv: cpufreq driver for powernv platformGravatar Vaidyanathan Srinivasan 1-0/+342