summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-18xen/9pfs: p9_trans_xen_init and p9_trans_xen_exit can be staticWei Yongjun
2017-05-18xen/9pfs: fix return value check in xen_9pfs_front_probe()Wei Yongjun
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-02arm/xen: Consolidate calls to shutdown hypercall in a single helperJulien 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-02xen/scsifront: use offset_in_page() macroGeliang Tang
2017-05-02xen/arm,arm64: rename __generic_dma_ops to xen_get_dma_opsStefano Stabellini
2017-05-02xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..."Stefano Stabellini
2017-05-02xen/9pfs: select CONFIG_XEN_XENBUS_FRONTENDArnd Bergmann
2017-05-02x86/cpu: remove hypervisor specific set_cpu_featuresJuergen Gross
2017-05-02vmware: set cpu capabilities during platform initializationJuergen Gross
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/9pfs: initialize len to 0 to detect xenbus_read errorsStefano Stabellini
2017-05-02xen,kdump: handle pv domain in paddr_vmcoreinfo_note()Juergen Gross
2017-05-02xen/displif: add ABI for para-virtual displayOleksandr Andrushchenko
2017-05-02xen/sndif: add sound-device ABIOleksandr Andrushchenko
2017-05-02xen/kbdif: add multi-touch supportOleksandr Andrushchenko
2017-05-02xen/kbdif: update protocol descriptionOleksandr Andrushchenko
2017-05-02xen/9pfs: build 9pfs Xen transport driverStefano Stabellini
2017-05-02xen/9pfs: receive responsesStefano Stabellini
2017-05-02xen/9pfs: send requests to the backendStefano Stabellini
2017-05-02xen/9pfs: connect to the backendStefano Stabellini
2017-05-02xen/9pfs: introduce Xen 9pfs transport driverStefano Stabellini
2017-05-02xen: introduce the header file for the Xen 9pfs transport protocolStefano Stabellini
2017-05-02xen: import new ring macros in ring.hStefano Stabellini
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-02xen: create xen_create/destroy_contiguous_region() stubs for PVHVM only buildsVitaly Kuznetsov
2017-05-02xen/balloon: decorate PV-only parts with #ifdef CONFIG_XEN_PVVitaly Kuznetsov
2017-05-02x86/xen: create stubs for HVM-only builds in page.hVitaly 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