summaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)AuthorFilesLines
2022-08-25xen/xenbus: fix return type in xenbus_file_read()Dan Carpenter1-2/+2
2022-07-29xen/gntdev: Ignore failure to unmap INVALID_GRANT_HANDLEDemi Marie Obenour1-1/+2
2022-07-07xen/gntdev: Avoid blocking in unmap_grant_pages()Demi Marie Obenour2-41/+106
2022-06-29x86/xen: Remove undefined behavior in setup_features()Julien Grall1-1/+1
2022-06-14xen: unexport __init-annotated xen_xlate_map_ballooned_pages()Masahiro Yamada1-1/+0
2022-03-11xen/gnttab: fix gnttab_end_foreign_access() without page specifiedJuergen Gross1-7/+29
2022-03-11xen/pvcalls: use alloc/free_pages_exact()Juergen Gross1-4/+4
2022-03-11xen: remove gnttab_query_foreign_access()Juergen Gross1-25/+0
2022-03-11xen/gntalloc: don't use gnttab_query_foreign_access()Juergen Gross1-18/+7
2022-03-11xen/grant-table: add gnttab_try_end_foreign_access()Juergen Gross1-2/+12
2022-03-11xen/xenbus: don't let xenbus_grant_ring() remove grants in error caseJuergen Gross1-13/+11
2022-01-27xen/gntdev: fix unmap notification orderOleksandr Andrushchenko1-3/+3
2021-12-01xen: detect uninitialized xenbus in xenbus_initStefano Stabellini1-0/+23
2021-12-01xen: don't continue xenstore initialization in case of errorsStefano Stabellini1-1/+3
2021-11-18xen-pciback: Fix return in pm_ctrl_init()YueHaibing1-1/+1
2021-11-18xen/balloon: add late_initcall_sync() for initial ballooning doneJuergen Gross1-23/+63
2021-10-13xen/balloon: fix cancelled balloon actionJuergen Gross1-6/+15
2021-10-13xen/privcmd: fix error handling in mmap-resource processingJan Beulich1-3/+4
2021-09-30xen/balloon: fix balloon kthread freezingJuergen Gross1-2/+2
2021-09-30xen/balloon: use a kernel thread instead a workqueueJuergen Gross1-17/+45
2021-08-18xen/events: Fix race in set_evtchn_to_irqMaximilian Heyne1-6/+14
2021-07-11xen/events: reset active flag for lateeoi events laterJuergen Gross1-4/+19
2021-05-26xen-pciback: reconfigure also from backend watch handlerJan Beulich1-5/+17
2021-05-26xen-pciback: redo VF placement in the virtual topologyJan Beulich1-6/+8
2021-05-19xen/gntdev: fix gntdev_mmap() error exit pathJuergen Gross1-1/+3
2021-05-19xen/unpopulated-alloc: fix error return code in fill_list()Zhen Lei1-1/+3
2021-05-19xen/unpopulated-alloc: consolidate pgmap manipulationDan Williams1-7/+7
2021-04-16xen/events: fix setting irq affinityJuergen Gross1-2/+2
2021-04-14xen/evtchn: Change irq_info lock to raw_spinlock_tLuca Fancellu1-6/+6
2021-03-30xen/x86: make XEN_BALLOON_MEMORY_HOTPLUG_LIMIT depend on MEMORY_HOTPLUGRoger Pau Monne1-2/+2
2021-03-17xen/events: avoid handling the same event on two cpus at the same timeJuergen Gross1-8/+18
2021-03-17xen/events: don't unmask an event channel when an eoi is pendingJuergen Gross4-49/+88
2021-03-17xen/events: reset affinity of 2-level event when tearing it downJuergen Gross3-0/+24
2021-02-23xen-scsiback: don't "handle" error by BUG()Jan Beulich1-2/+2
2021-02-23Xen/gntdev: correct error checking in gntdev_map_grant_pages()Jan Beulich1-8/+9
2021-02-23Xen/gntdev: correct dev_bus_addr handling in gntdev_map_grant_pages()Jan Beulich1-11/+13
2021-02-17arm/xen: Don't probe xenbus as part of an early initcallJulien Grall2-2/+1
2021-02-04xen: Fix XenStore initialisation for XS_LOCALDavid Woodhouse1-0/+31
2021-01-27xen: Fix event channel callback via INTX/GSIDavid Woodhouse5-33/+68
2021-01-19xen/privcmd: allow fetching resource sizesRoger Pau Monne1-6/+19
2020-12-30xenbus/xenbus_backend: Disallow pending watch messagesSeongJae Park1-0/+7
2020-12-30xen/xenbus: Count pending messages for each watchSeongJae Park1-11/+18
2020-12-30xen/xenbus/xen_bus_type: Support will_handle watch callbackSeongJae Park2-1/+4
2020-12-30xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park3-4/+9
2020-12-30xen/xenbus: Allow watches discard events before queueingSeongJae Park2-1/+5
2020-12-09xen: don't use page->lru for ZONE_DEVICE memoryJuergen Gross2-16/+69
2020-12-09xen: add helpers for caching grant mapping pagesJuergen Gross2-49/+83
2020-11-02swiotlb: remove the tbl_dma_addr argument to swiotlb_tbl_map_singleChristoph Hellwig1-2/+1
2020-10-25Merge tag 'for-linus-5.10b-rc1c-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-98/+82
2020-10-23xen/events: unmask a fifo event channel only if it was maskedJuergen Gross1-0/+3