index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
mach-tegra
/
cpuidle-tegra20.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-13
cpuidle: Refactor and move out NVIDIA Tegra20 driver into drivers/cpuidle
Dmitry Osipenko
1
-219
/
+0
2020-03-13
ARM: tegra: cpuidle: Remove unnecessary memory barrier
Dmitry Osipenko
1
-2
/
+0
2020-03-13
ARM: tegra: cpuidle: Make abort_flag atomic
Dmitry Osipenko
1
-4
/
+5
2020-03-13
ARM: tegra: cpuidle: Handle case where secondary CPU hangs on entering LP2
Dmitry Osipenko
1
-2
/
+49
2020-03-13
ARM: tegra: Rename some of the newly exposed PM functions
Dmitry Osipenko
1
-3
/
+3
2020-03-13
ARM: tegra: Expose PM functions required for new cpuidle driver
Dmitry Osipenko
1
-2
/
+2
2020-03-12
ARM: tegra: Propagate error from tegra_idle_lp2_last()
Dmitry Osipenko
1
-2
/
+4
2020-03-12
ARM: tegra: Remove pen-locking from cpuidle-tegra20
Dmitry Osipenko
1
-43
/
+2
2019-11-19
cpuidle: Introduce cpuidle_driver_state_disabled() for driver quirks
Rafael J. Wysocki
1
-1
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
1
-10
/
+1
2019-04-18
ARM: tegra: cpuidle: Handle tick broadcasting within cpuidle core on Tegra20/30
Dmitry Osipenko
1
-9
/
+2
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-1
/
+1
2017-04-04
soc/tegra: Move Tegra flowctrl driver
Jon Hunter
1
-1
/
+2
2016-06-10
ARM: tegra: cpuidle: Add missing cpuidle.h include
Thierry Reding
1
-0
/
+1
2015-05-04
ARM: tegra20: Store CPU "resettable" status in IRAM
Dmitry Osipenko
1
-3
/
+2
2015-04-15
Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+0
2015-04-03
ARM: Tegra: Use explicit broadcast oneshot control function
Thomas Gleixner
1
-5
/
+5
2015-03-23
ARM: cpuidle: Remove duplicate header inclusion
Daniel Lezcano
1
-1
/
+0
2014-11-12
cpuidle: Invert CPUIDLE_FLAG_TIME_VALID logic
Daniel Lezcano
1
-2
/
+1
2014-07-17
ARM: tegra: Sort includes alphabetically
Thierry Reding
1
-8
/
+8
2013-08-13
ARM: tegra: disable LP2 cpuidle state if PCIe is enabled
Stephen Warren
1
-0
/
+12
2013-06-05
ARM: tegra: don't pass CPU ID to tegra_{set,clear}_cpu_in_lp2
Joseph Lo
1
-4
/
+3
2013-06-05
ARM: tegra: hook tegra_tear_down_cpu function in the PM suspend init function
Joseph Lo
1
-3
/
+0
2013-05-02
Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...
Linus Torvalds
1
-5
/
+1
2013-04-23
ARM: tegra: cpuidle: use init/exit common routine for tegra2
Daniel Lezcano
1
-29
/
+1
2013-04-23
cpuidle: remove en_core_tk_irqen flag
Daniel Lezcano
1
-1
/
+0
2013-04-09
ARM: tegra: cpuidle: remove useless initialization
Daniel Lezcano
1
-1
/
+0
2013-04-09
ARM: tegra2: cpuidle: change driver initialization
Daniel Lezcano
1
-20
/
+20
2013-04-04
ARM: tegra: cpuidle: remove redundant parameters for powered-down mode
Joseph Lo
1
-5
/
+1
2013-01-28
ARM: tegra20: cpuidle: apply coupled cpuidle for powered-down mode
Joseph Lo
1
-9
/
+116
2013-01-28
ARM: tegra20: cpuidle: add powered-down state for secondary CPU
Joseph Lo
1
-4
/
+86
2012-11-16
ARM: tegra: cpuidle: separate cpuidle driver for different chips
Joseph Lo
1
-0
/
+66