summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xen: Export xen_rebootJulien Grall2017-05-022-1/+2
* xen/x86: Call xen_smp_intr_init_pv() on BSPBoris Ostrovsky2017-05-021-1/+1
* xen: Revert commits da72ff5bfcb0 and 72a9b186292dBoris Ostrovsky2017-05-027-23/+54
* xen/pvh: Do not fill kernel's e820 map in init_pvh_bootparams()Boris Ostrovsky2017-05-021-14/+6
* xen/scsifront: use offset_in_page() macroGeliang Tang2017-05-021-1/+1
* xen/arm,arm64: rename __generic_dma_ops to xen_get_dma_opsStefano Stabellini2017-05-022-14/+14
* xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..."Stefano Stabellini2017-05-027-23/+30
* xen/9pfs: select CONFIG_XEN_XENBUS_FRONTENDArnd Bergmann2017-05-021-0/+1
* x86/cpu: remove hypervisor specific set_cpu_featuresJuergen Gross2017-05-023-14/+0
* vmware: set cpu capabilities during platform initializationJuergen Gross2017-05-021-19/+20
* 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/9pfs: initialize len to 0 to detect xenbus_read errorsStefano Stabellini2017-05-021-1/+1
* xen,kdump: handle pv domain in paddr_vmcoreinfo_note()Juergen Gross2017-05-021-0/+13
* xen/displif: add ABI for para-virtual displayOleksandr Andrushchenko2017-05-021-0/+854
* xen/sndif: add sound-device ABIOleksandr Andrushchenko2017-05-021-0/+793
* xen/kbdif: add multi-touch supportOleksandr Andrushchenko2017-05-021-0/+210
* xen/kbdif: update protocol descriptionOleksandr Andrushchenko2017-05-021-27/+221
* xen/9pfs: build 9pfs Xen transport driverStefano Stabellini2017-05-022-0/+12
* xen/9pfs: receive responsesStefano Stabellini2017-05-021-0/+56
* xen/9pfs: send requests to the backendStefano Stabellini2017-05-021-2/+85
* xen/9pfs: connect to the backendStefano Stabellini2017-05-021-0/+281
* xen/9pfs: introduce Xen 9pfs transport driverStefano Stabellini2017-05-021-0/+125
* xen: introduce the header file for the Xen 9pfs transport protocolStefano Stabellini2017-05-021-0/+36
* xen: import new ring macros in ring.hStefano Stabellini2017-05-021-0/+143
* 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
* xen: create xen_create/destroy_contiguous_region() stubs for PVHVM only buildsVitaly Kuznetsov2017-05-021-0/+14
* xen/balloon: decorate PV-only parts with #ifdef CONFIG_XEN_PVVitaly Kuznetsov2017-05-021-10/+20
* x86/xen: create stubs for HVM-only builds in page.hVitaly Kuznetsov2017-05-021-0/+25
* 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