lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 14 Sep 2009 13:51:44 -0700
From:	"H. Peter Anvin" <hpa@...or.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	Ingo Molnar <mingo@...e.hu>,
	Thomas Gleixner <tglx@...utronix.de>,
	"H. Peter Anvin" <hpa@...or.com>,
	Joseph Cihula <joseph.cihula@...el.com>,
	Shane Wang <shane.wang@...el.com>
Subject: [GIT PULL] x86/txt for v2.6.32

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@...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

Powered by Openwall GNU/*/Linux Powered by OpenVZ