index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cpuidle
/
governors
Commit message (
Expand
)
Author
Age
Files
Lines
*
cpuidle: menu: Avoid computations when result will be discarded
Rafael J. Wysocki
2018-10-18
1
-3
/
+16
*
cpuidle: menu: Drop redundant comparison
Rafael J. Wysocki
2018-10-18
1
-6
/
+1
*
cpuidle: menu: Simplify checks related to the polling state
Rafael J. Wysocki
2018-10-12
1
-4
/
+4
*
cpuidle: menu: Move the latency_req == 0 special case check
Rafael J. Wysocki
2018-10-04
1
-7
/
+1
*
cpuidle: menu: Avoid computations for very close timers
Rafael J. Wysocki
2018-10-04
1
-0
/
+12
*
cpuidle: menu: Do not update last_state_idx in menu_select()
Rafael J. Wysocki
2018-10-04
1
-5
/
+2
*
cpuidle: menu: Get rid of first_idx from menu_select()
Rafael J. Wysocki
2018-10-04
1
-18
/
+14
*
cpuidle: menu: Compute first_idx when latency_req is known
Rafael J. Wysocki
2018-10-04
1
-16
/
+16
*
cpuidle: menu: Fix wakeup statistics updates for polling state
Rafael J. Wysocki
2018-10-04
1
-0
/
+10
*
cpuidle: menu: Replace data->predicted_us with local variable
Rafael J. Wysocki
2018-10-03
1
-12
/
+11
*
cpuidle: Remove unnecessary wrapper cpuidle_get_last_residency()
Fieah Lim
2018-09-18
2
-2
/
+2
*
cpuidle: menu: Retain tick when shallow state is selected
Rafael J. Wysocki
2018-08-25
1
-1
/
+12
*
cpuidle: menu: Handle stopped tick more aggressively
Rafael J. Wysocki
2018-08-20
1
-12
/
+24
*
cpuidle: menu: Update stale polling override comment
Rafael J. Wysocki
2018-08-16
1
-3
/
+2
*
cpuidle: menu: Fix white space
Rafael J. Wysocki
2018-08-15
1
-2
/
+2
*
cpuidle: governors: Consolidate PM QoS handling
Rafael J. Wysocki
2018-05-30
2
-16
/
+2
*
cpuidle: governors: Drop redundant checks related to PM QoS
Rafael J. Wysocki
2018-05-30
2
-4
/
+2
*
cpuidle: menu: Avoid selecting shallow states with stopped tick
Rafael J. Wysocki
2018-04-09
1
-7
/
+22
*
cpuidle: menu: Refine idle state selection for running tick
Rafael J. Wysocki
2018-04-09
1
-2
/
+25
*
cpuidle: Return nohz hint from cpuidle_select()
Rafael J. Wysocki
2018-04-06
2
-13
/
+49
*
cpuidle: ladder: Add per CPU PM QoS resume latency support
Ramesh Thomas
2017-11-08
1
-0
/
+7
*
PM / QoS: Fix device resume latency framework
Rafael J. Wysocki
2017-11-08
1
-2
/
+2
*
cpuidle: Eliminate the CPUIDLE_DRIVER_STATE_START symbol
Rafael J. Wysocki
2017-08-30
2
-14
/
+13
*
cpuidle: menu: allow state 0 to be disabled
Nicholas Piggin
2017-06-29
1
-5
/
+15
*
Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2017-03-03
1
-0
/
+2
|
\
|
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
|
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
|
cpuidle: menu: Avoid taking spinlock for accessing QoS values
Rafael J. Wysocki
2017-02-27
1
-1
/
+1
|
/
*
cpuidle/menu: add per CPU PM QoS resume latency consideration
Alex Shi
2017-01-30
1
-0
/
+7
*
cpuidle/menu: stop seeking deeper idle if current state is deep enough
Alex Shi
2017-01-30
1
-2
/
+2
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
cpuidle: governors: Remove remaining old module code
Daniel Lezcano
2016-10-21
2
-4
/
+0
*
cpuidle: menu: Fall back to polling if next timer event is near
Rafael J. Wysocki
2016-03-21
1
-4
/
+8
*
cpuidle: menu: use high confidence factors only when considering polling
Rik van Riel
2016-03-17
1
-18
/
+24
*
cpuidle: menu: help gcc generate slightly better code
Rasmus Villemoes
2016-02-17
1
-8
/
+8
*
cpuidle: menu: avoid expensive square root computation
Rasmus Villemoes
2016-02-17
1
-18
/
+17
*
cpuidle: menu: Avoid pointless checks in menu_select()
Rafael J. Wysocki
2016-01-19
1
-1
/
+1
*
cpuidle: Default to ladder governor on ticking systems
Jean Delvare
2016-01-15
1
-0
/
+9
*
cpuidle: menu: Fix menu_select() for CPUIDLE_DRIVER_STATE_START == 0
Rafael J. Wysocki
2016-01-14
1
-9
/
+12
*
cpuidle,menu: smooth out measured_us calculation
Rik van Riel
2015-11-17
1
-1
/
+3
*
cpuidle,menu: use interactivity_req to disable polling
Rik van Riel
2015-11-17
1
-1
/
+1
*
cpuidle,x86: increase forced cut-off for polling to 20us
Rik van Riel
2015-11-17
1
-1
/
+1
*
cpuidle: Check the sign of index in cpuidle_reflect()
Rafael J. Wysocki
2015-05-04
1
-2
/
+2
*
cpuidle: menu: use DIV_ROUND_CLOSEST_ULL()
Javi Merino
2015-04-17
1
-7
/
+1
*
cpuidle: ladder: Better idle duration measurement without using CPUIDLE_FLAG_...
Len Brown
2014-12-17
1
-6
/
+1
*
cpuidle: menu: Better idle duration measurement without using CPUIDLE_FLAG_TI...
Len Brown
2014-12-17
1
-15
/
+10
*
cpuidle: Invert CPUIDLE_FLAG_TIME_VALID logic
Daniel Lezcano
2014-11-12
2
-2
/
+2
*
drivers/cpuidle: Replace __get_cpu_var uses for address calculation
Christoph Lameter
2014-08-26
2
-5
/
+5
*
Merge tag 'pm+acpi-3.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2014-08-14
1
-20
/
+23
|
\
|
*
cpuidle: menu: Lookup CPU runqueues less
Mel Gorman
2014-08-06
1
-10
/
+7
[next]