aboutsummaryrefslogtreecommitdiffstats
path: root/include/xen/interface/io (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman6-0/+6
2017-08-31xen: introduce the pvcalls interface headerStefano Stabellini2-0/+123
2017-05-02xen/displif: add ABI for para-virtual displayOleksandr Andrushchenko1-0/+854
2017-05-02xen/sndif: add sound-device ABIOleksandr Andrushchenko1-0/+793
2017-05-02xen/kbdif: add multi-touch supportOleksandr Andrushchenko1-0/+210
2017-05-02xen/kbdif: update protocol descriptionOleksandr Andrushchenko1-27/+221
2017-05-02xen: introduce the header file for the Xen 9pfs transport protocolStefano Stabellini1-0/+36
2017-05-02xen: import new ring macros in ring.hStefano Stabellini1-0/+143
2016-03-13xen-netback: re-import canonical netif headerPaul Durrant1-95/+766
2016-01-21Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+48
2016-01-12xen/io: use virt_xxx barriersMichael S. Tsirkin1-8/+8
2016-01-04xen/blkif: document blkif multi-queue/ring extensionBob Liu1-0/+48
2015-12-18xen: Add RING_COPY_REQUEST()David Vrabel1-0/+14
2015-09-02xen-netback: add support for multicast controlPaul Durrant1-1/+7
2014-09-23xen: Add Xen pvSCSI protocol descriptionJuergen Gross1-0/+229
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+53
2014-06-04xen-net{back, front}: Document multi-queue feature in netif.hAndrew J. Bennieston1-0/+53
2014-05-28xen blkif.h: fix comment typo in discard-alignmentOlaf Hering1-1/+1
2014-02-10Merge branch 'stable/for-jens-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip into for-linusJens Axboe1-20/+14
2014-02-07xen-blkif: drop struct blkif_request_segment_alignedRoger Pau Monne1-20/+14
2014-01-20Merge tag 'please-pull-rm_xen' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds1-3/+0
2013-12-20Merge tag 'stable/for-linus-3.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-5/+5
2013-12-13xen/block: Correctly define structures in public headers on ARM32 and ARM64Julien Grall1-5/+5
2013-12-10ia64/xen: Remove Xen support for ia64Boris Ostrovsky1-3/+0
2013-10-17xen-netback: enable IPv6 TCP GSO to the guestPaul Durrant1-0/+1
2013-10-17xen-netback: handle IPv6 TCP GSO packets from the guestPaul Durrant1-1/+9
2013-10-17xen-netback: add support for IPv6 checksum offload to guestPaul Durrant1-0/+7
2013-08-09drivers/tpm: add xen tpmfront interfaceDaniel De Graaf1-0/+52
2013-07-22Merge branch 'for-3.11/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2-0/+58
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+12
2013-06-28Merge branch 'stable/for-jens-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-3.11/driversJens Axboe2-0/+58
2013-06-17xen/io/ring.h: new macro to detect whether there are too many requests on the ringJan Beulich1-0/+5
2013-06-07arm64/xen: use XEN_IO_PROTO_ABI_ARM on ARM64Stefano Stabellini1-1/+1
2013-05-23xen: netif.h: document feature-split-event-channelsWei Liu1-0/+12
2013-04-22xen-netback: coalesce slots in TX path and fix regressionsWei Liu1-0/+18
2013-04-22xen-netfront: reduce gso_max_size to account for max TCP headerWei Liu1-0/+1
2013-04-18xen-block: implement indirect descriptorsRoger Pau Monne1-0/+53
2013-03-11xen/blkback: correctly respond to unknown, non-native requestsDavid Vrabel1-0/+10
2012-10-07Merge tag 'stable/for-linus-3.7-arm-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-0/+3
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headersDavid Howells2-4/+4
2012-08-08xen/arm: compile blkfront and blkbackStefano Stabellini1-0/+3
2012-07-19xen/pv-on-hvm kexec: shutdown watches from old kernelOlaf Hering1-1/+2
2012-01-15Merge branch 'for-3.3/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+33
2012-01-10Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-0/+3
2012-01-04xen/xenbus: Reject replies with payload > XENSTORE_PAYLOAD_MAX.Ian Campbell1-0/+3
2011-12-19Revert "xen/pv-on-hvm kexec: add xs_reset_watches to shutdown watches from old kernel"Konrad Rzeszutek Wilk1-2/+1
2011-11-18xen/blk[front|back]: Enhance discard support with secure erasing support.Konrad Rzeszutek Wilk1-1/+17
2011-11-18xen/blk[front|back]: Squash blkif_request_rw and blkif_request_discard togetherKonrad Rzeszutek Wilk1-7/+17
2011-11-04Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+36
2011-10-13xen-blkfront: add BLKIF_OP_DISCARD and discard request structLi Dongyang1-0/+36