aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-07Merge branch 'stable/for-linus-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlbLinus Torvalds1-137/+59
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+3
2019-05-07Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds1-1/+1
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov1-1/+1
2019-05-02swiotlb-xen: ensure we have a single callsite for xen_dma_map_pageChristoph Hellwig1-15/+16
2019-05-02swiotlb-xen: simplify the DMA sync method implementationsChristoph Hellwig1-56/+28
2019-05-02swiotlb-xen: use ->map_page to implement ->map_sgChristoph Hellwig1-58/+10
2019-05-02swiotlb-xen: make instances match their method namesChristoph Hellwig1-10/+7
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe2-5/+2
2019-04-17x86/irq/32: Invoke irq_ctx_init() from init_IRQ()Thomas Gleixner1-1/+0
2019-04-07Merge tag 'for-linus-5.1b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-2/+1
2019-04-06fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlockKirill Smelkov1-3/+1
2019-04-05xen: use struct_size() helper in kzalloc()Andrea Righi1-2/+1
2019-04-01block: pass page to xen_biovec_phys_mergeableMing Lei1-2/+3
2019-03-15xen/balloon: Fix mapping PG_offline pages to user spaceDavid Hildenbrand1-1/+4
2019-03-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+5
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-2/+5
2019-03-11Merge tag 'for-linus-5.1a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds11-101/+47
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-6/+0
2019-03-08xen, cpu_hotplug: Prevent an out of bounds accessDan Carpenter1-1/+1
2019-03-05xen/balloon: mark inflated pages PG_offlineDavid Hildenbrand1-0/+3
2019-03-05mm/page_alloc.c: memory hotplug: free pages as higher orderArun KS1-5/+10
2019-03-05xen: remove pre-xen3 fallback handlersArnd Bergmann2-82/+0
2019-03-04xen/ACPI: Switch to bitmap_zalloc()Andy Shevchenko1-11/+11
2019-02-18x86/xen: dont add memory above max allowed allocationJuergen Gross1-0/+11
2019-02-18xen/gntdev: Check and release imported dma-bufs on closeOleksandr Andrushchenko1-0/+9
2019-02-18xen/gntdev: Do not destroy context while dma-bufs are in useOleksandr Andrushchenko3-3/+13
2019-02-18xen/pciback: Don't disable PCI_COMMAND on PCI device reset.Konrad Rzeszutek Wilk1-2/+0
2019-02-18xen-scsiback: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-02-18xen: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-02-04scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche1-6/+0
2019-01-23arm64/xen: fix xen-swiotlb cache flushingChristoph Hellwig1-2/+2
2019-01-19Merge tag 'for-linus-5.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-35/+80
2019-01-16xen: Fix x86 sched_clock() interface for xenJuergen Gross1-1/+1
2019-01-15pvcalls-front: fix potential null dereferenceWen Yang1-0/+3
2019-01-10pvcalls-front: Avoid get_free_pages(GFP_KERNEL) under spinlockWen Yang1-22/+59
2019-01-04xen/pvcalls: remove set but not used variable 'intf'YueHaibing1-2/+0
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-3/+3
2019-01-02pvcalls-back: set -ENOTCONN in pvcalls_conn_back_readStefano Stabellini1-3/+4
2019-01-02pvcalls-front: don't return error when the ring is fullStefano Stabellini1-1/+3
2019-01-02pvcalls-front: properly allocate skStefano Stabellini1-1/+7
2019-01-02pvcalls-front: don't try to free unallocated ringsStefano Stabellini1-2/+2
2019-01-02pvcalls-front: read all data before closing the connectionStefano Stabellini1-3/+1
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-10/+10
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-7/+1
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-31/+5
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse1-6/+6
2018-12-28mm/memory_hotplug: drop "online" parameter from add_memory_resource()David Hildenbrand1-1/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-3/+3
2018-12-18xen: Introduce shared buffer helpers for page directory...Oleksandr Andrushchenko3-0/+557