summaryrefslogtreecommitdiffstats
path: root/arch/arm/xen
Commit message (Expand)AuthorAgeFilesLines
* arm/xen: fix xen_vcpu_info allocation alignmentStefano Stabellini2023-11-231-1/+2
* arm64/arm: xen: enlighten: Fix KPTI checksMark Rutland2023-10-161-9/+16
* xen: simplify evtchn_do_upcall() call mazeJuergen Gross2023-09-191-1/+1
* swiotlb: bail out of swiotlb_init_late() if swiotlb is already allocatedPetr Tesarik2023-08-011-6/+4
* xen/virtio: Optimize the setup of "xen-grant-dma" devicesOleksandr Tyshchenko2022-12-051-1/+1
* xen: don't require virtio with grants for non-PV guestsJuergen Gross2022-08-011-1/+3
* xen/arm: Fix race in RB-tree based P2M accountingOleksandr Tyshchenko2022-07-011-2/+4
* xen/virtio: Enable restricted memory access using Xen grant mappingsJuergen Gross2022-06-061-0/+2
* Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds2022-05-251-27/+11
|\
| * swiotlb-xen: fix DMA_ATTR_NO_KERNEL_MAPPING on armChristoph Hellwig2022-05-111-14/+0
| * swiotlb: merge swiotlb-xen initialization into swiotlbChristoph Hellwig2022-04-181-10/+11
| * arm/xen: don't check for xen_initial_domain() in xen_create_contiguous_regionStefano Stabellini2022-04-181-4/+1
* | arm/xen: Fix some refcount leaksMiaoqian Lin2022-04-221-2/+7
|/
* arm/xen: Read extended regions from DT and init Xen resourceOleksandr Tyshchenko2022-01-061-0/+106
* arm/xen: Switch to use gnttab_setup_auto_xlat_frames() for DTOleksandr Tyshchenko2022-01-061-6/+20
* xen: allow pv-only hypercalls only with CONFIG_XEN_PVJuergen Gross2021-11-022-2/+0
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-07-061-2/+10
|\
| * ARM: 9092/1: xen: Register with kernel restart handlerGuenter Roeck2021-06-131-2/+10
* | 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