linux/kernel/time
Thomas Gleixner 6321dd60c7 [PATCH] Save/restore periodic tick information over suspend/resume
The programming of periodic tick devices needs to be saved/restored
across suspend/resume - otherwise we might end up with a system coming
up that relies on getting a PIT (or HPET) interrupt, while those devices
default to 'no interrupts' after powerup. (To confuse things it worked
to a certain degree on some systems because the lapic gets initialized
as a side-effect of SMP bootup.)

This suspend / resume thing was dropped unintentionally during the
last-minute -mm code reshuffling.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-03-06 09:30:24 -08:00
..
Kconfig [PATCH] hrtimers: add high resolution timer support 2007-02-16 08:13:59 -08:00
Makefile [PATCH] Add debugging feature /proc/timer_list 2007-02-16 08:13:59 -08:00
clockevents.c [PATCH] clockevents: add core functionality 2007-02-16 08:13:59 -08:00
clocksource.c [PATCH] clocksource init adjustments (fix bug #7426) 2007-03-05 07:57:53 -08:00
jiffies.c [PATCH] clocksource: replace is_continuous by a flag field 2007-02-16 08:13:57 -08:00
ntp.c [PATCH] HZ free ntp 2007-02-16 08:13:56 -08:00
tick-broadcast.c [PATCH] Save/restore periodic tick information over suspend/resume 2007-03-06 09:30:24 -08:00
tick-common.c [PATCH] Save/restore periodic tick information over suspend/resume 2007-03-06 09:30:24 -08:00
tick-internal.h [PATCH] Save/restore periodic tick information over suspend/resume 2007-03-06 09:30:24 -08:00
tick-oneshot.c [PATCH] tick-management: dyntick / highres functionality 2007-02-16 08:13:59 -08:00
tick-sched.c [TIME] tick-sched: Add missing asm/irq_regs.h include. 2007-02-26 11:13:49 -08:00
timer_list.c [PATCH] Add debugging feature /proc/timer_list 2007-02-16 08:13:59 -08:00
timer_stats.c [PATCH] Add debugging feature /proc/timer_stat 2007-02-16 08:13:59 -08:00