summaryrefslogtreecommitdiffstats
path: root/arch/arm/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-07-061-17/+0
|\
| * xen-swiotlb: consolidate xen_swiotlb_dma_opsChristoph Hellwig2017-06-201-17/+0
* | arm/xen: Adjust one function call together with a variable assignmentMarkus Elfring2017-06-051-1/+2
* | arm/xen: Delete an error message for a failed memory allocation in __set_phys...Markus Elfring2017-06-051-3/+2
* | arm/xen: Improve a size determination in __set_phys_to_machine_multi()Markus Elfring2017-06-051-1/+1
|/
* xen: Implement EFI reset_system callbackJulien Grall2017-05-021-1/+1
* arm/xen: Consolidate calls to shutdown hypercall in a single helperJulien Grall2017-05-021-6/+10
* Merge branch 'stable/for-linus-4.11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-03-071-0/+2
|\
| * swiotlb-xen: implement xen_swiotlb_get_sgtable callbackAndrii Anisov2017-02-131-0/+1
| * swiotlb-xen: implement xen_swiotlb_dma_mmap callbackStefano Stabellini2017-02-131-0/+1
* | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-2/+2
|\ \
| * | treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-2/+2
* | | xen/privcmd: Add IOCTL_PRIVCMD_DM_OPPaul Durrant2017-02-142-0/+2
|/ /
* | cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-251-1/+1
* | Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-131-2/+1
|\ \ | |/ |/|
| * arm/xen: Use alloc_percpu rather than __alloc_percpuJulien Grall2016-12-071-2/+1
* | swiotlb-xen: Enforce return of DMA_ERROR_CODE in mapping functionAlexander Duyck2016-11-071-1/+0
|/
* arm/xen: fix SMP guests bootVitaly Kuznetsov2016-09-141-4/+3
* xen: change the type of xen_vcpu_id to uint32_tVitaly Kuznetsov2016-08-241-1/+1
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-4/+4
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-291-30/+11
|\
| * arm/xen: Convert to hotplug state machineRichard Cochran2016-07-151-30/+11
* | x86/xen: use xen_vcpu_id mapping for HYPERVISOR_vcpu_opVitaly Kuznetsov2016-07-251-1/+2
* | xen: introduce xen_vcpu_id mappingVitaly Kuznetsov2016-07-251-0/+10
* | arm/xen: add support for vm_assist hypercallJuergen Gross2016-07-062-0/+2
* | xen: add steal_clock support on x86Juergen Gross2016-07-061-16/+2
* | Xen: EFI: Parse DT parameters for Xen specific UEFIShannon Zhao2016-07-061-0/+22
* | ARM64: XEN: Add a function to initialize Xen specific UEFI runtime servicesShannon Zhao2016-07-062-0/+41
* | ARM: XEN: Move xen_early_init() before efi_init()Shannon Zhao2016-07-061-15/+41
* | arm/xen: Get event-channel irq through HVM_PARAM when booting with ACPIShannon Zhao2016-07-061-1/+35
* | arm/xen: Use xen_xlate_map_ballooned_pages to setup grant tableShannon Zhao2016-07-061-9/+4
|/
* xen/arm: set the system time in Xen via the XENPF_settime64 hypercallStefano Stabellini2015-12-211-0/+48
* xen/arm: introduce xen_read_wallclockStefano Stabellini2015-12-211-0/+27
* xen/arm: introduce HYPERVISOR_platform_op on arm and arm64Stefano Stabellini2015-12-212-0/+2
* xen/arm: account for stolen ticksStefano Stabellini2015-12-211-0/+19
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-1/+1
* xen/arm: don't try to re-register vcpu_info on cpu_hotplug.Stefano Stabellini2015-10-231-0/+12
* xen/arm: correct comment in enlighten.cJuergen Gross2015-10-231-1/+1
* xen/swiotlb: Add support for 64KB page granularityJulien Grall2015-10-231-11/+27
* xen/swiotlb: Pass addresses rather than frame numbers to xen_arch_need_swiotlbJulien Grall2015-10-231-2/+5
* arm/xen: Add support for 64KB page granularityJulien Grall2015-10-231-3/+3
* xen/grant-table: Make it running on 64KB granularityJulien Grall2015-10-231-3/+3
* Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-09-141-0/+15
|\
| * arm/xen: Enable user access to the kernel before issuing a privcmd callJulien Grall2015-09-111-0/+15
* | xen/privcmd: Further s/MFN/GFN/ clean-upJulien Grall2015-09-081-9/+9
* | xen: Make clear that swiotlb and biomerge are dealing with DMA addressJulien Grall2015-09-081-2/+2
* | arm/xen: Drop the definition of xen_pci_platform_unplugJulien Grall2015-08-201-3/+0
OpenPOWER on IntegriCloud