[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20150216121435.203983131@infradead.org>
Date: Mon, 16 Feb 2015 13:14:35 +0100
From: Peter Zijlstra <peterz@...radead.org>
To: linux-kernel@...r.kernel.org, mingo@...nel.org, rjw@...ysocki.net
Cc: tglx@...utronix.de, peterz@...radead.org
Subject: [PATCH 00/35] Some kernel/time cleanups
Hi,
While working with Rafael on the suspend to idle machinery Thomas made these
cleanups; since one might as well clean code up while you've done the work of
thinking through it again.
As it stands there's very little overlap between Rafael's series and this one
aside from a few trivial fixups. So we'll merge them seperately.
---
arch/arm/common/bL_switcher.c | 16 +--
arch/arm/kernel/smp.c | 2 +-
arch/arm/mach-omap2/cpuidle44xx.c | 10 +-
arch/arm/mach-tegra/cpuidle-tegra114.c | 6 +-
arch/arm/mach-tegra/cpuidle-tegra20.c | 10 +-
arch/arm/mach-tegra/cpuidle-tegra30.c | 10 +-
arch/arm64/Kconfig | 1 +
arch/arm64/kernel/smp.c | 1 +
arch/arm64/kernel/time.c | 2 +-
arch/mips/kernel/smp.c | 1 +
arch/powerpc/Kconfig | 1 +
arch/powerpc/kernel/smp.c | 1 +
arch/powerpc/kernel/time.c | 2 +-
arch/x86/kernel/process.c | 13 +--
arch/x86/xen/suspend.c | 11 +-
drivers/acpi/acpi_pad.c | 29 +----
drivers/acpi/processor_idle.c | 20 ++--
drivers/cpuidle/driver.c | 23 ++--
drivers/idle/intel_idle.c | 17 ++-
include/linux/clockchips.h | 65 +----------
include/linux/clocksource.h | 2 -
include/linux/tick.h | 200 ++++++++++++++-------------------
kernel/cpu.c | 4 +
kernel/sched/idle.c | 5 +-
kernel/time/Kconfig | 10 +-
kernel/time/Makefile | 12 +-
kernel/time/clockevents.c | 95 +++++-----------
kernel/time/clocksource.c | 2 +
kernel/time/hrtimer.c | 9 +-
kernel/time/jiffies.c | 2 +-
kernel/time/ntp.c | 1 -
kernel/time/tick-broadcast.c | 194 ++++++++++++++++++--------------
kernel/time/tick-common.c | 89 ++++++++++-----
kernel/time/tick-internal.h | 189 +++++++++++++------------------
kernel/time/tick-sched.c | 7 +-
kernel/time/timekeeping.c | 12 +-
kernel/time/timekeeping.h | 10 ++
kernel/time/timer_list.c | 2 +-
38 files changed, 477 insertions(+), 609 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists