summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | xen/balloon: Share common memory reservation routinesOleksandr Andrushchenko2018-07-273-69/+125
* | | xen/grant-table: Make set/clear page private code sharedOleksandr Andrushchenko2018-07-271-19/+35
|/ /
* | Merge tag 'for-linus-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-238-11/+253
|\ \ | |/ |/|
| * xen: Remove unnecessary BUG_ON from __unbind_from_irq()Boris Ostrovsky2018-06-221-2/+0Star
| * xen: add new hypercall buffer mapping deviceJuergen Gross2018-06-224-1/+223
| * xen/scsiback: add error handling for xenbus_printfZhouyang Jia2018-06-191-3/+13
| * xen/grant-table: Export gnttab_{alloc|free}_pages as GPLOleksandr Andrushchenko2018-06-191-2/+2
| * xen: add error handling for xenbus_printfZhouyang Jia2018-06-191-3/+15
* | treewide: kvmalloc() -> kvmalloc_array()Kees Cook2018-06-131-1/+1
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-3/+3
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-132-4/+5
* | Merge tag 'for-linus-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-082-4/+136
|\|
| * xen/store: do not store local values in xen_start_infoRoger Pau Monne2018-05-171-3/+2Star
| * xen/privcmd: add IOCTL_PRIVCMD_MMAP_RESOURCEPaul Durrant2018-05-141-0/+133
| * xen: Change return type to vm_fault_tSouptick Joarder2018-05-141-1/+1
* | xen-swiotlb: fix the check condition for xen_swiotlb_free_coherentJoe Jin2018-05-181-1/+1
|/
* Merge tag 'for-linus-4.17-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-04-203-6/+7
|\
| * xen: xenbus_dev_frontend: Really return response stringSimon Gaiser2018-04-171-1/+2
| * xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in pcistub_reg_addJia-Ju Bai2018-04-161-1/+1
| * xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in xen_pcibk_config_quir...Jia-Ju Bai2018-04-161-1/+1
| * xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in pcistub_device_allocJia-Ju Bai2018-04-161-1/+1
| * xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in pcistub_init_deviceJia-Ju Bai2018-04-161-1/+1
| * xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in pcistub_probeJia-Ju Bai2018-04-161-1/+1
* | Merge tag 'for-linus-4.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-04-123-8/+42
|\|
| * xen/acpi: off by one in read_acpi_id()Dan Carpenter2018-03-301-3/+3
| * xen/acpi: upload _PSD info for non Dom0 CPUs tooJoao Martins2018-03-211-0/+24
| * xen: xenbus_dev_frontend: Verify body of XS_TRANSACTION_ENDSimon Gaiser2018-03-211-3/+11
| * xen: xenbus: Catch closing of non existent transactionsSimon Gaiser2018-03-211-1/+3
| * xen: xenbus_dev_frontend: Fix XS_TRANSACTION_END handlingSimon Gaiser2018-03-211-1/+1
* | x86/dma: Remove dma_alloc_coherent_mask()Christoph Hellwig2018-03-201-15/+1Star
|/