All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] x86: Misc improvements from KAISER-prep work
@ 2018-01-12 18:37 Andrew Cooper
  2018-01-12 18:37 ` [PATCH 1/5] x86/idt: Factor out enabling and disabling of ISTs Andrew Cooper
                   ` (4 more replies)
  0 siblings, 5 replies; 22+ messages in thread
From: Andrew Cooper @ 2018-01-12 18:37 UTC (permalink / raw)
  To: Xen-devel; +Cc: Andrew Cooper

This is a misc set of improvements I made when doing the KAISER-prep work, but
stand on their own merit irrespective of that series.

Andrew Cooper (5):
  x86/idt: Factor out enabling and disabling of ISTs
  x86/pv: Rename invalidate_shadow_ldt() to pv_destroy_ldt()
  x86/pv: Break handle_ldt_mapping_fault() out of handle_gdt_ldt_mapping_fault()
  x86/pv: Drop support for paging out the LDT
  x86/monitor: Capture Xen's intent to use monitor at boot time

 xen/arch/x86/acpi/lib.c             | 16 +------
 xen/arch/x86/cpu/common.c           | 11 +++--
 xen/arch/x86/domain.c               |  7 +---
 xen/arch/x86/hvm/svm/svm.c          |  8 +---
 xen/arch/x86/mm.c                   | 66 ++---------------------------
 xen/arch/x86/pv/descriptor-tables.c | 34 ++++++++++++++-
 xen/arch/x86/pv/domain.c            |  2 -
 xen/arch/x86/pv/mm.c                |  3 --
 xen/arch/x86/smpboot.c              |  4 +-
 xen/arch/x86/traps.c                | 83 +++++++++++++++++++++----------------
 xen/include/asm-x86/cpufeature.h    |  5 +--
 xen/include/asm-x86/cpufeatures.h   |  1 +
 xen/include/asm-x86/domain.h        |  4 --
 xen/include/asm-x86/mwait.h         |  3 ++
 xen/include/asm-x86/processor.h     | 14 +++++++
 xen/include/asm-x86/pv/mm.h         |  3 ++
 16 files changed, 119 insertions(+), 145 deletions(-)

-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

end of thread, other threads:[~2018-01-18 11:37 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-12 18:37 [PATCH 0/5] x86: Misc improvements from KAISER-prep work Andrew Cooper
2018-01-12 18:37 ` [PATCH 1/5] x86/idt: Factor out enabling and disabling of ISTs Andrew Cooper
2018-01-12 20:12   ` Doug Goldstein
2018-01-17 14:43   ` Wei Liu
2018-01-18  7:43     ` Jan Beulich
2018-01-12 18:37 ` [PATCH 2/5] x86/pv: Rename invalidate_shadow_ldt() to pv_destroy_ldt() Andrew Cooper
2018-01-12 20:15   ` Doug Goldstein
2018-01-17 14:43   ` Wei Liu
2018-01-18  7:45     ` Jan Beulich
2018-01-12 18:37 ` [PATCH 3/5] x86/pv: Break handle_ldt_mapping_fault() out of handle_gdt_ldt_mapping_fault() Andrew Cooper
2018-01-12 20:22   ` Doug Goldstein
2018-01-18  7:48   ` Jan Beulich
2018-01-12 18:37 ` [PATCH 4/5] x86/pv: Drop support for paging out the LDT Andrew Cooper
2018-01-12 21:53   ` Doug Goldstein
2018-01-18  7:59   ` Jan Beulich
2018-01-18 10:38     ` George Dunlap
2018-01-18 10:57       ` Jan Beulich
2018-01-18 10:57       ` Andrew Cooper
2018-01-18 11:00         ` Andrew Cooper
2018-01-18 11:37           ` Jan Beulich
2018-01-12 18:37 ` [PATCH 5/5] x86/monitor: Capture Xen's intent to use monitor at boot time Andrew Cooper
2018-01-18  8:05   ` Jan Beulich

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.