summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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/+0Star
|/ / /
* | | Merge tag 'for-linus-5.1b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-04-071-2/+1Star
|\ \ \
| * | | xen: use struct_size() helper in kzalloc()Andrea Righi2019-04-051-2/+1Star
| |/ /
* / / fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov2019-04-061-3/+1Star
|/ /
* | 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-1211-101/+47Star
|\ \ \ | |/ / |/| |
| * | xen, cpu_hotplug: Prevent an out of bounds accessDan Carpenter2019-03-081-1/+1
| * | xen: remove pre-xen3 fallback handlersArnd Bergmann2019-03-052-82/+0Star
| * | 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/+0Star
| * | 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-101-6/+0Star
|\ \
| * | scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche2019-02-051-6/+0Star
* | | xen/balloon: mark inflated pages PG_offlineDavid Hildenbrand2019-03-061-0/+3
* | | mm/page_alloc.c: memory hotplug: free pages as higher orderArun KS2019-03-061-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-183-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/+0Star
| * 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/+1Star
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-3/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-293-10/+10
|\ \
| * | mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse2018-12-281-6/+6
| * | mm/memory_hotplug: drop "online" parameter from add_memory_resource()David Hildenbrand2018-12-281-1/+1
| * | mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-3/+3
| |/
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-281-7/+1Star
|\ \
| * | scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp2018-11-291-1/+0Star
| * | scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp2018-11-291-6/+1Star
* | | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-281-31/+5Star
|\ \ \ | |_|/ |/| |
| * | swiotlb: remove dma_mark_cleanChristoph Hellwig2018-12-131-19/+1Star
| * | swiotlb: remove SWIOTLB_MAP_ERRORChristoph Hellwig2018-12-131-2/+2
| * | xen-swiotlb: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-10/+2Star
* | | xen: Introduce shared buffer helpers for page directory...Oleksandr Andrushchenko2018-12-183-0/+557
* | | xen/pciback: Check dev_data before using itRoss Lagerwall2018-12-171-1/+2
* | | Merge tag 'for-linus-4.20a-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-12-023-58/+12Star
|\ \ \ | |/ / |/| |
| * | pvcalls-front: fixes incorrect error handlingPan Bian2018-11-291-2/+2