aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* .*ignore: drop ia64 entriesIan Campbell2012-09-172-35/+0
* Fix libxenstore memory leak when USE_PTHREAD is not definedAndres Lagar-Cavilla2012-09-171-4/+13
* xl: Remove global domid and enable -WshadowIan Campbell2012-09-172-153/+140
* xl: prepare to enable WshadowIan Campbell2012-09-172-23/+21
* libxl: Enable -Wshadow.Ian Campbell2012-09-1710-84/+95
* xl: free libxl context, logger and lockfile using atexit handlerIan Campbell2012-09-171-2/+18
* xenpm: make argument parsing and error handling more consistentJan Beulich2012-09-171-170/+149
* hvmloader: Do not zero the wallclock fields in shared-info.Keir Fraser2012-09-141-1/+5
* x86/hvm: mark save/restore registration code __initJan Beulich2012-09-143-7/+8
* x86/hvm: constify static data where possibleJan Beulich2012-09-149-36/+38
* x86/hvm: don't use indirect calls without needJan Beulich2012-09-147-38/+20
* VT-d: use msi_compose_msg()Jan Beulich2012-09-142-26/+3
* amd iommu: use base platform MSI implementationJan Beulich2012-09-146-58/+112
* libxl: Tolerate xl config files missing trailing newlineIan Jackson2012-09-142-78/+88
* libxl: Fix missing dependency in api check ruleIan Jackson2012-09-141-4/+4
* docs: flesh out xl.cfg documentation, correct typos, reorganizeMatt Wilson2012-09-141-230/+256
* xentop.c: Change curses painting behavior to avoid flickerJason McCarver2012-09-141-1/+5
* xl: do not leak cpupool names.Ian Campbell2012-09-144-10/+25
* xl: error if vif backend!=0 is used with run_hotplug_scriptsRoger Pau Monne2012-09-142-2/+11
* libxl: fix usage of backend parameter and run_hotplug_scriptsRoger Pau Monne2012-09-141-0/+14
* libfsimage: add ext4 support for CentOS 5.xRoger Pau Monne2012-09-148-18/+113
* libxl: handle errors from xc_sharing_* info functionsIan Campbell2012-09-141-2/+19
* build: Require GCC 4.1 or later.Keir Fraser2012-09-134-13/+4
* x86: check for data and BSS in reloc code at compile time.Tim Deegan2012-09-132-7/+10
* x86/mm: Update comments now that Xen is always 64-bit.Tim Deegan2012-09-131-9/+9
* x86/mm: remove the linear mapping of the p2m tables.Tim Deegan2012-09-134-220/+0
* amd iommu: use PCI macrosJan Beulich2012-09-134-21/+17
* drivers: Remove some CONFIG_X86 ifdef'ery.Keir Fraser2012-09-1212-134/+3
* In most of the codebase, use CONFIG_X86 in place of __i386__||__x86_64__Keir Fraser2012-09-128-10/+10
* CONFIG_X86_64 -> CONFIG_X86Keir Fraser2012-09-129-14/+13
* x86: HYPERVISOR_VIRT_END is always defined. Remove ifdef'ery.Keir Fraser2012-09-122-7/+0
* x86: Remove CONFIG_COMPAT ifdef'ery from arch/x86 -- it is always defined.Keir Fraser2012-09-1213-128/+2
* x86/passthrough: Fix corruption caused by race conditions betweenAndrew Cooper2012-09-121-1/+0
* tools: drop ia64 supportIan Campbell2012-09-12103-32399/+31
* x86: Fix 32-bit stubdom build, libelf.h must support __i386__Keir Fraser2012-09-121-1/+1
* x86: Remove unused 'sis_apic_bug' variable. It was only used on x86_32.Keir Fraser2012-09-123-23/+3
* x86: We can assume CONFIG_PAGING_LEVELS==4.Keir Fraser2012-09-1221-788/+39
* xen: Remove x86_32 build target.Keir Fraser2012-09-12127-7490/+73
* Revert 25843:51090fe1ab97 (x86/HVM: assorted RTC emulation adjustments)Jan Beulich2012-09-123-67/+52
* gnttab: cleanup of number-of-active-frames calculationsJan Beulich2012-09-122-42/+36
* x86: use only a single branch for upcall-pending exit path checksJan Beulich2012-09-123-14/+14
* x86-64/EFI: allow chaining of config filesJan Beulich2012-09-122-1/+27
* x86: retrieve keyboard shift status flags from BIOSJan Beulich2012-09-124-0/+28
* x86-64: construct static, uniform parts of page tables at build timeJan Beulich2012-09-116-77/+91
* x86: construct static part of 1:1 mapping at build timeJan Beulich2012-09-118-96/+78
* PCI: don't allow guest assignment of devices used by XenJan Beulich2012-09-117-5/+111
* PCI: bus scan adjustmentsJan Beulich2012-09-112-2/+13
* drop tx_fifo_sizeJan Beulich2012-09-115-47/+36
* ns16550: command line parsing adjustmentsJan Beulich2012-09-112-29/+23
* ns16550: PCI initialization adjustmentsJan Beulich2012-09-111-4/+10