[GIT PULL] x86/txt for v2.6.32

From: H. Peter Anvin
Date: Mon Sep 14 2009 - 16:52:41 EST


The following changes since commit 326ba5010a5429a5a528b268b36a5900d4ab0eba:
Linus Torvalds (1):
Linux 2.6.31-rc8

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git x86-txt-for-linus

Arnaldo Carvalho de Melo (1):
x86, intel_txt: Fix typos in Kconfig help

H. Peter Anvin (3):
x86, intel_txt: tboot.c needs <asm/fixmap.h>
x86, intel_txt: Factor out the code for S3 setup
x86, intel_txt: Handle ACPI_SLEEP without X86_TRAMPOLINE

Ingo Molnar (1):
Merge commit 'v2.6.31-rc8' into x86/txt

Joseph Cihula (4):
x86, intel_txt: Intel TXT boot support
x86, intel_txt: Intel TXT reboot/halt shutdown support
x86, intel_txt: Intel TXT Sx shutdown support
intel_txt: Force IOMMU on for Intel TXT launch

Shane Wang (1):
x86, intel_txt: clean up the impact on generic code, unbreak non-x86

Documentation/intel_txt.txt | 210 ++++++++++++++++++
Documentation/x86/zero-page.txt | 1 +
arch/x86/Kconfig | 4 +
arch/x86/include/asm/bootparam.h | 3 +-
arch/x86/include/asm/fixmap.h | 3 +
arch/x86/kernel/Makefile | 1 +
arch/x86/kernel/reboot.c | 7 +
arch/x86/kernel/setup.c | 3 +
arch/x86/kernel/smpboot.c | 2 +
arch/x86/kernel/tboot.c | 447 ++++++++++++++++++++++++++++++++++++++
drivers/acpi/acpica/hwsleep.c | 3 +
drivers/pci/dmar.c | 7 +
drivers/pci/intel-iommu.c | 17 ++-
include/linux/tboot.h | 162 ++++++++++++++
kernel/cpu.c | 1 +
security/Kconfig | 30 +++
16 files changed, 898 insertions(+), 3 deletions(-)
create mode 100644 Documentation/intel_txt.txt
create mode 100644 arch/x86/kernel/tboot.c
create mode 100644 include/linux/tboot.h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/