aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-19xen: cleanup pvh leftovers from pv-only sourcesJuergen Gross2-75/+42
2017-05-11xen: adjust early dom0 p2m handling to xen hypervisor behaviorJuergen Gross1-3/+4
2017-05-11x86/amd: don't set X86_BUG_SYSRET_SS_ATTRS when running under XenJuergen Gross1-1/+0
2017-05-05xen/x86: Do not call xen_init_time_ops() until shared_info is initializedBoris Ostrovsky2-3/+8
2017-05-05x86/xen: fix xsave capability settingJuergen Gross1-23/+9
2017-05-03xen: Move xen_have_vector_callback definition to enlighten.cBoris Ostrovsky2-3/+3
2017-05-02xen: Implement EFI reset_system callbackJulien Grall1-1/+1
2017-05-02xen: Export xen_rebootJulien Grall1-1/+0
2017-05-02xen/x86: Call xen_smp_intr_init_pv() on BSPBoris Ostrovsky1-1/+1
2017-05-02xen: Revert commits da72ff5bfcb0 and 72a9b186292dBoris Ostrovsky3-4/+21
2017-05-02xen/pvh: Do not fill kernel's e820 map in init_pvh_bootparams()Boris Ostrovsky1-14/+6
2017-05-02x86/xen: use capabilities instead of fake cpuid values for xsaveJuergen Gross1-23/+30
2017-05-02x86/xen: use capabilities instead of fake cpuid values for x2apicJuergen Gross1-2/+1
2017-05-02x86/xen: use capabilities instead of fake cpuid values for mwaitJuergen Gross1-6/+5
2017-05-02x86/xen: use capabilities instead of fake cpuid values for acpiJuergen Gross1-8/+3
2017-05-02x86/xen: use capabilities instead of fake cpuid values for accJuergen Gross1-3/+1
2017-05-02x86/xen: use capabilities instead of fake cpuid values for mtrrJuergen Gross1-2/+2
2017-05-02x86/xen: use capabilities instead of fake cpuid values for aperfJuergen Gross1-8/+1
2017-05-02x86/xen: don't indicate DCA support in pv domainsJuergen Gross1-0/+1
2017-05-02xen: set cpu capabilities from xen_start_kernel()Juergen Gross1-7/+7
2017-05-02xen,kdump: handle pv domain in paddr_vmcoreinfo_note()Juergen Gross1-0/+13
2017-05-02x86/xen: remove unused static function from smp_pv.cJuergen Gross1-10/+0
2017-05-02x86/xen: rename some PV-only functions in smp_pv.cVitaly Kuznetsov1-14/+14
2017-05-02x86/xen: enable PVHVM-only buildsVitaly Kuznetsov2-4/+9
2017-05-02x86/xen: define startup_xen for XEN PV onlyVitaly Kuznetsov1-0/+4
2017-05-02x86/xen: put setup.c, pmu.c and apic.c under CONFIG_XEN_PVVitaly Kuznetsov3-4/+9
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/git/tip/tipLinus Torvalds4-160/+243
2017-05-01Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2017-05-01Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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