aboutsummaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)AuthorFilesLines
2019-07-19Merge tag 'for-linus-5.3a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 8-1031/+24
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-6/+15
2019-07-19Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-5/+2
2019-07-18proc/sysctl: add shared variables for range checkGravatar Matteo Croce 1-5/+2
2019-07-18Merge branch 'for-linus-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2019-07-18xen: let alloc_xenballooned_pages() fail if not enough memory freeGravatar Juergen Gross 1-3/+13
2019-07-17xen: remove tmem driverGravatar Juergen Gross 5-1025/+0
2019-07-17xen/events: fix binding user event channels to cpusGravatar Juergen Gross 2-3/+11
2019-07-12mm/pgtable: drop pgtable_t variable from pte_fn_t functionsGravatar Anshuman Khandual 3-10/+5
2019-07-04vfs: Convert xenfs to use the new mount APIGravatar David Howells 1-6/+15
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-06-19swiotlb: fix phys_addr_t overflow warningGravatar Arnd Bergmann 1-1/+1
2019-06-11Merge branch 'stable/for-linus-5.2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+11
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Gravatar Thomas Gleixner 2-27/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Gravatar Thomas Gleixner 2-19/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 287Gravatar Thomas Gleixner 1-10/+1
2019-06-05xen/swiotlb: don't initialize swiotlb twice on arm64Gravatar Stefano Stabellini 1-1/+11
2019-05-31Merge tag 'for-linus-5.2b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 4-6/+26
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Gravatar Thomas Gleixner 1-12/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Gravatar Thomas Gleixner 2-20/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 135Gravatar Thomas Gleixner 1-5/+1
2019-05-28xenbus: Avoid deadlock during suspend due to open transactionsGravatar Ross Lagerwall 3-2/+26
2019-05-28xen/pvcalls: Remove set but not used variableGravatar YueHaibing 1-4/+0
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 81Gravatar Thomas Gleixner 1-3/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 12Gravatar Thomas Gleixner 3-33/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 3-0/+3
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 4-0/+4
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 5-0/+5
2019-05-15Merge tag 'for-linus-5.2b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-3/+1
2019-05-14xen/privcmd-buf.c: convert to use vm_map_pages_zero()Gravatar Souptick Joarder 1-6/+2
2019-05-14xen/gntdev.c: convert to use vm_map_pages()Gravatar Souptick Joarder 1-7/+4
2019-05-14mm/mmu_notifier: convert user range->blockable to helper functionGravatar Jérôme Glisse 1-3/+3
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Gravatar Ira Weiny 1-1/+1
2019-05-07Merge branch 'stable/for-linus-5.2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-137/+59
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+3
2019-05-07Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxGravatar Linus Torvalds 1-1/+1
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openGravatar Kirill Smelkov 1-1/+1
2019-05-02swiotlb-xen: ensure we have a single callsite for xen_dma_map_pageGravatar Christoph Hellwig 1-15/+16
2019-05-02swiotlb-xen: simplify the DMA sync method implementationsGravatar Christoph Hellwig 1-56/+28
2019-05-02swiotlb-xen: use ->map_page to implement ->map_sgGravatar Christoph Hellwig 1-58/+10
2019-05-02swiotlb-xen: make instances match their method namesGravatar Christoph Hellwig 1-10/+7
2019-04-25xenbus: drop useless LIST_HEAD in xenbus_write_watch() and xenbus_file_write()Gravatar Mao Wenan 1-2/+0
2019-04-23xen: xen-pciback: fix warning Using plain integer as NULL pointerGravatar Hariprasad Kelam 1-1/+1
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockGravatar Jens Axboe 2-5/+2
2019-04-17x86/irq/32: Invoke irq_ctx_init() from init_IRQ()Gravatar Thomas Gleixner 1-1/+0
2019-04-07Merge tag 'for-linus-5.1b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+1
2019-04-06fs: stream_open - opener for stream-like files so that read and write can run...Gravatar Kirill Smelkov 1-3/+1
2019-04-05xen: use struct_size() helper in kzalloc()Gravatar Andrea Righi 1-2/+1
2019-04-01block: pass page to xen_biovec_phys_mergeableGravatar Ming Lei 1-2/+3
2019-03-15xen/balloon: Fix mapping PG_offline pages to user spaceGravatar David Hildenbrand 1-1/+4