summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAgeFilesLines
* xen: adjust early dom0 p2m handling to xen hypervisor behaviorJuergen Gross2017-05-111-3/+4
* x86/amd: don't set X86_BUG_SYSRET_SS_ATTRS when running under XenJuergen Gross2017-05-111-1/+0
* xen/x86: Do not call xen_init_time_ops() until shared_info is initializedBoris Ostrovsky2017-05-052-3/+8
* x86/xen: fix xsave capability settingJuergen Gross2017-05-051-23/+9
* xen: Move xen_have_vector_callback definition to enlighten.cBoris Ostrovsky2017-05-032-3/+3
* xen: Implement EFI reset_system callbackJulien Grall2017-05-021-1/+1
* xen: Export xen_rebootJulien Grall2017-05-021-1/+0
* xen/x86: Call xen_smp_intr_init_pv() on BSPBoris Ostrovsky2017-05-021-1/+1
* xen: Revert commits da72ff5bfcb0 and 72a9b186292dBoris Ostrovsky2017-05-023-4/+21
* xen/pvh: Do not fill kernel's e820 map in init_pvh_bootparams()Boris Ostrovsky2017-05-021-14/+6
* x86/xen: use capabilities instead of fake cpuid values for xsaveJuergen Gross2017-05-021-23/+30
* x86/xen: use capabilities instead of fake cpuid values for x2apicJuergen Gross2017-05-021-2/+1
* x86/xen: use capabilities instead of fake cpuid values for mwaitJuergen Gross2017-05-021-6/+5
* x86/xen: use capabilities instead of fake cpuid values for acpiJuergen Gross2017-05-021-8/+3
* x86/xen: use capabilities instead of fake cpuid values for accJuergen Gross2017-05-021-3/+1
* x86/xen: use capabilities instead of fake cpuid values for mtrrJuergen Gross2017-05-021-2/+2
* x86/xen: use capabilities instead of fake cpuid values for aperfJuergen Gross2017-05-021-8/+1
* x86/xen: don't indicate DCA support in pv domainsJuergen Gross2017-05-021-0/+1
* xen: set cpu capabilities from xen_start_kernel()Juergen Gross2017-05-021-7/+7
* xen,kdump: handle pv domain in paddr_vmcoreinfo_note()Juergen Gross2017-05-021-0/+13
* x86/xen: remove unused static function from smp_pv.cJuergen Gross2017-05-021-10/+0
* x86/xen: rename some PV-only functions in smp_pv.cVitaly Kuznetsov2017-05-021-14/+14
* x86/xen: enable PVHVM-only buildsVitaly Kuznetsov2017-05-022-4/+9
* x86/xen: define startup_xen for XEN PV onlyVitaly Kuznetsov2017-05-021-0/+4
* x86/xen: put setup.c, pmu.c and apic.c under CONFIG_XEN_PVVitaly Kuznetsov2017-05-023-4/+9
* x86/xen: split suspend.c for PV and PVHVM guestsVitaly Kuznetsov2017-05-025-55/+83
* x86/xen: split off mmu_pv.cVitaly Kuznetsov2017-05-023-2714/+2721
* x86/xen: split off mmu_hvm.cVitaly Kuznetsov2017-05-023-75/+80
* x86/xen: split off smp_pv.cVitaly Kuznetsov2017-05-024-486/+509
* x86/xen: split off smp_hvm.cVitaly Kuznetsov2017-05-025-54/+69
* x86/xen: split xen_cpu_die()Vitaly Kuznetsov2017-05-021-6/+20
* x86/xen: split xen_smp_prepare_boot_cpu()Vitaly Kuznetsov2017-05-021-19/+30
* x86/xen: split xen_smp_intr_init()/xen_smp_intr_free()Vitaly Kuznetsov2017-05-023-11/+35
* x86/xen: split off enlighten_pv.cVitaly Kuznetsov2017-05-023-1528/+1538
* x86/xen: split off enlighten_hvm.cVitaly Kuznetsov2017-05-024-207/+227
* x86/xen: split off enlighten_pvh.cVitaly Kuznetsov2017-05-023-108/+116
* x86/xen: add CONFIG_XEN_PV to KconfigVitaly Kuznetsov2017-05-021-5/+18
* x86/xen: globalize have_vcpu_info_placementVitaly Kuznetsov2017-05-022-6/+8
* x86/xen: separate PV and HVM hypervisorsVitaly Kuznetsov2017-05-021-39/+75
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-014-160/+243
|\
| * Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar2017-04-113-60/+87
| |\
| * \ Merge branch 'x86/cpu' into x86/mm, before applying dependent patchIngo Molnar2017-03-301-1/+0
| |\ \
| * | | x86: Convert the rest of the code to support p4d_tKirill A. Shutemov2017-03-271-62/+90
| * | | x86/xen: Change __xen_pgd_walk() and xen_cleanmfnmap() to support p4dXiong Zhang2017-03-272-96/+150
| * | | x86/xen/gdt: Use X86_FEATURE_XENPV instead of globals for the GDT fixupAndy Lutomirski2017-03-231-3/+0
| * | | x86: Remap GDT tables in the fixmap sectionThomas Garnier2017-03-163-2/+6
* | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-05-011-1/+0
|\ \ \ \ | | |/ / | |/| |
| * | | x86/cpu: Drop wp_works_ok member of struct cpuinfo_x86Mathias Krause2017-03-111-1/+0
| |/ /
* | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-013-60/+87
|\ \ \ | | |/ | |/|
| * | Merge branch 'WIP.x86/boot' into x86/boot, to pick up ready branchIngo Molnar2017-04-113-60/+87
| |\ \ | | |/ | |/|
OpenPOWER on IntegriCloud