aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-10Merge tag 'for-linus-5.16b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds13-63/+219
2021-11-08xen/balloon: fix unused-variable warningArnd Bergmann1-2/+3
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport1-1/+1
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport1-1/+1
2021-11-04Merge tag 'iommu-updates-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-1/+1
2021-11-04xen/balloon: rename alloc/free_xenballooned_pagesJuergen Gross1-11/+13
2021-11-04xen/balloon: add late_initcall_sync() for initial ballooning doneJuergen Gross1-23/+63
2021-11-02x86/xen: remove 32-bit pv leftoversJuergen Gross1-17/+10
2021-11-02xen-pciback: allow compiling on other archs than x86Oleksandr Andrushchenko8-6/+127
2021-11-02xen: Fix implicit type conversionJiasheng Jiang1-3/+3
2021-11-02xen/pvcalls-back: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-1/+0
2021-11-02xen-pciback: Fix return in pm_ctrl_init()YueHaibing1-1/+1
2021-10-31Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'arm/tegra', 'iommu/fixes', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel1-1/+1
2021-10-25dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman1-0/+3
2021-10-08Merge tag 'for-linus-5.15b-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-17/+26
2021-10-06xen/balloon: fix cancelled balloon actionJuergen Gross1-6/+15
2021-10-05xen/x86: allow PVH Dom0 without XEN_PV=yJan Beulich1-2/+2
2021-10-05xen/privcmd: drop "pages" parameter from xen_remap_pfn()Jan Beulich1-3/+2
2021-10-05xen/privcmd: fix error handling in mmap-resource processingJan Beulich1-3/+4
2021-10-05xen/privcmd: replace kcalloc() by kvcalloc() when allocating empty pagesJan Beulich1-3/+3
2021-09-29swiotlb: Support aligned swiotlb buffersDavid Stevens1-1/+1
2021-09-25Merge tag 'for-linus-5.15b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds4-5/+15
2021-09-21xen/balloon: fix balloon kthread freezingJuergen Gross1-2/+2
2021-09-20swiotlb-xen: this is PV-only on x86Jan Beulich1-0/+1
2021-09-20swiotlb-xen: ensure to issue well-formed XENMEM_exchange requestsJan Beulich1-3/+4
2021-09-20Xen/gntdev: don't ignore kernel unmapping errorJan Beulich1-0/+8
2021-09-17Merge tag 'for-linus-5.15b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-38/+63
2021-09-15swiotlb-xen: drop DEFAULT_NSLABSJan Beulich1-2/+0
2021-09-15swiotlb-xen: arrange to have buffer info loggedJan Beulich1-1/+1
2021-09-15swiotlb-xen: drop leftover __refJan Beulich1-1/+1
2021-09-15swiotlb-xen: limit init retriesJan Beulich1-2/+2
2021-09-15swiotlb-xen: suppress certain init retriesJan Beulich1-1/+2
2021-09-15swiotlb-xen: maintain slab count properlyJan Beulich1-10/+9
2021-09-15swiotlb-xen: fix late init retryJan Beulich1-2/+2
2021-09-15swiotlb-xen: avoid double freeJan Beulich1-1/+0
2021-09-15xen/pvcalls: backend can be a moduleJan Beulich1-1/+1
2021-09-14xen/balloon: use a kernel thread instead a workqueueJuergen Gross1-17/+45
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+0
2021-09-03Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlbLinus Torvalds1-4/+4
2021-09-02Merge tag 'for-linus-5.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-40/+23
2021-09-02Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-4/+2
2021-08-30drivers/xen/xenbus/xenbus_client.c: fix bugon.cocci warningsJing Yangyang1-6/+3
2021-08-30xen: assume XENFEAT_gnttab_map_avail_bits being set for pv guestsJuergen Gross1-34/+2
2021-08-30xen: check required Xen featuresJuergen Gross1-0/+18
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan1-2/+0
2021-08-14Merge tag 'for-linus-5.14-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-7/+15
2021-08-12xen/events: Fix race in set_evtchn_to_irqMaximilian Heyne1-6/+14
2021-08-09xen: swiotlb: return error code from xen_swiotlb_map_sg()Martin Oliveira1-1/+1