aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpuidle/cpuidle.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-03cpuidle: Check for dev before deregistering it.Gravatar Konrad Rzeszutek Wilk 1-1/+1
2013-10-30cpuidle: don't call poll_idle_init() for every cpuGravatar Viresh Kumar 1-41/+0
2013-10-30cpuidle: replace multiline statements with single line in cpuidle_idle_call()Gravatar Viresh Kumar 1-4/+2
2013-10-30cpuidle: reduce code duplication inside cpuidle_idle_call()Gravatar Viresh Kumar 1-2/+5
2013-10-30cpuidle: merge two if() statements for checking error casesGravatar Viresh Kumar 1-4/+1
2013-10-30cpuidle: rearrange __cpuidle_register_device() to keep minimal exit pointsGravatar Viresh Kumar 1-5/+4
2013-10-30cpuidle: make __cpuidle_device_init() return voidGravatar Viresh Kumar 1-6/+2
2013-10-30cpuidle: Fix comments in cpuidle coreGravatar Viresh Kumar 1-1/+1
2013-07-15cpuidle: Check if device is already registeredGravatar Daniel Lezcano 1-1/+4
2013-07-15cpuidle: Introduce __cpuidle_device_init()Gravatar Daniel Lezcano 1-7/+13
2013-07-15cpuidle: Introduce __cpuidle_unregister_device()Gravatar Daniel Lezcano 1-30/+32
2013-07-15cpuidle: Check cpuidle_enable_device() return valueGravatar Daniel Lezcano 1-8/+9
2013-06-11cpuidle: simplify multiple driver supportGravatar Daniel Lezcano 1-2/+2
2013-04-24cpuidle: fix comment formatGravatar Daniel Lezcano 1-1/+1
2013-04-23cpuidle: make a single register function for allGravatar Daniel Lezcano 1-0/+72
2013-04-23cpuidle: remove en_core_tk_irqen flagGravatar Daniel Lezcano 1-54/+18
2013-04-01cpuidle : handle clockevent notify from the cpuidle frameworkGravatar Daniel Lezcano 1-0/+9
2013-01-26PM / tracing: remove deprecated power trace APIGravatar Paul Gortmaker 1-2/+0
2013-01-15cpuidle: remove the power_specified field in the driverGravatar Daniel Lezcano 1-13/+4
2013-01-03cpuidle: Fix finding state with min power_usageGravatar Sivaram Nair 1-1/+1
2012-11-27cpuidle: Measure idle state durations with monotonic clockGravatar Julius Werner 1-2/+1
2012-11-15cpuidle: support multiple driversGravatar Daniel Lezcano 1-13/+23
2012-11-15cpuidle: Set residency to 0 if target Cstate not enterGravatar Youquan Song 1-0/+4
2012-11-15cpuidle / sysfs: move kobj initialization in the syfs fileGravatar Daniel Lezcano 1-4/+0
2012-11-15cpuidle / sysfs: change function parameterGravatar Daniel Lezcano 1-5/+3
2012-10-08ACPI idle, CPU hotplug: Fix NULL pointer dereference during hotplugGravatar Srivatsa S. Bhat 1-1/+1
2012-07-26Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 1-28/+57
2012-07-26Merge branches 'acpi_pad', 'acpica', 'apei-bugzilla-43282', 'battery', 'cpuid...Gravatar Len Brown 1-28/+57
2012-07-19Merge branch 'pm-domains'Gravatar Rafael J. Wysocki 1-0/+1
2012-07-10PM / cpuidle: System resume hang fix with cpuidleGravatar Preeti U Murthy 1-0/+16
2012-07-03PM / Domains: Add preliminary support for cpuidle, v2Gravatar Rafael J. Wysocki 1-0/+1
2012-07-03cpuidle: move field disable from per-driver to per-cpuGravatar ShuoX Liu 1-1/+0
2012-06-02cpuidle: add support for states that affect multiple cpusGravatar Colin Cross 1-1/+14
2012-06-02cpuidle: fix error handling in __cpuidle_register_deviceGravatar Colin Cross 1-4/+9
2012-06-02cpuidle: refactor out cpuidle_enter_stateGravatar Colin Cross 1-13/+29
2012-06-01cpuidle: add checks to avoid NULL pointer dereferenceGravatar Srivatsa S. Bhat 1-2/+6
2012-06-01cpuidle: remove unused hrtimer_peek_ahead_timers() callGravatar Sergey Senozhatsky 1-9/+0
2012-05-08cpuidle: Use kick_all_cpus_sync()Gravatar Thomas Gleixner 1-12/+1
2012-04-06Merge branches 'idle-fix' and 'misc' into releaseGravatar Len Brown 1-4/+4
2012-04-06cpuidle: Fix panic in CPU off-lining with no idle driverGravatar Toshi Kani 1-1/+4
2012-03-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 1-8/+89
2012-03-30idle, x86: Allow off-lined CPU to enter deeper C statesGravatar Boris Ostrovsky 1-0/+28
2012-03-30cpuidle: use the driver's state_count as defaultGravatar Daniel Lezcano 1-1/+1
2012-03-30cpuidle: add a sysfs entry to disable specific C state for debug purpose.Gravatar ShuoX Liu 1-0/+1
2012-03-21cpuidle: Add common time keeping and irq enablingGravatar Robert Lee 1-7/+59
2012-02-13cpuidle/tracing: Denote the tracepoints as being in rcu_idle_exit() sectionGravatar Steven Rostedt 1-4/+4
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemGravatar Kay Sievers 1-6/+6
2011-11-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 1-58/+28
2011-11-06cpuidle: Single/Global registration of idle statesGravatar Deepthi Dharwar 1-33/+12
2011-11-06cpuidle: Split cpuidle_state structure and move per-cpu statistics fieldsGravatar Deepthi Dharwar 1-5/+6