aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/arm/domain.c
Commit message (Expand)AuthorAgeFilesLines
* xen/arm: Implement a virtual UARTJulien Grall2013-08-081-4/+8
* xen: arm: refactor 64-bit return from trap pathIan Campbell2013-07-291-1/+5
* xen: arm: Set EL1 register width in HCR_EL2 during context switch.Ian Campbell2013-07-291-0/+5
* xen: arm: tweak arm64 stack frame layoutIan Campbell2013-07-291-0/+2
* xen/arm: Implement MPIDR per VCPUJulien Grall2013-07-191-2/+8
* xen/arm: Trap the ACTLR registerJulien Grall2013-07-171-2/+7
* xen/arm32: implement VFP context switchJulien Grall2013-07-041-2/+5
* x86: re-enable VCPUOP_register_vcpu_time_memory_areaJan Beulich2013-05-271-0/+3
* xen/arm: Disable interrupts for the entire duration of the context switchJaeyong Yoo2013-05-231-2/+2
* xen/arm: handle the runstate_memory_areaStefano Stabellini2013-05-081-6/+16
* xen/arm: initialize virt_timer and phys_timer with the same values on all vcpusStefano Stabellini2013-05-081-0/+3
* xen/arm: support VCPUOP_register_vcpu_info.Stefano Stabellini2013-05-081-0/+13
* x86: make vcpu_reset() preemptibleJan Beulich2013-05-021-1/+2
* xen/arm: nuke some stray hard tabs.Ian Campbell2013-05-011-5/+5
* arm: mark vcpus as initialised when they have beenIan Campbell2013-04-241-0/+2
* xen/arm: do not use is_running to decide whether we can write directly to the...Stefano Stabellini2013-04-221-3/+2
* arm: initialise VCPU SCTLR in vcpu_initialiseIan Campbell2013-04-111-0/+2
* xen/arm: dump gic debug info from arch_dump_domain_infoStefano Stabellini2013-04-101-0/+6
* xen: arm: implement cpuinfoIan Campbell2013-02-221-8/+31
* xen: arm: guest context switching.Ian Campbell2013-02-221-45/+68
* xen: arm: pcpu context switchIan Campbell2013-02-221-2/+2
* xen: arm: separate guest user regs from internal guest state.Ian Campbell2013-02-221-2/+2
* arm: avoid inline asm for dsb, isb, wfi and sev.Ian Campbell2013-02-221-1/+4
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* xen/arm: implement gnttab_create_shared_page and gnttab_shared_gmfnStefano Stabellini2013-02-151-0/+3
* xen/arm: implement vcpu_timer_destroyStefano Stabellini2013-02-051-0/+1
* xen/arm: implement domain_relinquish_resourcesStefano Stabellini2013-02-051-3/+44
* xen/arm: implement arch_domain_destroyStefano Stabellini2013-02-051-8/+5
* xen/arm: support the ARM generic virtual timerStefano Stabellini2013-01-171-8/+5
* xen: arm: introduce arm32 as a subarch of arm.Ian Campbell2012-12-191-1/+1
* xen: arm: stub domain_relinquish_resources.Ian Campbell2012-12-191-0/+7
* xen: arm: implement arch_vcpu_reset.Ian Campbell2012-12-191-0/+5
* xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriateStefano Stabellini2012-10-171-1/+1
* arm: don't bother setting up vtimer, vgic etc on idle CPUsIan Campbell2012-10-091-0/+4
* arm: implement VGCF_onlineIan Campbell2012-10-091-1/+4
* arm: implement hypercall continuationsIan Campbell2012-07-251-0/+87
* arm: unwind allocations etc on arch_domain_create_failureIan Campbell2012-07-031-17/+25
* arm: context switch virtual timer registersIan Campbell2012-07-031-0/+10
* arm: map GICV in all domains, not just dom0.Ian Campbell2012-07-031-3/+7
* arm: implement vpl011 (UART) emulator.Ian Campbell2012-07-031-0/+5
* arm: context switch a bunch of guest state.Ian Campbell2012-06-261-5/+117
* arm: do not set max_vcpus = 8 in arch_domain_create.Ian Campbell2012-06-261-2/+0
* arm: stub out sync_vcpu_execstateIan Campbell2012-06-261-0/+5
* arm: allocate and setup a guest vcpu.Ian Campbell2012-06-261-0/+67
* arm: restore stack on return from trap.Ian Campbell2012-06-261-13/+3
* arm: allocate top level p2m page for all non-idle domainsIan Campbell2012-06-261-0/+3
* arm: implement event injectionStefano Stabellini2012-06-011-0/+11
* arm: shared_info page allocation and mappingStefano Stabellini2012-06-011-0/+11
* arm: Put the CPU into a sleep state in the idle loopTim Deegan2012-03-131-1/+5
* arm: SMP CPU shutdownTim Deegan2012-03-131-6/+4