summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-09-068-11/+205
|\
| * xen: add helpers to allocate unpopulated memoryRoger Pau Monne2020-09-048-11/+205
* | Merge tag 'for-linus-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-292-10/+16
|\|
| * xen/xenbus: Fix granting of vmalloc'd memorySimon Leiner2020-08-271-2/+8
| * XEN uses irqdesc::irq_data_common::handler_data to store a per interruptThomas Gleixner2020-08-271-8/+8
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-235-6/+6
* | Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-142-3/+9
|\|
| * xen/gntdev: Fix dmabuf import with non-zero sgt offsetOleksandr Andrushchenko2020-08-131-0/+8
| * x86/xen: remove 32-bit Xen PV guest supportJuergen Gross2020-08-111-3/+1
* | Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-091-2/+1
|\ \
| * | kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada2020-07-071-2/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-072-2/+0
|\ \ \
| * | | mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-072-2/+0
* | | | Merge tag 'for-linus-5.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-073-81/+96
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | xen/arm: introduce phys/dma translations in xen_dma_sync_for_*Stefano Stabellini2020-08-041-8/+24
| * | swiotlb-xen: introduce phys_to_dma/dma_to_phys translationsStefano Stabellini2020-08-041-21/+32
| * | swiotlb-xen: remove XEN_PFN_PHYSStefano Stabellini2020-08-041-6/+1
| * | swiotlb-xen: add struct device * parameter to is_xen_swiotlb_bufferStefano Stabellini2020-08-041-4/+4
| * | swiotlb-xen: add struct device * parameter to xen_dma_sync_for_deviceStefano Stabellini2020-08-041-2/+2
| * | swiotlb-xen: add struct device * parameter to xen_dma_sync_for_cpuStefano Stabellini2020-08-041-2/+2
| * | swiotlb-xen: add struct device * parameter to xen_bus_to_physStefano Stabellini2020-08-041-5/+5
| * | swiotlb-xen: add struct device * parameter to xen_phys_to_busStefano Stabellini2020-08-041-7/+7
| * | swiotlb-xen: remove start_dma_addrStefano Stabellini2020-08-041-5/+2
| * | swiotlb-xen: use vmalloc_to_page on vmalloc virt addressesBoris Ostrovsky2020-08-041-1/+7
| * | Revert "xen/balloon: Fix crash when ballooning on x86 32 bit PAE"Roger Pau Monne2020-08-031-14/+0
| * | xen/balloon: make the balloon wait interruptibleRoger Pau Monne2020-08-031-2/+4
| * | xen/balloon: fix accounting in alloc_xenballooned_pages error pathRoger Pau Monne2020-08-031-0/+6
| * | xen/privcmd: Convert get_user_pages*() to pin_user_pages*()Souptick Joarder2020-08-031-8/+2
| * | xen/privcmd: Mark pages as dirtySouptick Joarder2020-08-031-1/+4
| * | xen/privcmd: Corrected error handling pathSouptick Joarder2020-08-031-16/+15
* | | dma-mapping: make support for dma ops optionalChristoph Hellwig2020-07-191-0/+1
|/ /
* | Merge tag 'for-linus-5.8b-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-07-111-3/+1
|\ \ | |/ |/|
| * xen/xenbus: Fix a double free in xenbus_map_ring_pv()Dan Carpenter2020-07-101-3/+1
* | Merge tag 'for-linus-5.8b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-07-031-86/+81
|\|
| * xen/xenbus: let xenbus_map_ring_valloc() return errno values onlyJuergen Gross2020-07-021-16/+6
| * xen/xenbus: avoid large structs and arrays on the stackJuergen Gross2020-07-021-78/+83
* | Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-133-57/+19
|\ \
| * | x86/entry: Convert XEN hypercall vector to IDTENTRY_SYSVECThomas Gleixner2020-06-111-4/+2
| * | x86/entry: Switch XEN/PV hypercall entry to IDTENTRYThomas Gleixner2020-06-112-43/+1
| * | x86/xen: Split HVM vector callback setup and interrupt gate allocationVitaly Kuznetsov2020-06-111-11/+17
* | | Merge tag 'for-linus-5.8b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-1212-123/+78
|\ \ \ | |/ / |/| / | |/
| * xen/pci: Get rid of verbose_request and use dev_dbg() insteadBoris Ostrovsky2020-05-294-50/+21
| * xenbus: Use dev_printk() when possibleBjorn Helgaas2020-05-271-6/+5
| * xen-pciback: Use dev_printk() when possibleBjorn Helgaas2020-05-276-83/+65
| * xen: enable BALLOON_MEMORY_HOTPLUG by defaultRoger Pau Monne2020-05-211-0/+1
| * xen: expand BALLOON_MEMORY_HOTPLUG descriptionRoger Pau Monne2020-05-211-0/+3
| * xen/pvcalls: Make pvcalls_back_global staticYueHaibing2020-05-211-1/+1
| * xen/cpuhotplug: Fix initial CPU offlining for PV(H) guestsBoris Ostrovsky2020-05-211-5/+3
| * xen-platform: Constify dev_pm_opsRikard Falkeborn2020-05-211-1/+1
| * xen/pvcalls-back: test for errors when calling backend_connect()Juergen Gross2020-05-211-1/+2