summaryrefslogtreecommitdiffstats
path: root/include/xen
Commit message (Expand)AuthorAgeFilesLines
* xen: Introduce shared buffer helpers for page directory...Oleksandr Andrushchenko2018-12-181-0/+89
* xen/pvh: Add memory map pointer to hvm_start_info structMaran Wilson2018-12-131-1/+62
* xen/pvh: Move Xen specific PVH VM initialization out of common fileMaran Wilson2018-12-131-0/+3
* Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"Igor Druzhinin2018-11-291-5/+0
* CONFIG_XEN_PV breaks xen_create_contiguous_region on ARMStefano Stabellini2018-11-021-5/+7
* Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-233-51/+90
|\
| * x86/xen: Move pv specific parts of arch/x86/xen/mmu.c to mmu_pv.cJuergen Gross2018-09-032-51/+88
| * x86/xen: Move pv irq related functions under CONFIG_XEN_PV umbrellaJuergen Gross2018-09-031-0/+2
* | Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe2018-10-011-3/+4
|\ \
| * | xen/balloon: add runtime control for scrubbing ballooned out pagesMarek Marczykowski-Górecki2018-09-141-3/+4
| |/
* / xen: provide a prototype for xen_biovec_phys_mergeable in xen.hChristoph Hellwig2018-09-261-0/+4
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-08-183-25/+71
|\
| * xen: Sync up with the canonical protocol definitions in XenOleksandr Andrushchenko2018-06-123-25/+71
* | xen/grant-table: Allow allocating buffers suitable for DMAOleksandr Andrushchenko2018-07-261-0/+18
* | xen/balloon: Share common memory reservation routinesOleksandr Andrushchenko2018-07-261-0/+59
* | xen/grant-table: Make set/clear page private code sharedOleksandr Andrushchenko2018-07-261-0/+3
* | Merge tag 'for-linus-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-231-1/+5
|\ \
| * | xen: share start flags between PV and PVHRoger Pau Monne2018-06-191-1/+5
* | | docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
|/ /
* / xen/privcmd: add IOCTL_PRIVCMD_MMAP_RESOURCEPaul Durrant2018-05-143-4/+93
|/
* xen/sndif: Sync up with the canonical definition in XenOleksandr Andrushchenko2018-04-171-16/+306
* xen/pvh: Indicate XENFEAT_linux_rsdp_unrestricted to XenBoris Ostrovsky2018-04-101-0/+23
* Merge tag 'for-linus-4.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-12-221-0/+5
|\
| * xen/balloon: Mark unallocated host memory as UNUSABLEBoris Ostrovsky2017-12-201-0/+5
* | Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-11-163-1/+71
|\|
| * x86/xen/time: setup vcpu 0 time info pageJoao Martins2017-11-081-0/+42
| * xen: limit grant v2 interface to the v1 functionalityJuergen Gross2017-11-061-25/+0
| * xen: re-introduce support for grant v2 interfaceJuergen Gross2017-11-061-1/+29
| * xen: support priv-mapping in an HVM tools domainPaul Durrant2017-11-031-0/+24
| * xen/time: do not decrease steal time after live migration on xenDongli Zhang2017-11-021-0/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0227-0/+27
|/
* xen, arm64: drop dummy lookup_address()Tycho Andersen2017-09-191-10/+0
* xen: cleanup xen.hJuergen Gross2017-08-311-11/+9
* xen: introduce the pvcalls interface headerStefano Stabellini2017-08-312-0/+123
* xen/balloon: don't online new memory initiallyJuergen Gross2017-07-231-0/+8
* Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-07-061-61/+1
|\
| * xen-swiotlb: consolidate xen_swiotlb_dma_opsChristoph Hellwig2017-06-201-61/+1
* | xen: sync include/xen/interface/version.hJuergen Gross2017-06-151-0/+15
* | xen/pvh*: Support > 32 VCPUs at domain restoreAnkur Arora2017-06-131-0/+2
* | xen-evtchn: Bind dyn evtchn:qemu-dm interrupt to next online VCPUAnoob Soman2017-06-131-0/+1
* | xen: fix HYPERVISOR_dm_op() prototypeSergey Dyasli2017-06-081-1/+4
|/
* xen: Implement EFI reset_system callbackJulien Grall2017-05-021-0/+3
* xen: Export xen_rebootJulien Grall2017-05-021-0/+2
* xen/arm,arm64: rename __generic_dma_ops to xen_get_dma_opsStefano Stabellini2017-05-021-10/+10
* xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..."Stefano Stabellini2017-05-021-0/+8
* 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: introduce the header file for the Xen 9pfs transport protocolStefano Stabellini2017-05-021-0/+36