summaryrefslogtreecommitdiff
path: root/arch/arm/xen/enlighten.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-06Xen: EFI: Parse DT parameters for Xen specific UEFIShannon Zhao1-0/+22
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 Stabellini1-0/+1
2015-12-21xen/arm: account for stolen ticksStefano Stabellini1-0/+19
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-23arm/xen: Add support for 64KB page granularityJulien Grall1-3/+3
2015-09-08xen/privcmd: Further s/MFN/GFN/ clean-upJulien Grall1-9/+9
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-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-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-20arm64: Relax licensing of arm64 Xen DMA operationsChuck Tuffli1-2/+2
2014-12-04xen/arm: remove handling of XENFEAT_grant_map_identityStefano Stabellini1-5/+0
2014-09-11xen/arm: introduce XENFEAT_grant_map_identityStefano Stabellini1-0/+6
2014-07-25xen/arm: use BUG_ONHimangi Saraogi1-4/+2
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-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-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-22Merge tag 'stable/for-linus-3.11-rc6-tag' of git://git.kernel.org/pub/scm/lin...Linus 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 Stabellini1-0/+1
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 Stabellini1-0/+1
2013-04-25xen/arm: actually pass a non-NULL percpu pointer to request_percpu_irqStefano Stabellini1-1/+1
2013-02-20xen: implement updated XENMEM_add_to_physmap_range ABIIan Campbell1-3/+5
2012-12-14Merge tag 'stable/for-linus-3.8-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus 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