summaryrefslogtreecommitdiffstats
path: root/include/xen/interface
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-02-141-20/+14
|\
| * Merge branch 'stable/for-jens-3.14' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2014-02-101-20/+14
| |\
| | * xen-blkif: drop struct blkif_request_segment_alignedRoger Pau Monne2014-02-071-20/+14
* | | Merge tag 'stable/for-linus-3.14-rc2-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-02-121-41/+0
|\ \ \ | |/ / |/| |
| * | ia64/xen: Remove Xen support for ia64 even morePaul Bolle2014-02-111-41/+0
* | | Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-01-223-6/+81
|\ \ \ | |/ /
| * | xen/pvh: Support ParaVirtualized Hardware extensions (v3).Mukesh Rathor2014-01-061-0/+13
| * | xen/events: Add the hypervisor interface for the FIFO-based event channelsDavid Vrabel2014-01-062-6/+68
| |/
* | Merge tag 'please-pull-rm_xen' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-01-202-4/+1
|\ \ | |/ |/|
| * ia64/xen: Remove Xen support for ia64Boris Ostrovsky2013-12-102-4/+1
* | Merge tag 'stable/for-linus-3.13-rc4-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-12-201-5/+5
|\ \ | |/ |/|
| * xen/block: Correctly define structures in public headers on ARM32 and ARM64Julien Grall2013-12-131-5/+5
* | Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-11-151-0/+11
|\ \ | |/
| * xen/mcfg: Call PHYSDEVOP_pci_mmcfg_reserved for MCFG areas.Konrad Rzeszutek Wilk2013-11-081-0/+11
* | xen-netback: enable IPv6 TCP GSO to the guestPaul Durrant2013-10-171-0/+1
* | xen-netback: handle IPv6 TCP GSO packets from the guestPaul Durrant2013-10-171-1/+9
* | xen-netback: add support for IPv6 checksum offload to guestPaul Durrant2013-10-171-0/+7
|/
* Merge tag 'stable/for-linus-3.12-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-09-042-0/+54
|\
| * drivers/tpm: add xen tpmfront interfaceDaniel De Graaf2013-08-091-0/+52
| * xen: Support 64-bit PV guest receiving NMIsKonrad Rzeszutek Wilk2013-08-091-0/+2
* | xen / ACPI: notify xen when reduced hardware sleep is availableBen Guthro2013-07-311-3/+4
|/
* Merge branch 'for-3.11/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-07-222-0/+58
|\
| * Merge branch 'stable/for-jens-3.10' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2013-06-282-0/+58
| |\
| | * xen/io/ring.h: new macro to detect whether there are too many requests on the...Jan Beulich2013-06-171-0/+5
| | * xen-block: implement indirect descriptorsRoger Pau Monne2013-04-181-0/+53
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-091-0/+12
|\ \ \
| * | | xen: netif.h: document feature-split-event-channelsWei Liu2013-05-231-0/+12
| |/ /
* | | arm64/xen: use XEN_IO_PROTO_ABI_ARM on ARM64Stefano Stabellini2013-06-071-1/+1
|/ /
* | xen-netback: coalesce slots in TX path and fix regressionsWei Liu2013-04-221-0/+18
* | xen-netfront: reduce gso_max_size to account for max TCP headerWei Liu2013-04-221-0/+1
|/
* Merge tag 'for-linus-20130331' of git://git.kernel.dk/linux-blockLinus Torvalds2013-03-311-0/+10
|\
| * Merge branch 'stable/for-jens-3.9' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2013-03-221-0/+10
| |\
| | * xen/blkback: correctly respond to unknown, non-native requestsDavid Vrabel2013-03-111-0/+10
* | | xen-pciback: notify hypervisor about devices intended to be assigned to guestsJan Beulich2013-03-221-0/+6
|/ /
* | xen: event channel arrays are xen_ulong_t and not unsigned longIan Campbell2013-02-201-4/+4
* | xen/acpi: ACPI cpu hotplugLiu Jinsong2013-02-191-0/+8
* | xen/acpi: ACPI memory hotplugLiu Jinsong2013-02-191-4/+9
* | xen: implement updated XENMEM_add_to_physmap_range ABIIan Campbell2013-02-191-0/+6
|/
* xen: Add EVTCHNOP_reset in Xen interface header files.Wei Liu2012-12-171-0/+13
* Merge branch 'arm-privcmd-for-3.8' of git://xenbits.xen.org/people/ianc/linux...Konrad Rzeszutek Wilk2012-11-301-2/+42
|\
| * xen: arm: implement remap interfaces needed for privcmd mappings.Ian Campbell2012-11-291-2/+42
* | xen/acpi: Move the xen_running_on_version_or_later function.Konrad Rzeszutek Wilk2012-11-281-18/+0
* | xen/acpi: Fix compile error by missing decleration for xen_domain.Konrad Rzeszutek Wilk2012-11-261-0/+3
* | xen/acpi: ACPI PAD driverLiu, Jinsong2012-11-262-0/+32
|/
* Merge commit 'v3.7-rc1' into stable/for-linus-3.7Konrad Rzeszutek Wilk2012-10-198-9/+25
|\
| * Merge tag 'stable/for-linus-3.7-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-10-121-0/+19
| |\
| * \ Merge tag 'stable/for-linus-3.7-arm-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-10-075-8/+14
| |\ \
| * \ \ Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Linus Torvalds2012-10-037-9/+9
| |\ \ \
| | * | | UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells2012-10-027-9/+9
| * | | | Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-10-025-13/+26
| |\ \ \ \ | | |/ / / | |/| | |
OpenPOWER on IntegriCloud