summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.2b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-152-3/+1
|\
| * xenbus: drop useless LIST_HEAD in xenbus_write_watch() and xenbus_file_write()Mao Wenan2019-04-251-2/+0
| * xen: xen-pciback: fix warning Using plain integer as NULL pointerHariprasad Kelam2019-04-231-1/+1
* | xen/privcmd-buf.c: convert to use vm_map_pages_zero()Souptick Joarder2019-05-141-6/+2
* | xen/gntdev.c: convert to use vm_map_pages()Souptick Joarder2019-05-141-7/+4
* | mm/mmu_notifier: convert user range->blockable to helper functionJérôme Glisse2019-05-141-3/+3
* | mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-1/+1
* | Merge branch 'stable/for-linus-5.2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-071-137/+59
|\ \
| * | swiotlb-xen: ensure we have a single callsite for xen_dma_map_pageChristoph Hellwig2019-05-021-15/+16
| * | swiotlb-xen: simplify the DMA sync method implementationsChristoph Hellwig2019-05-021-56/+28
| * | swiotlb-xen: use ->map_page to implement ->map_sgChristoph Hellwig2019-05-021-58/+10
| * | swiotlb-xen: make instances match their method namesChristoph Hellwig2019-05-021-10/+7
* | | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-071-2/+3
|\ \ \
| * \ \ Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe2019-04-222-5/+2
| |\ \ \ | | | |/ | | |/|
| * | | block: pass page to xen_biovec_phys_mergeableMing Lei2019-04-011-2/+3
* | | | Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds2019-05-071-1/+1
|\ \ \ \
| * | | | *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-061-1/+1
| | |/ / | |/| |
* / | | x86/irq/32: Invoke irq_ctx_init() from init_IRQ()Thomas Gleixner2019-04-171-1/+0
|/ / /
* | | Merge tag 'for-linus-5.1b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-04-071-2/+1
|\ \ \
| * | | xen: use struct_size() helper in kzalloc()Andrea Righi2019-04-051-2/+1
| |/ /
* / / fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov2019-04-061-3/+1
|/ /
* | xen/balloon: Fix mapping PG_offline pages to user spaceDavid Hildenbrand2019-03-151-1/+4
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-121-2/+5
|\ \
| * | treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-2/+5
* | | Merge tag 'for-linus-5.1a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-1111-101/+47
|\ \ \ | |/ / |/| |
| * | xen, cpu_hotplug: Prevent an out of bounds accessDan Carpenter2019-03-081-1/+1
| * | xen: remove pre-xen3 fallback handlersArnd Bergmann2019-03-052-82/+0
| * | xen/ACPI: Switch to bitmap_zalloc()Andy Shevchenko2019-03-041-11/+11
| * | x86/xen: dont add memory above max allowed allocationJuergen Gross2019-02-181-0/+11
| * | xen/gntdev: Check and release imported dma-bufs on closeOleksandr Andrushchenko2019-02-181-0/+9
| * | xen/gntdev: Do not destroy context while dma-bufs are in useOleksandr Andrushchenko2019-02-183-3/+13
| * | xen/pciback: Don't disable PCI_COMMAND on PCI device reset.Konrad Rzeszutek Wilk2019-02-181-2/+0
| * | xen-scsiback: mark expected switch fall-throughGustavo A. R. Silva2019-02-181-1/+1
| * | xen: mark expected switch fall-throughGustavo A. R. Silva2019-02-181-1/+1
| |/
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-091-6/+0
|\ \
| * | scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche2019-02-041-6/+0
* | | xen/balloon: mark inflated pages PG_offlineDavid Hildenbrand2019-03-051-0/+3
* | | mm/page_alloc.c: memory hotplug: free pages as higher orderArun KS2019-03-051-5/+10
| |/ |/|
* | arm64/xen: fix xen-swiotlb cache flushingChristoph Hellwig2019-01-231-2/+2
* | Merge tag 'for-linus-5.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-01-193-35/+80
|\ \ | |/ |/|
| * xen: Fix x86 sched_clock() interface for xenJuergen Gross2019-01-161-1/+1
| * pvcalls-front: fix potential null dereferenceWen Yang2019-01-151-0/+3
| * pvcalls-front: Avoid get_free_pages(GFP_KERNEL) under spinlockWen Yang2019-01-101-22/+59
| * xen/pvcalls: remove set but not used variable 'intf'YueHaibing2019-01-041-2/+0
| * pvcalls-back: set -ENOTCONN in pvcalls_conn_back_readStefano Stabellini2019-01-021-3/+4
| * pvcalls-front: don't return error when the ring is fullStefano Stabellini2019-01-021-1/+3
| * pvcalls-front: properly allocate skStefano Stabellini2019-01-021-1/+7
| * pvcalls-front: don't try to free unallocated ringsStefano Stabellini2019-01-021-2/+2
| * pvcalls-front: read all data before closing the connectionStefano Stabellini2019-01-021-3/+1
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-3/+3