index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cpuidle
Age
Commit message (
Expand
)
Author
2013-12-11
cpuidle: Check for dev before deregistering it.
Konrad Rzeszutek Wilk
2013-09-12
Merge tag 'pm+acpi-fixes-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2013-09-09
Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2013-08-30
cpuidle: Check the result of cpuidle_get_driver() against NULL
Daniel Fu
2013-08-29
cpuidle: coupled: fix race condition between pokes and safe state
Colin Cross
2013-08-29
cpuidle: coupled: abort idle if pokes are pending
Colin Cross
2013-08-29
cpuidle: coupled: disable interrupts after entering safe state
Colin Cross
2013-08-28
Merge branch 'cpuidle/biglittle' into next/drivers
Olof Johansson
2013-08-28
cpuidle: big.LITTLE: vexpress-TC2 CPU idle driver
Lorenzo Pieralisi
2013-08-23
cpuidle: Change struct menu_device field types
Tuukka Tikkanen
2013-08-23
cpuidle: Add a comment warning about possible overflow
Tuukka Tikkanen
2013-08-23
cpuidle: Fix variable domains in get_typical_interval()
Tuukka Tikkanen
2013-08-23
cpuidle: Fix menu_device->intervals type
Tuukka Tikkanen
2013-08-23
cpuidle: CodingStyle: Break up multiple assignments on single line
Tuukka Tikkanen
2013-08-23
cpuidle: Check called function parameter in get_typical_interval()
Tuukka Tikkanen
2013-08-23
cpuidle: Rearrange code and comments in get_typical_interval()
Tuukka Tikkanen
2013-08-23
cpuidle: Ignore interval prediction result when timer is shorter
Tuukka Tikkanen
2013-08-14
cpuidle-kirkwood.c: simplify use of devm_ioremap_resource()
Julia Lawall
2013-08-14
Merge branch 'cpuidle/arm-next' of git://git.linaro.org/people/dlezcano/linux...
Rafael J. Wysocki
2013-08-14
Merge back earlier 'pm-cpuidle' material.
Rafael J. Wysocki
2013-08-12
cpuidle: kirkwood: Make kirkwood_cpuidle_remove function static
Jingoo Han
2013-08-12
cpuidle: calxeda: Add missing __iomem annotation
Jingoo Han
2013-07-29
Revert "cpuidle: Quickly notice prediction failure for repeat mode"
Rafael J. Wysocki
2013-07-29
Revert "cpuidle: Quickly notice prediction failure in general case"
Rafael J. Wysocki
2013-07-27
Merge branch 'cpuidle-arm' into pm-cpuidle
Rafael J. Wysocki
2013-07-27
ARM: ux500: cpuidle: Move ux500 cpuidle driver to drivers/cpuidle
Daniel Lezcano
2013-07-27
cpuidle: Add Kconfig.arm and move calxeda, kirkwood and zynq
Sahara
2013-07-15
cpuidle: Check if device is already registered
Daniel Lezcano
2013-07-15
cpuidle: Introduce __cpuidle_device_init()
Daniel Lezcano
2013-07-15
cpuidle: Introduce __cpuidle_unregister_device()
Daniel Lezcano
2013-07-15
cpuidle: Make cpuidle's sysfs directory dynamically allocated
Daniel Lezcano
2013-07-15
cpuidle: Fix white space to follow CodingStyle
Daniel Lezcano
2013-07-15
cpuidle: Check cpuidle_enable_device() return value
Daniel Lezcano
2013-07-15
cpuidle: Make it clear that governors cannot be modules
Daniel Lezcano
2013-07-03
Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2013-07-02
Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...
Linus Torvalds
2013-06-24
cpuidle: calxeda: select ARM_CPU_SUSPEND
Arnd Bergmann
2013-06-11
cpuidle: Fix ARCH_NEEDS_CPU_IDLE_COUPLED dependency warning
Daniel Lezcano
2013-06-11
cpuidle: Comment the driver's framework code
Daniel Lezcano
2013-06-11
cpuidle: simplify multiple driver support
Daniel Lezcano
2013-06-05
ARM: zynq: Add cpuidle support
Michal Simek
2013-06-03
cpuidle: improve governor Kconfig options
Daniel Lezcano
2013-05-29
ARM: introduce common set_auxcr/get_auxcr functions
Rob Herring
2013-04-26
cpuidle: add maintainer entry
Daniel Lezcano
2013-04-24
cpuidle: fix comment format
Daniel Lezcano
2013-04-23
ARM: kirkwood: cpuidle: use init/exit common routine
Daniel Lezcano
2013-04-23
ARM: calxeda: cpuidle: use init/exit common routine
Daniel Lezcano
2013-04-23
cpuidle: make a single register function for all
Daniel Lezcano
2013-04-23
cpuidle: remove en_core_tk_irqen flag
Daniel Lezcano
2013-04-01
cpuidle: initialize the broadcast timer framework
Daniel Lezcano
[next]