aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-06arm/xen: Introduce xen_setup_dma_ops()Oleksandr Tyshchenko1-0/+2
2022-05-11swiotlb-xen: fix DMA_ATTR_NO_KERNEL_MAPPING on armChristoph Hellwig1-2/+0
2021-04-23xen/arm: introduce XENFEAT_direct_mapped and XENFEAT_not_direct_mappedStefano Stabellini1-0/+1
2020-10-04xen/arm: do not setup the runstate info page if kpti is enabledStefano Stabellini1-0/+5
2019-10-04Merge tag 'for-linus-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-6/+0
2019-10-02xen/efi: have a common runtime setup functionJuergen Gross1-6/+0
2019-09-11xen/arm: consolidate page-coherent.hChristoph Hellwig1-75/+0
2019-09-11xen/arm: use dma-noncoherent.h calls for xen-swiotlb cache maintainanceChristoph Hellwig1-45/+27
2019-01-23arm64/xen: fix xen-swiotlb cache flushingChristoph Hellwig1-0/+94
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-08xen: avoid type warning in xchg_xen_ulongArnd Bergmann1-1/+1
2016-12-02arm/arm64: xen: Move shared architecture headers to include/xen/armMarc Zyngier5-431/+5
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-10/+6
2016-07-06arm/xen: add support for vm_assist hypercallJuergen Gross1-0/+1
2016-07-06ARM64: XEN: Add a function to initialize Xen specific UEFI runtime servicesShannon Zhao1-0/+6
2016-03-22Merge tag 'for-linus-4.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+2
2016-03-21xen: audit usages of module.h ; remove unnecessary instancesPaul Gortmaker1-0/+2
2016-02-08xen/arm: correctly handle DMA mapping of compound pagesIan Campbell1-7/+14
2015-12-21arm: extend pvclock_wall_clock with sec_hiStefano Stabellini1-0/+1
2015-12-21xen/arm: introduce HYPERVISOR_platform_op on arm and arm64Stefano Stabellini2-0/+9
2015-10-23xen/arm: Enable cpu_hotplug.cStefano Stabellini1-0/+10
2015-10-23xen/swiotlb: Add support for 64KB page granularityJulien Grall1-9/+17
2015-10-23xen/swiotlb: Pass addresses rather than frame numbers to xen_arch_need_swiotlbJulien Grall1-2/+2
2015-10-23arm/xen: Add support for 64KB page granularityJulien Grall1-2/+13
2015-10-23arm/xen: Drop pte_mfn and mfn_pteJulien Grall1-3/+0
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall1-6/+7
2015-09-08arm/xen: implement correctly pfn_to_mfnJulien Grall1-8/+0
2015-09-08xen: Make clear that swiotlb and biomerge are dealing with DMA addressJulien Grall1-2/+21
2015-08-20arm/xen: Remove helpers which are PV specificJulien Grall1-14/+2
2015-08-20xen/events: Support event channel rebind on ARMJulien Grall1-0/+6
2015-06-17arm/xen: Drop duplicate define mfn_to_virtJulien Grall1-1/+0
2015-05-28arm,arm64/xen: move Xen initialization earlierStefano Stabellini1-0/+8
2015-05-06xen: Add __GFP_DMA flag when xen_swiotlb_init gets free pages on ARMStefano Stabellini1-0/+1
2015-01-28xen/grant-table: pre-populate kernel unmap ops for xen_gnttab_unmap_refs()David Vrabel1-1/+1
2014-12-04xen/arm/arm64: introduce xen_arch_need_swiotlbStefano Stabellini1-0/+4
2014-12-04xen/arm: use hypercall to flush caches in map_pageStefano Stabellini1-1/+12
2014-12-04xen: add a dma_addr_t dev_addr argument to xen_dma_map_pageStefano Stabellini1-2/+2
2014-12-04xen/arm: if(pfn_valid(pfn)) call native dma_opsStefano Stabellini1-6/+43
2014-09-11xen/arm: remove mach_to_phys rbtreeStefano Stabellini1-9/+0
2014-09-11xen/arm: reimplement xen_dma_unmap_page & friendsStefano Stabellini1-18/+7
2014-05-12arm,arm64/xen: introduce HYPERVISOR_suspend()Stefano Stabellini1-0/+10
2014-04-24arm/xen: Remove definiition of virt_to_pfn in asm/xen/page.hJulien Grall1-1/+0
2014-04-24arm: xen: implement multicall hypercall support.Ian Campbell2-5/+3
2014-03-18xen/grant-table: Refactor gnttab_[un]map_refs to avoid m2p_overrideZoltan Kiss1-9/+6
2014-01-22Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+2
2014-01-06xen/grant: Implement an grant frame array struct (v3).Konrad Rzeszutek Wilk1-0/+1
2014-01-06asm/xen/page.h: remove redundant semicolonWei Liu1-1/+1
2014-01-05ARM: 7933/1: rename ioremap_cached to ioremap_cacheRob Herring1-1/+1
2013-11-11xen/arm: pfn_to_mfn and mfn_to_pfn return the argument if nothing is in the p2mStefano Stabellini1-8/+2
2013-11-08Merge remote-tracking branch 'stefano/swiotlb-xen-9.1' into stable/for-linus-3.13Konrad Rzeszutek Wilk3-7/+95