summaryrefslogtreecommitdiff
path: root/arch/x86/xen
AgeCommit message (Expand)AuthorFilesLines
2017-05-02x86/xen: split suspend.c for PV and PVHVM guestsVitaly Kuznetsov5-55/+83
2017-05-02x86/xen: split off mmu_pv.cVitaly Kuznetsov3-2714/+2721
2017-05-02x86/xen: split off mmu_hvm.cVitaly Kuznetsov3-75/+80
2017-05-02x86/xen: split off smp_pv.cVitaly Kuznetsov4-486/+509
2017-05-02x86/xen: split off smp_hvm.cVitaly Kuznetsov5-54/+69
2017-05-02x86/xen: split xen_cpu_die()Vitaly Kuznetsov1-6/+20
2017-05-02x86/xen: split xen_smp_prepare_boot_cpu()Vitaly Kuznetsov1-19/+30
2017-05-02x86/xen: split xen_smp_intr_init()/xen_smp_intr_free()Vitaly Kuznetsov3-11/+35
2017-05-02x86/xen: split off enlighten_pv.cVitaly Kuznetsov3-1528/+1538
2017-05-02x86/xen: split off enlighten_hvm.cVitaly Kuznetsov4-207/+227
2017-05-02x86/xen: split off enlighten_pvh.cVitaly Kuznetsov3-108/+116
2017-05-02x86/xen: add CONFIG_XEN_PV to KconfigVitaly Kuznetsov1-5/+18
2017-05-02x86/xen: globalize have_vcpu_info_placementVitaly Kuznetsov2-6/+8
2017-05-02x86/xen: separate PV and HVM hypervisorsVitaly Kuznetsov1-39/+75
2017-05-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-160/+243
2017-05-01Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2017-05-01Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-60/+87
2017-04-14x86/xen/time: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange1-0/+4
2017-04-11Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar3-60/+87
2017-04-11Merge branch 'WIP.x86/boot' into x86/boot, to pick up ready branchIngo Molnar3-60/+87
2017-03-30Merge branch 'x86/cpu' into x86/mm, before applying dependent patchIngo Molnar1-1/+0
2017-03-27x86: Convert the rest of the code to support p4d_tKirill A. Shutemov1-62/+90
2017-03-27x86/xen: Change __xen_pgd_walk() and xen_cleanmfnmap() to support p4dXiong Zhang2-96/+150
2017-03-23x86/xen/gdt: Use X86_FEATURE_XENPV instead of globals for the GDT fixupAndy Lutomirski1-3/+0
2017-03-16x86: Remap GDT tables in the fixmap sectionThomas Garnier3-2/+6
2017-03-11x86/cpu: Drop wp_works_ok member of struct cpuinfo_x86Mathias Krause1-1/+0
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-01x86/xen: Update e820 table handling to the new core x86 E820 codeIngo Molnar1-14/+13
2017-03-01Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up...Ingo Molnar13-293/+347
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2017-02-21Merge tag 'for-linus-4.11-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds12-308/+348
2017-02-07xen/pvh: Use Xen's emergency_restart op for PVH guestsBoris Ostrovsky1-0/+3
2017-02-07xen/pvh: PVH guests always have PV devicesBoris Ostrovsky1-2/+2
2017-02-07xen/pvh: Make sure we don't use ACPI_IRQ_MODEL_PIC for SCIBoris Ostrovsky1-0/+12
2017-02-07xen/pvh: Bootstrap PVH guestBoris Ostrovsky4-11/+277
2017-02-07xen/x86: Remove PVH supportBoris Ostrovsky7-294/+53
2017-01-29x86/xen: Fix APIC id mismatch warning on IntelMohit Gambhir1-1/+1
2017-01-28x86/boot/e820: Simplify the e820__update_table() interfaceIngo Molnar1-5/+4
2017-01-28xen, x86/boot/e820: Simplify Xen's xen_e820_table constructIngo Molnar1-37/+33
2017-01-28x86/boot/e820: Clean up the E820 table size define namesIngo Molnar1-1/+1
2017-01-28x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar1-11/+11
2017-01-28x86/boot/e820: Create coherent API function names for E820 range operationsIngo Molnar1-3/+3
2017-01-28x86/boot/e820: Rename sanitize_e820_table() to e820__update_table()Ingo Molnar1-3/+3
2017-01-28x86/boot/e820: Harmonize the 'struct e820_table' fieldsIngo Molnar1-1/+1
2017-01-28x86/boot/e820: Rename everything to e820_tableIngo Molnar1-38/+38
2017-01-28x86/boot/e820: Rename 'e820_map' variables to 'e820_array'Ingo Molnar1-38/+38
2017-01-28x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 's...Ingo Molnar1-6/+6
2017-01-28x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar2-2/+2
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-1/+1