aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove traces of IA-64 architecture supportDaniel Kiper2013-05-082-2/+2
* Remove tools/libaio/src/syscall-ia64.h fileDaniel Kiper2013-05-081-45/+0
* Silently ignore rm and include errors during make distcleanDaniel Kiper2013-05-083-4/+3
* docs: Remove tmp files during make cleanDaniel Kiper2013-05-081-1/+1
* stubdom/vtpm: Silently ignore rm errors during make cleanDaniel Kiper2013-05-081-1/+1
* stubdom: Do not create dangling linksDaniel Kiper2013-05-081-5/+0
* stubdom: Remove xenstore directory during make crosscleanDaniel Kiper2013-05-081-1/+1
* stubdom: Clean extras/mini-os directory during make cleanDaniel Kiper2013-05-081-0/+1
* tools/xenstat/libxenstat: Remove src/libxenstat.a file during make cleanDaniel Kiper2013-05-081-1/+1
* tools/xenmon: Fix typo in MakefileDaniel Kiper2013-05-081-1/+1
* tools/debugger/kdd: Remove dependencies files during make cleanDaniel Kiper2013-05-081-1/+1
* libxl: don't write physical-device node for driver domain disksRoger Pau Monne2013-05-081-1/+2
* libxl: don't execute hotplug scripts if device is on a driver domainRoger Pau Monne2013-05-081-0/+7
* libxl: correctly parse storage devices on driver domainsRoger Pau Monne2013-05-081-0/+6
* docs: canonicalize representation of boolean type in xl.cfgWei Liu2013-05-081-14/+16
* hotplug/Linux: add iscsi block hotplug scriptRoger Pau Monne2013-05-082-0/+155
* 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-077-9/+51
* 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
* Config.mk: update QEMU_TAG and QEMU_UPSTREAM_REVISION for 4.3.0-rc14.3.0-rc1Ian Jackson2013-05-071-2/+2
* README: update version numberIan Jackson2013-05-071-10/+5
* tools: Bump some library sonamesIan Jackson2013-05-073-5/+5
* 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
* libxl: Don't use tapdisk for cd-romsGeorge Dunlap2013-05-021-0/+6
* 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