index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cpuidle
/
cpuidle.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'sched-idle-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2014-04-02
1
-51
/
+56
|
\
|
*
cpuidle/idle: Move the cpuidle_idle_call function to idle.c
Daniel Lezcano
2014-03-11
1
-49
/
+0
|
*
idle/cpuidle: Split cpuidle_idle_call main function into smaller functions
Daniel Lezcano
2014-03-11
1
-21
/
+75
*
|
Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2014-04-01
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
cpuidle: delay enabling interrupts until all coupled CPUs leave idle
Paul Burton
2014-03-12
1
-1
/
+2
*
|
cpuidle: Handle clockevents_notify(BROADCAST_ENTER) failure
Preeti U Murthy
2014-02-07
1
-6
/
+8
|
/
*
cpuidle: Check for dev before deregistering it.
Konrad Rzeszutek Wilk
2013-12-03
1
-1
/
+1
*
cpuidle: don't call poll_idle_init() for every cpu
Viresh Kumar
2013-10-30
1
-41
/
+0
*
cpuidle: replace multiline statements with single line in cpuidle_idle_call()
Viresh Kumar
2013-10-30
1
-4
/
+2
*
cpuidle: reduce code duplication inside cpuidle_idle_call()
Viresh Kumar
2013-10-30
1
-2
/
+5
*
cpuidle: merge two if() statements for checking error cases
Viresh Kumar
2013-10-30
1
-4
/
+1
*
cpuidle: rearrange __cpuidle_register_device() to keep minimal exit points
Viresh Kumar
2013-10-30
1
-5
/
+4
*
cpuidle: make __cpuidle_device_init() return void
Viresh Kumar
2013-10-30
1
-6
/
+2
*
cpuidle: Fix comments in cpuidle core
Viresh Kumar
2013-10-30
1
-1
/
+1
*
cpuidle: Check if device is already registered
Daniel Lezcano
2013-07-15
1
-1
/
+4
*
cpuidle: Introduce __cpuidle_device_init()
Daniel Lezcano
2013-07-15
1
-7
/
+13
*
cpuidle: Introduce __cpuidle_unregister_device()
Daniel Lezcano
2013-07-15
1
-30
/
+32
*
cpuidle: Check cpuidle_enable_device() return value
Daniel Lezcano
2013-07-15
1
-8
/
+9
*
cpuidle: simplify multiple driver support
Daniel Lezcano
2013-06-11
1
-2
/
+2
*
cpuidle: fix comment format
Daniel Lezcano
2013-04-24
1
-1
/
+1
*
cpuidle: make a single register function for all
Daniel Lezcano
2013-04-23
1
-0
/
+72
*
cpuidle: remove en_core_tk_irqen flag
Daniel Lezcano
2013-04-23
1
-54
/
+18
*
cpuidle : handle clockevent notify from the cpuidle framework
Daniel Lezcano
2013-04-01
1
-0
/
+9
*
PM / tracing: remove deprecated power trace API
Paul Gortmaker
2013-01-26
1
-2
/
+0
*
cpuidle: remove the power_specified field in the driver
Daniel Lezcano
2013-01-15
1
-13
/
+4
*
cpuidle: Fix finding state with min power_usage
Sivaram Nair
2013-01-03
1
-1
/
+1
*
cpuidle: Measure idle state durations with monotonic clock
Julius Werner
2012-11-27
1
-2
/
+1
*
cpuidle: support multiple drivers
Daniel Lezcano
2012-11-15
1
-13
/
+23
*
cpuidle: Set residency to 0 if target Cstate not enter
Youquan Song
2012-11-15
1
-0
/
+4
*
cpuidle / sysfs: move kobj initialization in the syfs file
Daniel Lezcano
2012-11-15
1
-4
/
+0
*
cpuidle / sysfs: change function parameter
Daniel Lezcano
2012-11-15
1
-5
/
+3
*
ACPI idle, CPU hotplug: Fix NULL pointer dereference during hotplug
Srivatsa S. Bhat
2012-10-08
1
-1
/
+1
*
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
2012-07-26
1
-28
/
+57
|
\
|
*
-
-
-
.
Merge branches 'acpi_pad', 'acpica', 'apei-bugzilla-43282', 'battery', 'cpuid...
Len Brown
2012-07-26
1
-28
/
+57
|
|
\
\
\
|
|
|
|
*
cpuidle: add checks to avoid NULL pointer dereference
Srivatsa S. Bhat
2012-06-01
1
-2
/
+6
|
|
|
|
*
cpuidle: remove unused hrtimer_peek_ahead_timers() call
Sergey Senozhatsky
2012-06-01
1
-9
/
+0
|
|
|
|
/
|
|
|
/
|
|
|
|
*
cpuidle: add support for states that affect multiple cpus
Colin Cross
2012-06-02
1
-1
/
+14
|
|
|
*
cpuidle: fix error handling in __cpuidle_register_device
Colin Cross
2012-06-02
1
-4
/
+9
|
|
|
*
cpuidle: refactor out cpuidle_enter_state
Colin Cross
2012-06-02
1
-13
/
+29
|
|
|
/
*
|
|
Merge branch 'pm-domains'
Rafael J. Wysocki
2012-07-19
1
-0
/
+1
|
\
\
\
|
*
|
|
PM / Domains: Add preliminary support for cpuidle, v2
Rafael J. Wysocki
2012-07-03
1
-0
/
+1
*
|
|
|
PM / cpuidle: System resume hang fix with cpuidle
Preeti U Murthy
2012-07-10
1
-0
/
+16
|
/
/
/
*
|
|
cpuidle: move field disable from per-driver to per-cpu
ShuoX Liu
2012-07-03
1
-1
/
+0
|
/
/
*
|
cpuidle: Use kick_all_cpus_sync()
Thomas Gleixner
2012-05-08
1
-12
/
+1
|
/
*
Merge branches 'idle-fix' and 'misc' into release
Len Brown
2012-04-06
1
-4
/
+4
|
\
|
*
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
2012-03-30
1
-8
/
+89
|
|
\
|
*
|
cpuidle/tracing: Denote the tracepoints as being in rcu_idle_exit() section
Steven Rostedt
2012-02-13
1
-4
/
+4
*
|
|
cpuidle: Fix panic in CPU off-lining with no idle driver
Toshi Kani
2012-04-06
1
-1
/
+4
|
|
/
|
/
|
*
|
idle, x86: Allow off-lined CPU to enter deeper C states
Boris Ostrovsky
2012-03-30
1
-0
/
+28
*
|
cpuidle: use the driver's state_count as default
Daniel Lezcano
2012-03-30
1
-1
/
+1
[next]