aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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/linux/kernel/git/xen/tipLinus 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