summaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle
Commit message (Expand)AuthorAgeFilesLines
* suspend-to-idle: Prevent RCU from complaining about tick_freeze()Rafael J. Wysocki2015-07-091-2/+7
* Merge tag 'module-builtin_driver-v4.1-rc8' of git://git.kernel.org/pub/scm/li...Linus Torvalds2015-07-023-6/+3
|\
| * drivers/cpuidle: Convert non-modular drivers to use builtin_platform_driverPaul Gortmaker2015-06-163-6/+3
* | Merge tag 'pm+acpi-4.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-07-011-3/+12
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'acpi-video', 'device-properties', 'pm-sleep' and 'pm-cpuidle'Rafael J. Wysocki2015-06-261-3/+12
| |\ \ \ \ | | | |_|/ | | |/| |
| | | | * tick/idle/powerpc: Do not register idle states with CPUIDLE_FLAG_TIMER_STOP s...preeti2015-06-261-3/+12
* | | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-06-261-7/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ARM: MCPM: remove residency argument from mcpm_cpu_suspend()Nicolas Pitre2015-05-061-7/+1
* | | | | Merge branch 'pm-cpuidle'Rafael J. Wysocki2015-06-222-0/+23
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | cpuidle: powernv/pseries: Auto-promotion of snooze to deeper idle stateShilpasri G Bhat2015-06-222-0/+23
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge branches 'pm-sleep' and 'pm-runtime'Rafael J. Wysocki2015-06-191-0/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | / / | | | |/ / | | |/| / | | |_|/ | |/| |
| * | | PM / sleep: Make suspend-to-idle-specific code depend on CONFIG_SUSPENDRafael J. Wysocki2015-05-191-0/+2
| |/ /
* | | cpuidle: Do not use CPUIDLE_DRIVER_STATE_START in cpuidle.cRafael J. Wysocki2015-05-301-3/+3
* | | cpuidle: Select a different state on tick_broadcast_enter() failuresRafael J. Wysocki2015-05-141-5/+15
* | | sched / idle: Call default_idle_call() from cpuidle_enter_state()Rafael J. Wysocki2015-05-141-1/+3
* | | sched / idle: Call idle_set_state() from cpuidle_enter_state()Rafael J. Wysocki2015-05-141-0/+6
* | | cpuidle: Fix the kerneldoc comment for cpuidle_enter_state()Rafael J. Wysocki2015-05-091-1/+1
* | | cpuidle: Check the sign of index in cpuidle_reflect()Rafael J. Wysocki2015-05-042-3/+3
|/ /
* | cpuidle: Run tick_broadcast_exit() with disabled interruptsRafael J. Wysocki2015-04-291-0/+16
|/
* Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2015-04-221-1/+2
|\
| * Merge tag 'samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2015-04-031-1/+2
| |\
| | * ARM: EXYNOS: Fix build breakage cpuidle on !SMPBartlomiej Zolnierkiewicz2015-03-181-1/+2
* | | Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-201-3/+3
|\ \ \
| * | | drivers: fix up obsolete cpu function usage.Rusty Russell2015-03-051-3/+3
| | |/ | |/|
* | | cpuidle: menu: use DIV_ROUND_CLOSEST_ULL()Javi Merino2015-04-171-7/+1
* | | Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-04-1410-58/+83
|\ \ \
| * \ \ Merge back earlier cpuidle material for v4.1.Rafael J. Wysocki2015-04-1010-58/+83
| |\ \ \
| | * | | ARM: cpuidle: Register per cpuidle deviceDaniel Lezcano2015-03-241-2/+43
| | * | | ARM: cpuidle: Enable the ARM64 driver for both ARM32/ARM64Daniel Lezcano2015-03-245-32/+21
| | * | | ARM64: cpuidle: Remove arm64 referenceDaniel Lezcano2015-03-241-17/+17
| | * | | ARM64: cpuidle: Rename cpu_init_idle to a common function nameDaniel Lezcano2015-03-241-1/+1
| | * | | ARM64: cpuidle: Replace cpu_suspend by the common ARM/ARM64 functionDaniel Lezcano2015-03-241-1/+1
| | * | | ARM: cpuidle: Remove duplicate header inclusionDaniel Lezcano2015-03-235-5/+0
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-04-131-12/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | cpuidle: Use explicit broadcast control functionThomas Gleixner2015-04-031-12/+11
| |/ / /
* | | | cpuidle: remove state_count field from struct cpuidle_deviceBartlomiej Zolnierkiewicz2015-04-032-5/+3
|/ / /
* | | cpuidle: mvebu: Update cpuidle thresholds for Armada XP SOCsSebastien Rannou2015-03-131-4/+4
* | | cpuidle: mvebu: Fix the CPU PM notifier usageGregory CLEMENT2015-03-131-2/+2
| |/ |/|
* | cpuidle / sleep: Use broadcast timer for states that stop local timerRafael J. Wysocki2015-03-051-40/+22
* | cpuidle / sleep: Do sanity checks in cpuidle_enter_freeze() tooRafael J. Wysocki2015-02-281-7/+16
* | idle / sleep: Avoid excessive disabling and enabling interruptsRafael J. Wysocki2015-02-281-3/+3
|/
*-. Merge branches 'pnp', 'pm-cpuidle' and 'pm-cpufreq'Rafael J. Wysocki2015-02-211-35/+49
|\ \
| | * cpuidle: powernv: Avoid endianness conversions while parsing DTPreeti U Murthy2015-02-191-13/+16
| | * cpuidle: powernv: Read target_residency value of idle states from DT if avail...Preeti U Murthy2015-02-181-29/+40
* | | Merge tag 'suspend-to-idle-3.20-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-02-171-26/+68
|\ \ \
| * | | PM / sleep: Make it possible to quiesce timers during suspend-to-idleRafael J. Wysocki2015-02-151-5/+44
| * | | PM / sleep: Re-implement suspend-to-idle handlingRafael J. Wysocki2015-02-131-23/+26
* | | | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-02-172-5/+72
|\ \ \ \ | |/ / / |/| | |
| * | | Merge tag 'samsung-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2015-02-062-5/+72
| |\ \ \ | | |/ / | |/| |
| | * | cpuidle: exynos: add coupled cpuidle support for exynos4210Bartlomiej Zolnierkiewicz2015-01-302-5/+72
OpenPOWER on IntegriCloud