aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* xen/arm: gic_disable_cpu must be called with interrupts disabledJulien Grall2013-05-101-2/+4
* xen/arm: Switch to SYS_STATE_boot right after console setupJulien Grall2013-05-101-0/+2
* xen/arm: Load dtb after dom0 kernelJulien Grall2013-05-101-1/+2
* xen/arm: Fix early_panic when EARLY_PRINTK is disabledJulien Grall2013-05-101-1/+1
* xen/arm: Bump early printk internal buffer to 512Julien Grall2013-05-101-2/+3
* xen/arm: Remove duplicated GICD_ICPIDR2 definitionJulien Grall2013-05-101-1/+0
* xen/arm: Don't allow dom0 to access to vpl011 UART0 memory rangeJulien Grall2013-05-101-1/+3
* xen/arm: lr must be included in range [0-nr_lr(Julien Grall2013-05-101-1/+3
* arm: cast int<->pointer via uintptr_tIan Campbell2013-05-101-3/+4
* 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-082-28/+28
* 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-084-2/+31
* xen/arm: initialize virt_timer and phys_timer with the same values on all vcpusStefano Stabellini2013-05-084-17/+35
* 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-083-0/+21
* xen: move VCPUOP_register_vcpu_info to common codeStefano Stabellini2013-05-085-116/+117
* xen/gic: EOI irqs on the right pcpuStefano Stabellini2013-05-083-1/+24
* xen/arm: implement smp_call_functionJulien Grall2013-05-088-90/+134
* 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-086-13/+112
* xen/arm: implement arch_vmap_virt_endStefano Stabellini2013-05-081-8/+17
* xen/arm: support for guest SGIStefano Stabellini2013-05-082-10/+78
* xen: move for_each_set_bit to xen/bitops.hStefano Stabellini2013-05-0811-20/+20
* xen/arm: allocate secondaries dom0 vcpusStefano Stabellini2013-05-081-1/+11
* xen/arm: basic PSCI support, implement cpu_on and cpu_offStefano Stabellini2013-05-086-1/+149
* xen/arm: trap SMC instructions and inject an UND exceptionIan Campbell2013-05-084-2/+67
* xen/arm: trap guest WFIStefano Stabellini2013-05-085-11/+57
* x86: Fix efi directory cleanupDaniel Kiper2013-05-072-5/+2
* netif: define XEN_NETIF_NR_SLOTS_MIN in public headerWei Liu2013-05-071-0/+18
* netif: define XEN_NETIF_MAX_TX_SIZE in public headerWei Liu2013-05-071-0/+1
* rename IS_PRIV to is_hardware_domainDaniel De Graaf2013-05-076-26/+42
* common: remove rcu_lock_target_domain_by_idDaniel De Graaf2013-05-072-48/+0
* arm: remove rcu_lock_target_domain_by_id usersDaniel De Graaf2013-05-075-8/+47
* xsm: add hooks for claimDaniel De Graaf2013-05-076-8/+50
* x86: handle paged gfn in wrmsr_hypervisor_regsOlaf Hering2013-05-073-7/+34
* AMD IOMMU: fill msi_desc fields required by commit fe017c59Jan Beulich2013-05-071-3/+10
* apic/iommu: Correct grammar in error message and clarify its meaningAndrew Cooper2013-05-031-2/+2
* x86: Fix __prepare_to_wait() asm test for stack sizeKeir Fraser2013-05-021-1/+1
* VT-d: don't permit SVT_NO_VERIFY entries for known device typesJan Beulich2013-05-021-5/+9
* x86: miscellaneous mm.c cleanupJan Beulich2013-05-023-38/+20
* x86: cleanup after making various page table manipulation operations preemptibleJan Beulich2013-05-023-54/+55
* 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-028-7/+13
* 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-024-52/+74