aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86: make vcpu_reset() preemptibleJan Beulich2013-05-0210-24/+42
* 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-025-59/+91
* x86: call unmap_vcpu_info() regardless of guest typeJan Beulich2013-05-021-2/+4
* xen/arm: nuke some stray hard tabs.Ian Campbell2013-05-013-8/+8
* xen: arm: correct platform detection in public header.Ian Campbell2013-04-301-1/+1
* More emacs local variable block fixes.Ian Campbell2013-04-3021-21/+21
* xen: introduce vcpu_blockStefano Stabellini2013-04-302-5/+9
* 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
* xsm: fix printf format string for strlen resultIan Campbell2013-04-301-1/+1
* x86/HVM: move per-vendor function tables into .init.dataJan Beulich2013-04-294-11/+11
* 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