All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC] x86: cleanup of NX enabling
@ 2009-11-13 23:28 H. Peter Anvin
  2009-11-13 23:28 ` [PATCH 1/5] x86-32: use symbolic constants, safer CPUID when enabling EFER.NX H. Peter Anvin
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: H. Peter Anvin @ 2009-11-13 23:28 UTC (permalink / raw)
  To: linux-kernel; +Cc: mingo, tglx, x86

Hello all,

Posting this patch series for review; I intend to commit it to
tip:x86/mm unless someone objects over the next few days.

This came about based on Kees' original patch to give better dmesg
information about the status of NX availability.

Jeremy: I'm not 100% this is safe for Xen, as Xen takes its own path
for initialization, so if you could take a quick look, it would be
most appreciated.

 arch/x86/include/asm/proto.h       |    3 +-
 arch/x86/kernel/acpi/sleep.c       |    9 ++----
 arch/x86/kernel/cpu/common.c       |    2 +-
 arch/x86/kernel/head_32.S          |   18 +++++++----
 arch/x86/kernel/machine_kexec_32.c |    6 +--
 arch/x86/kernel/setup.c            |   17 ++++------
 arch/x86/mm/init.c                 |    4 --
 arch/x86/mm/pageattr.c             |    6 ++++
 arch/x86/mm/setup_nx.c             |   59 +++++++++++++++--------------------
 arch/x86/xen/enlighten.c           |    4 +--
 10 files changed, 58 insertions(+), 70 deletions(-)

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2009-11-16 22:08 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-13 23:28 [RFC] x86: cleanup of NX enabling H. Peter Anvin
2009-11-13 23:28 ` [PATCH 1/5] x86-32: use symbolic constants, safer CPUID when enabling EFER.NX H. Peter Anvin
2009-11-16 22:06   ` [tip:x86/mm] x86-32: Use " tip-bot for H. Peter Anvin
2009-11-13 23:28 ` [PATCH 2/5] x86, sleep: always save the value of EFER H. Peter Anvin
2009-11-14  0:16   ` Rafael J. Wysocki
2009-11-16 22:06   ` [tip:x86/mm] x86, sleep: Always " tip-bot for H. Peter Anvin
2009-11-13 23:28 ` [PATCH 3/5] x86, pageattr: make set_memory_(x|nx) aware of NX support H. Peter Anvin
2009-11-16 22:07   ` [tip:x86/mm] x86, pageattr: Make " tip-bot for H. Peter Anvin
2009-11-13 23:28 ` [PATCH 4/5] x86, mm: clean up and simplify NX enablement H. Peter Anvin
2009-11-16 22:07   ` [tip:x86/mm] x86, mm: Clean " tip-bot for H. Peter Anvin
2009-11-13 23:28 ` [PATCH 5/5] x86, mm: report state of NX protections during boot H. Peter Anvin
2009-11-16 22:07   ` [tip:x86/mm] x86, mm: Report " tip-bot for Kees Cook
2009-11-14  0:36 ` [PATCH 0/5] x86: cleanup of NX enabling Kees Cook

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.