summaryrefslogtreecommitdiff
path: root/arch/arm/xen
AgeCommit message (Expand)Author
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-10-14Merge tag 'for-linus-5.10b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport
2020-10-07arm/arm64: xen: Fix to convert percpu address to gfn correctlyMasami Hiramatsu
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig
2020-10-04xen/arm: do not setup the runstate info page if kpti is enabledStefano Stabellini
2020-08-04xen/arm: call dma_to_phys on the dma_addr_t parameter of dma_cache_maintStefano Stabellini
2020-08-04xen/arm: introduce phys/dma translations in xen_dma_sync_for_*Stefano 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-06-29arm/xen: remove the unused macro GRANT_TABLE_PHYSADDRXiaofei Tan
2020-04-17arm/xen: make _xen_start_info staticJason Yan
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig
2019-11-07xen: mm: make xen_mm_init staticBen Dooks (Codethink)
2019-11-07xen: mm: include <xen/xen-ops.h> for missing declarationsBen Dooks (Codethink)
2019-10-04Merge tag 'for-linus-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-10-02xen/efi: have a common runtime setup functionJuergen Gross
2019-10-01arm: xen: mm: use __GPF_DMA32 for arm64Peng Fan
2019-10-01ARM: xen: unexport HYPERVISOR_platform_op functionStefano Stabellini
2019-10-01xen/efi: Set nonblocking callbacksRoss Lagerwall
2019-09-11swiotlb-xen: simplify cache maintainanceChristoph Hellwig
2019-09-11xen: remove the exports for xen_{create,destroy}_contiguous_regionChristoph Hellwig
2019-09-11xen/arm: remove xen_dma_opsChristoph Hellwig
2019-09-11xen/arm: simplify dma_cache_maintChristoph Hellwig
2019-09-11xen/arm: use dev_is_dma_coherentChristoph Hellwig
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-04-30xen/arm: Use p2m entry with lock protectionHillf Danton
2019-04-30xen/arm: Free p2m entry if fail to add it to RB treeHillf Danton
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds
2019-01-28arch/arm/xen: Remove duplicate headerSouptick Joarder
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-09-03x86/xen: Move pv specific parts of arch/x86/xen/mmu.c to mmu_pv.cJuergen Gross
2018-06-19xen: share start flags between PV and PVHRoger Pau Monne
2018-05-14xen/privcmd: add IOCTL_PRIVCMD_MMAP_RESOURCEPaul Durrant
2017-11-06xen: re-introduce support for grant v2 interfaceJuergen Gross
2017-10-26arm/xen: don't inclide rwlock.h directly.Sebastian Andrzej Siewior
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2017-06-20xen-swiotlb: consolidate xen_swiotlb_dma_opsChristoph Hellwig
2017-06-05arm/xen: Adjust one function call together with a variable assignmentMarkus Elfring
2017-06-05arm/xen: Delete an error message for a failed memory allocation in __set_phys...Markus Elfring
2017-06-05arm/xen: Improve a size determination in __set_phys_to_machine_multi()Markus Elfring
2017-05-02xen: Implement EFI reset_system callbackJulien Grall
2017-05-02arm/xen: Consolidate calls to shutdown hypercall in a single helperJulien Grall
2017-03-07Merge branch 'stable/for-linus-4.11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-02-14xen/privcmd: Add IOCTL_PRIVCMD_DM_OPPaul Durrant
2017-02-13swiotlb-xen: implement xen_swiotlb_get_sgtable callbackAndrii Anisov