[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 0/5] x86: Misc improvements from KAISER-prep work
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@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |