Linus,
please pull x86 updates for 2.6.24 from:
ssh://master.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git master
Thanks,
tglx
Andreas Herrmann (2):
x86: fix cpu-hotplug regression
x86: show cpuinfo only for online CPUs
David P. Reed (3):
ntp: fix typo that makes sync_cmos_clock erratic
x86: fix freeze in x86_64 RTC update code in time_64.c
x86: on x86_64, correct reading of PC RTC when update in progress in time_64.c
Denys (1):
x86: reboot fixup for wrap2c board
Ingo Molnar (1):
x86: ignore the sys_getcpu() tcache parameter
Randy Dunlap (3):
x86: fix voyager_cat_init section
x86: fix smp init sections
x86: voyager use correct header file name
Thomas Gleixner (4):
x86: fix bogus memcpy in es7000_check_dsdt()
x86: fixup cpu_info array conversion
Remove x86 merge artifact from top Makefile
x86: add hpet sanity checks
Truxton Fulton (1):
x86: fix reboot with no keyboard attached
Yinghai Lu (1):
x86: check boundary in count setup resource
Makefile | 7 +----
arch/x86/kernel/acpi/boot.c | 32 +++++++++++++++++++++
arch/x86/kernel/cpu/mcheck/mce_64.c | 2 +-
arch/x86/kernel/cpu/proc.c | 8 ++---
arch/x86/kernel/reboot_fixups_32.c | 1 +
arch/x86/kernel/setup_64.c | 9 ++----
arch/x86/kernel/time_64.c | 41 +++++++++++++++-------------
arch/x86/mach-voyager/voyager_cat.c | 2 +-
arch/x86/mach-voyager/voyager_smp.c | 4 +-
arch/x86/pci/acpi.c | 6 ++++
arch/x86/vdso/vgetcpu.c | 19 +-----------
include/asm-x86/mach-default/mach_reboot.h | 2 +-
include/asm-x86/mach-es7000/mach_mpparse.h | 6 ++--
include/asm-x86/mach-voyager/setup_arch.h | 2 +-
kernel/sys.c | 20 +-------------
kernel/time/ntp.c ...