summaryrefslogtreecommitdiffstats
path: root/arch/arm/xen
Commit message (Expand)AuthorAgeFilesLines
* xen/swiotlb: check if the swiotlb has already been initializedStefano Stabellini2021-05-141-1/+7
* xen/arm: move xen_swiotlb_detect to arm/swiotlb-xen.hStefano Stabellini2021-05-141-12/+0
* Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-041-1/+1
|\
| * xen-swiotlb: split xen_swiotlb_initChristoph Hellwig2021-03-171-1/+1
* | xen/arm: introduce XENFEAT_direct_mapped and XENFEAT_not_direct_mappedStefano Stabellini2021-04-231-1/+13
|/
* Xen/gnttab: introduce common INVALID_GRANT_{HANDLE,REF}Jan Beulich2021-03-101-1/+2
* Xen: drop exports of {set,clear}_foreign_p2m_mapping()Jan Beulich2021-03-101-2/+0
* Xen/gnttab: handle p2m update errors on a per-slot basisJan Beulich2021-03-031-4/+31
* xen/arm: don't ignore return errors from set_phys_to_machineStefano Stabellini2021-02-151-2/+4
* arm/xen: Don't probe xenbus as part of an early initcallJulien Grall2021-02-111-2/+0
* xen: Fix event channel callback via INTX/GSIDavid Woodhouse2021-01-131-1/+1
* Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-1/+1
|\
| * dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+1
* | Merge tag 'for-linus-5.10b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-141-2/+4
|\ \
| * | xen/arm: do not setup the runstate info page if kpti is enabledStefano Stabellini2020-10-041-2/+4
| |/
* | arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport2020-10-131-3/+4
* | arm/arm64: xen: Fix to convert percpu address to gfn correctlyMasami Hiramatsu2020-10-071-1/+1
|/
* xen/arm: call dma_to_phys on the dma_addr_t parameter of dma_cache_maintStefano Stabellini2020-08-041-6/+9
* xen/arm: introduce phys/dma translations in xen_dma_sync_for_*Stefano Stabellini2020-08-041-11/+6
* swiotlb-xen: add struct device * parameter to xen_dma_sync_for_deviceStefano Stabellini2020-08-041-2/+3
* swiotlb-xen: add struct device * parameter to xen_dma_sync_for_cpuStefano Stabellini2020-08-041-2/+3
* arm/xen: remove the unused macro GRANT_TABLE_PHYSADDRXiaofei Tan2020-06-291-1/+0
* arm/xen: make _xen_start_info staticJason Yan2020-04-171-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-6/+6
|\
| * dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-6/+6
* | xen: mm: make xen_mm_init staticBen Dooks (Codethink)2019-11-071-1/+1
* | xen: mm: include <xen/xen-ops.h> for missing declarationsBen Dooks (Codethink)2019-11-071-0/+1
|/
* Merge tag 'for-linus-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-10-044-32/+5
|\
| * xen/efi: have a common runtime setup functionJuergen Gross2019-10-023-32/+0
| * arm: xen: mm: use __GPF_DMA32 for arm64Peng Fan2019-10-011-1/+4
| * ARM: xen: unexport HYPERVISOR_platform_op functionStefano Stabellini2019-10-011-1/+1
| * xen/efi: Set nonblocking callbacksRoss Lagerwall2019-10-011-0/+2
* | swiotlb-xen: simplify cache maintainanceChristoph Hellwig2019-09-111-47/+17
* | xen: remove the exports for xen_{create,destroy}_contiguous_regionChristoph Hellwig2019-09-111-2/+0
* | xen/arm: remove xen_dma_opsChristoph Hellwig2019-09-111-4/+0
* | xen/arm: simplify dma_cache_maintChristoph Hellwig2019-09-111-40/+21
* | xen/arm: use dev_is_dma_coherentChristoph Hellwig2019-09-111-6/+6
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-213-0/+3
* xen/arm: Use p2m entry with lock protectionHillf Danton2019-04-301-1/+2
* xen/arm: Free p2m entry if fail to add it to RB treeHillf Danton2019-04-301-0/+1
* get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-2/+1
* arch/arm/xen: Remove duplicate headerSouptick Joarder2019-01-281-1/+0
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-312-2/+1
* x86/xen: Move pv specific parts of arch/x86/xen/mmu.c to mmu_pv.cJuergen Gross2018-09-031-34/+0
* xen: share start flags between PV and PVHRoger Pau Monne2018-06-191-3/+4
* xen/privcmd: add IOCTL_PRIVCMD_MMAP_RESOURCEPaul Durrant2018-05-141-0/+11
* xen: re-introduce support for grant v2 interfaceJuergen Gross2017-11-061-1/+8
* arm/xen: don't inclide rwlock.h directly.Sebastian Andrzej Siewior2017-10-261-1/+1