aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gitignore: add more files generated in xen/arch/x86/efi to .gitignoreDavid Vrabel2012-02-201-0/+3
* libxc/NetBSD: return ioctl return value on errorRoger Pau Monne2012-01-191-1/+1
* libxc: add comment to why NetBSD return hypercall->retvalRoger Pau Monne2012-01-191-0/+6
* libxl: Fix yajl-related build error due to missing error valueAllen Kay2012-02-201-1/+1
* QEMU_TAG updateIan Jackson2012-02-201-3/+3
* xenpaging: mmap guest pages read-onlyOlaf Hering2012-02-201-1/+1
* arm: fix indentation level in startup_cpu_idle_loopIan Campbell2012-02-171-7/+7
* x86/mm: Make sure the event channel is released accuratelyKaixing Hong2012-02-171-0/+3
* x86/mm: Fix two PAE+paging bugsAndres Lagar-Cavilla2012-02-162-4/+14
* x86/mm: Check sharing/paging/access have been enabled before processing a memopAndres Lagar-Cavilla2012-02-164-3/+11
* x86/mm: Fix more ballooning+paging and ballooning+sharing bugsAndres Lagar-Cavilla2012-02-162-3/+21
* x86/mm: Make asserts on types and counts of shared pages more accurateTim Deegan2012-02-162-3/+9
* replace bogus gdprintk() uses with {,d}printk()Jan Beulich2012-02-1613-113/+123
* arm: Group remaining dummy symbols somewhat according to functionalityIan Campbell2012-02-151-28/+41
* arm: define max_pageIan Campbell2012-02-153-1/+4
* arm: stub out PoD related p2m functionsIan Campbell2012-02-152-2/+14
* xen: make need_iommu == 0 if !HAS_PASSTHROUGHIan Campbell2012-02-153-2/+7
* arm: Implement arch_get_xen_capsIan Campbell2012-02-153-1/+13
* arm: provide dummy version of steal_page for tmem.Ian Campbell2012-02-152-1/+6
* PM: only include XEN_SYSCTL_{get_pmstat,pm_op} if HAVE_ACPIIan Campbell2012-02-153-2/+3
* arm: Add stub functions instead of using DUMMYIan Campbell2012-02-156-4/+68
* arm: remove some unnecessary symbols from dummy.SIan Campbell2012-02-151-7/+1
* arm: align some register bit definitionsIan Campbell2012-02-151-40/+40
* arm: define some more cp15 registersIan Campbell2012-02-152-0/+35
* arm: add a missing local-vars commentIan Campbell2012-02-151-0/+9
* arm: Set XEN_COMPILE_ARCH correctly from "uname -m" on ARMIan Campbell2012-02-151-1/+1
* x86: don't allow Dom0 to map MSI-X table writablyJan Beulich2012-02-151-1/+1
* arm: fixup hard tabsIan Campbell2012-02-1321-1605/+1605
* tools: make qemu build use correct PYTHON versionChristoph Egger2012-02-131-0/+1
* xl: Add defaultbridge config option for xl.confStefan Bader2012-02-134-0/+16
* tools: only compile libfsimage/xfs on X86Ian Campbell2012-02-131-1/+2
* blktap2/libvhd: Build shared objects using -fPIC.Ian Campbell2012-02-131-4/+9
* QEMU_TAG updateIan Jackson2012-02-131-3/+3
* xl: Add -F to usage for xl shutdown/rebootIan Campbell2012-02-131-2/+9
* xl: remove duplicate lineZhigang Wang2012-02-131-2/+0
* arm: setup MM using information from the device treeDavid Vrabel2012-02-137-39/+107
* arm, device tree: parse the DTB for RAM location and sizeDavid Vrabel2012-02-136-4/+228
* arm: add early_printk()David Vrabel2012-02-133-0/+100
* arm: map device tree blob in initial page tablesDavid Vrabel2012-02-133-2/+18
* arm: link a device tree blob into the xen imageDavid Vrabel2012-02-135-1/+26
* arm: few missing #defineStefano Stabellini2012-02-132-0/+5
* libfdt: add to buildDavid Vrabel2012-02-133-0/+8
* libfdt: fixup libfdt_env.h for xenDavid Vrabel2012-02-132-17/+12
* libfdt: add version 1.3.0David Vrabel2012-02-1313-0/+3211
* MAINTAINERS: Add entry for ARM w/ virt extensions portIan Campbell2012-02-131-0/+9
* firmware: Introduce CONFIG_ROMBIOS and CONFIG_SEABIOS optionsJulian Pidancet2012-02-133-21/+32
* hvmloader: Move option ROM loading into a separate optionnal fileJulian Pidancet2012-02-137-228/+259
* firmware: Use mkhex from hvmloader directory for etherboot ROMsJulian Pidancet2012-02-134-15/+11
* hvmloader: Allow the mkhex command to take several file argumentsJulian Pidancet2012-02-131-1/+2
* hvmloader: Only compile 32bitbios_support.c when rombios is enabledJulian Pidancet2012-02-131-2/+2