aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-07Merge branch 'stable/for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlbLinus Torvalds1-0/+2
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus 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/kernel/git/xen/tipLinus 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/kernel/git/tip/tipLinus 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 and avoiding waking kswapdMel 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