summaryrefslogtreecommitdiffstats
path: root/include/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
* xen: import new ring macros in ring.hStefano Stabellini2017-05-021-0/+143
* xen: create xen_create/destroy_contiguous_region() stubs for PVHVM only buildsVitaly Kuznetsov2017-05-021-0/+14
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-011-1/+1
|\
| * Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up...Ingo Molnar2017-03-0110-22/+299
| |\
| * | x86/boot/e820: Clean up the E820 table size define namesIngo Molnar2017-01-281-1/+1
* | | Merge branch 'stable/for-linus-4.11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-03-071-0/+11
|\ \ \ | |_|/ |/| |
| * | swiotlb-xen: implement xen_swiotlb_get_sgtable callbackAndrii Anisov2017-02-131-0/+6
| * | swiotlb-xen: implement xen_swiotlb_dma_mmap callbackStefano Stabellini2017-02-131-0/+5
* | | scripts/spelling.txt: add "an union" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* | | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-1/+1
|\ \ \
| * | | treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-1/+1
| | |/ | |/|
* | | xen/privcmd: Add IOCTL_PRIVCMD_DM_OPPaul Durrant2017-02-143-0/+34
* | | xen: modify xenstore watch event interfaceJuergen Gross2017-02-091-3/+3
* | | xen: clean up xenbus internal headersJuergen Gross2017-02-091-7/+5
* | | xen/pvh: Bootstrap PVH guestBoris Ostrovsky2017-02-071-0/+5
* | | xen/pvh: Import PVH-related Xen public interfacesBoris Ostrovsky2017-02-073-1/+252
* | | xen/x86: Remove PVH supportBoris Ostrovsky2017-02-071-12/+1
|/ /
* | Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-136-0/+435
|\ \ | |/ |/|
OpenPOWER on IntegriCloud