summaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle
Commit message (Expand)AuthorAgeFilesLines
* ARM: 8130/1: cpuidle/cpuidle-big_little: fix reading cpu id part numberJuri Lelli2014-08-271-10/+3
* Merge tag 'pm+acpi-3.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-08-141-20/+23
|\
| * cpuidle: menu: Lookup CPU runqueues lessMel Gorman2014-08-061-10/+7
| * cpuidle: menu: Call nr_iowait_cpu less timesMel Gorman2014-08-061-7/+8
| * cpuidle: menu: Use ktime_to_us instead of reinventing the wheelMel Gorman2014-08-061-4/+1
| * cpuidle: menu: Use shifts when calculating averages where possibleMel Gorman2014-08-061-3/+11
* | ARM: EXYNOS: Fix suspend/resume sequencesTomasz Figa2014-08-091-21/+4
* | Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-08-085-102/+169
|\ \
| * \ Merge tag 'mvebu-soc-3.17-4' of git://git.infradead.org/linux-mvebu into next...Arnd Bergmann2014-07-264-100/+157
| |\ \
| | * | cpuidle: mvebu: add Armada 38x supportThomas Petazzoni2014-07-241-1/+28
| | * | cpuidle: mvebu: add Armada 370 supportThomas Petazzoni2014-07-241-2/+33
| | * | cpuidle: mvebu: rename the driver from armada-370-xp to mvebu-v7Gregory CLEMENT2014-07-243-27/+26
| * | | cpuidle: big.LITTLE: init driver for exynos5420Chander Kashyap2014-07-191-0/+1
| * | | cpuidle: big.LITTLE: Add ARCH_EXYNOS entry in configChander Kashyap2014-07-191-1/+1
| * | | cpuidle: big.LITTLE: add of_device_id structureChander Kashyap2014-07-191-1/+10
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-08-071-8/+8
|\ \ \ \
| * | | | powerpc/cpuidle: Fix parsing of idle state flags from device-treeVaidyanathan Srinivasan2014-08-051-8/+8
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-08-061-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | cpuidle: fix commentAntonio Ospite2014-06-191-1/+1
* | | | cpuidle: Remove time measurement in poll stateDaniel Lezcano2014-07-291-11/+0
* | | | cpuidle: Remove manual selection of the multiple driver supportDaniel Lezcano2014-07-291-6/+1
* | | | cpuidle: ladder governor - use macro instead of hardcoded valueMohammad Merajul Islam Molla2014-07-291-2/+2
* | | | cpuidle: big_little: Fix build errorSachin Kamat2014-07-291-0/+1
* | | | cpuidle: menu governor - remove unused macro STDDEV_THRESHMohammad Merajul Islam Molla2014-07-281-1/+0
* | | | cpuidle: fix permission for driver name sysfs nodeMohammad Merajul Islam Molla2014-07-191-1/+1
* | | | cpuidle: move idle traces to cpuidle_enter_state()Sandeep Tripathy2014-07-091-0/+2
| |_|/ |/| |
* | | cpuidle: mvebu: Fix the name of the statesGregory CLEMENT2014-06-181-2/+2
| |/ |/|
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-06-121-5/+3
|\ \
| * | powerpc/cpuidle: Only clear LPCR decrementer wakeup bit on fast sleep entryMichael Neuling2014-06-111-5/+3
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-121-2/+5
|\ \ \ | |/ / |/| |
| * | Merge commit '3cf2f34' into sched/core, to fix build errorIngo Molnar2014-06-121-1/+1
| |\ \
| * | | cpuidle: Set polling in poll_idleAndy Lutomirski2014-06-051-2/+5
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-06-094-0/+212
|\ \ \ \
| * | | | cpuidle: cpuidle-cps: add MIPS CPS cpuidle driverPaul Burton2014-05-284-0/+212
* | | | | Merge tag 'pm+acpi-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-043-0/+71
|\ \ \ \ \
| * \ \ \ \ Merge branch 'cpuidle/3.16' of git://git.linaro.org/people/daniel.lezcano/lin...Rafael J. Wysocki2014-05-163-0/+71
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | ARM: clps711x: Add cpuidle driverAlexander Shiyan2014-04-303-0/+71
| | |/ / /
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-032-21/+51
|\| | | |
| * | | | PM / suspend: Always use deepest C-state in the "freeze" sleep stateRafael J. Wysocki2014-05-071-1/+44
| * | | | cpuidle / menu: move repeated correction factor check to initChander Kashyap2014-05-011-7/+8
| * | | | cpuidle / menu: Return (-1) if there are no suitable statesRafael J. Wysocki2014-05-011-1/+1
| * | | | cpuidle: Combine cpuidle_enabled() with cpuidle_select()Rafael J. Wysocki2014-05-011-20/+6
| |/ / /
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-1/+1
| |/ /
* | | Merge tag 'drivers-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-023-0/+106
|\ \ \
| * | | ARM: EXYNOS: Move the driver to drivers/cpuidle directoryDaniel Lezcano2014-05-263-0/+106
| |/ /
* / / cpuidle: mvebu: Add initial CPU idle support for Armada 370/XP SoCGregory CLEMENT2014-05-083-0/+99
|/ /
* | Merge branch 'pm-cpuidle'Rafael J. Wysocki2014-04-081-0/+3
|\ \
| * | cpuidle: sysfs: Export target residency informationDaniel Lezcano2014-04-081-0/+3
* | | Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-04-051-1/+1
|\ \ \ | |_|/ |/| |