summaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)Author
2020-12-16xen: don't use page->lru for ZONE_DEVICE memoryJuergen Gross
2020-12-16xen: add helpers for caching grant mapping pagesJuergen Gross
2020-11-05xen: gntdev: fix common struct sg_table related issuesMarek Szyprowski
2020-11-05xen/events: block rogue events for some timeJuergen Gross
2020-11-05xen/events: defer eoi in case of excessive number of eventsJuergen Gross
2020-11-05xen/events: use a common cpu hotplug hook for event channelsJuergen Gross
2020-11-05xen/events: switch user event channels to lateeoi modelJuergen Gross
2020-11-05xen/pciback: use lateeoi irq bindingJuergen Gross
2020-11-05xen/pvcallsback: use lateeoi irq bindingJuergen Gross
2020-11-05xen/scsiback: use lateeoi irq bindingJuergen Gross
2020-11-05xen/events: add a new "late EOI" evtchn frameworkJuergen Gross
2020-11-05xen/events: fix race in evtchn_fifo_unmask()Juergen Gross
2020-11-05xen/events: add a proper barrier to 2-level uevent unmaskingJuergen Gross
2020-11-05xen/events: avoid removing an event channel while handling itJuergen Gross
2020-11-01xen/gntdev.c: Mark pages as dirtySouptick Joarder
2020-10-01xen/events: don't use chip_data for legacy IRQsJuergen Gross
2020-09-06Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-09-04xen: add helpers to allocate unpopulated memoryRoger Pau Monne
2020-08-29Merge tag 'for-linus-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-27xen/xenbus: Fix granting of vmalloc'd memorySimon Leiner
2020-08-27XEN uses irqdesc::irq_data_common::handler_data to store a per interruptThomas Gleixner
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-14Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-08-13xen/gntdev: Fix dmabuf import with non-zero sgt offsetOleksandr Andrushchenko
2020-08-11x86/xen: remove 32-bit Xen PV guest supportJuergen Gross
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport
2020-08-07Merge tag 'for-linus-5.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-04xen/arm: introduce phys/dma translations in xen_dma_sync_for_*Stefano Stabellini
2020-08-04swiotlb-xen: introduce phys_to_dma/dma_to_phys translationsStefano Stabellini
2020-08-04swiotlb-xen: remove XEN_PFN_PHYSStefano Stabellini
2020-08-04swiotlb-xen: add struct device * parameter to is_xen_swiotlb_bufferStefano Stabellini
2020-08-04swiotlb-xen: add struct device * parameter to xen_dma_sync_for_deviceStefano Stabellini
2020-08-04swiotlb-xen: add struct device * parameter to xen_dma_sync_for_cpuStefano Stabellini
2020-08-04swiotlb-xen: add struct device * parameter to xen_bus_to_physStefano Stabellini
2020-08-04swiotlb-xen: add struct device * parameter to xen_phys_to_busStefano Stabellini
2020-08-04swiotlb-xen: remove start_dma_addrStefano Stabellini
2020-08-04swiotlb-xen: use vmalloc_to_page on vmalloc virt addressesBoris Ostrovsky
2020-08-03Revert "xen/balloon: Fix crash when ballooning on x86 32 bit PAE"Roger Pau Monne
2020-08-03xen/balloon: make the balloon wait interruptibleRoger Pau Monne
2020-08-03xen/balloon: fix accounting in alloc_xenballooned_pages error pathRoger Pau Monne
2020-08-03xen/privcmd: Convert get_user_pages*() to pin_user_pages*()Souptick Joarder
2020-08-03xen/privcmd: Mark pages as dirtySouptick Joarder
2020-08-03xen/privcmd: Corrected error handling pathSouptick Joarder
2020-07-19dma-mapping: make support for dma ops optionalChristoph Hellwig
2020-07-11Merge tag 'for-linus-5.8b-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-07-10xen/xenbus: Fix a double free in xenbus_map_ring_pv()Dan Carpenter
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada
2020-07-03Merge tag 'for-linus-5.8b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds