summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-05-01100-5881/+250Star
|\
| * Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-04-2873-5295/+70Star
| |\
| | * cpufreq: OMAP: instantiate omap-cpufreq as a platform_driverNishanth Menon2013-04-101-0/+9
| | * arm: exynos: Enable OPP library support for exynos5440Amit Daniel Kachhap2013-04-101-0/+2
| | * cpufreq: AMD "frequency sensitivity feedback" powersave bias for ondemand gov...Jacob Shin2013-04-102-1/+3
| | * cpufreq: powerpc/platforms/cell: move cpufreq driver to drivers/cpufreqViresh Kumar2013-04-106-531/+1Star
| | * cpufreq: sparc: move cpufreq driver to drivers/cpufreqViresh Kumar2013-04-104-703/+0Star
| | * cpufreq: unicore2: move cpufreq driver to drivers/cpufreqViresh Kumar2013-04-102-93/+0Star
| | * cpufreq: sh: move cpufreq driver to drivers/cpufreqViresh Kumar2013-04-103-210/+0Star
| | * cpufreq: mips: move cpufreq driver to drivers/cpufreqViresh Kumar2013-04-105-297/+8Star
| | * cpufreq: ia64: move cpufreq driver to drivers/cpufreqViresh Kumar2013-04-105-474/+3Star
| | * cpufreq: cris: move cpufreq driver to drivers/cpufreqViresh Kumar2013-04-104-290/+0Star
| | * cpufreq: blackfin: move cpufreq driver to drivers/cpufreqViresh Kumar2013-04-102-248/+0Star
| | * cpufreq: AVR32: move cpufreq driver to drivers/cpufreqViresh Kumar2013-04-1017-151/+14Star
| | * cpufreq: sa11x0: move cpufreq driver to drivers/cpufreqViresh Kumar2013-04-106-678/+14Star
| | * cpufreq: integrator: move cpufreq driver to drivers/cpufreqViresh Kumar2013-04-083-234/+0Star
| | * cpufreq: pxa2xx: move cpufreq driver to drivers/cpufreqViresh Kumar2013-04-083-505/+0Star
| | * cpufreq: pxa3xx: move cpufreq driver to drivers/cpufreqViresh Kumar2013-04-083-258/+1Star
| | * cpufreq: davinci: move cpufreq driver to drivers/cpufreqViresh Kumar2013-04-082-234/+0Star
| | * cpufreq: tegra: Move driver to drivers/cpufreqViresh Kumar2013-04-082-295/+0Star
| | * cpufreq: drivers: Remove unnecessary assignments of policy-> membersViresh Kumar2013-04-023-22/+11Star
| | * cpufreq: drivers: don't check range of target freq in .target()Viresh Kumar2013-04-021-9/+0Star
| | * cpufreq: Don't check if cpu is online/offline for cpufreq callbacksViresh Kumar2013-04-024-24/+0Star
| | * cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar2013-04-0223-153/+119Star
| * | Merge branch 'pm-cpuidle'Rafael J. Wysocki2013-04-2827-586/+180Star
| |\ \
| | * | ARM: s3c64xx: cpuidle: use init/exit common routineDaniel Lezcano2013-04-261-13/+1Star
| | * | SH: cpuidle: use init/exit common routineDaniel Lezcano2013-04-241-6/+1Star
| | * | ARM: imx: cpuidle: use init/exit common routineDaniel Lezcano2013-04-236-116/+44Star
| | * | ARM: davinci: cpuidle: use init/exit common routineDaniel Lezcano2013-04-231-19/+1Star
| | * | ARM: tegra: cpuidle: use init/exit common routine for tegra3Daniel Lezcano2013-04-231-26/+1Star
| | * | ARM: tegra: cpuidle: use init/exit common routine for tegra2Daniel Lezcano2013-04-231-29/+1Star
| | * | ARM: OMAP4: cpuidle: use init/exit common routineDaniel Lezcano2013-04-231-24/+2Star
| | * | ARM: shmobile: cpuidle: use init/exit common routineDaniel Lezcano2013-04-231-9/+1Star
| | * | ARM: tegra: cpuidle: use init/exit common routineDaniel Lezcano2013-04-231-25/+1Star
| | * | ARM: OMAP3: cpuidle: use init/exit common routineDaniel Lezcano2013-04-231-20/+2Star
| | * | ARM: at91: cpuidle: use init/exit common routineDaniel Lezcano2013-04-231-15/+2Star
| | * | ARM: ux500: cpuidle: use init/exit common routineDaniel Lezcano2013-04-231-31/+1Star
| | * | 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-2317-17/+0Star
| | * | ARM: OMAP3: remove cpuidle_wrap_enterDaniel Lezcano2013-04-221-21/+9Star
| | * | ARM: shmobile: cpuidle: remove shmobile_enter_wfi prototypeDaniel Lezcano2013-04-221-3/+0Star
| | * | ARM: shmobile: cpuidle: remove shmobile_enter_wfi functionDaniel Lezcano2013-04-221-1/+0Star
| | * | SH: cpuidle: check error code at initDaniel Lezcano2013-04-223-7/+11
| | * | SH: cpuidle: initialize the driver's states directlyDaniel Lezcano2013-04-221-50/+42Star
| | * | SH: cpuidle: remove CPUIDLE_DRIVER_STATE_START usageDaniel Lezcano2013-04-221-4/+2Star
| | * | SH: cpuidle: remove pointless initializationDaniel Lezcano2013-04-221-6/+0Star
| | * | Merge tag 'omap-pm-v3.10/cleanup/cpuidle-v2' of git://git.kernel.org/pub/scm/...Rafael J. Wysocki2013-04-1083-340/+767
| | |\ \
| | | * | 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/+2Star
| | | * | ARM: OMAP4: CPUidle: Make C-state description field more preciseSantosh Shilimkar2013-04-091-3/+3