| Commit message (Expand) | Author | Age | Files | Lines |
* | xen/virtio: Optimize the setup of "xen-grant-dma" devices | Oleksandr Tyshchenko | 2022-12-05 | 1 | -1/+1 |
* | xen: don't require virtio with grants for non-PV guests | Juergen Gross | 2022-08-01 | 1 | -1/+3 |
* | xen/arm: Fix race in RB-tree based P2M accounting | Oleksandr Tyshchenko | 2022-07-01 | 1 | -2/+4 |
* | xen/virtio: Enable restricted memory access using Xen grant mappings | Juergen Gross | 2022-06-06 | 1 | -0/+2 |
* | Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/... | Linus Torvalds | 2022-05-25 | 1 | -27/+11 |
|\ |
|
| * | swiotlb-xen: fix DMA_ATTR_NO_KERNEL_MAPPING on arm | Christoph Hellwig | 2022-05-11 | 1 | -14/+0 |
| * | swiotlb: merge swiotlb-xen initialization into swiotlb | Christoph Hellwig | 2022-04-18 | 1 | -10/+11 |
| * | arm/xen: don't check for xen_initial_domain() in xen_create_contiguous_region | Stefano Stabellini | 2022-04-18 | 1 | -4/+1 |
* | | arm/xen: Fix some refcount leaks | Miaoqian Lin | 2022-04-22 | 1 | -2/+7 |
|/ |
|
* | arm/xen: Read extended regions from DT and init Xen resource | Oleksandr Tyshchenko | 2022-01-06 | 1 | -0/+106 |
* | arm/xen: Switch to use gnttab_setup_auto_xlat_frames() for DT | Oleksandr Tyshchenko | 2022-01-06 | 1 | -6/+20 |
* | xen: allow pv-only hypercalls only with CONFIG_XEN_PV | Juergen Gross | 2021-11-02 | 2 | -2/+0 |
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2021-07-06 | 1 | -2/+10 |
|\ |
|
| * | ARM: 9092/1: xen: Register with kernel restart handler | Guenter Roeck | 2021-06-13 | 1 | -2/+10 |
* | | xen/swiotlb: check if the swiotlb has already been initialized | Stefano Stabellini | 2021-05-14 | 1 | -1/+7 |
* | | xen/arm: move xen_swiotlb_detect to arm/swiotlb-xen.h | Stefano Stabellini | 2021-05-14 | 1 | -12/+0 |
|/ |
|
* | Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2021-05-04 | 1 | -1/+1 |
|\ |
|
| * | xen-swiotlb: split xen_swiotlb_init | Christoph Hellwig | 2021-03-17 | 1 | -1/+1 |
* | | xen/arm: introduce XENFEAT_direct_mapped and XENFEAT_not_direct_mapped | Stefano Stabellini | 2021-04-23 | 1 | -1/+13 |
|/ |
|
* | Xen/gnttab: introduce common INVALID_GRANT_{HANDLE,REF} | Jan Beulich | 2021-03-10 | 1 | -1/+2 |
* | Xen: drop exports of {set,clear}_foreign_p2m_mapping() | Jan Beulich | 2021-03-10 | 1 | -2/+0 |
* | Xen/gnttab: handle p2m update errors on a per-slot basis | Jan Beulich | 2021-03-03 | 1 | -4/+31 |
* | xen/arm: don't ignore return errors from set_phys_to_machine | Stefano Stabellini | 2021-02-15 | 1 | -2/+4 |
* | arm/xen: Don't probe xenbus as part of an early initcall | Julien Grall | 2021-02-11 | 1 | -2/+0 |
* | xen: Fix event channel callback via INTX/GSI | David Woodhouse | 2021-01-13 | 1 | -1/+1 |
* | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2020-10-15 | 1 | -1/+1 |
|\ |
|
| * | dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h> | Christoph Hellwig | 2020-10-06 | 1 | -1/+1 |
* | | Merge tag 'for-linus-5.10b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2020-10-14 | 1 | -2/+4 |
|\ \ |
|
| * | | xen/arm: do not setup the runstate info page if kpti is enabled | Stefano Stabellini | 2020-10-04 | 1 | -2/+4 |
| |/ |
|
* | | arch, drivers: replace for_each_membock() with for_each_mem_range() | Mike Rapoport | 2020-10-13 | 1 | -3/+4 |
* | | arm/arm64: xen: Fix to convert percpu address to gfn correctly | Masami Hiramatsu | 2020-10-07 | 1 | -1/+1 |
|/ |
|
* | xen/arm: call dma_to_phys on the dma_addr_t parameter of dma_cache_maint | Stefano Stabellini | 2020-08-04 | 1 | -6/+9 |
* | xen/arm: introduce phys/dma translations in xen_dma_sync_for_* | Stefano Stabellini | 2020-08-04 | 1 | -11/+6 |
* | swiotlb-xen: add struct device * parameter to xen_dma_sync_for_device | Stefano Stabellini | 2020-08-04 | 1 | -2/+3 |
* | swiotlb-xen: add struct device * parameter to xen_dma_sync_for_cpu | Stefano Stabellini | 2020-08-04 | 1 | -2/+3 |
* | arm/xen: remove the unused macro GRANT_TABLE_PHYSADDR | Xiaofei Tan | 2020-06-29 | 1 | -1/+0 |
* | arm/xen: make _xen_start_info static | Jason Yan | 2020-04-17 | 1 | -1/+1 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Linus Torvalds | 2019-11-28 | 1 | -6/+6 |
|\ |
|
| * | dma-mapping: drop the dev argument to arch_sync_dma_for_* | Christoph Hellwig | 2019-11-20 | 1 | -6/+6 |
* | | xen: mm: make xen_mm_init static | Ben Dooks (Codethink) | 2019-11-07 | 1 | -1/+1 |
* | | xen: mm: include <xen/xen-ops.h> for missing declarations | Ben Dooks (Codethink) | 2019-11-07 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'for-linus-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2019-10-04 | 4 | -32/+5 |
|\ |
|
| * | xen/efi: have a common runtime setup function | Juergen Gross | 2019-10-02 | 3 | -32/+0 |
| * | arm: xen: mm: use __GPF_DMA32 for arm64 | Peng Fan | 2019-10-01 | 1 | -1/+4 |
| * | ARM: xen: unexport HYPERVISOR_platform_op function | Stefano Stabellini | 2019-10-01 | 1 | -1/+1 |
| * | xen/efi: Set nonblocking callbacks | Ross Lagerwall | 2019-10-01 | 1 | -0/+2 |
* | | swiotlb-xen: simplify cache maintainance | Christoph Hellwig | 2019-09-11 | 1 | -47/+17 |
* | | xen: remove the exports for xen_{create,destroy}_contiguous_region | Christoph Hellwig | 2019-09-11 | 1 | -2/+0 |
* | | xen/arm: remove xen_dma_ops | Christoph Hellwig | 2019-09-11 | 1 | -4/+0 |
* | | xen/arm: simplify dma_cache_maint | Christoph Hellwig | 2019-09-11 | 1 | -40/+21 |