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