summaryrefslogtreecommitdiffstats
path: root/arch/arm/xen/enlighten.c
Commit message (Expand)AuthorAgeFilesLines
* xen/privcmd: Further s/MFN/GFN/ clean-upJulien Grall2015-09-081-9/+9
* arm/xen: Drop the definition of xen_pci_platform_unplugJulien Grall2015-08-201-3/+0Star
* xen/events: Support event channel rebind on ARMJulien Grall2015-08-201-4/+0Star
* xen/arm: allow console=hvc0 to be omitted for guestsArd Biesheuvel2015-05-281-0/+4
* arm,arm64/xen: move Xen initialization earlierStefano Stabellini2015-05-281-24/+34
* arm/xen: Correctly check if the event channel interrupt is presentJulien Grall2015-05-281-4/+6
* xen/arm: Define xen_arch_suspend()Boris Ostrovsky2015-05-181-0/+1
* xen/privcmd: improve performance of MMAPBATCH_V2David Vrabel2015-03-161-4/+16
* xen: unify foreign GFN map/unmap for auto-xlated physmap guestsDavid Vrabel2015-03-161-87/+3Star
* arm64: Relax licensing of arm64 Xen DMA operationsChuck Tuffli2015-01-201-2/+2
* xen/arm: remove handling of XENFEAT_grant_map_identityStefano Stabellini2014-12-041-5/+0Star
* xen/arm: introduce XENFEAT_grant_map_identityStefano Stabellini2014-09-111-0/+6
* xen/arm: use BUG_ONHimangi Saraogi2014-07-251-4/+2Star
* 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
* 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
* 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-221-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-041-0/+1
|/
* xen/arm: rename xen_secondary_init and run it on every online cpuStefano Stabellini2013-05-131-11/+4Star
* xen/arm: do not handle VCPUOP_register_vcpu_info failuresStefano Stabellini2013-05-131-7/+3Star
* xen/arm: initialize pm functions laterStefano Stabellini2013-05-131-1/+7
* xen/arm: remove duplicated include from enlighten.cWei Yongjun2013-04-271-1/+0Star
* 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-251-0/+1
* 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-201-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/+5Star
* | 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: implement alloc/free_xenballooned_pages with alloc_pages/kfreeStefano Stabellini2012-08-081-0/+18
* xen/arm: receive Xen events on ARMStefano Stabellini2012-09-141-0/+33
* xen/arm: initialize grant_table on ARMStefano Stabellini2012-09-131-0/+14
* xen/arm: get privilege statusStefano Stabellini2012-08-081-0/+7
* xen/arm: Xen detection and shared_info page mappingStefano Stabellini2012-09-141-0/+61
* arm: initial Xen supportStefano Stabellini2012-09-141-0/+35