summaryrefslogtreecommitdiffstats
path: root/drivers/xen
AgeCommit message (Expand)AuthorLines
2021-11-24xen: detect uninitialized xenbus in xenbus_initStefano Stabellini-0/+23
2021-11-23xen: flag pvcalls-front to be not essential for system bootJuergen Gross-0/+1
2021-11-23xen: add "not_essential" flag to struct xenbus_driverJuergen Gross-11/+3
2021-11-16xen: don't continue xenstore initialization in case of errorsStefano Stabellini-1/+3
2021-11-16xen/privcmd: make option visible in KconfigJuergen Gross-1/+7
2021-11-10Merge tag 'for-linus-5.16b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-63/+219
2021-11-08xen/balloon: fix unused-variable warningArnd Bergmann-2/+3
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport-1/+1
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport-1/+1
2021-11-04Merge tag 'iommu-updates-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2021-11-04xen/balloon: rename alloc/free_xenballooned_pagesJuergen Gross-11/+13
2021-11-04xen/balloon: add late_initcall_sync() for initial ballooning doneJuergen Gross-23/+63
2021-11-02x86/xen: remove 32-bit pv leftoversJuergen Gross-17/+10
2021-11-02xen-pciback: allow compiling on other archs than x86Oleksandr Andrushchenko-6/+127
2021-11-02xen: Fix implicit type conversionJiasheng Jiang-3/+3
2021-11-02xen/pvcalls-back: Remove redundant 'flush_workqueue()' callsChristophe JAILLET-1/+0
2021-11-02xen-pciback: Fix return in pm_ctrl_init()YueHaibing-1/+1
2021-10-31Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'arm/...Joerg Roedel-1/+1
2021-10-25dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman-0/+3
2021-10-08Merge tag 'for-linus-5.15b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-17/+26
2021-10-06xen/balloon: fix cancelled balloon actionJuergen Gross-6/+15
2021-10-05xen/x86: allow PVH Dom0 without XEN_PV=yJan Beulich-2/+2
2021-10-05xen/privcmd: drop "pages" parameter from xen_remap_pfn()Jan Beulich-3/+2
2021-10-05xen/privcmd: fix error handling in mmap-resource processingJan Beulich-3/+4
2021-10-05xen/privcmd: replace kcalloc() by kvcalloc() when allocating empty pagesJan Beulich-3/+3
2021-09-29swiotlb: Support aligned swiotlb buffersDavid Stevens-1/+1
2021-09-25Merge tag 'for-linus-5.15b-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-5/+15
2021-09-21xen/balloon: fix balloon kthread freezingJuergen Gross-2/+2
2021-09-20swiotlb-xen: this is PV-only on x86Jan Beulich-0/+1
2021-09-20swiotlb-xen: ensure to issue well-formed XENMEM_exchange requestsJan Beulich-3/+4
2021-09-20Xen/gntdev: don't ignore kernel unmapping errorJan Beulich-0/+8
2021-09-17Merge tag 'for-linus-5.15b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-38/+63
2021-09-15swiotlb-xen: drop DEFAULT_NSLABSJan Beulich-2/+0
2021-09-15swiotlb-xen: arrange to have buffer info loggedJan Beulich-1/+1
2021-09-15swiotlb-xen: drop leftover __refJan Beulich-1/+1
2021-09-15swiotlb-xen: limit init retriesJan Beulich-2/+2
2021-09-15swiotlb-xen: suppress certain init retriesJan Beulich-1/+2
2021-09-15swiotlb-xen: maintain slab count properlyJan Beulich-10/+9
2021-09-15swiotlb-xen: fix late init retryJan Beulich-2/+2
2021-09-15swiotlb-xen: avoid double freeJan Beulich-1/+0
2021-09-15xen/pvcalls: backend can be a moduleJan Beulich-1/+1
2021-09-14xen/balloon: use a kernel thread instead a workqueueJuergen Gross-17/+45
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-2/+0
2021-09-03Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+4
2021-09-02Merge tag 'for-linus-5.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-40/+23
2021-09-02Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-1/+1
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+2
2021-08-30drivers/xen/xenbus/xenbus_client.c: fix bugon.cocci warningsJing Yangyang-6/+3
2021-08-30xen: assume XENFEAT_gnttab_map_avail_bits being set for pv guestsJuergen Gross-34/+2