| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'stable/for-linus-3.12-rc0-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2013-09-05 | 3 | -0/+57 |
|\ |
|
| * | xen/balloon: set a mapping for ballooned out pages | Stefano Stabellini | 2013-08-09 | 1 | -0/+3 |
| * | drivers/tpm: add xen tpmfront interface | Daniel De Graaf | 2013-08-09 | 1 | -0/+52 |
| * | xen: Support 64-bit PV guest receiving NMIs | Konrad Rzeszutek Wilk | 2013-08-09 | 1 | -0/+2 |
* | | xen / ACPI: notify xen when reduced hardware sleep is available | Ben Guthro | 2013-07-31 | 2 | -5/+10 |
|/ |
|
* | Merge branch 'for-3.11/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 2013-07-23 | 2 | -0/+58 |
|\ |
|
| * | Merge tag 'v3.10-rc7' into for-3.11/drivers | Jens Axboe | 2013-07-02 | 1 | -0/+1 |
| |\ |
|
| * \ | Merge branch 'stable/for-jens-3.10' of git://git.kernel.org/pub/scm/linux/ker... | Jens Axboe | 2013-06-28 | 2 | -0/+58 |
| |\ \ |
|
| | * | | xen/io/ring.h: new macro to detect whether there are too many requests on the... | Jan Beulich | 2013-06-17 | 1 | -0/+5 |
| | * | | xen-block: implement indirect descriptors | Roger Pau Monne | 2013-04-18 | 1 | -0/+53 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-07-10 | 1 | -0/+12 |
|\ \ \ \ |
|
| * \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-06-06 | 1 | -0/+1 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | xen: netif.h: document feature-split-event-channels | Wei Liu | 2013-05-24 | 1 | -0/+12 |
| | |/ /
| |/| | |
|
* | | | | Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-07-03 | 1 | -1/+15 |
|\ \ \ \ |
|
| * | | | | xen / ACPI / sleep: Register an acpi_suspend_lowlevel callback. | Konrad Rzeszutek Wilk | 2013-06-19 | 1 | -1/+15 |
| | |/ /
| |/| | |
|
* | | | | Merge tag 'stable/for-linus-3.11-rc0-tag-two' of git://git.kernel.org/pub/scm... | Linus Torvalds | 2013-07-03 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | xen: Convert printks to pr_<level> | Joe Perches | 2013-06-28 | 1 | -2/+2 |
| |/ / / |
|
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/c... | Linus Torvalds | 2013-07-03 | 1 | -1/+1 |
|\ \ \ \ |
|
| * \ \ \ | Merge tag 'xen-arm64-3.1-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Catalin Marinas | 2013-06-12 | 1 | -1/+1 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | arm64/xen: use XEN_IO_PROTO_ABI_ARM on ARM64 | Stefano Stabellini | 2013-06-07 | 1 | -1/+1 |
| | |/ / |
|
* | / / | x86, trace: Add irq vector tracepoints | Seiji Aguchi | 2013-06-21 | 1 | -0/+3 |
|/ / / |
|
* / / | xenbus: delay xenbus frontend resume if xenstored is not running | Aurelien Chartier | 2013-05-29 | 1 | -0/+1 |
|/ / |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-05-01 | 1 | -0/+19 |
|\ \ |
|
| * | | xen-netback: coalesce slots in TX path and fix regressions | Wei Liu | 2013-04-22 | 1 | -0/+18 |
| * | | xen-netfront: reduce gso_max_size to account for max TCP header | Wei Liu | 2013-04-22 | 1 | -0/+1 |
| |/ |
|
* | | xen: tmem: enable Xen tmem shim to be built/loaded as a module | Dan Magenheimer | 2013-05-01 | 1 | -0/+8 |
* | | xen: drop tracking of IRQ vector | Jan Beulich | 2013-04-16 | 1 | -2/+1 |
|/ |
|
* | Merge tag 'for-linus-20130331' of git://git.kernel.dk/linux-block | Linus Torvalds | 2013-03-31 | 1 | -0/+10 |
|\ |
|
| * | Merge branch 'stable/for-jens-3.9' of git://git.kernel.org/pub/scm/linux/kern... | Jens Axboe | 2013-03-22 | 1 | -0/+10 |
| |\ |
|
| | * | xen/blkback: correctly respond to unknown, non-native requests | David Vrabel | 2013-03-11 | 1 | -0/+10 |
* | | | xen-pciback: notify hypervisor about devices intended to be assigned to guests | Jan Beulich | 2013-03-22 | 1 | -0/+6 |
|/ / |
|
* | | xen: event channel arrays are xen_ulong_t and not unsigned long | Ian Campbell | 2013-02-20 | 1 | -4/+4 |
* | | xen/acpi: move xen_acpi_get_pxm under CONFIG_XEN_DOM0 | Liu Jinsong | 2013-02-20 | 1 | -15/+15 |
* | | xen/acpi: ACPI cpu hotplug | Liu Jinsong | 2013-02-20 | 2 | -0/+11 |
* | | xen/acpi: Move xen_acpi_get_pxm to Xen's acpi.h | Liu Jinsong | 2013-02-20 | 1 | -0/+18 |
* | | xen/stub: driver for CPU hotplug | Liu Jinsong | 2013-02-20 | 1 | -0/+7 |
* | | xen/acpi: ACPI memory hotplug | Liu Jinsong | 2013-02-20 | 1 | -4/+9 |
* | | xen/stub: driver for memory hotplug | Liu Jinsong | 2013-02-20 | 1 | -0/+7 |
* | | xen: implement updated XENMEM_add_to_physmap_range ABI | Ian Campbell | 2013-02-20 | 1 | -0/+6 |
|/ |
|
* | Merge tag 'stable/for-linus-3.8-rc0-bugfix-tag' of git://git.kernel.org/pub/s... | Linus Torvalds | 2012-12-18 | 1 | -0/+13 |
|\ |
|
| * | xen: Add EVTCHNOP_reset in Xen interface header files. | Wei Liu | 2012-12-18 | 1 | -0/+13 |
* | | Merge tag 'stable/for-linus-3.8-rc0-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2012-12-13 | 3 | -4/+66 |
|\| |
|
| * | Merge branch 'arm-privcmd-for-3.8' of git://xenbits.xen.org/people/ianc/linux... | Konrad Rzeszutek Wilk | 2012-11-30 | 2 | -4/+48 |
| |\ |
|
| | * | xen: arm: implement remap interfaces needed for privcmd mappings. | Ian Campbell | 2012-11-29 | 1 | -2/+42 |
| | * | xen: correctly use xen_pfn_t in remap_domain_mfn_range. | Ian Campbell | 2012-11-29 | 1 | -1/+2 |
| | * | xen: add pages parameter to xen_remap_domain_mfn_range | Ian Campbell | 2012-11-29 | 1 | -1/+4 |
| * | | xen/acpi: Move the xen_running_on_version_or_later function. | Konrad Rzeszutek Wilk | 2012-11-28 | 2 | -18/+1 |
| * | | xen/acpi: Fix compile error by missing decleration for xen_domain. | Konrad Rzeszutek Wilk | 2012-11-27 | 1 | -0/+3 |
| * | | xen/acpi: ACPI PAD driver | Liu, Jinsong | 2012-11-26 | 2 | -0/+32 |
| |/ |
|
* | | Merge tag 'stable/for-linus-3.7-rc5-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2012-11-10 | 1 | -2/+32 |
|\ \
| |/
|/| |
|