| Commit message (Expand) | Author | Age | Files | Lines |
* | xen/pci: Allocate memory for physdev_pci_device_add's optarr | Boris Ostrovsky | 2014-10-23 | 1 | -11/+16 |
* | xen/balloon: Don't continue ballooning when BP_ECANCELED is encountered | Boris Ostrovsky | 2014-10-23 | 1 | -0/+3 |
* | Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2014-10-12 | 12 | -19/+2167 |
|\ |
|
| * | xen: remove DEFINE_XENBUS_DRIVER() macro | David Vrabel | 2014-10-06 | 6 | -12/+25 |
| * | xen/xenbus: Remove BUG_ON() when error string trucated | Chen Gang | 2014-10-06 | 1 | -4/+1 |
| * | xen/xenbus: Correct the comments for xenbus_grant_ring() | Chen Gang | 2014-10-06 | 1 | -2/+2 |
| * | xen/efi: Directly include needed headers | Daniel Kiper | 2014-09-23 | 1 | -0/+2 |
| * | xen-scsiback: clean up a type issue in scsiback_make_tpg() | Dan Carpenter | 2014-09-23 | 1 | -3/+4 |
| * | xen-scsiback: Add Xen PV SCSI backend driver | Juergen Gross | 2014-09-23 | 3 | -0/+2134 |
| * | xen/events: support threaded irqs for interdomain event channels | Juergen Gross | 2014-09-23 | 1 | -2/+3 |
| * | xen/grant-table: refactor error cleanup in grow_gnttab_list() | Chen Gang | 2014-09-23 | 1 | -1/+1 |
* | | Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-10-09 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | xen/pciback: Use PCI device flag helper functions | Ethan Zhao | 2014-09-17 | 1 | -2/+2 |
* | | Merge tag 'stable/for-linus-3.17-b-rc4-tag' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2014-09-12 | 3 | -18/+9 |
|\ \
| |/
|/| |
|
| * | xen/gntalloc: safely delete grefs in add_grefs() undo path | David Vrabel | 2014-09-04 | 1 | -3/+3 |
| * | xen/gntalloc: fix oops after runnning out of grant refs | David Vrabel | 2014-09-04 | 1 | -6/+4 |
| * | xen/balloon: cancel ballooning if adding new memory failed | David Vrabel | 2014-09-02 | 1 | -2/+2 |
| * | xen/manage: Always freeze/thaw processes when suspend/resuming | Ross Lagerwall | 2014-09-02 | 1 | -7/+0 |
* | | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine | 2014-08-12 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'stable/for-linus-3.17-rc0-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2014-08-07 | 4 | -328/+39 |
|\ |
|
| * | xen/pciback: Fix error return code in xen_pcibk_attach() | Wei Yongjun | 2014-08-01 | 1 | -0/+1 |
| * | xen/events: drop negativity check of unsigned parameter | Andrey Utkin | 2014-08-01 | 1 | -1/+1 |
| * | xen/events/fifo: remove a unecessary use of BM() | Frediano Ziglio | 2014-07-31 | 1 | -1/+1 |
| * | xen/events/fifo: ensure all bitops are properly aligned even on x86 | David Vrabel | 2014-07-31 | 1 | -3/+2 |
| * | xen/events/fifo: reset control block and local HEADs on resume | David Vrabel | 2014-07-31 | 1 | -20/+28 |
| * | xen/grant-table: remove support for V2 tables | David Vrabel | 2014-07-14 | 1 | -303/+6 |
| * | x86/xen: safely map and unmap grant frames when in atomic context | David Vrabel | 2014-07-14 | 1 | -1/+8 |
* | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-08-05 | 3 | -0/+375 |
|\ \ |
|
| * | | xen: Put EFI machinery in place | Daniel Kiper | 2014-07-18 | 3 | -0/+375 |
* | | | Merge tag 'stable/for-linus-3.16-rc7-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2014-07-30 | 1 | -1/+8 |
|\ \ \ |
|
| * | | | x86/xen: safely map and unmap grant frames when in atomic context | David Vrabel | 2014-07-30 | 1 | -1/+8 |
* | | | | Merge tag 'stable/for-linus-3.16-rc5-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2014-07-17 | 2 | -8/+9 |
|\| | |
| |_|/
|/| | |
|
| * | | xen/balloon: set ballooned out pages as invalid in p2m | David Vrabel | 2014-07-04 | 1 | -7/+5 |
| * | | xen/manage: fix potential deadlock when resuming the console | David Vrabel | 2014-07-03 | 1 | -1/+4 |
* | | | Merge tag 'stable/for-linus-3.16-rc1-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2014-06-19 | 1 | -1/+2 |
|\| |
| |/
|/| |
|
| * | xen/grant-table: fix suspend for non-PV guests | David Vrabel | 2014-06-18 | 1 | -1/+2 |
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-06-05 | 1 | -16/+1 |
|\ \ |
|
| * | | x86: Get rid of get_nr_irqs_gsi() | Thomas Gleixner | 2014-05-16 | 1 | -16/+1 |
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-06-03 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | arch: Mass conversion of smp_mb__*() | Peter Zijlstra | 2014-04-18 | 1 | -2/+2 |
| |/ / |
|
* | | | Merge tag 'stable/for-linus-3.16-rc0-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2014-06-02 | 4 | -45/+33 |
|\ \ \
| | |/
| |/| |
|
| * | | xen-acpi-processor: Don't display errors when we get -ENOSYS | Konrad Rzeszutek Wilk | 2014-05-23 | 1 | -2/+2 |
| * | | xen/pciback: Document the entry points for 'pcistub_put_pci_dev' | Konrad Rzeszutek Wilk | 2014-05-23 | 1 | -0/+9 |
| * | | xen/pciback: Document when the 'unbind' and 'bind' functions are called. | Konrad Rzeszutek Wilk | 2014-05-23 | 1 | -0/+4 |
| * | | xen-pciback: Document when we FLR an PCI device. | Konrad Rzeszutek Wilk | 2014-05-23 | 2 | -0/+6 |
| * | | xen-pciback: First reset, then free. | Konrad Rzeszutek Wilk | 2014-05-23 | 1 | -1/+1 |
| * | | xen-pciback: Cleanup up pcistub_put_pci_dev | Konrad Rzeszutek Wilk | 2014-05-23 | 1 | -5/+5 |
| * | | xen: refactor suspend pre/post hooks | David Vrabel | 2014-05-12 | 1 | -38/+7 |
| |/ |
|
* | | Merge tag 'stable/for-linus-3.15-rc5-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2014-05-13 | 1 | -11/+30 |
|\ \
| |/
|/| |
|
| * | xen/events/fifo: correctly align bitops | Vladimir Murzin | 2014-04-28 | 1 | -11/+30 |