aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpuidle
AgeCommit message (Expand)AuthorFilesLines
2016-01-29Merge branches 'pm-cpuidle', 'pm-cpufreq', 'pm-domains' and 'pm-sleep'Gravatar Rafael J. Wysocki 2-2/+1
2016-01-27cpuidle: coupled: remove unused define cpuidle_coupled_lockGravatar Anders Roxell 1-1/+0
2016-01-22cpuidle: fix fallback mechanism for suspend to idle in absence of enter_freezeGravatar Sudeep Holla 1-1/+1
2016-01-20Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 4-15/+25
2016-01-19cpuidle: menu: Avoid pointless checks in menu_select()Gravatar Rafael J. Wysocki 1-1/+1
2016-01-19sched / idle: Drop default_idle_call() fallback from call_cpuidle()Gravatar Rafael J. Wysocki 1-3/+3
2016-01-15cpuidle: Don't enable all governors by defaultGravatar Jean Delvare 1-2/+0
2016-01-15cpuidle: Default to ladder governor on ticking systemsGravatar Jean Delvare 1-0/+9
2016-01-15Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-1/+1
2016-01-14cpuidle: menu: Fix menu_select() for CPUIDLE_DRIVER_STATE_START == 0Gravatar Rafael J. Wysocki 1-9/+12
2015-12-17powerpc/powernv: remove FW_FEATURE_OPALv3 and just use FW_FEATURE_OPALGravatar Stewart Smith 1-1/+1
2015-12-15drivers/cpuidle: make cpuidle-exynos.c explicitly non-modularGravatar Paul Gortmaker 1-3/+2
2015-12-15drivers/cpuidle: make cpuidle-ux500.c explicitly non-modularGravatar Paul Gortmaker 1-3/+2
2015-12-15drivers/cpuidle: make cpuidle-clps711x.c explicitly non-modularGravatar Paul Gortmaker 1-6/+2
2015-11-17cpuidle,menu: smooth out measured_us calculationGravatar Rik van Riel 1-1/+3
2015-11-17cpuidle,menu: use interactivity_req to disable pollingGravatar Rik van Riel 1-1/+1
2015-11-17cpuidle,x86: increase forced cut-off for polling to 20usGravatar Rik van Riel 1-1/+1
2015-10-23cpuidle: mvebu: disable the bind/unbind attributes and use builtin_platform_d...Gravatar Russell King 1-1/+2
2015-10-23cpuidle: mvebu: clean up multiple platform driversGravatar Russell King 1-25/+20
2015-09-11Merge tag 'pm+acpi-4.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-0/+32
2015-09-11Merge branches 'pm-cpu', 'pm-cpuidle' and 'pm-domains'Gravatar Rafael J. Wysocki 3-0/+32
2015-09-03Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-5/+10
2015-09-03cpuidle/coupled: Add sanity check for safe_state_indexGravatar Xunlei Pang 3-0/+32
2015-09-01Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-11/+8
2015-08-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+4
2015-08-28cpuidle/coupled: Remove redundant 'dev' argument of cpuidle_state_is_coupled()Gravatar Xunlei Pang 3-9/+6
2015-08-28cpuidle/coupled: Remove cpuidle_device::safe_state_indexGravatar Xunlei Pang 1-2/+2
2015-08-03ARM: migrate to common PSCI client codeGravatar Mark Rutland 1-5/+10
2015-07-21sched/idle: Move latency tracing stop/start calls deeper inside the idle loopGravatar Lucas Stach 1-0/+4
2015-07-09suspend-to-idle: Prevent RCU from complaining about tick_freeze()Gravatar Rafael J. Wysocki 1-2/+7
2015-07-02Merge tag 'module-builtin_driver-v4.1-rc8' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 3-6/+3
2015-07-01Merge tag 'pm+acpi-4.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+12
2015-06-26Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-7/+1
2015-06-26Merge branches 'acpi-video', 'device-properties', 'pm-sleep' and 'pm-cpuidle'Gravatar Rafael J. Wysocki 1-3/+12
2015-06-26tick/idle/powerpc: Do not register idle states with CPUIDLE_FLAG_TIMER_STOP s...Gravatar preeti 1-3/+12
2015-06-22Merge branch 'pm-cpuidle'Gravatar Rafael J. Wysocki 2-0/+23
2015-06-22cpuidle: powernv/pseries: Auto-promotion of snooze to deeper idle stateGravatar Shilpasri G Bhat 2-0/+23
2015-06-19Merge branches 'pm-sleep' and 'pm-runtime'Gravatar Rafael J. Wysocki 1-0/+2
2015-06-16drivers/cpuidle: Convert non-modular drivers to use builtin_platform_driverGravatar Paul Gortmaker 3-6/+3
2015-05-30cpuidle: Do not use CPUIDLE_DRIVER_STATE_START in cpuidle.cGravatar Rafael J. Wysocki 1-3/+3
2015-05-19PM / sleep: Make suspend-to-idle-specific code depend on CONFIG_SUSPENDGravatar Rafael J. Wysocki 1-0/+2
2015-05-14cpuidle: Select a different state on tick_broadcast_enter() failuresGravatar Rafael J. Wysocki 1-5/+15
2015-05-14sched / idle: Call default_idle_call() from cpuidle_enter_state()Gravatar Rafael J. Wysocki 1-1/+3
2015-05-14sched / idle: Call idle_set_state() from cpuidle_enter_state()Gravatar Rafael J. Wysocki 1-0/+6
2015-05-09cpuidle: Fix the kerneldoc comment for cpuidle_enter_state()Gravatar Rafael J. Wysocki 1-1/+1
2015-05-06ARM: MCPM: remove residency argument from mcpm_cpu_suspend()Gravatar Nicolas Pitre 1-7/+1
2015-05-04cpuidle: Check the sign of index in cpuidle_reflect()Gravatar Rafael J. Wysocki 2-3/+3
2015-04-29cpuidle: Run tick_broadcast_exit() with disabled interruptsGravatar Rafael J. Wysocki 1-0/+16
2015-04-22Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 1-1/+2
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-3/+3