aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle/cpuidle.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-24sched: Let the scheduler see CPU idle statesDaniel Lezcano1-0/+6
2014-09-19cpuidle: Use wake_up_all_idle_cpus() to wake up all idle cpusChuansheng Liu1-7/+2
2014-07-09cpuidle: move idle traces to cpuidle_enter_state()Sandeep Tripathy1-0/+2
2014-05-07PM / suspend: Always use deepest C-state in the "freeze" sleep stateRafael J. Wysocki1-1/+44
2014-05-01cpuidle: Combine cpuidle_enabled() with cpuidle_select()Rafael J. Wysocki1-20/+6
2014-04-02Merge branch 'sched-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-51/+56
2014-04-01Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+2
2014-03-12cpuidle: delay enabling interrupts until all coupled CPUs leave idlePaul Burton1-1/+2
2014-03-11cpuidle/idle: Move the cpuidle_idle_call function to idle.cDaniel Lezcano1-49/+0
2014-03-11idle/cpuidle: Split cpuidle_idle_call main function into smaller functionsDaniel Lezcano1-21/+75
2014-02-07cpuidle: Handle clockevents_notify(BROADCAST_ENTER) failurePreeti U Murthy1-6/+8
2013-12-03cpuidle: Check for dev before deregistering it.Konrad Rzeszutek Wilk1-1/+1
2013-10-30cpuidle: don't call poll_idle_init() for every cpuViresh Kumar1-41/+0
2013-10-30cpuidle: replace multiline statements with single line in cpuidle_idle_call()Viresh Kumar1-4/+2
2013-10-30cpuidle: reduce code duplication inside cpuidle_idle_call()Viresh Kumar1-2/+5
2013-10-30cpuidle: merge two if() statements for checking error casesViresh Kumar1-4/+1
2013-10-30cpuidle: rearrange __cpuidle_register_device() to keep minimal exit pointsViresh Kumar1-5/+4
2013-10-30cpuidle: make __cpuidle_device_init() return voidViresh Kumar1-6/+2
2013-10-30cpuidle: Fix comments in cpuidle coreViresh Kumar1-1/+1
2013-07-15cpuidle: Check if device is already registeredDaniel Lezcano1-1/+4
2013-07-15cpuidle: Introduce __cpuidle_device_init()Daniel Lezcano1-7/+13
2013-07-15cpuidle: Introduce __cpuidle_unregister_device()Daniel Lezcano1-30/+32
2013-07-15cpuidle: Check cpuidle_enable_device() return valueDaniel Lezcano1-8/+9
2013-06-11cpuidle: simplify multiple driver supportDaniel Lezcano1-2/+2
2013-04-24cpuidle: fix comment formatDaniel Lezcano1-1/+1
2013-04-23cpuidle: make a single register function for allDaniel Lezcano1-0/+72
2013-04-23cpuidle: remove en_core_tk_irqen flagDaniel Lezcano1-54/+18
2013-04-01cpuidle : handle clockevent notify from the cpuidle frameworkDaniel Lezcano1-0/+9
2013-01-26PM / tracing: remove deprecated power trace APIPaul Gortmaker1-2/+0
2013-01-15cpuidle: remove the power_specified field in the driverDaniel Lezcano1-13/+4
2013-01-03cpuidle: Fix finding state with min power_usageSivaram Nair1-1/+1
2012-11-27cpuidle: Measure idle state durations with monotonic clockJulius Werner1-2/+1
2012-11-15cpuidle: support multiple driversDaniel Lezcano1-13/+23
2012-11-15cpuidle: Set residency to 0 if target Cstate not enterYouquan Song1-0/+4
2012-11-15cpuidle / sysfs: move kobj initialization in the syfs fileDaniel Lezcano1-4/+0
2012-11-15cpuidle / sysfs: change function parameterDaniel Lezcano1-5/+3
2012-10-08ACPI idle, CPU hotplug: Fix NULL pointer dereference during hotplugSrivatsa S. Bhat1-1/+1
2012-07-26Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds1-28/+57
2012-07-26Merge branches 'acpi_pad', 'acpica', 'apei-bugzilla-43282', 'battery', 'cpuidle-coupled', 'cpuidle-tweaks', 'intel_idle-ivb', 'ost', 'red-hat-bz-772730', 'thermal', 'thermal-spear' and 'turbostat-v2' into releaseLen Brown1-28/+57
2012-07-19Merge branch 'pm-domains'Rafael J. Wysocki1-0/+1
2012-07-10PM / cpuidle: System resume hang fix with cpuidlePreeti U Murthy1-0/+16
2012-07-03PM / Domains: Add preliminary support for cpuidle, v2Rafael J. Wysocki1-0/+1
2012-07-03cpuidle: move field disable from per-driver to per-cpuShuoX Liu1-1/+0
2012-06-02cpuidle: add support for states that affect multiple cpusColin Cross1-1/+14
2012-06-02cpuidle: fix error handling in __cpuidle_register_deviceColin Cross1-4/+9
2012-06-02cpuidle: refactor out cpuidle_enter_stateColin Cross1-13/+29
2012-06-01cpuidle: add checks to avoid NULL pointer dereferenceSrivatsa S. Bhat1-2/+6
2012-06-01cpuidle: remove unused hrtimer_peek_ahead_timers() callSergey Senozhatsky1-9/+0
2012-05-08cpuidle: Use kick_all_cpus_sync()Thomas Gleixner1-12/+1
2012-04-06Merge branches 'idle-fix' and 'misc' into releaseLen Brown1-4/+4