aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch
Commit message (Expand)AuthorAgeFilesLines
* x86/mm/shadow: remove dead code for avoiding Xen entries on 32-bit tables.Tim Deegan2013-05-091-28/+21
* xen/arm: handle the runstate_memory_areaStefano Stabellini2013-05-081-6/+16
* xen: move VCPUOP_register_runstate_memory_area to common codeStefano Stabellini2013-05-081-28/+0
* xen/arm: initialize vtimer offset to CNTPCTStefano Stabellini2013-05-081-2/+1
* xen/arm: clear pending irq queues on do_psci_cpu_onStefano Stabellini2013-05-083-2/+29
* xen/arm: initialize virt_timer and phys_timer with the same values on all vcpusStefano Stabellini2013-05-083-8/+20
* xen/arm: run the vtimer Xen timers on the pcpu the vcpu is running onStefano Stabellini2013-05-081-2/+4
* xen/arm: send IPIs to inject irqs into guest vcpus running on different pcpusStefano Stabellini2013-05-081-0/+4
* xen/arm: support VCPUOP_register_vcpu_info.Stefano Stabellini2013-05-082-0/+19
* xen: move VCPUOP_register_vcpu_info to common codeStefano Stabellini2013-05-081-113/+0
* xen/gic: EOI irqs on the right pcpuStefano Stabellini2013-05-082-1/+23
* xen/arm: implement smp_call_functionJulien Grall2013-05-083-90/+12
* xen/arm: implement map_domain_page_global and unmap_domain_page_globalStefano Stabellini2013-05-081-0/+11
* xen/arm: compile and initialize vmapStefano Stabellini2013-05-082-3/+100
* xen/arm: implement arch_vmap_virt_endStefano Stabellini2013-05-081-8/+17
* xen/arm: support for guest SGIStefano Stabellini2013-05-081-4/+69
* xen: move for_each_set_bit to xen/bitops.hStefano Stabellini2013-05-084-4/+4
* xen/arm: allocate secondaries dom0 vcpusStefano Stabellini2013-05-081-1/+11
* xen/arm: basic PSCI support, implement cpu_on and cpu_offStefano Stabellini2013-05-084-1/+123
* xen/arm: trap SMC instructions and inject an UND exceptionIan Campbell2013-05-081-1/+55
* xen/arm: trap guest WFIStefano Stabellini2013-05-083-2/+24
* x86: Fix efi directory cleanupDaniel Kiper2013-05-072-5/+2
* rename IS_PRIV to is_hardware_domainDaniel De Graaf2013-05-074-12/+12
* arm: remove rcu_lock_target_domain_by_id usersDaniel De Graaf2013-05-071-8/+15
* x86: handle paged gfn in wrmsr_hypervisor_regsOlaf Hering2013-05-073-7/+34
* apic/iommu: Correct grammar in error message and clarify its meaningAndrew Cooper2013-05-031-2/+2
* x86: miscellaneous mm.c cleanupJan Beulich2013-05-022-36/+20
* x86: cleanup after making various page table manipulation operations preemptibleJan Beulich2013-05-022-47/+53
* x86/HVM: fix legacy PIC check in pt_update_irq()Jan Beulich2013-05-021-2/+3
* x86/HVM: fix processing of RTC REG_B writesJan Beulich2013-05-021-1/+3
* x86: allow Dom0 read-only access to IO-APICsJan Beulich2013-05-024-1/+11
* x86: make page table handling error paths preemptibleJan Beulich2013-05-021-27/+98
* x86: make page table unpinning preemptibleJan Beulich2013-05-022-7/+56
* x86: make arch_set_info_guest() preemptibleJan Beulich2013-05-021-52/+61
* x86: make vcpu_reset() preemptibleJan Beulich2013-05-025-13/+19
* x86: make MMUEXT_NEW_USER_BASEPTR preemptibleJan Beulich2013-05-021-6/+33
* x86: make new_guest_cr3() preemptibleJan Beulich2013-05-022-22/+75
* x86: make vcpu_destroy_pagetables() preemptibleJan Beulich2013-05-023-59/+89
* x86: call unmap_vcpu_info() regardless of guest typeJan Beulich2013-05-021-2/+4
* xen/arm: nuke some stray hard tabs.Ian Campbell2013-05-011-5/+5
* More emacs local variable block fixes.Ian Campbell2013-04-306-6/+6
* xen/arm: move the tlb_flush in create_p2m_entries to the end of the functionStefano Stabellini2013-04-301-4/+5
* xen/arm: do not call __cpu_disable on machine_haltStefano Stabellini2013-04-301-1/+0
* xen/arm: correct the computation of the number of interrupt lines for the GICJulien Grall2013-04-301-3/+3
* x86/HVM: move per-vendor function tables into .init.dataJan Beulich2013-04-293-9/+9
* x86/EFI: fix runtime call status for compat mode Dom0Jan Beulich2013-04-291-1/+1
* x86/vMCE: bugfix of vmce injectionLiu Jinsong2013-04-291-1/+1
* xen/arm: nr_lrs should be staticJulien Grall2013-04-261-1/+1
* xen/arm: Fix return value when write is ignored in VGICAnthony PERARD2013-04-261-1/+1
* arm64: Fix compilation error with EARLY_PRINTK disabledJulien Grall2013-04-261-1/+1