All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] x86/traps: Improvements
@ 2014-06-09 10:56 Andrew Cooper
  2014-06-09 10:56 ` [PATCH 1/2] x86/traps: const-correctness for IST handlers Andrew Cooper
  2014-06-09 10:56 ` [PATCH 2/2] x86/mce: Sanitise the #MC entry path Andrew Cooper
  0 siblings, 2 replies; 5+ messages in thread
From: Andrew Cooper @ 2014-06-09 10:56 UTC (permalink / raw)
  To: Xen-devel; +Cc: Andrew Cooper

Some const correctness and entry point cleanup.  No functional changes overall.

Andrew Cooper (2):
  x86/traps: const-correctness for IST handlers
  x86/mce: Sanitise the #MC entry path

 xen/arch/x86/alternative.c              |    2 +-
 xen/arch/x86/cpu/mcheck/mcaction.c      |    2 +-
 xen/arch/x86/cpu/mcheck/mcaction.h      |    2 +-
 xen/arch/x86/cpu/mcheck/mce.c           |   17 +++++++++--------
 xen/arch/x86/cpu/mcheck/mce.h           |    5 ++---
 xen/arch/x86/cpu/mcheck/mce_amd.c       |    9 +--------
 xen/arch/x86/cpu/mcheck/mce_intel.c     |   18 ++++++------------
 xen/arch/x86/cpu/mcheck/x86_mca.h       |    2 +-
 xen/arch/x86/nmi.c                      |    2 +-
 xen/arch/x86/oprofile/nmi_int.c         |    2 +-
 xen/arch/x86/oprofile/op_model_athlon.c |    6 +++---
 xen/arch/x86/oprofile/op_model_p4.c     |    2 +-
 xen/arch/x86/oprofile/op_model_ppro.c   |    2 +-
 xen/arch/x86/oprofile/op_x86_model.h    |    2 +-
 xen/arch/x86/traps.c                    |   23 +++++++++--------------
 xen/arch/x86/x86_64/compat/traps.c      |    2 +-
 xen/arch/x86/x86_64/traps.c             |    2 +-
 xen/include/asm-x86/apic.h              |    2 +-
 xen/include/asm-x86/nmi.h               |    2 +-
 xen/include/asm-x86/processor.h         |   27 +++++++++++++++++----------
 xen/include/asm-x86/traps.h             |    2 --
 21 files changed, 60 insertions(+), 73 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2014-06-18 10:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-09 10:56 [PATCH 0/2] x86/traps: Improvements Andrew Cooper
2014-06-09 10:56 ` [PATCH 1/2] x86/traps: const-correctness for IST handlers Andrew Cooper
2014-06-09 10:56 ` [PATCH 2/2] x86/mce: Sanitise the #MC entry path Andrew Cooper
2014-06-18  9:44   ` Andrew Cooper
2014-06-18 10:19   ` Egger, Christoph

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.