summaryrefslogtreecommitdiffstats
path: root/arch/arm/xen
Commit message (Expand)AuthorAgeFilesLines
* xen/arm: remove mach_to_phys rbtreeStefano Stabellini2014-09-111-65/+1
* xen/arm: reimplement xen_dma_unmap_page & friendsStefano Stabellini2014-09-112-1/+203
* xen/arm: introduce XENFEAT_grant_map_identityStefano Stabellini2014-09-111-0/+6
* arm/xen: remove duplicate arch_gnttab_init() functionDavid Vrabel2014-08-111-5/+0
* Merge tag 'stable/for-linus-3.17-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-08-072-8/+4
|\
| * xen/arm: use BUG_ONHimangi Saraogi2014-07-251-4/+2
| * xen/grant-table: remove support for V2 tablesDavid Vrabel2014-07-141-8/+1
| * x86/xen: safely map and unmap grant frames when in atomic contextDavid Vrabel2014-07-141-0/+5
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-08-051-3/+3
|\ \
| * | ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+Russell King2014-07-181-3/+3
| |/
* | x86/xen: safely map and unmap grant frames when in atomic contextDavid Vrabel2014-07-301-0/+5
|/
* arm,arm64/xen: introduce HYPERVISOR_suspend()Stefano Stabellini2014-05-121-0/+8
* arm: xen: export HYPERVISOR_multicall to modules.Ian Campbell2014-05-091-0/+1
* arm: xen: implement multicall hypercall support.Ian Campbell2014-04-241-0/+1
* xen/grant-table: Refactor gnttab_[un]map_refs to avoid m2p_overrideZoltan Kiss2014-03-181-0/+32
* xen/gnttab: Use phys_addr_t to describe the grant frame base addressJulien Grall2014-01-301-3/+3
* arm/xen: Initialize event channels earlierJulien Grall2014-01-301-27/+44
* xen/grant: Implement an grant frame array struct (v3).Konrad Rzeszutek Wilk2014-01-061-2/+7
* arm: xen: foreign mapping PTEs are special.Ian Campbell2013-12-111-1/+1
* XEN: Grant table address, xen_hvm_resume_frames, is a phys_addr not a pfnEric Trudeau2013-12-041-2/+2
* xen/arm: p2m_init and p2m_lock should be staticStefano Stabellini2013-11-181-2/+2
* arm/xen: Export phys_to_mach to fix Xen module link errorsJosh Boyer2013-11-181-0/+1
* Merge remote-tracking branch 'stefano/swiotlb-xen-9.1' into stable/for-linus-...Konrad Rzeszutek Wilk2013-11-083-1/+274
|\
| * swiotlb-xen: use xen_alloc/free_coherent_pagesStefano Stabellini2013-10-101-3/+3
| * swiotlb-xen: introduce xen_swiotlb_set_dma_maskStefano Stabellini2013-10-091-0/+1
| * xen/arm,arm64: enable SWIOTLB_XENStefano Stabellini2013-10-102-1/+65
| * arm/xen,arm64/xen: introduce p2mStefano Stabellini2013-10-172-1/+209
|/
* Merge tag 'v3.11-rc7' into stable/for-linus-3.12Konrad Rzeszutek Wilk2013-09-091-0/+1
|\
| * Merge tag 'stable/for-linus-3.11-rc6-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-08-211-0/+1
| |\
| | * xen/arm: missing put_cpu in xen_percpu_initJulien Grall2013-08-051-0/+1
* | | xen/arm: disable cpuidle and cpufreq when linux is running as dom0Julien Grall2013-09-091-0/+9
* | | ARM: xen: only set pm function ptrs for Xen guestsRob Herring2013-09-091-1/+4
|/ /
* | xen/arm,arm64: update xen_restart after ff701306cd49 and 7b6d864b48d9Stefano Stabellini2013-07-231-1/+1
* | xen/arm and xen/arm64: implement HYPERVISOR_tmem_opStefano Stabellini2013-07-042-0/+2
|/
* xen/arm: rename xen_secondary_init and run it on every online cpuStefano Stabellini2013-05-131-11/+4
* xen/arm: do not handle VCPUOP_register_vcpu_info failuresStefano Stabellini2013-05-131-7/+3
* xen/arm: initialize pm functions laterStefano Stabellini2013-05-131-1/+7
* xen/arm: remove duplicated include from enlighten.cWei Yongjun2013-04-271-1/+0
* xen/arm: use sched_op hypercalls for machine reboot and power offStefano Stabellini2013-04-251-0/+24
* xen/arm: SMP supportStefano Stabellini2013-04-251-6/+42
* xen/arm: implement HYPERVISOR_vcpu_opStefano Stabellini2013-04-252-0/+2
* xen/arm: actually pass a non-NULL percpu pointer to request_percpu_irqStefano Stabellini2013-04-251-1/+1
* xen: implement updated XENMEM_add_to_physmap_range ABIIan Campbell2013-02-191-3/+5
* Merge tag 'stable/for-linus-3.8-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-12-131-21/+102
|\
| * xen: arm: implement remap interfaces needed for privcmd mappings.Ian Campbell2012-11-291-3/+97
| * xen: arm: enable balloon driverIan Campbell2012-11-291-18/+5
* | xen/arm: Fix compile errors when drivers are compiled as modules (export more).Stefano Stabellini2012-11-091-0/+6
* | xen/arm: Fix compile errors when drivers are compiled as modules.Konrad Rzeszutek Wilk2012-11-071-0/+5
* | xen/arm: use the __HVC macroStefano Stabellini2012-10-301-9/+5
|/
* xen: grant: use xen_pfn_t type for frame_list.Ian Campbell2012-10-191-1/+1
OpenPOWER on IntegriCloud