aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-23xen/pci: Allocate memory for physdev_pci_device_add's optarrBoris Ostrovsky1-11/+16
2014-10-23xen/balloon: Don't continue ballooning when BP_ECANCELED is encounteredBoris Ostrovsky1-0/+3
2014-10-11Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds12-19/+2167
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+2
2014-10-06xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel6-12/+25
2014-10-06xen/xenbus: Remove BUG_ON() when error string trucatedChen Gang1-4/+1
2014-10-06xen/xenbus: Correct the comments for xenbus_grant_ring()Chen Gang1-2/+2
2014-09-23xen/efi: Directly include needed headersDaniel Kiper1-0/+2
2014-09-23xen-scsiback: clean up a type issue in scsiback_make_tpg()Dan Carpenter1-3/+4
2014-09-23xen-scsiback: Add Xen PV SCSI backend driverJuergen Gross3-0/+2134
2014-09-23xen/events: support threaded irqs for interdomain event channelsJuergen Gross1-2/+3
2014-09-23xen/grant-table: refactor error cleanup in grow_gnttab_list()Chen Gang1-1/+1
2014-09-16xen/pciback: Use PCI device flag helper functionsEthan Zhao1-2/+2
2014-09-11Merge tag 'stable/for-linus-3.17-b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-18/+9
2014-09-04xen/gntalloc: safely delete grefs in add_grefs() undo pathDavid Vrabel1-3/+3
2014-09-04xen/gntalloc: fix oops after runnning out of grant refsDavid Vrabel1-6/+4
2014-09-02xen/balloon: cancel ballooning if adding new memory failedDavid Vrabel1-2/+2
2014-09-02xen/manage: Always freeze/thaw processes when suspend/resumingRoss Lagerwall1-7/+0
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-08-07Merge tag 'stable/for-linus-3.17-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds4-328/+39
2014-08-04Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-0/+375
2014-08-01xen/pciback: Fix error return code in xen_pcibk_attach()Wei Yongjun1-0/+1
2014-08-01xen/events: drop negativity check of unsigned parameterAndrey Utkin1-1/+1
2014-07-31xen/events/fifo: remove a unecessary use of BM()Frediano Ziglio1-1/+1
2014-07-31xen/events/fifo: ensure all bitops are properly aligned even on x86David Vrabel1-3/+2
2014-07-31xen/events/fifo: reset control block and local HEADs on resumeDavid Vrabel1-20/+28
2014-07-30Merge tag 'stable/for-linus-3.16-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+8
2014-07-30x86/xen: safely map and unmap grant frames when in atomic contextDavid Vrabel1-1/+8
2014-07-18xen: Put EFI machinery in placeDaniel Kiper3-0/+375
2014-07-17Merge tag 'stable/for-linus-3.16-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-8/+9
2014-07-14xen/grant-table: remove support for V2 tablesDavid Vrabel1-303/+6
2014-07-14x86/xen: safely map and unmap grant frames when in atomic contextDavid Vrabel1-1/+8
2014-07-04xen/balloon: set ballooned out pages as invalid in p2mDavid Vrabel1-7/+5
2014-07-03xen/manage: fix potential deadlock when resuming the consoleDavid Vrabel1-1/+4
2014-06-19Merge tag 'stable/for-linus-3.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+2
2014-06-18xen/grant-table: fix suspend for non-PV guestsDavid Vrabel1-1/+2
2014-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-16/+1
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-2/+2
2014-06-02Merge tag 'stable/for-linus-3.16-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip into nextLinus Torvalds4-45/+33
2014-05-23xen-acpi-processor: Don't display errors when we get -ENOSYSKonrad Rzeszutek Wilk1-2/+2
2014-05-23xen/pciback: Document the entry points for 'pcistub_put_pci_dev'Konrad Rzeszutek Wilk1-0/+9
2014-05-23xen/pciback: Document when the 'unbind' and 'bind' functions are called.Konrad Rzeszutek Wilk1-0/+4
2014-05-23xen-pciback: Document when we FLR an PCI device.Konrad Rzeszutek Wilk2-0/+6
2014-05-23xen-pciback: First reset, then free.Konrad Rzeszutek Wilk1-1/+1
2014-05-23xen-pciback: Cleanup up pcistub_put_pci_devKonrad Rzeszutek Wilk1-5/+5
2014-05-16x86: Get rid of get_nr_irqs_gsi()Thomas Gleixner1-16/+1
2014-05-13Merge tag 'stable/for-linus-3.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-11/+30
2014-05-12xen: refactor suspend pre/post hooksDavid Vrabel1-38/+7
2014-04-28xen/events/fifo: correctly align bitopsVladimir Murzin1-11/+30
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-2/+2