summaryrefslogtreecommitdiffstats
path: root/drivers/xen
AgeCommit message (Expand)Author
2020-09-04xen/gntdev: Fix dmabuf import with non-zero sgt offsetOleksandr Andrushchenko
2020-09-04xen/balloon: make the balloon wait interruptibleRoger Pau Monne
2020-09-04xen/balloon: fix accounting in alloc_xenballooned_pages error pathRoger Pau Monne
2020-07-07xen/pvcalls-back: test for errors when calling backend_connect()Juergen Gross
2020-06-04xen/xenbus: ensure xenbus_map_ring_valloc() returns proper grant statusJuergen Gross
2020-05-21xenbus: req->err should be updated before req->stateDongli Zhang
2020-05-21xenbus: req->body should be updated before req->stateDongli Zhang
2020-05-15xen: Enable interrupts when calling _cond_resched()Thomas Gleixner
2020-05-04xen/balloon: Support xend-based toolstack take twoJuergen Gross
2020-03-20xen/balloon: fix ballooned page accounting without hotplug enabledJuergen Gross
2020-02-24xen/gntdev: Use select for DMA_SHARED_BUFFERJason Gunthorpe
2019-11-09xen/pci: reserve MCFG areas earlierIgor Druzhinin
2019-11-09xen/xenbus: fix self-deadlock after killing user processJuergen Gross
2019-11-09xen/balloon: Set pages PageOffline() in balloon_add_region()David Hildenbrand
2019-08-25xen/pciback: remove set but not used variable 'old_state'YueHaibing
2019-08-06xen/gntdev.c: Replace vm_map_pages() with vm_map_pages_zero()Souptick Joarder
2019-08-06xen/swiotlb: fix condition for calling xen_destroy_contiguous_region()Juergen Gross
2019-08-06swiotlb: fix phys_addr_t overflow warningArnd Bergmann
2019-07-26xen/events: fix binding user event channels to cpusJuergen Gross
2019-07-26xen: let alloc_xenballooned_pages() fail if not enough memory freeJuergen Gross
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-11Merge branch 'stable/for-linus-5.2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 287Thomas Gleixner
2019-06-05xen/swiotlb: don't initialize swiotlb twice on arm64Stefano Stabellini
2019-05-31Merge tag 'for-linus-5.2b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 135Thomas Gleixner
2019-05-28xenbus: Avoid deadlock during suspend due to open transactionsRoss Lagerwall
2019-05-28xen/pvcalls: Remove set but not used variableYueHaibing
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 81Thomas Gleixner
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 12Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-15Merge tag 'for-linus-5.2b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-05-14xen/privcmd-buf.c: convert to use vm_map_pages_zero()Souptick Joarder
2019-05-14xen/gntdev.c: convert to use vm_map_pages()Souptick Joarder
2019-05-14mm/mmu_notifier: convert user range->blockable to helper functionJérôme Glisse
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny
2019-05-07Merge branch 'stable/for-linus-5.2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-05-07Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov
2019-05-02swiotlb-xen: ensure we have a single callsite for xen_dma_map_pageChristoph Hellwig
2019-05-02swiotlb-xen: simplify the DMA sync method implementationsChristoph Hellwig
2019-05-02swiotlb-xen: use ->map_page to implement ->map_sgChristoph Hellwig
2019-05-02swiotlb-xen: make instances match their method namesChristoph Hellwig