summaryrefslogtreecommitdiff
path: root/arch/x86/xen
AgeCommit message (Expand)Author
2017-05-19xen: make xen_flush_tlb_all() staticJuergen Gross
2017-05-19xen: cleanup pvh leftovers from pv-only sourcesJuergen Gross
2017-05-11xen: adjust early dom0 p2m handling to xen hypervisor behaviorJuergen Gross
2017-05-11x86/amd: don't set X86_BUG_SYSRET_SS_ATTRS when running under XenJuergen Gross
2017-05-05xen/x86: Do not call xen_init_time_ops() until shared_info is initializedBoris Ostrovsky
2017-05-05x86/xen: fix xsave capability settingJuergen Gross
2017-05-03xen: Move xen_have_vector_callback definition to enlighten.cBoris Ostrovsky
2017-05-02xen: Implement EFI reset_system callbackJulien Grall
2017-05-02xen: Export xen_rebootJulien Grall
2017-05-02xen/x86: Call xen_smp_intr_init_pv() on BSPBoris Ostrovsky
2017-05-02xen: Revert commits da72ff5bfcb0 and 72a9b186292dBoris Ostrovsky
2017-05-02xen/pvh: Do not fill kernel's e820 map in init_pvh_bootparams()Boris Ostrovsky
2017-05-02x86/xen: use capabilities instead of fake cpuid values for xsaveJuergen Gross
2017-05-02x86/xen: use capabilities instead of fake cpuid values for x2apicJuergen Gross
2017-05-02x86/xen: use capabilities instead of fake cpuid values for mwaitJuergen Gross
2017-05-02x86/xen: use capabilities instead of fake cpuid values for acpiJuergen Gross
2017-05-02x86/xen: use capabilities instead of fake cpuid values for accJuergen Gross
2017-05-02x86/xen: use capabilities instead of fake cpuid values for mtrrJuergen Gross
2017-05-02x86/xen: use capabilities instead of fake cpuid values for aperfJuergen Gross
2017-05-02x86/xen: don't indicate DCA support in pv domainsJuergen Gross
2017-05-02xen: set cpu capabilities from xen_start_kernel()Juergen Gross
2017-05-02xen,kdump: handle pv domain in paddr_vmcoreinfo_note()Juergen Gross
2017-05-02x86/xen: remove unused static function from smp_pv.cJuergen Gross
2017-05-02x86/xen: rename some PV-only functions in smp_pv.cVitaly Kuznetsov
2017-05-02x86/xen: enable PVHVM-only buildsVitaly Kuznetsov
2017-05-02x86/xen: define startup_xen for XEN PV onlyVitaly Kuznetsov
2017-05-02x86/xen: put setup.c, pmu.c and apic.c under CONFIG_XEN_PVVitaly Kuznetsov
2017-05-02x86/xen: split suspend.c for PV and PVHVM guestsVitaly Kuznetsov
2017-05-02x86/xen: split off mmu_pv.cVitaly Kuznetsov
2017-05-02x86/xen: split off mmu_hvm.cVitaly Kuznetsov
2017-05-02x86/xen: split off smp_pv.cVitaly Kuznetsov
2017-05-02x86/xen: split off smp_hvm.cVitaly Kuznetsov
2017-05-02x86/xen: split xen_cpu_die()Vitaly Kuznetsov
2017-05-02x86/xen: split xen_smp_prepare_boot_cpu()Vitaly Kuznetsov
2017-05-02x86/xen: split xen_smp_intr_init()/xen_smp_intr_free()Vitaly Kuznetsov
2017-05-02x86/xen: split off enlighten_pv.cVitaly Kuznetsov
2017-05-02x86/xen: split off enlighten_hvm.cVitaly Kuznetsov
2017-05-02x86/xen: split off enlighten_pvh.cVitaly Kuznetsov
2017-05-02x86/xen: add CONFIG_XEN_PV to KconfigVitaly Kuznetsov
2017-05-02x86/xen: globalize have_vcpu_info_placementVitaly Kuznetsov
2017-05-02x86/xen: separate PV and HVM hypervisorsVitaly Kuznetsov
2017-05-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-05-01Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-05-01Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-04-14x86/xen/time: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange
2017-04-11Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar
2017-04-11Merge branch 'WIP.x86/boot' into x86/boot, to pick up ready branchIngo Molnar
2017-03-30Merge branch 'x86/cpu' into x86/mm, before applying dependent patchIngo Molnar
2017-03-27x86: Convert the rest of the code to support p4d_tKirill A. Shutemov
2017-03-27x86/xen: Change __xen_pgd_walk() and xen_cleanmfnmap() to support p4dXiong Zhang