summaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)Author
2022-10-26xen/gntdev: Accommodate VMA splittingM. Vefa Bicakci
2022-10-26xen/gntdev: Prevent leaking grantsM. Vefa Bicakci
2022-09-08xen/grants: prevent integer overflow in gnttab_dma_alloc_pages()Dan Carpenter
2022-08-31xen/privcmd: fix error exit of privcmd_ioctl_dm_op()Juergen Gross
2022-08-25xen/xenbus: fix return type in xenbus_file_read()Dan Carpenter
2022-07-21xen/gntdev: Ignore failure to unmap INVALID_GRANT_HANDLEDemi Marie Obenour
2022-06-29x86/xen: Remove undefined behavior in setup_features()Julien Grall
2022-06-29xen/gntdev: Avoid blocking in unmap_grant_pages()Demi Marie Obenour
2022-06-14xen: unexport __init-annotated xen_xlate_map_ballooned_pages()Masahiro Yamada
2022-04-08swiotlb: Support aligned swiotlb buffersDavid Stevens
2022-03-11xen/gnttab: fix gnttab_end_foreign_access() without page specifiedJuergen Gross
2022-03-11xen/pvcalls: use alloc/free_pages_exact()Juergen Gross
2022-03-11xen: remove gnttab_query_foreign_access()Juergen Gross
2022-03-11xen/gntalloc: don't use gnttab_query_foreign_access()Juergen Gross
2022-03-11xen/grant-table: add gnttab_try_end_foreign_access()Juergen Gross
2022-03-11xen/xenbus: don't let xenbus_grant_ring() remove grants in error caseJuergen Gross
2022-01-27xen/gntdev: fix unmap notification orderOleksandr Andrushchenko
2021-12-22xen/console: harden hvc_xen against event channel stormsJuergen Gross
2021-12-01xen: detect uninitialized xenbus in xenbus_initStefano Stabellini
2021-12-01xen: don't continue xenstore initialization in case of errorsStefano Stabellini
2021-11-18xen-pciback: Fix return in pm_ctrl_init()YueHaibing
2021-11-18xen/balloon: add late_initcall_sync() for initial ballooning doneJuergen Gross
2021-10-08Merge tag 'for-linus-5.15b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-10-06xen/balloon: fix cancelled balloon actionJuergen Gross
2021-10-05xen/x86: allow PVH Dom0 without XEN_PV=yJan Beulich
2021-10-05xen/privcmd: drop "pages" parameter from xen_remap_pfn()Jan Beulich
2021-10-05xen/privcmd: fix error handling in mmap-resource processingJan Beulich
2021-10-05xen/privcmd: replace kcalloc() by kvcalloc() when allocating empty pagesJan Beulich
2021-09-25Merge tag 'for-linus-5.15b-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-09-21xen/balloon: fix balloon kthread freezingJuergen Gross
2021-09-20swiotlb-xen: this is PV-only on x86Jan Beulich
2021-09-20swiotlb-xen: ensure to issue well-formed XENMEM_exchange requestsJan Beulich
2021-09-20Xen/gntdev: don't ignore kernel unmapping errorJan Beulich
2021-09-17Merge tag 'for-linus-5.15b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-09-15swiotlb-xen: drop DEFAULT_NSLABSJan Beulich
2021-09-15swiotlb-xen: arrange to have buffer info loggedJan Beulich
2021-09-15swiotlb-xen: drop leftover __refJan Beulich
2021-09-15swiotlb-xen: limit init retriesJan Beulich
2021-09-15swiotlb-xen: suppress certain init retriesJan Beulich
2021-09-15swiotlb-xen: maintain slab count properlyJan Beulich
2021-09-15swiotlb-xen: fix late init retryJan Beulich
2021-09-15swiotlb-xen: avoid double freeJan Beulich
2021-09-15xen/pvcalls: backend can be a moduleJan Beulich
2021-09-14xen/balloon: use a kernel thread instead a workqueueJuergen Gross
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-09-03Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-09-02Merge tag 'for-linus-5.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-09-02Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-08-30drivers/xen/xenbus/xenbus_client.c: fix bugon.cocci warningsJing Yangyang