aboutsummaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)Author
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 135Thomas Gleixner
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
2019-04-25xenbus: drop useless LIST_HEAD in xenbus_write_watch() and xenbus_file_write()Mao Wenan
2019-04-23xen: xen-pciback: fix warning Using plain integer as NULL pointerHariprasad Kelam
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe
2019-04-17x86/irq/32: Invoke irq_ctx_init() from init_IRQ()Thomas Gleixner
2019-04-07Merge tag 'for-linus-5.1b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-04-06fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov
2019-04-05xen: use struct_size() helper in kzalloc()Andrea Righi
2019-04-01block: pass page to xen_biovec_phys_mergeableMing Lei
2019-03-15xen/balloon: Fix mapping PG_offline pages to user spaceDavid Hildenbrand
2019-03-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-03-11Merge tag 'for-linus-5.1a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-03-08xen, cpu_hotplug: Prevent an out of bounds accessDan Carpenter
2019-03-05xen/balloon: mark inflated pages PG_offlineDavid Hildenbrand
2019-03-05mm/page_alloc.c: memory hotplug: free pages as higher orderArun KS
2019-03-05xen: remove pre-xen3 fallback handlersArnd Bergmann
2019-03-04xen/ACPI: Switch to bitmap_zalloc()Andy Shevchenko
2019-02-18x86/xen: dont add memory above max allowed allocationJuergen Gross
2019-02-18xen/gntdev: Check and release imported dma-bufs on closeOleksandr Andrushchenko
2019-02-18xen/gntdev: Do not destroy context while dma-bufs are in useOleksandr Andrushchenko
2019-02-18xen/pciback: Don't disable PCI_COMMAND on PCI device reset.Konrad Rzeszutek Wilk
2019-02-18xen-scsiback: mark expected switch fall-throughGustavo A. R. Silva
2019-02-18xen: mark expected switch fall-throughGustavo A. R. Silva
2019-02-04scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche
2019-01-23arm64/xen: fix xen-swiotlb cache flushingChristoph Hellwig
2019-01-19Merge tag 'for-linus-5.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-01-16xen: Fix x86 sched_clock() interface for xenJuergen Gross
2019-01-15pvcalls-front: fix potential null dereferenceWen Yang
2019-01-10pvcalls-front: Avoid get_free_pages(GFP_KERNEL) under spinlockWen Yang
2019-01-04xen/pvcalls: remove set but not used variable 'intf'YueHaibing