From: Thomas Gleixner <tglx@linutronix.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>, Ingo Molnar <mingo@elte.hu>,
"H. Peter Anvin" <hpa@zytor.com>
Subject: [Git pull] x86 updates
Date: Tue, 23 Oct 2007 23:02:19 +0200 (CEST) [thread overview]
Message-ID: <alpine.LFD.0.9999.0710232258190.5181@localhost.localdomain> (raw)
Linus,
please pull from:
ssh://master.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
This contains a couple of bug fixes and a large cleanup and
unification section from various authors.
Thanks,
tglx
---
Adrian Bunk (1):
x86: add instrumentation menu
Alejandro Martinez Ruiz (1):
x86: ARRAY_SIZE cleanup
Brian Gerst (1):
x86: merge required-features.h
Carlos Corbacho (2):
x86: Force enable HPET for CK804 (nForce 4) chipsets
x86: Add HPET force support for MCP55 (nForce 5) chipsets
Chris Snook (3):
x86: merge mmu{,_32,_64}.h
x86: unify a.out{,_32,_64}.h
x86: unify div64{,_32,_64}.h
Dave Johnson (2):
x86: fix TSC clock source calibration error
x86: fix more TSC clock source calibration errors
H. Peter Anvin (1):
x86: clean up setup.h and the boot code
Hiroshi Shimamoto (3):
x86: add lapic_shutdown for x86_64
x86: add safe_smp_processor_id for x86_64
x86: unify crash_32/64.c
Nick Piggin (1):
x86: lock bitops
Rafael J. Wysocki (1):
x86: Save registers in saved_context during suspend and hibernation
Thomas Gleixner (19):
x86: Add BITS to allow simple Makefile sharing
x86: merge arch/x86/crypto Makefiles
x86: Unify arch/x86/kernel/acpi Makefiles
x86: prepare consolidation of cpu/ related Makefiles
x86: prepare consolidation of cpu/ related code usage
x86: consolidate the cpu/ related code usage
x86: whitespace cleanup of mce_64.c
x86: merge byteorder_32/64.h
x86: merge elf_32/64.h
x86: merge msgbuf_32/64.h
x86: merge ptrace_32/64.h
x86: merge shmbuf_32/64.h
x86: merge stat_32/64.h
x86: merge statfs_32/64.h
x86: merge mttr_32/64.h
x86: merge msr_32/64.h
x86: merge sigcontext_32/64.h
x86: merge signal_32/64.h
x86: merge setup_32/64.h
Documentation/kernel-parameters.txt | 3 +-
arch/i386/Kconfig | 2 +
arch/i386/Makefile | 6 +
arch/x86/boot/boot.h | 2 +-
arch/x86/boot/compressed/relocs.c | 6 +-
arch/x86/boot/main.c | 2 -
arch/x86/crypto/Makefile | 20 +-
arch/x86/crypto/Makefile_32 | 12 -
arch/x86/crypto/Makefile_64 | 12 -
arch/x86/kernel/Makefile_32 | 2 +-
arch/x86/kernel/Makefile_64 | 19 +-
arch/x86/kernel/acpi/Makefile | 10 +-
arch/x86/kernel/acpi/Makefile_32 | 7 -
arch/x86/kernel/acpi/Makefile_64 | 7 -
arch/x86/kernel/acpi/wakeup_64.S | 101 ++++---
arch/x86/kernel/apic_64.c | 14 +
arch/x86/kernel/asm-offsets_64.c | 28 ++
arch/x86/kernel/cpu/Makefile | 24 +-
arch/x86/kernel/cpu/mcheck/Makefile | 8 +-
arch/x86/kernel/cpu/mcheck/{mce.c => mce_32.c} | 0
arch/x86/kernel/{ => cpu/mcheck}/mce_64.c | 164 ++++++-----
arch/x86/kernel/{ => cpu/mcheck}/mce_amd_64.c | 0
arch/x86/kernel/{ => cpu/mcheck}/mce_intel_64.c | 0
arch/x86/kernel/{crash_32.c => crash.c} | 11 +-
arch/x86/kernel/crash_64.c | 135 ---------
arch/x86/kernel/head_32.S | 7 +-
arch/x86/kernel/quirks.c | 55 ++++-
arch/x86/kernel/smpboot_64.c | 2 +-
arch/x86/kernel/suspend_64.c | 6 -
arch/x86/kernel/suspend_asm_64.S | 72 +++---
arch/x86/kernel/tsc_32.c | 39 ++-
arch/x86/oprofile/Kconfig | 17 -
arch/x86_64/Kconfig | 2 +
arch/x86_64/Makefile | 6 +
include/asm-x86/Kbuild | 27 +--
include/asm-x86/a.out.h | 33 ++-
include/asm-x86/a.out_32.h | 27 --
include/asm-x86/a.out_64.h | 28 --
include/asm-x86/apic_64.h | 1 +
include/asm-x86/bitops_32.h | 43 +++-
include/asm-x86/bitops_64.h | 42 +++-
include/asm-x86/byteorder.h | 81 +++++-
include/asm-x86/byteorder_32.h | 58 ----
include/asm-x86/byteorder_64.h | 33 --
include/asm-x86/div64.h | 60 ++++-
include/asm-x86/div64_32.h | 52 ----
include/asm-x86/div64_64.h | 1 -
include/asm-x86/elf.h | 299 ++++++++++++++++++-
include/asm-x86/elf_32.h | 165 -----------
include/asm-x86/elf_64.h | 180 ------------
include/asm-x86/mmu.h | 26 ++-
include/asm-x86/mmu_32.h | 18 --
include/asm-x86/mmu_64.h | 21 --
include/asm-x86/msgbuf.h | 50 +++-
include/asm-x86/msgbuf_32.h | 31 --
include/asm-x86/msgbuf_64.h | 27 --
include/asm-x86/msr.h | 357 ++++++++++++++++++++++-
include/asm-x86/msr_32.h | 161 ----------
include/asm-x86/msr_64.h | 187 ------------
include/asm-x86/mtrr.h | 175 +++++++++++-
include/asm-x86/mtrr_32.h | 115 --------
include/asm-x86/mtrr_64.h | 152 ----------
include/asm-x86/ptrace.h | 151 +++++++++-
include/asm-x86/ptrace_32.h | 65 ----
include/asm-x86/ptrace_64.h | 80 -----
include/asm-x86/required-features.h | 73 +++++-
include/asm-x86/required-features_32.h | 55 ----
include/asm-x86/required-features_64.h | 46 ---
include/asm-x86/setup.h | 72 ++++-
include/asm-x86/setup_32.h | 63 ----
include/asm-x86/setup_64.h | 19 --
include/asm-x86/shmbuf.h | 62 ++++-
include/asm-x86/shmbuf_32.h | 42 ---
include/asm-x86/shmbuf_64.h | 38 ---
include/asm-x86/sigcontext.h | 149 +++++++++-
include/asm-x86/sigcontext_32.h | 85 ------
include/asm-x86/sigcontext_64.h | 55 ----
include/asm-x86/signal.h | 273 +++++++++++++++++-
include/asm-x86/signal_32.h | 232 ---------------
include/asm-x86/signal_64.h | 181 ------------
include/asm-x86/smp_64.h | 2 +
include/asm-x86/stat.h | 123 +++++++-
include/asm-x86/stat_32.h | 77 -----
include/asm-x86/stat_64.h | 44 ---
include/asm-x86/statfs.h | 72 ++++-
include/asm-x86/statfs_32.h | 6 -
include/asm-x86/statfs_64.h | 58 ----
include/asm-x86/suspend_64.h | 23 +-
88 files changed, 2368 insertions(+), 3029 deletions(-)
delete mode 100644 arch/x86/crypto/Makefile_32
delete mode 100644 arch/x86/crypto/Makefile_64
delete mode 100644 arch/x86/kernel/acpi/Makefile_32
delete mode 100644 arch/x86/kernel/acpi/Makefile_64
rename arch/x86/kernel/cpu/mcheck/{mce.c => mce_32.c} (100%)
rename arch/x86/kernel/{ => cpu/mcheck}/mce_64.c (91%)
rename arch/x86/kernel/{ => cpu/mcheck}/mce_amd_64.c (100%)
rename arch/x86/kernel/{ => cpu/mcheck}/mce_intel_64.c (100%)
rename arch/x86/kernel/{crash_32.c => crash.c} (95%)
delete mode 100644 arch/x86/kernel/crash_64.c
delete mode 100644 arch/x86/oprofile/Kconfig
delete mode 100644 include/asm-x86/a.out_32.h
delete mode 100644 include/asm-x86/a.out_64.h
delete mode 100644 include/asm-x86/byteorder_32.h
delete mode 100644 include/asm-x86/byteorder_64.h
delete mode 100644 include/asm-x86/div64_32.h
delete mode 100644 include/asm-x86/div64_64.h
delete mode 100644 include/asm-x86/elf_32.h
delete mode 100644 include/asm-x86/elf_64.h
delete mode 100644 include/asm-x86/mmu_32.h
delete mode 100644 include/asm-x86/mmu_64.h
delete mode 100644 include/asm-x86/msgbuf_32.h
delete mode 100644 include/asm-x86/msgbuf_64.h
delete mode 100644 include/asm-x86/msr_32.h
delete mode 100644 include/asm-x86/msr_64.h
delete mode 100644 include/asm-x86/mtrr_32.h
delete mode 100644 include/asm-x86/mtrr_64.h
delete mode 100644 include/asm-x86/ptrace_32.h
delete mode 100644 include/asm-x86/ptrace_64.h
delete mode 100644 include/asm-x86/required-features_32.h
delete mode 100644 include/asm-x86/required-features_64.h
delete mode 100644 include/asm-x86/setup_32.h
delete mode 100644 include/asm-x86/setup_64.h
delete mode 100644 include/asm-x86/shmbuf_32.h
delete mode 100644 include/asm-x86/shmbuf_64.h
delete mode 100644 include/asm-x86/sigcontext_32.h
delete mode 100644 include/asm-x86/sigcontext_64.h
delete mode 100644 include/asm-x86/signal_32.h
delete mode 100644 include/asm-x86/signal_64.h
delete mode 100644 include/asm-x86/stat_32.h
delete mode 100644 include/asm-x86/stat_64.h
delete mode 100644 include/asm-x86/statfs_32.h
delete mode 100644 include/asm-x86/statfs_64.h
next reply other threads:[~2007-10-23 21:02 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-23 21:02 Thomas Gleixner [this message]
2007-10-24 4:32 ` [patchlet] " Mike Galbraith
2007-10-24 7:02 ` Ingo Molnar
2007-10-24 7:17 ` Ingo Molnar
2007-10-24 7:39 ` Mike Galbraith
2007-10-24 15:51 ` Hiroshi Shimamoto
2007-11-10 3:52 [GIT " Thomas Gleixner
2008-01-14 19:02 [git " Ingo Molnar
2008-01-15 16:05 ` Ingo Molnar
2008-02-01 17:00 Ingo Molnar
2008-02-04 16:12 Ingo Molnar
2008-02-05 18:47 ` Linus Torvalds
2008-02-05 19:22 ` Sam Ravnborg
2008-02-05 21:05 ` Ingo Molnar
2008-02-05 21:09 ` H. Peter Anvin
2008-02-05 21:18 ` Sam Ravnborg
2008-02-05 21:23 ` H. Peter Anvin
2008-02-05 21:32 ` Linus Torvalds
2008-02-05 21:42 ` H. Peter Anvin
2008-02-05 21:17 ` Sam Ravnborg
2008-02-05 21:54 ` Ingo Molnar
2008-02-05 22:03 ` H. Peter Anvin
2008-02-05 20:12 ` H. Peter Anvin
2008-02-05 21:36 ` Ingo Molnar
2008-02-06 14:47 Ingo Molnar
2008-02-09 23:24 Thomas Gleixner
2008-02-10 1:25 ` Randy Dunlap
2008-02-10 8:03 ` Linus Torvalds
2008-02-10 9:14 ` Thomas Gleixner
2008-02-10 23:09 ` Ingo Molnar
2008-02-13 15:57 Ingo Molnar
2008-02-13 16:19 ` Balbir Singh
2008-02-14 16:25 ` Ingo Molnar
2008-02-14 17:42 ` Avi Kivity
2008-02-15 3:30 ` Balbir Singh
2008-02-15 8:04 ` Ingo Molnar
2008-02-14 10:25 ` Andi Kleen
2008-02-14 15:19 ` Ingo Molnar
2008-02-14 17:10 ` Andi Kleen
2008-02-18 20:21 [GIT Pull] " Thomas Gleixner
2008-02-19 23:13 [GIT pull] " Thomas Gleixner
2008-02-19 23:56 ` Randy Dunlap
2008-02-20 0:06 ` Thomas Gleixner
2008-02-20 8:32 ` Ingo Molnar
2008-02-25 16:27 [git " Ingo Molnar
2008-02-29 18:08 Ingo Molnar
2008-04-26 14:21 Ingo Molnar
2008-04-29 16:00 Ingo Molnar
2008-07-15 21:01 [GIT " Thomas Gleixner
2008-07-15 21:20 ` Linus Torvalds
2008-07-15 21:25 ` Ingo Molnar
2008-07-15 21:43 ` Thomas Gleixner
2008-07-15 22:00 ` Linus Torvalds
2008-07-15 22:05 ` Ingo Molnar
2008-07-15 22:14 ` Thomas Gleixner
2008-07-15 23:29 ` Linus Torvalds
2009-01-07 18:15 [git " Ingo Molnar
2009-06-20 16:49 [GIT PULL] " Ingo Molnar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=alpine.LFD.0.9999.0710232258190.5181@localhost.localdomain \
--to=tglx@linutronix.de \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®