index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cpuidle
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-30
ARM/cpuidle: remove __init tag from Calxeda cpuidle probe function
Andre Przywara
1
-1
/
+1
2013-12-04
cpuidle: Check for dev before deregistering it.
Konrad Rzeszutek Wilk
1
-1
/
+1
2013-11-14
Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
10
-143
/
+170
2013-10-30
cpuidle: remove cpuidle_unregister_governor()
Viresh Kumar
1
-43
/
+0
2013-10-30
cpuidle: don't call poll_idle_init() for every cpu
Viresh Kumar
2
-41
/
+42
2013-10-30
cpuidle: use drv instead of cpuidle_driver in show_current_driver()
Viresh Kumar
1
-4
/
+4
2013-10-30
cpuidle: call cpuidle_get_driver() from after taking cpuidle_driver_lock
Viresh Kumar
2
-2
/
+4
2013-10-30
cpuidle: replace multiline statements with single line in cpuidle_idle_call()
Viresh Kumar
1
-4
/
+2
2013-10-30
cpuidle: reduce code duplication inside cpuidle_idle_call()
Viresh Kumar
1
-2
/
+5
2013-10-30
cpuidle: merge two if() statements for checking error cases
Viresh Kumar
1
-4
/
+1
2013-10-30
cpuidle: rearrange __cpuidle_register_device() to keep minimal exit points
Viresh Kumar
1
-5
/
+4
2013-10-30
cpuidle: rearrange code in __cpuidle_driver_init()
Viresh Kumar
1
-6
/
+4
2013-10-30
cpuidle: make __cpuidle_driver_init() return void
Viresh Kumar
1
-8
/
+2
2013-10-30
cpuidle: make __cpuidle_device_init() return void
Viresh Kumar
1
-6
/
+2
2013-10-30
cpuidle: Fix comments in cpuidle core
Viresh Kumar
3
-5
/
+5
2013-10-17
ARM: at91: cpuidle: Move driver to drivers/cpuidle
Daniel Lezcano
3
-0
/
+77
2013-10-07
ARM: ux500: cpuidle: fix section mismatch
Daniel Lezcano
1
-1
/
+1
2013-10-07
ARM: zynq: cpuidle: convert to platform driver
Daniel Lezcano
1
-2
/
+11
2013-10-07
ARM: zynq: cpuidle: Remove useless compatibility string
Daniel Lezcano
1
-4
/
+0
2013-10-07
drivers: cpuidle: rename ARM big.LITTLE driver config and makefile entries
Lorenzo Pieralisi
2
-12
/
+12
2013-10-02
cpuidle: calxeda: add support to use PSCI calls
Rob Herring
2
-34
/
+7
2013-10-02
ARM: highbank: cpuidle: convert to platform driver
Daniel Lezcano
1
-6
/
+12
2013-10-02
cpuidle: calxeda: add cpu_pm_enter/exit calls
Rob Herring
1
-0
/
+4
2013-09-12
Merge tag 'pm+acpi-fixes-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+2
2013-09-10
Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-0
/
+220
2013-08-30
cpuidle: Check the result of cpuidle_get_driver() against NULL
Daniel Fu
1
-1
/
+2
2013-08-30
cpuidle: coupled: fix race condition between pokes and safe state
Colin Cross
1
-6
/
+14
2013-08-30
cpuidle: coupled: abort idle if pokes are pending
Colin Cross
1
-25
/
+82
2013-08-30
cpuidle: coupled: disable interrupts after entering safe state
Colin Cross
1
-0
/
+2
2013-08-28
Merge branch 'cpuidle/biglittle' into next/drivers
Olof Johansson
3
-0
/
+220
2013-08-28
cpuidle: big.LITTLE: vexpress-TC2 CPU idle driver
Lorenzo Pieralisi
3
-0
/
+220
2013-08-23
cpuidle: Change struct menu_device field types
Tuukka Tikkanen
1
-11
/
+17
2013-08-23
cpuidle: Add a comment warning about possible overflow
Tuukka Tikkanen
1
-0
/
+9
2013-08-23
cpuidle: Fix variable domains in get_typical_interval()
Tuukka Tikkanen
1
-6
/
+9
2013-08-23
cpuidle: Fix menu_device->intervals type
Tuukka Tikkanen
1
-1
/
+1
2013-08-23
cpuidle: CodingStyle: Break up multiple assignments on single line
Tuukka Tikkanen
1
-3
/
+6
2013-08-23
cpuidle: Check called function parameter in get_typical_interval()
Tuukka Tikkanen
1
-5
/
+13
2013-08-23
cpuidle: Rearrange code and comments in get_typical_interval()
Tuukka Tikkanen
1
-13
/
+15
2013-08-23
cpuidle: Ignore interval prediction result when timer is shorter
Tuukka Tikkanen
1
-1
/
+4
2013-08-15
cpuidle-kirkwood.c: simplify use of devm_ioremap_resource()
Julia Lawall
1
-3
/
+0
2013-08-15
Merge branch 'cpuidle/arm-next' of git://git.linaro.org/people/dlezcano/linux...
Rafael J. Wysocki
2
-2
/
+2
2013-08-15
Merge back earlier 'pm-cpuidle' material.
Rafael J. Wysocki
8
-110
/
+298
2013-08-12
cpuidle: kirkwood: Make kirkwood_cpuidle_remove function static
Jingoo Han
1
-1
/
+1
2013-08-12
cpuidle: calxeda: Add missing __iomem annotation
Jingoo Han
1
-1
/
+1
2013-07-29
Revert "cpuidle: Quickly notice prediction failure for repeat mode"
Rafael J. Wysocki
1
-69
/
+4
2013-07-29
Revert "cpuidle: Quickly notice prediction failure in general case"
Rafael J. Wysocki
1
-34
/
+1
2013-07-27
Merge branch 'cpuidle-arm' into pm-cpuidle
Rafael J. Wysocki
4
-16
/
+173
2013-07-27
ARM: ux500: cpuidle: Move ux500 cpuidle driver to drivers/cpuidle
Daniel Lezcano
3
-0
/
+140
2013-07-27
cpuidle: Add Kconfig.arm and move calxeda, kirkwood and zynq
Sahara
3
-16
/
+33
2013-07-15
cpuidle: Check if device is already registered
Daniel Lezcano
1
-1
/
+4
[next]