summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* xen/pciback: remove set but not used variable 'old_state'YueHaibing2019-08-251-2/+1
* xen/gntdev.c: Replace vm_map_pages() with vm_map_pages_zero()Souptick Joarder2019-08-061-1/+1
* xen/swiotlb: fix condition for calling xen_destroy_contiguous_region()Juergen Gross2019-08-061-2/+2
* swiotlb: fix phys_addr_t overflow warningArnd Bergmann2019-08-061-1/+1
* xen/events: fix binding user event channels to cpusJuergen Gross2019-07-262-3/+11
* xen: let alloc_xenballooned_pages() fail if not enough memory freeJuergen Gross2019-07-261-3/+13
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* Merge branch 'stable/for-linus-5.2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-111-1/+11
|\
| * xen/swiotlb: don't initialize swiotlb twice on arm64Stefano Stabellini2019-06-051-1/+11
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner2019-06-052-27/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-052-19/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 287Thomas Gleixner2019-06-051-10/+1
* | Merge tag 'for-linus-5.2b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-314-6/+26
|\ \
| * | xenbus: Avoid deadlock during suspend due to open transactionsRoss Lagerwall2019-05-283-2/+26
| * | xen/pvcalls: Remove set but not used variableYueHaibing2019-05-281-4/+0
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-301-12/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-302-20/+2
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 135Thomas Gleixner2019-05-301-5/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 81Thomas Gleixner2019-05-241-3/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 12Thomas Gleixner2019-05-213-33/+3
* | | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-213-0/+3
* | | treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-214-0/+4
* | | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-215-0/+5
* | | 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