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