summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-10-041-6/+0
|\
| * xen/efi: have a common runtime setup functionJuergen Gross2019-10-021-6/+0
* | xen/arm: consolidate page-coherent.hChristoph Hellwig2019-09-111-75/+0
* | xen/arm: use dma-noncoherent.h calls for xen-swiotlb cache maintainanceChristoph Hellwig2019-09-111-45/+27
|/
* arm64/xen: fix xen-swiotlb cache flushingChristoph Hellwig2019-01-231-0/+94
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* xen: avoid type warning in xchg_xen_ulongArnd Bergmann2017-06-081-1/+1
* arm/arm64: xen: Move shared architecture headers to include/xen/armMarc Zyngier2016-12-025-431/+5
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-10/+6
* arm/xen: add support for vm_assist hypercallJuergen Gross2016-07-061-0/+1
* ARM64: XEN: Add a function to initialize Xen specific UEFI runtime servicesShannon Zhao2016-07-061-0/+6
* Merge tag 'for-linus-4.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-221-0/+2
|\
| * xen: audit usages of module.h ; remove unnecessary instancesPaul Gortmaker2016-03-211-0/+2
* | xen/arm: correctly handle DMA mapping of compound pagesIan Campbell2016-02-081-7/+14
|/
* arm: extend pvclock_wall_clock with sec_hiStefano Stabellini2015-12-211-0/+1
* xen/arm: introduce HYPERVISOR_platform_op on arm and arm64Stefano Stabellini2015-12-212-0/+9
* xen/arm: Enable cpu_hotplug.cStefano Stabellini2015-10-231-0/+10
* xen/swiotlb: Add support for 64KB page granularityJulien Grall2015-10-231-9/+17
* xen/swiotlb: Pass addresses rather than frame numbers to xen_arch_need_swiotlbJulien Grall2015-10-231-2/+2
* arm/xen: Add support for 64KB page granularityJulien Grall2015-10-231-2/+13
* arm/xen: Drop pte_mfn and mfn_pteJulien Grall2015-10-231-3/+0
* xen: Use correctly the Xen memory terminologiesJulien Grall2015-09-081-6/+7
* arm/xen: implement correctly pfn_to_mfnJulien Grall2015-09-081-8/+0
* xen: Make clear that swiotlb and biomerge are dealing with DMA addressJulien Grall2015-09-081-2/+21
* arm/xen: Remove helpers which are PV specificJulien Grall2015-08-201-14/+2
* xen/events: Support event channel rebind on ARMJulien Grall2015-08-201-0/+6
* arm/xen: Drop duplicate define mfn_to_virtJulien Grall2015-06-171-1/+0
* arm,arm64/xen: move Xen initialization earlierStefano Stabellini2015-05-281-0/+8
* xen: Add __GFP_DMA flag when xen_swiotlb_init gets free pages on ARMStefano Stabellini2015-05-061-0/+1
* xen/grant-table: pre-populate kernel unmap ops for xen_gnttab_unmap_refs()David Vrabel2015-01-281-1/+1
* xen/arm/arm64: introduce xen_arch_need_swiotlbStefano Stabellini2014-12-041-0/+4
* xen/arm: use hypercall to flush caches in map_pageStefano Stabellini2014-12-041-1/+12
* xen: add a dma_addr_t dev_addr argument to xen_dma_map_pageStefano Stabellini2014-12-041-2/+2
* xen/arm: if(pfn_valid(pfn)) call native dma_opsStefano Stabellini2014-12-041-6/+43
* xen/arm: remove mach_to_phys rbtreeStefano Stabellini2014-09-111-9/+0
* xen/arm: reimplement xen_dma_unmap_page & friendsStefano Stabellini2014-09-111-18/+7
* arm,arm64/xen: introduce HYPERVISOR_suspend()Stefano Stabellini2014-05-121-0/+10
* arm/xen: Remove definiition of virt_to_pfn in asm/xen/page.hJulien Grall2014-04-241-1/+0
* arm: xen: implement multicall hypercall support.Ian Campbell2014-04-242-5/+3
* xen/grant-table: Refactor gnttab_[un]map_refs to avoid m2p_overrideZoltan Kiss2014-03-181-9/+6
* Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-01-221-1/+2
|\
| * xen/grant: Implement an grant frame array struct (v3).Konrad Rzeszutek Wilk2014-01-061-0/+1
| * asm/xen/page.h: remove redundant semicolonWei Liu2014-01-061-1/+1
* | ARM: 7933/1: rename ioremap_cached to ioremap_cacheRob Herring2014-01-051-1/+1
|/
* xen/arm: pfn_to_mfn and mfn_to_pfn return the argument if nothing is in the p2mStefano Stabellini2013-11-111-8/+2
* Merge remote-tracking branch 'stefano/swiotlb-xen-9.1' into stable/for-linus-...Konrad Rzeszutek Wilk2013-11-083-7/+95
|\
| * xen: introduce xen_dma_map/unmap_page and xen_dma_sync_single_for_cpu/deviceStefano Stabellini2013-10-251-0/+28
| * xen: introduce xen_alloc/free_coherent_pagesStefano Stabellini2013-10-091-0/+22
| * xen/arm,arm64: enable SWIOTLB_XENStefano Stabellini2013-10-102-0/+3
| * arm/xen,arm64/xen: introduce p2mStefano Stabellini2013-10-171-7/+42
|/