summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-021-4/+4
|\
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-4/+4
* | mm/memory_hotplug: make add_memory() take the device_hotplug_lockDavid Hildenbrand2018-10-311-0/+3
* | mm: remove include/linux/bootmem.hMike Rapoport2018-10-315-5/+4Star
* | memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport2018-10-311-1/+3
* | memblock: replace alloc_bootmem_pages with memblock_allocMike Rapoport2018-10-311-1/+2
* | xen: drop writing error messages to xenstoreJuergen Gross2018-10-261-4/+2Star
* | xen: remove redundant 'default n' from KconfigBartlomiej Zolnierkiewicz2018-10-241-8/+0Star
* | xen/balloon: Support xend-based toolstackBoris Ostrovsky2018-10-241-5/+8
* | xen/balloon: Grammar s/Is it/It is/Geert Uytterhoeven2018-10-241-1/+1
* | xen: Make XEN_BACKEND selectable by DomUJason Andryuk2018-10-241-2/+1Star
* | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-231-1/+1
|\ \
| * | x86/paravirt: Use a single ops structureJuergen Gross2018-09-031-1/+1
* | | Merge branch 'stable/for-linus-4.20' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-231-0/+6
|\ \ \
| * | | xen-swiotlb: use actually allocated size on check physical continuousJoe Jin2018-10-191-0/+6
| | |/ | |/|
* | | Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-10-221-2/+2
|\ \ \
| * | | dma-mapping: support non-coherent devices in dma_common_get_sgtableChristoph Hellwig2018-09-201-1/+1
| * | | dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig2018-09-201-1/+1
| | |/ | |/|
* | | Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe2018-10-018-30/+63
|\ \ \ | | |/ | |/|
| * | xen: issue warning message when out of grant maptrack entriesJuergen Gross2018-09-191-6/+21
| * | xen/gntdev: fix up blockable calls to mn_invl_range_startMichal Hocko2018-09-141-11/+15
| * | xen: fix GCC warning and remove duplicate EVTCHN_ROW/EVTCHN_COL usageJosh Abraham2018-09-141-1/+1
| * | xen: avoid crash in disable_hotplug_cpuOlaf Hering2018-09-141-7/+8
| * | xen/balloon: add runtime control for scrubbing ballooned out pagesMarek Marczykowski-Górecki2018-09-143-3/+14
| * | xen/manage: don't complain about an empty value in control/sysrq nodeVitaly Kuznetsov2018-09-141-2/+4
| |/
* | xen: don't include <xen/xen.h> from <asm/io.h> and <asm/dma-mapping.h>Christoph Hellwig2018-09-261-0/+1
* | block: remove ARCH_BIOVEC_PHYS_MERGEABLEChristoph Hellwig2018-09-261-1/+1
* | xen: remove the xen_biovec_phys_mergeable exportChristoph Hellwig2018-09-261-1/+0Star
|/
* Merge tag 'for-linus-4.19b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-311-0/+9
|\
| * xen: export device state to sysfsJoe Jin2018-08-281-0/+9
* | Merge tag 'for-linus-4.19b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-232-2/+6
|\|
| * xen/ACPI: don't upload Px/Cx data for disabled processorsJan Beulich2018-08-201-0/+6
| * xen/mcelog: eliminate redundant setting of interface versionJan Beulich2018-08-201-2/+0Star
* | mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko2018-08-221-9/+35
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-161-10/+7Star
|\
| * scsi: target: loop, usb, vhost, xen: use target_remove_sessionMike Christie2018-08-021-1/+1
| * scsi: target: rename target_alloc_sessionMike Christie2018-08-021-1/+1
| * scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche2018-07-021-3/+1Star
| * scsi: target: Convert target drivers to use sbitmapMatthew Wilcox2018-06-201-2/+3
| * scsi: target: Abstract tag freeingMatthew Wilcox2018-06-201-3/+1Star
* | Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-08-161-1/+0Star
|\ \
* | | xen/balloon: fix balloon initialization for PVH Dom0Roger Pau Monne2018-08-081-1/+1
* | | xen/biomerge: Use true and false for boolean valuesGustavo A. R. Silva2018-08-061-1/+1
* | | xen/gntdev: don't dereference a null gntdev_dmabuf on allocation failureColin Ian King2018-07-311-1/+2
* | | xen/gntdev: Implement dma-buf import functionalityOleksandr Andrushchenko2018-07-271-5/+234
* | | xen/gntdev: Implement dma-buf export functionalityOleksandr Andrushchenko2018-07-271-3/+453
* | | xen/gntdev: Add initial support for dma-buf UAPIOleksandr Andrushchenko2018-07-276-0/+258
* | | xen/gntdev: Make private routines/structures accessibleOleksandr Andrushchenko2018-07-272-91/+131
* | | xen/gntdev: Allow mappings for DMA buffersOleksandr Andrushchenko2018-07-271-2/+97
* | | xen/grant-table: Allow allocating buffers suitable for DMAOleksandr Andrushchenko2018-07-272-0/+111