aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpuidle
AgeCommit message (Expand)AuthorFilesLines
2014-10-20cpuidle: drop owner assignment from platform_driversGravatar Wolfram Sang 8-10/+0
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-5/+5
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-7/+8
2014-10-09Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 9-1/+402
2014-10-08Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Gravatar Linus Torvalds 1-9/+1
2014-09-25Merge branch 'cpuidle/3.18' of https://git.linaro.org/people/daniel.lezcano/l...Gravatar Rafael J. Wysocki 8-0/+401
2014-09-25Merge tag 'zynq-cleanup-for-3.18' of git://git.xilinx.com/linux-xlnx into nex...Gravatar Arnd Bergmann 1-9/+1
2014-09-25drivers: cpuidle: initialize big.LITTLE driver through DTGravatar Lorenzo Pieralisi 2-0/+20
2014-09-25drivers: cpuidle: CPU idle ARM64 driverGravatar Lorenzo Pieralisi 4-0/+156
2014-09-25drivers: cpuidle: implement DT based idle states infrastructureGravatar Lorenzo Pieralisi 4-0/+224
2014-09-25cpuidle: big.LITTLE: add Exynos5800 compatible stringGravatar Kevin Hilman 1-0/+1
2014-09-25cpuidle: Replace strnicmp with strncasecmpGravatar Rasmus Villemoes 1-1/+1
2014-09-24sched: Let the scheduler see CPU idle statesGravatar Daniel Lezcano 1-0/+6
2014-09-23Merge tag 'mvebu-fixes-3.17' of git://git.infradead.org/linux-mvebu into next...Gravatar Olof Johansson 1-1/+1
2014-09-19cpuidle: Use wake_up_all_idle_cpus() to wake up all idle cpusGravatar Chuansheng Liu 1-7/+2
2014-09-16ARM: zynq: cpuidle: Remove pointless codeGravatar Daniel Lezcano 1-9/+1
2014-09-09cpuidle: kirkwood: Remove ARCH_KIRKWOOD dependencyGravatar Andrew Lunn 1-1/+1
2014-08-27ARM: 8130/1: cpuidle/cpuidle-big_little: fix reading cpu id part numberGravatar Juri Lelli 1-10/+3
2014-08-26drivers/cpuidle: Replace __get_cpu_var uses for address calculationGravatar Christoph Lameter 2-5/+5
2014-08-14Merge tag 'pm+acpi-3.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-20/+23
2014-08-09ARM: EXYNOS: Fix suspend/resume sequencesGravatar Tomasz Figa 1-21/+4
2014-08-08Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 5-102/+169
2014-08-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 1-8/+8
2014-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2014-08-06cpuidle: menu: Lookup CPU runqueues lessGravatar Mel Gorman 1-10/+7
2014-08-06cpuidle: menu: Call nr_iowait_cpu less timesGravatar Mel Gorman 1-7/+8
2014-08-06cpuidle: menu: Use ktime_to_us instead of reinventing the wheelGravatar Mel Gorman 1-4/+1
2014-08-06cpuidle: menu: Use shifts when calculating averages where possibleGravatar Mel Gorman 1-3/+11
2014-08-05powerpc/cpuidle: Fix parsing of idle state flags from device-treeGravatar Vaidyanathan Srinivasan 1-8/+8
2014-07-29cpuidle: Remove time measurement in poll stateGravatar Daniel Lezcano 1-11/+0
2014-07-29cpuidle: Remove manual selection of the multiple driver supportGravatar Daniel Lezcano 1-6/+1
2014-07-29cpuidle: ladder governor - use macro instead of hardcoded valueGravatar Mohammad Merajul Islam Molla 1-2/+2
2014-07-29cpuidle: big_little: Fix build errorGravatar Sachin Kamat 1-0/+1
2014-07-28cpuidle: menu governor - remove unused macro STDDEV_THRESHGravatar Mohammad Merajul Islam Molla 1-1/+0
2014-07-26Merge tag 'mvebu-soc-3.17-4' of git://git.infradead.org/linux-mvebu into next...Gravatar Arnd Bergmann 4-100/+157
2014-07-24cpuidle: mvebu: add Armada 38x supportGravatar Thomas Petazzoni 1-1/+28
2014-07-24cpuidle: mvebu: add Armada 370 supportGravatar Thomas Petazzoni 1-2/+33
2014-07-24cpuidle: mvebu: rename the driver from armada-370-xp to mvebu-v7Gravatar Gregory CLEMENT 3-27/+26
2014-07-19cpuidle: fix permission for driver name sysfs nodeGravatar Mohammad Merajul Islam Molla 1-1/+1
2014-07-19cpuidle: big.LITTLE: init driver for exynos5420Gravatar Chander Kashyap 1-0/+1
2014-07-19cpuidle: big.LITTLE: Add ARCH_EXYNOS entry in configGravatar Chander Kashyap 1-1/+1
2014-07-19cpuidle: big.LITTLE: add of_device_id structureGravatar Chander Kashyap 1-1/+10
2014-07-09cpuidle: move idle traces to cpuidle_enter_state()Gravatar Sandeep Tripathy 1-0/+2
2014-06-19cpuidle: fix commentGravatar Antonio Ospite 1-1/+1
2014-06-18cpuidle: mvebu: Fix the name of the statesGravatar Gregory CLEMENT 1-2/+2
2014-06-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 1-5/+3
2014-06-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+5
2014-06-12Merge commit '3cf2f34' into sched/core, to fix build errorGravatar Ingo Molnar 1-1/+1
2014-06-11powerpc/cpuidle: Only clear LPCR decrementer wakeup bit on fast sleep entryGravatar Michael Neuling 1-5/+3
2014-06-09Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 4-0/+212