aboutsummaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)AuthorFilesLines
2019-03-15xen/balloon: Fix mapping PG_offline pages to user spaceGravatar David Hildenbrand 1-1/+4
2019-03-12Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+5
2019-03-12treewide: add checks for the return value of memblock_alloc*()Gravatar Mike Rapoport 1-2/+5
2019-03-11Merge tag 'for-linus-5.1a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 11-101/+47
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-6/+0
2019-03-08xen, cpu_hotplug: Prevent an out of bounds accessGravatar Dan Carpenter 1-1/+1
2019-03-05xen/balloon: mark inflated pages PG_offlineGravatar David Hildenbrand 1-0/+3
2019-03-05mm/page_alloc.c: memory hotplug: free pages as higher orderGravatar Arun KS 1-5/+10
2019-03-05xen: remove pre-xen3 fallback handlersGravatar Arnd Bergmann 2-82/+0
2019-03-04xen/ACPI: Switch to bitmap_zalloc()Gravatar Andy Shevchenko 1-11/+11
2019-02-18x86/xen: dont add memory above max allowed allocationGravatar Juergen Gross 1-0/+11
2019-02-18xen/gntdev: Check and release imported dma-bufs on closeGravatar Oleksandr Andrushchenko 1-0/+9
2019-02-18xen/gntdev: Do not destroy context while dma-bufs are in useGravatar Oleksandr Andrushchenko 3-3/+13
2019-02-18xen/pciback: Don't disable PCI_COMMAND on PCI device reset.Gravatar Konrad Rzeszutek Wilk 1-2/+0
2019-02-18xen-scsiback: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-1/+1
2019-02-18xen: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-1/+1
2019-02-04scsi: target/core: Remove the write_pending_status() callback functionGravatar Bart Van Assche 1-6/+0
2019-01-23arm64/xen: fix xen-swiotlb cache flushingGravatar Christoph Hellwig 1-2/+2
2019-01-19Merge tag 'for-linus-5.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-35/+80
2019-01-16xen: Fix x86 sched_clock() interface for xenGravatar Juergen Gross 1-1/+1
2019-01-15pvcalls-front: fix potential null dereferenceGravatar Wen Yang 1-0/+3
2019-01-10pvcalls-front: Avoid get_free_pages(GFP_KERNEL) under spinlockGravatar Wen Yang 1-22/+59
2019-01-04xen/pvcalls: remove set but not used variable 'intf'Gravatar YueHaibing 1-2/+0
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-3/+3
2019-01-02pvcalls-back: set -ENOTCONN in pvcalls_conn_back_readGravatar Stefano Stabellini 1-3/+4
2019-01-02pvcalls-front: don't return error when the ring is fullGravatar Stefano Stabellini 1-1/+3
2019-01-02pvcalls-front: properly allocate skGravatar Stefano Stabellini 1-1/+7
2019-01-02pvcalls-front: don't try to free unallocated ringsGravatar Stefano Stabellini 1-2/+2
2019-01-02pvcalls-front: read all data before closing the connectionGravatar Stefano Stabellini 1-3/+1
2018-12-28Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-10/+10
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-7/+1
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-31/+5
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end callbackGravatar Jérôme Glisse 1-6/+6
2018-12-28mm/memory_hotplug: drop "online" parameter from add_memory_resource()Gravatar David Hildenbrand 1-1/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicGravatar Arun KS 1-3/+3
2018-12-18xen: Introduce shared buffer helpers for page directory...Gravatar Oleksandr Andrushchenko 3-0/+557
2018-12-17xen/pciback: Check dev_data before using itGravatar Ross Lagerwall 1-1/+2
2018-12-13swiotlb: remove dma_mark_cleanGravatar Christoph Hellwig 1-19/+1
2018-12-13swiotlb: remove SWIOTLB_MAP_ERRORGravatar Christoph Hellwig 1-2/+2
2018-12-06xen-swiotlb: remove the mapping_error dma_map_ops methodGravatar Christoph Hellwig 1-10/+2
2018-12-02Merge tag 'for-linus-4.20a-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-58/+12
2018-11-29pvcalls-front: fixes incorrect error handlingGravatar Pan Bian 1-2/+2
2018-11-29Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"Gravatar Igor Druzhinin 1-56/+9
2018-11-29xen: xlate_mmu: add missing header to fix 'W=1' warningGravatar Srikanth Boddepalli 1-0/+1
2018-11-28scsi: target: replace fabric_ops.name with fabric_aliasGravatar David Disseldorp 1-1/+0
2018-11-28scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsGravatar David Disseldorp 1-6/+1
2018-11-10Merge tag 'for-linus-4.20a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-19/+5
2018-11-09xen: remove size limit of privcmd-buf mapping interfaceGravatar Juergen Gross 1-18/+4
2018-11-06xen/grant-table: Fix incorrect gnttab_dma_free_pages() pr_debug messageGravatar Liam Merwick 1-1/+1
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-4/+4