aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/xen
AgeCommit message (Expand)AuthorFilesLines
2023-11-23arm/xen: fix xen_vcpu_info allocation alignmentStefano Stabellini1-1/+2
2023-10-16arm64/arm: xen: enlighten: Fix KPTI checksMark Rutland1-9/+16
2023-09-19xen: simplify evtchn_do_upcall() call mazeJuergen Gross1-1/+1
2023-08-01swiotlb: bail out of swiotlb_init_late() if swiotlb is already allocatedPetr Tesarik1-6/+4
2022-12-05xen/virtio: Optimize the setup of "xen-grant-dma" devicesOleksandr Tyshchenko1-1/+1
2022-08-01xen: don't require virtio with grants for non-PV guestsJuergen Gross1-1/+3
2022-07-01xen/arm: Fix race in RB-tree based P2M accountingOleksandr Tyshchenko1-2/+4
2022-06-06xen/virtio: Enable restricted memory access using Xen grant mappingsJuergen Gross1-0/+2
2022-05-25Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds1-27/+11
2022-05-11swiotlb-xen: fix DMA_ATTR_NO_KERNEL_MAPPING on armChristoph Hellwig1-14/+0
2022-04-22arm/xen: Fix some refcount leaksMiaoqian Lin1-2/+7
2022-04-18swiotlb: merge swiotlb-xen initialization into swiotlbChristoph Hellwig1-10/+11
2022-04-18arm/xen: don't check for xen_initial_domain() in xen_create_contiguous_regionStefano Stabellini1-4/+1
2022-01-06arm/xen: Read extended regions from DT and init Xen resourceOleksandr Tyshchenko1-0/+106
2022-01-06arm/xen: Switch to use gnttab_setup_auto_xlat_frames() for DTOleksandr Tyshchenko1-6/+20
2021-11-02xen: allow pv-only hypercalls only with CONFIG_XEN_PVJuergen Gross2-2/+0
2021-07-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-2/+10
2021-06-13ARM: 9092/1: xen: Register with kernel restart handlerGuenter Roeck1-2/+10
2021-05-14xen/swiotlb: check if the swiotlb has already been initializedStefano Stabellini1-1/+7
2021-05-14xen/arm: move xen_swiotlb_detect to arm/swiotlb-xen.hStefano Stabellini1-12/+0
2021-05-04Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2021-04-23xen/arm: introduce XENFEAT_direct_mapped and XENFEAT_not_direct_mappedStefano Stabellini1-1/+13
2021-03-17xen-swiotlb: split xen_swiotlb_initChristoph Hellwig1-1/+1
2021-03-10Xen/gnttab: introduce common INVALID_GRANT_{HANDLE,REF}Jan Beulich1-1/+2
2021-03-10Xen: drop exports of {set,clear}_foreign_p2m_mapping()Jan Beulich1-2/+0
2021-03-03Xen/gnttab: handle p2m update errors on a per-slot basisJan Beulich1-4/+31
2021-02-15xen/arm: don't ignore return errors from set_phys_to_machineStefano Stabellini1-2/+4
2021-02-11arm/xen: Don't probe xenbus as part of an early initcallJulien Grall1-2/+0
2021-01-13xen: Fix event channel callback via INTX/GSIDavid Woodhouse1-1/+1
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2020-10-14Merge tag 'for-linus-5.10b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+4
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport1-3/+4
2020-10-07arm/arm64: xen: Fix to convert percpu address to gfn correctlyMasami Hiramatsu1-1/+1
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig1-1/+1
2020-10-04xen/arm: do not setup the runstate info page if kpti is enabledStefano Stabellini1-2/+4
2020-08-04xen/arm: call dma_to_phys on the dma_addr_t parameter of dma_cache_maintStefano Stabellini1-6/+9
2020-08-04xen/arm: introduce phys/dma translations in xen_dma_sync_for_*Stefano Stabellini1-11/+6
2020-08-04swiotlb-xen: add struct device * parameter to xen_dma_sync_for_deviceStefano Stabellini1-2/+3
2020-08-04swiotlb-xen: add struct device * parameter to xen_dma_sync_for_cpuStefano Stabellini1-2/+3
2020-06-29arm/xen: remove the unused macro GRANT_TABLE_PHYSADDRXiaofei Tan1-1/+0
2020-04-17arm/xen: make _xen_start_info staticJason Yan1-1/+1
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds1-6/+6
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig1-6/+6
2019-11-07xen: mm: make xen_mm_init staticBen Dooks (Codethink)1-1/+1
2019-11-07xen: mm: include <xen/xen-ops.h> for missing declarationsBen Dooks (Codethink)1-0/+1
2019-10-04Merge tag 'for-linus-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-32/+5
2019-10-02xen/efi: have a common runtime setup functionJuergen Gross3-32/+0
2019-10-01arm: xen: mm: use __GPF_DMA32 for arm64Peng Fan1-1/+4
2019-10-01ARM: xen: unexport HYPERVISOR_platform_op functionStefano Stabellini1-1/+1
2019-10-01xen/efi: Set nonblocking callbacksRoss Lagerwall1-0/+2
2019-09-11swiotlb-xen: simplify cache maintainanceChristoph Hellwig1-47/+17
2019-09-11xen: remove the exports for xen_{create,destroy}_contiguous_regionChristoph Hellwig1-2/+0
2019-09-11xen/arm: remove xen_dma_opsChristoph Hellwig1-4/+0
2019-09-11xen/arm: simplify dma_cache_maintChristoph Hellwig1-40/+21
2019-09-11xen/arm: use dev_is_dma_coherentChristoph Hellwig1-6/+6
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner3-0/+3
2019-04-30xen/arm: Use p2m entry with lock protectionHillf Danton1-1/+2
2019-04-30xen/arm: Free p2m entry if fail to add it to RB treeHillf Danton1-0/+1
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds1-2/+1
2019-01-28arch/arm/xen: Remove duplicate headerSouptick Joarder1-1/+0
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport2-2/+1
2018-09-03x86/xen: Move pv specific parts of arch/x86/xen/mmu.c to mmu_pv.cJuergen Gross1-34/+0
2018-06-19xen: share start flags between PV and PVHRoger Pau Monne1-3/+4
2018-05-14xen/privcmd: add IOCTL_PRIVCMD_MMAP_RESOURCEPaul Durrant1-0/+11
2017-11-06xen: re-introduce support for grant v2 interfaceJuergen Gross1-1/+8
2017-10-26arm/xen: don't inclide rwlock.h directly.Sebastian Andrzej Siewior1-1/+1
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-17/+0
2017-06-20xen-swiotlb: consolidate xen_swiotlb_dma_opsChristoph Hellwig1-17/+0
2017-06-05arm/xen: Adjust one function call together with a variable assignmentMarkus Elfring1-1/+2
2017-06-05arm/xen: Delete an error message for a failed memory allocation in __set_phys...Markus Elfring1-3/+2
2017-06-05arm/xen: Improve a size determination in __set_phys_to_machine_multi()Markus Elfring1-1/+1
2017-05-02xen: Implement EFI reset_system callbackJulien Grall1-1/+1
2017-05-02arm/xen: Consolidate calls to shutdown hypercall in a single helperJulien Grall1-6/+10
2017-03-07Merge branch 'stable/for-linus-4.11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2017-02-14xen/privcmd: Add IOCTL_PRIVCMD_DM_OPPaul Durrant2-0/+2
2017-02-13swiotlb-xen: implement xen_swiotlb_get_sgtable callbackAndrii Anisov1-0/+1
2017-02-13swiotlb-xen: implement xen_swiotlb_dma_mmap callbackStefano Stabellini1-0/+1
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-2/+2
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner1-1/+1
2016-12-13Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+1
2016-12-07arm/xen: Use alloc_percpu rather than __alloc_percpuJulien Grall1-2/+1
2016-11-07swiotlb-xen: Enforce return of DMA_ERROR_CODE in mapping functionAlexander Duyck1-1/+0
2016-09-14arm/xen: fix SMP guests bootVitaly Kuznetsov1-4/+3
2016-08-24xen: change the type of xen_vcpu_id to uint32_tVitaly Kuznetsov1-1/+1
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-4/+4
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-30/+11
2016-07-25x86/xen: use xen_vcpu_id mapping for HYPERVISOR_vcpu_opVitaly Kuznetsov1-1/+2
2016-07-25xen: introduce xen_vcpu_id mappingVitaly Kuznetsov1-0/+10
2016-07-15arm/xen: Convert to hotplug state machineRichard Cochran1-30/+11
2016-07-06arm/xen: add support for vm_assist hypercallJuergen Gross2-0/+2
2016-07-06xen: add steal_clock support on x86Juergen Gross1-16/+2
2016-07-06Xen: EFI: Parse DT parameters for Xen specific UEFIShannon Zhao1-0/+22
2016-07-06ARM64: XEN: Add a function to initialize Xen specific UEFI runtime servicesShannon Zhao2-0/+41
2016-07-06ARM: XEN: Move xen_early_init() before efi_init()Shannon Zhao1-15/+41
2016-07-06arm/xen: Get event-channel irq through HVM_PARAM when booting with ACPIShannon Zhao1-1/+35
2016-07-06arm/xen: Use xen_xlate_map_ballooned_pages to setup grant tableShannon Zhao1-9/+4
2015-12-21xen/arm: set the system time in Xen via the XENPF_settime64 hypercallStefano Stabellini1-0/+48
2015-12-21xen/arm: introduce xen_read_wallclockStefano Stabellini1-0/+27
2015-12-21xen/arm: introduce HYPERVISOR_platform_op on arm and arm64Stefano Stabellini2-0/+2
2015-12-21xen/arm: account for stolen ticksStefano Stabellini1-0/+19
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman1-1/+1
2015-10-23xen/arm: don't try to re-register vcpu_info on cpu_hotplug.Stefano Stabellini1-0/+12
2015-10-23xen/arm: correct comment in enlighten.cJuergen Gross1-1/+1
2015-10-23xen/swiotlb: Add support for 64KB page granularityJulien Grall1-11/+27
2015-10-23xen/swiotlb: Pass addresses rather than frame numbers to xen_arch_need_swiotlbJulien Grall1-2/+5
2015-10-23arm/xen: Add support for 64KB page granularityJulien Grall1-3/+3
2015-10-23xen/grant-table: Make it running on 64KB granularityJulien Grall1-3/+3
2015-09-14Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-0/+15
2015-09-11arm/xen: Enable user access to the kernel before issuing a privcmd callJulien Grall1-0/+15
2015-09-08xen/privcmd: Further s/MFN/GFN/ clean-upJulien Grall1-9/+9
2015-09-08xen: Make clear that swiotlb and biomerge are dealing with DMA addressJulien Grall1-2/+2
2015-08-20arm/xen: Drop the definition of xen_pci_platform_unplugJulien Grall1-3/+0
2015-08-20xen/events: Support event channel rebind on ARMJulien Grall1-4/+0
2015-06-17xen: Include xen/page.h rather than asm/xen/page.hJulien Grall2-2/+2
2015-05-28xen/arm: allow console=hvc0 to be omitted for guestsArd Biesheuvel1-0/+4
2015-05-28arm,arm64/xen: move Xen initialization earlierStefano Stabellini1-24/+34
2015-05-28arm/xen: Correctly check if the event channel interrupt is presentJulien Grall1-4/+6
2015-05-18xen/arm: Define xen_arch_suspend()Boris Ostrovsky1-0/+1
2015-05-06xen: Add __GFP_DMA flag when xen_swiotlb_init gets free pages on ARMStefano Stabellini1-0/+15
2015-03-16xen/privcmd: improve performance of MMAPBATCH_V2David Vrabel1-4/+16
2015-03-16xen: unify foreign GFN map/unmap for auto-xlated physmap guestsDavid Vrabel1-87/+3
2015-01-28xen/grant-table: pre-populate kernel unmap ops for xen_gnttab_unmap_refs()David Vrabel1-1/+1
2015-01-20arm64: Relax licensing of arm64 Xen DMA operationsChuck Tuffli2-3/+3
2014-12-04xen/arm: introduce GNTTABOP_cache_flushStefano Stabellini1-2/+32
2014-12-04xen/arm/arm64: introduce xen_arch_need_swiotlbStefano Stabellini1-0/+7
2014-12-04xen/arm/arm64: merge xen/mm32.c into xen/mm.cStefano Stabellini3-95/+85
2014-12-04xen/arm: use hypercall to flush caches in map_pageStefano Stabellini1-0/+12
2014-12-04xen/arm: use is_device_dma_coherentStefano Stabellini1-3/+3
2014-12-04xen/arm: if(pfn_valid(pfn)) call native dma_opsStefano Stabellini1-39/+11
2014-12-04xen/arm: remove outer_*_range callStefano Stabellini1-9/+0
2014-12-04xen/arm: remove handling of XENFEAT_grant_map_identityStefano Stabellini2-89/+1
2014-09-11xen/arm: remove mach_to_phys rbtreeStefano Stabellini1-65/+1
2014-09-11xen/arm: reimplement xen_dma_unmap_page & friendsStefano Stabellini2-1/+203
2014-09-11xen/arm: introduce XENFEAT_grant_map_identityStefano Stabellini1-0/+6
2014-08-11arm/xen: remove duplicate arch_gnttab_init() functionDavid Vrabel1-5/+0
2014-08-07Merge tag 'stable/for-linus-3.17-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-8/+4
2014-08-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-3/+3
2014-07-30x86/xen: safely map and unmap grant frames when in atomic contextDavid Vrabel1-0/+5
2014-07-25xen/arm: use BUG_ONHimangi Saraogi1-4/+2
2014-07-18ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+Russell King1-3/+3
2014-07-14xen/grant-table: remove support for V2 tablesDavid Vrabel1-8/+1
2014-07-14x86/xen: safely map and unmap grant frames when in atomic contextDavid Vrabel1-0/+5
2014-05-12arm,arm64/xen: introduce HYPERVISOR_suspend()Stefano Stabellini1-0/+8
2014-05-09arm: xen: export HYPERVISOR_multicall to modules.Ian Campbell1-0/+1
2014-04-24arm: xen: implement multicall hypercall support.Ian Campbell1-0/+1
2014-03-18xen/grant-table: Refactor gnttab_[un]map_refs to avoid m2p_overrideZoltan Kiss1-0/+32
2014-01-30xen/gnttab: Use phys_addr_t to describe the grant frame base addressJulien Grall1-3/+3
2014-01-30arm/xen: Initialize event channels earlierJulien Grall1-27/+44
2014-01-06xen/grant: Implement an grant frame array struct (v3).Konrad Rzeszutek Wilk1-2/+7
2013-12-11arm: xen: foreign mapping PTEs are special.Ian Campbell1-1/+1
2013-12-04XEN: Grant table address, xen_hvm_resume_frames, is a phys_addr not a pfnEric Trudeau1-2/+2
2013-11-18xen/arm: p2m_init and p2m_lock should be staticStefano Stabellini1-2/+2
2013-11-18arm/xen: Export phys_to_mach to fix Xen module link errorsJosh Boyer1-0/+1
2013-11-08Merge remote-tracking branch 'stefano/swiotlb-xen-9.1' into stable/for-linus-...Konrad Rzeszutek Wilk3-1/+274
2013-10-10swiotlb-xen: use xen_alloc/free_coherent_pagesStefano Stabellini1-3/+3
2013-10-09swiotlb-xen: introduce xen_swiotlb_set_dma_maskStefano Stabellini1-0/+1
2013-10-10xen/arm,arm64: enable SWIOTLB_XENStefano Stabellini2-1/+65
2013-10-17arm/xen,arm64/xen: introduce p2mStefano Stabellini2-1/+209
2013-09-09Merge tag 'v3.11-rc7' into stable/for-linus-3.12Konrad Rzeszutek Wilk1-0/+1
2013-09-09xen/arm: disable cpuidle and cpufreq when linux is running as dom0Julien Grall1-0/+9
2013-09-09ARM: xen: only set pm function ptrs for Xen guestsRob Herring1-1/+4
2013-08-21Merge tag 'stable/for-linus-3.11-rc6-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+1
2013-08-05xen/arm: missing put_cpu in xen_percpu_initJulien Grall1-0/+1
2013-07-23xen/arm,arm64: update xen_restart after ff701306cd49 and 7b6d864b48d9Stefano Stabellini1-1/+1
2013-07-04xen/arm and xen/arm64: implement HYPERVISOR_tmem_opStefano Stabellini2-0/+2
2013-05-13xen/arm: rename xen_secondary_init and run it on every online cpuStefano Stabellini1-11/+4
2013-05-13xen/arm: do not handle VCPUOP_register_vcpu_info failuresStefano Stabellini1-7/+3
2013-05-13xen/arm: initialize pm functions laterStefano Stabellini1-1/+7
2013-04-27xen/arm: remove duplicated include from enlighten.cWei Yongjun1-1/+0
2013-04-25xen/arm: use sched_op hypercalls for machine reboot and power offStefano Stabellini1-0/+24
2013-04-25xen/arm: SMP supportStefano Stabellini1-6/+42
2013-04-25xen/arm: implement HYPERVISOR_vcpu_opStefano Stabellini2-0/+2
2013-04-25xen/arm: actually pass a non-NULL percpu pointer to request_percpu_irqStefano Stabellini1-1/+1
2013-02-19xen: implement updated XENMEM_add_to_physmap_range ABIIan Campbell1-3/+5
2012-12-13Merge tag 'stable/for-linus-3.8-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-21/+102
2012-11-29xen: arm: implement remap interfaces needed for privcmd mappings.Ian Campbell1-3/+97
2012-11-29xen: arm: enable balloon driverIan Campbell1-18/+5
2012-11-09xen/arm: Fix compile errors when drivers are compiled as modules (export more).Stefano Stabellini1-0/+6
2012-11-07xen/arm: Fix compile errors when drivers are compiled as modules.Konrad Rzeszutek Wilk1-0/+5
2012-10-30xen/arm: use the __HVC macroStefano Stabellini1-9/+5
2012-10-19xen: grant: use xen_pfn_t type for frame_list.Ian Campbell1-1/+1
2012-08-08xen/arm: implement alloc/free_xenballooned_pages with alloc_pages/kfreeStefano Stabellini1-0/+18
2012-09-14xen/arm: receive Xen events on ARMStefano Stabellini1-0/+33
2012-09-13xen/arm: initialize grant_table on ARMStefano Stabellini1-0/+14
2012-08-08xen/arm: get privilege statusStefano Stabellini1-0/+7
2012-09-14xen/arm: Xen detection and shared_info page mappingStefano Stabellini1-0/+61
2012-08-08xen/arm: empty implementation of grant_table arch specific functionsStefano Stabellini2-1/+54
2012-09-14xen/arm: hypercallsStefano Stabellini2-1/+107
2012-09-14arm: initial Xen supportStefano Stabellini2-0/+36