summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.16b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-11-1013-63/+219
|\
| * xen/balloon: fix unused-variable warningArnd Bergmann2021-11-081-2/+3
| * xen/balloon: rename alloc/free_xenballooned_pagesJuergen Gross2021-11-041-11/+13
| * xen/balloon: add late_initcall_sync() for initial ballooning doneJuergen Gross2021-11-041-23/+63
| * x86/xen: remove 32-bit pv leftoversJuergen Gross2021-11-021-17/+10
| * xen-pciback: allow compiling on other archs than x86Oleksandr Andrushchenko2021-11-028-6/+127
| * xen: Fix implicit type conversionJiasheng Jiang2021-11-021-3/+3
| * xen/pvcalls-back: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-11-021-1/+0
| * xen-pciback: Fix return in pm_ctrl_init()YueHaibing2021-11-021-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-1/+1
|\ \
| * | memblock: use memblock_free for freeing virtual pointersMike Rapoport2021-11-061-1/+1
| * | memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-1/+1
| |/
* | Merge tag 'iommu-updates-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-041-1/+1
|\ \
| | \
| | \
| *-. \ Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'arm/...Joerg Roedel2021-10-311-1/+1
| |\ \ \ | | |_|/ | |/| |
| | | * swiotlb: Support aligned swiotlb buffersDavid Stevens2021-09-291-1/+1
| | |/
* | / dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman2021-10-251-0/+3
|/ /
* | Merge tag 'for-linus-5.15b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-10-083-17/+26
|\ \ | |/ |/|
| * xen/balloon: fix cancelled balloon actionJuergen Gross2021-10-061-6/+15
| * xen/x86: allow PVH Dom0 without XEN_PV=yJan Beulich2021-10-051-2/+2
| * xen/privcmd: drop "pages" parameter from xen_remap_pfn()Jan Beulich2021-10-051-3/+2
| * xen/privcmd: fix error handling in mmap-resource processingJan Beulich2021-10-051-3/+4
| * xen/privcmd: replace kcalloc() by kvcalloc() when allocating empty pagesJan Beulich2021-10-051-3/+3
* | Merge tag 'for-linus-5.15b-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-09-254-5/+15
|\|
| * xen/balloon: fix balloon kthread freezingJuergen Gross2021-09-211-2/+2
| * swiotlb-xen: this is PV-only on x86Jan Beulich2021-09-201-0/+1
| * swiotlb-xen: ensure to issue well-formed XENMEM_exchange requestsJan Beulich2021-09-201-3/+4
| * Xen/gntdev: don't ignore kernel unmapping errorJan Beulich2021-09-201-0/+8
* | Merge tag 'for-linus-5.15b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-09-173-38/+63
|\|
| * swiotlb-xen: drop DEFAULT_NSLABSJan Beulich2021-09-151-2/+0
| * swiotlb-xen: arrange to have buffer info loggedJan Beulich2021-09-151-1/+1
| * swiotlb-xen: drop leftover __refJan Beulich2021-09-151-1/+1
| * swiotlb-xen: limit init retriesJan Beulich2021-09-151-2/+2
| * swiotlb-xen: suppress certain init retriesJan Beulich2021-09-151-1/+2
| * swiotlb-xen: maintain slab count properlyJan Beulich2021-09-151-10/+9
| * swiotlb-xen: fix late init retryJan Beulich2021-09-151-2/+2
| * swiotlb-xen: avoid double freeJan Beulich2021-09-151-1/+0
| * xen/pvcalls: backend can be a moduleJan Beulich2021-09-151-1/+1
| * xen/balloon: use a kernel thread instead a workqueueJuergen Gross2021-09-141-17/+45
* | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-031-2/+0
|\ \
| * | isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-191-2/+0
* | | Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-031-4/+4
|\ \ \
| * | | swiotlb: Convert io_default_tlb_mem to static allocationWill Deacon2021-07-231-2/+2
| * | | swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncingClaire Chang2021-07-131-1/+1
| * | | swiotlb: Update is_swiotlb_buffer to add a struct device argumentClaire Chang2021-07-131-1/+1
| |/ /
* | | Merge tag 'for-linus-5.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-09-023-40/+23
|\ \ \ | | |/ | |/|
| * | drivers/xen/xenbus/xenbus_client.c: fix bugon.cocci warningsJing Yangyang2021-08-301-6/+3
| * | xen: assume XENFEAT_gnttab_map_avail_bits being set for pv guestsJuergen Gross2021-08-301-34/+2
| * | xen: check required Xen featuresJuergen Gross2021-08-301-0/+18
* | | Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-09-021-1/+1
|\ \ \
| * | | xen: swiotlb: return error code from xen_swiotlb_map_sg()Martin Oliveira2021-08-091-1/+1
| | |/ | |/|