summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merge branch 'pm-cpuidle'Rafael J. Wysocki2013-04-2839-757/+362
| |\ \ \ \ \
| | * | | | | cpuidle: add maintainer entryDaniel Lezcano2013-04-263-3/+15
| | * | | | | ARM: s3c64xx: cpuidle: use init/exit common routineDaniel Lezcano2013-04-261-13/+1
| | * | | | | SH: cpuidle: use init/exit common routineDaniel Lezcano2013-04-241-6/+1
| | * | | | | cpuidle: fix comment formatDaniel Lezcano2013-04-241-1/+1
| | * | | | | ARM: imx: cpuidle: use init/exit common routineDaniel Lezcano2013-04-236-116/+44
| | * | | | | ARM: davinci: cpuidle: use init/exit common routineDaniel Lezcano2013-04-231-19/+1
| | * | | | | ARM: kirkwood: cpuidle: use init/exit common routineDaniel Lezcano2013-04-231-15/+2
| | * | | | | ARM: calxeda: cpuidle: use init/exit common routineDaniel Lezcano2013-04-231-51/+1
| | * | | | | ARM: tegra: cpuidle: use init/exit common routine for tegra3Daniel Lezcano2013-04-231-26/+1
| | * | | | | ARM: tegra: cpuidle: use init/exit common routine for tegra2Daniel Lezcano2013-04-231-29/+1
| | * | | | | ARM: OMAP4: cpuidle: use init/exit common routineDaniel Lezcano2013-04-231-24/+2
| | * | | | | ARM: shmobile: cpuidle: use init/exit common routineDaniel Lezcano2013-04-231-9/+1
| | * | | | | ARM: tegra: cpuidle: use init/exit common routineDaniel Lezcano2013-04-231-25/+1
| | * | | | | ARM: OMAP3: cpuidle: use init/exit common routineDaniel Lezcano2013-04-231-20/+2
| | * | | | | ARM: at91: cpuidle: use init/exit common routineDaniel Lezcano2013-04-231-15/+2
| | * | | | | ARM: ux500: cpuidle: use init/exit common routineDaniel Lezcano2013-04-231-31/+1
| | * | | | | cpuidle: make a single register function for allDaniel Lezcano2013-04-233-2/+85
| | * | | | | ARM: ux500: cpuidle: replace for_each_online_cpu by for_each_possible_cpuDaniel Lezcano2013-04-231-2/+2
| | * | | | | cpuidle: remove en_core_tk_irqen flagDaniel Lezcano2013-04-2323-86/+18
| | * | | | | ARM: OMAP3: remove cpuidle_wrap_enterDaniel Lezcano2013-04-221-21/+9
| | * | | | | ARM: shmobile: cpuidle: remove shmobile_enter_wfi prototypeDaniel Lezcano2013-04-221-3/+0
| | * | | | | ARM: shmobile: cpuidle: remove shmobile_enter_wfi functionDaniel Lezcano2013-04-221-1/+0
| | * | | | | SH: cpuidle: check error code at initDaniel Lezcano2013-04-223-7/+11
| | * | | | | SH: cpuidle: initialize the driver's states directlyDaniel Lezcano2013-04-221-50/+42
| | * | | | | SH: cpuidle: remove CPUIDLE_DRIVER_STATE_START usageDaniel Lezcano2013-04-221-4/+2
| | * | | | | SH: cpuidle: remove pointless initializationDaniel Lezcano2013-04-221-6/+0
| | * | | | | intel_idle: remove stop/start critical timingsDaniel Lezcano2013-04-221-3/+0
| | * | | | | Merge tag 'omap-pm-v3.10/cleanup/cpuidle-v2' of git://git.kernel.org/pub/scm/...Rafael J. Wysocki2013-04-10341-3037/+4888
| | |\ \ \ \ \
| | | * | | | | ARM: OMAP4+: CPUidle: Consolidate idle driver for OMAP5 supportSantosh Shilimkar2013-04-091-15/+16
| | | * | | | | ARM: OMAP4+: CPUidle: Deprecate use of omap4_mpuss_read_prev_context_state()Santosh Shilimkar2013-04-093-20/+2
| | | * | | | | ARM: OMAP4: CPUidle: Make C-state description field more preciseSantosh Shilimkar2013-04-091-3/+3
| | | * | | | | ARM: OMAP: CPUidle: Unregister drivere on device registration failureSantosh Shilimkar2013-04-092-2/+10
| | | * | | | | ARM: OMAP4: CPUidle: Avoid double idle driver registrationSantosh Shilimkar2013-04-091-2/+2
| | | * | | | | ARM: omap3: cpuidle: enable time keepingDaniel Lezcano2013-04-091-2/+3
| | | * | | | | Merge branch 'pm-cpuidle-next' into linux-nextRafael J. Wysocki2013-04-0811-94/+69
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge branch 'acpi-assorted' into linux-nextRafael J. Wysocki2013-04-0812-57/+107
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge branch 'acpi-pm' into linux-nextRafael J. Wysocki2013-04-081-15/+24
| | | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Merge branch 'acpica' into linux-nextRafael J. Wysocki2013-04-0839-618/+1235
| | | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Merge branch 'acpi-lpss' into linux-nextRafael J. Wysocki2013-04-0811-213/+368
| | | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ Merge branch 'acpi-hotplug' into linux-nextRafael J. Wysocki2013-04-0812-589/+597
| | | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | POWERPC: pseries: cpuidle: use time keeping flagDaniel Lezcano2013-04-081-20/+15
| | * | | | | | | | | | | | ARM: omap3: cpuidle: enable time keepingDaniel Lezcano2013-04-081-2/+3
| | * | | | | | | | | | | | ARM: davinci: cpuidle: fix wrong enter functionDaniel Lezcano2013-04-081-6/+2
| | * | | | | | | | | | | | ARM: tegra: cpuidle: remove useless initializationDaniel Lezcano2013-04-083-3/+0
| | * | | | | | | | | | | | ARM: tegra2: cpuidle: change driver initializationDaniel Lezcano2013-04-081-20/+20
| | * | | | | | | | | | | | ARM: shmobile: cpuidle: remove useless WFI functionDaniel Lezcano2013-04-081-8/+0
| | * | | | | | | | | | | | ARM: shmobile: pm: fix init sectionsDaniel Lezcano2013-04-082-4/+4
| | | |_|_|_|_|_|/ / / / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | cpuidle: imx6: remove timer broadcast initializationDaniel Lezcano2013-04-011-15/+0
| | * | | | | | | | | | | cpuidle: OMAP4: remove timer broadcast initializationDaniel Lezcano2013-04-011-14/+0
OpenPOWER on IntegriCloud