index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
/
powernv-cpufreq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cpufreq: powernv: Fix frame-size-overflow in powernv_cpufreq_reboot_notifier
Srikar Dronamraju
2020-10-08
1
-3
/
+6
*
cpufreq: powernv: Make some symbols static
Wei Yongjun
2020-07-15
1
-4
/
+4
*
cpufreq: powernv-cpufreq: Fix a bunch of kerneldoc related issues
Lee Jones
2020-07-15
1
-5
/
+6
*
cpufreq: powernv: Fix frame-size-overflow in powernv_cpufreq_work_fn
Pratik Rajesh Sampat
2020-03-25
1
-5
/
+8
*
cpufreq: powernv: Fix unsafe notifiers
Oliver O'Halloran
2020-03-13
1
-6
/
+5
*
cpufreq: powernv: Fix use-after-free
Oliver O'Halloran
2020-03-13
1
-0
/
+6
*
cpufreq: powernv: fix stack bloat and hard limit on number of CPUs
John Hubbard
2019-11-04
1
-4
/
+13
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118
Thomas Gleixner
2019-05-24
1
-11
/
+1
*
cpufreq: powernv: fix missing check of return value in init_powernv_pstates()
Yangtao Li
2019-02-18
1
-3
/
+7
*
cpufreq: powernv: add of_node_put()
Yangtao Li
2018-11-29
1
-6
/
+11
*
cpufreq: powernv: Remove global pstate ramp-down timer in POWER9
Shilpasri G Bhat
2018-07-09
1
-4
/
+16
*
cpufreq: powernv: Fix hardlockup due to synchronous smp_call in timer interrupt
Shilpasri G Bhat
2018-04-27
1
-3
/
+11
*
cpufreq: powernv: Don't validate the frequency table twice
Viresh Kumar
2018-03-19
1
-8
/
+3
*
cpufreq: powernv: Dont assume distinct pstate values for nominal and pmin
Shilpasri G Bhat
2018-01-12
1
-2
/
+2
*
powernv-cpufreq: Treat pstates as opaque 8-bit values
Gautham R. Shenoy
2018-01-05
1
-28
/
+19
*
powernv-cpufreq: Fix pstate_to_idx() to handle non-continguous pstates
Gautham R. Shenoy
2018-01-05
1
-22
/
+63
*
powernv-cpufreq: Add helper to extract pstate from PMSR
Gautham R. Shenoy
2018-01-05
1
-14
/
+23
*
timer: Remove init_timer_pinned_deferrable() in favor of timer_setup()
Kees Cook
2017-10-05
1
-6
/
+7
*
cpufreq: powernv: Add boost files to export ultra-turbo frequencies
Shilpasri G Bhat
2017-02-03
1
-3
/
+47
*
cpufreq: powernv: Disable preemption while checking CPU throttling state
Denis Kirjanov
2016-11-16
1
-1
/
+7
*
cpufreq: powernv: Fix uninitialized lpstate_idx in gpstates_timer_handler()
Akshay Adiga
2016-11-14
1
-0
/
+1
*
cpufreq: powernv: Use PMCR to verify global and local pstate
Akshay Adiga
2016-11-11
1
-10
/
+26
*
cpufreq: powernv: Adding fast_switch for schedutil
Akshay Adiga
2016-11-11
1
-1
/
+19
*
-
.
Merge branches 'pm-sleep' and 'pm-cpufreq'
Rafael J. Wysocki
2016-08-12
1
-1
/
+20
|
\
\
|
|
*
cpufreq: powernv: Fix crash in gpstate_timer_handler()
Akshay Adiga
2016-08-06
1
-1
/
+20
*
|
|
Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2016-07-26
1
-78
/
+103
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
cpufreq: powernv: Replacing pstate_id with frequency table index
Akshay Adiga
2016-07-12
1
-75
/
+102
|
*
|
cpufreq: Reuse new freq-table helpers
Viresh Kumar
2016-07-07
1
-2
/
+1
|
*
|
cpufreq: Return index from cpufreq_frequency_table_target()
Viresh Kumar
2016-06-09
1
-2
/
+2
|
*
|
cpufreq: Drop freq-table param to cpufreq_frequency_table_target()
Viresh Kumar
2016-06-09
1
-2
/
+1
|
|
/
*
/
timers, cpufreq/powernv: Initialize the gpstate timer as pinned
Thomas Gleixner
2016-07-07
1
-3
/
+2
|
/
*
cpufreq: powernv: del_timer_sync when global and local pstate are equal
Akshay Adiga
2016-05-11
1
-0
/
+2
*
cpufreq: powernv: Move smp_call_function_any() out of irq safe block
Akshay Adiga
2016-05-11
1
-4
/
+5
*
cpufreq: powernv: Ramp-down global pstate slower than local-pstate
Akshay Adiga
2016-04-27
1
-7
/
+251
*
cpufreq: powernv: Remove flag use-case of policy->driver_data
Shilpasri G Bhat
2016-04-27
1
-6
/
+5
*
cpufreq: powernv: Add sysfs attributes to show throttle stats
Shilpasri G Bhat
2016-03-22
1
-2
/
+72
*
cpufreq: powernv: Define per_cpu chip pointer to optimize hot-path
Michael Neuling
2016-03-22
1
-33
/
+17
*
cpufreq: powernv: Fix bugs in powernv_cpufreq_{init/exit}
Shilpasri G Bhat
2016-02-26
1
-11
/
+29
*
cpufreq: powernv: Replace pr_info with trace print for throttle event
Shilpasri G Bhat
2016-02-05
1
-39
/
+34
*
cpufreq: powernv: Remove cpu_to_chip_id() from hot-path
Shilpasri G Bhat
2016-02-05
1
-3
/
+20
*
cpufreq: powernv: Hot-plug safe the kworker thread
Shilpasri G Bhat
2016-02-05
1
-8
/
+11
*
cpufreq: powernv: Free 'chips' on module exit
Shilpasri G Bhat
2016-02-05
1
-0
/
+1
*
powerpc/powernv: remove FW_FEATURE_OPALv3 and just use FW_FEATURE_OPAL
Stewart Smith
2015-12-17
1
-1
/
+1
*
cpufreq : powernv: Report Pmax throttling if capped below nominal frequency
Shilpasri G Bhat
2015-09-26
1
-2
/
+8
*
cpufreq: powernv: Increase the verbosity of OCC console messages
Shilpasri G Bhat
2015-09-01
1
-4
/
+5
*
cpufreq: powernv: Restore cpu frequency to policy->cur on unthrottling
Shilpasri G Bhat
2015-07-28
1
-2
/
+29
*
cpufreq: powernv: Report Psafe only if PMSR.psafe_mode_active bit is set
Shilpasri G Bhat
2015-07-28
1
-9
/
+3
*
cpufreq: powernv: Call throttle_check() on receiving OCC_THROTTLE
Shilpasri G Bhat
2015-07-28
1
-2
/
+26
*
cpufreq: powernv: Register for OCC related opal_message notification
Shilpasri G Bhat
2015-07-28
1
-1
/
+73
*
cpufreq: powernv: Handle throttling due to Pmax capping at chip level
Shilpasri G Bhat
2015-07-28
1
-4
/
+55
[next]