aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-5/+6
2016-01-12xen/events: use virt_xxx barriersMichael S. Tsirkin1-1/+2
2016-01-12xenbus: use virt_xxx barriersMichael S. Tsirkin1-4/+4
2016-01-07xen/gntdev: add ioctl for grant copyDavid Vrabel1-0/+203
2015-12-21xen/gntdev: constify mmu_notifier_ops structuresJulia Lawall1-1/+1
2015-12-21xen/grant-table: constify gnttab_ops structureJulia Lawall1-2/+2
2015-12-21xen/time: use READ_ONCEStefano Stabellini1-10/+7
2015-12-21xen: rename dom0_op to platform_opStefano Stabellini7-29/+29
2015-12-21xen: move xen_setup_runstate_info and get_runstate_snapshot to drivers/xen/time.cStefano Stabellini2-1/+92
2015-12-18Merge tag 'for-linus-4.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds5-22/+83
2015-12-18xen-pciback: fix up cleanup path when alloc failsDoug Goldstein1-1/+3
2015-12-18xen/pciback: Don't allow MSI-X ops if PCI_COMMAND_MEMORY is not set.Konrad Rzeszutek Wilk1-1/+7
2015-12-18xen/pciback: For XEN_PCI_OP_disable_msi[|x] only disable if device has MSI(X) enabled.Konrad Rzeszutek Wilk1-13/+20
2015-12-18xen/pciback: Do not install an IRQ handler for MSI interrupts.Konrad Rzeszutek Wilk1-0/+7
2015-12-18xen/pciback: Return error on XEN_PCI_OP_enable_msix when device has MSI or MSI-X enabledKonrad Rzeszutek Wilk1-0/+7
2015-12-18xen/pciback: Return error on XEN_PCI_OP_enable_msi when device has MSI or MSI-X enabledKonrad Rzeszutek Wilk1-1/+6
2015-12-18xen/pciback: Save xen_pci_op commands before processing itKonrad Rzeszutek Wilk2-1/+15
2015-12-18xen-scsiback: safely copy requestsDavid Vrabel1-1/+1
2015-12-02xen/events/fifo: Consume unprocessed events when a CPU diesRoss Lagerwall1-5/+18
2015-11-26Merge tag 'for-linus-4.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-19/+111
2015-11-26xen/evtchn: dynamically grow pending event channel ringDavid Vrabel1-16/+107
2015-11-26xen/events: Always allocate legacy interrupts on PV guestsBoris Ostrovsky1-2/+3
2015-11-26xen/gntdev: Grant maps should not be subject to NUMA balancingBoris Ostrovsky1-1/+1
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-16/+16
2015-10-23xen, cpu_hotplug: call device_offline instead of cpu_downStefano Stabellini1-1/+5
2015-10-23xen/arm: Enable cpu_hotplug.cStefano Stabellini2-4/+6
2015-10-23xenbus: Support multiple grants ring with 64KBJulien Grall1-25/+72
2015-10-23xen/grant-table: Add an helper to iterate over a specific number of grantsJulien Grall1-0/+22
2015-10-23xen/xenbus: Rename *RING_PAGE* to *RING_GRANT*Julien Grall1-17/+17
2015-10-23xen/balloon: Use the correct sizeof when declaring frame_listJulien Grall1-1/+1
2015-10-23xen/swiotlb: Add support for 64KB page granularityJulien Grall1-20/+19
2015-10-23xen/swiotlb: Pass addresses rather than frame numbers to xen_arch_need_swiotlbJulien Grall1-2/+2
2015-10-23xen/privcmd: Add support for Linux 64KB page granularityJulien Grall2-43/+89
2015-10-23xen/grant-table: Make it running on 64KB granularityJulien Grall1-3/+3
2015-10-23xen/events: fifo: Make it running on 64KB granularityJulien Grall2-2/+2
2015-10-23xen/balloon: Don't rely on the page granularity is the same for Xen and LinuxJulien Grall1-15/+55
2015-10-23xen/xenbus: Use Xen page definitionJulien Grall2-4/+5
2015-10-23xen/biomerge: Don't allow biovec's to be merged when Linux is not using 4KB pagesJulien Grall1-0/+8
2015-10-23xen/grant: Introduce helpers to split a page into grantJulien Grall1-0/+26
2015-10-23xen/balloon: pre-allocate p2m entries for ballooned pagesDavid Vrabel1-0/+5
2015-10-23xen/balloon: use hotplugged pages for foreign mappings etc.David Vrabel1-10/+80
2015-10-23xen/balloon: make alloc_xenballoon_pages() always allocate low pagesDavid Vrabel4-17/+11
2015-10-23xen/balloon: only hotplug additional memory if requiredDavid Vrabel1-4/+19
2015-10-23xen/balloon: rationalize memory hotplug statsDavid Vrabel1-63/+12
2015-10-23xen/balloon: find non-conflicting regions to place hotplugged memoryDavid Vrabel1-20/+53
2015-10-13target: use per-attribute show and store methodsChristoph Hellwig1-16/+16
2015-09-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-10/+4
2015-09-10Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds13-75/+66
2015-09-10dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig1-6/+0
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov3-4/+4