summaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)Author
2019-12-15Merge tag 'for-linus-5.5b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-12-13xen/balloon: fix ballooned page accounting without hotplug enabledJuergen Gross
2019-12-07Merge tag 'for-linus-5.5b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-12-04xen/xenbus: reference count registered modulesPaul Durrant
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-12-02xen/gntdev: switch from kcalloc() to kvcalloc()Juergen Gross
2019-12-02xen/gntdev: replace global limit of mapped pages by limit per callJuergen Gross
2019-12-02xen/gntdev: remove redundant non-zero check on retColin Ian King
2019-12-02xen/events: remove event handling recursion detectionJuergen Gross
2019-12-01mm/memory_hotplug.c: remove __online_page_set_limits()Souptick Joarder
2019-11-30Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds
2019-11-24xen: Fix Kconfig indentationKrzysztof Kozlowski
2019-11-23xen/gntdev: use mmu_interval_notifier_insertJason Gunthorpe
2019-11-20xen-platform: Convert to generic power managementBjorn Helgaas
2019-11-20dma-direct: exclude dma_direct_map_resource from the min_low_pfn checkChristoph Hellwig
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig
2019-11-14xen/mcelog: also allow building for 32-bit kernelsJan Beulich
2019-11-14xen/mcelog: add PPIN to record when availableJan Beulich
2019-11-14xen/mcelog: drop __MC_MSR_MCGCAPJan Beulich
2019-11-07xen/gntdev: Use select for DMA_SHARED_BUFFERJason Gunthorpe
2019-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-10-12Merge tag 'for-linus-5.4-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-10-10xen: Stop abusing DT of_dma_configure APIRob Herring
2019-10-10xen/grant-table: remove unnecessary printingFuqian Huang
2019-10-09net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet
2019-10-04Merge tag 'for-linus-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-10-02xen/xenbus: fix self-deadlock after killing user processJuergen Gross
2019-10-02xen/efi: have a common runtime setup functionJuergen Gross
2019-10-01xen/balloon: Clear PG_offline in balloon_retrieve()David Hildenbrand
2019-10-01xen/balloon: Mark pages PG_offline in balloon_append()David Hildenbrand
2019-10-01xen/balloon: Drop __balloon_append()David Hildenbrand
2019-10-01xen/balloon: Set pages PageOffline() in balloon_add_region()David Hildenbrand
2019-09-26Merge tag 'for-linus-5.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-09-26xen/events: remove unlikely() from WARN() conditionDenis Efremov
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-09-12xen/pci: reserve MCFG areas earlierIgor Druzhinin
2019-09-11swiotlb-xen: merge xen_unmap_single into xen_swiotlb_unmap_pageChristoph Hellwig
2019-09-11swiotlb-xen: simplify cache maintainanceChristoph Hellwig
2019-09-11swiotlb-xen: remove xen_swiotlb_dma_mmap and xen_swiotlb_dma_get_sgtableChristoph Hellwig
2019-09-11xen/arm: use dma-noncoherent.h calls for xen-swiotlb cache maintainanceChristoph Hellwig
2019-09-11swiotlb: Split size parameter to map/unmap APIsLu Baolu
2019-09-06swiotlb-xen: Convert to use macroSouptick Joarder
2019-08-02Merge tag 'for-linus-5.3a-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-08-01xen/swiotlb: remember having called xen_create_contiguous_region()Juergen Gross
2019-08-01xen/swiotlb: simplify range_straddles_page_boundary()Juergen Gross
2019-08-01xen/swiotlb: fix condition for calling xen_destroy_contiguous_region()Juergen Gross
2019-07-31xen: avoid link error on ARMArnd Bergmann
2019-07-31xen/gntdev.c: Replace vm_map_pages() with vm_map_pages_zero()Souptick Joarder
2019-07-26xen/pciback: remove set but not used variable 'old_state'YueHaibing