aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* libxl: correct some comments regarding event API and fdsIan Jackson2012-08-031-3/+14
* Intel VT-d: Dump IOMMU supported page sizesSantosh Jodh2012-08-031-0/+9
* nestedhvm: fix nested page fault build error on 32-bitIan Campbell2012-08-034-5/+5
* libxl: const correctness for libxl__xs_path_cleanupIan Campbell2012-08-033-3/+4
* libxl: add a comment re the memory management API instabilityIan Jackson2012-08-031-0/+12
* libxl: idl: always initialise the KeyedEnum keyvar in the member init functionIan Campbell2012-08-032-5/+11
* libxl: remove an unused numainfo parameterIan Jackson2012-08-031-2/+2
* libxl: remus: mark TODOs more clearlyIan Jackson2012-08-031-4/+5
* libxl: do not blunder on if bootloader fails (again)Ian Jackson2012-08-031-2/+9
* libxl: rename aodevs to multidevIan Jackson2012-08-034-77/+77
* libxl: abolish useless `start' parameter to libxl__add_*Ian Jackson2012-08-034-13/+10
* libxl: fix formatting of DEFINE_DEVICES_ADDIan Jackson2012-08-031-13/+13
* libxl: fix device counting race in libxl__devices_destroyIan Jackson2012-08-034-110/+112
* libxl: react correctly to bootloader pty master POLLHUPIan Jackson2012-08-033-12/+57
* libxl: unify libxl__device_destroy and device_hotplug_doneIan Jackson2012-08-031-23/+13
* tools/vtpm: fix tpm_version.h error during parallel buildOlaf Hering2012-08-031-2/+3
* libxl: only read script once in libxl__hotplug_*Ian Campbell2012-08-031-12/+4
* libxl: prefix *.for-check with _ to mark it as a generated file.Ian Campbell2012-08-032-4/+4
* arm: fix gic_init_secondary_cpu.Ian Campbell2012-08-031-2/+2
* libxl: make libxl_device_pci_{add,remove,destroy} interfaces asynchronousIan Campbell2012-08-035-29/+46
* cpufreq: P state stats aren't available if there is no cpufreq driverDavid Vrabel2012-08-031-0/+2
* nestedhvm: return the pfec from the pagetable walk.Tim Deegan2012-08-021-1/+2
* nestedhvm: fix write access fault on ro mappingChristoph Egger2012-08-023-22/+36
* xen: detect compiler version with '--version' rather than '-v'Tim Deegan2012-08-021-1/+1
* x86: also allow disabling LAPIC NMI watchdog on newer CPUsJan Beulich2012-08-021-7/+1
* pygrub: add quoting to install receipeOlaf Hering2012-08-021-2/+2
* libxl: enforce prohibitions of internal callersIan Jackson2012-08-018-34/+107
* tools/config: Allow building of components to be controlled from .configAndrew Cooper2012-08-013-4/+4
* tools/ocaml: ignore and clean .spot and .spit filesAndrew Cooper2012-08-013-1/+5
* libxl: fix unitialized variables in libxl__primary_console_findOlaf Hering2012-08-011-0/+1
* init/NetBSD: move xenbackendd to xend init scriptRoger Pau Monne2012-08-012-29/+55
* libxl: call hotplug scripts from xl for NetBSDRoger Pau Monne2012-08-012-2/+63
* tools/build: fix pygrub linkingRoger Pau Monne2012-08-011-1/+4
* Some automatic NUMA placement documentationDario Faggioli2012-08-011-0/+111
* Update Xen version to 4.2.0-rc2-preKeir Fraser2012-07-301-1/+1
* Added signature for changeset 8e620dc570ceKeir Fraser2012-07-301-0/+1
* Added tag 4.2.0-rc1 for changeset 8e620dc570ceKeir Fraser2012-07-301-0/+1
* Update Xen version to 4.2.0-rc14.2.0-rc1Keir Fraser2012-07-302-2/+2
* x86: fix off-by-one in nr_irqs_gsi calculationJan Beulich2012-07-271-1/+1
* x86-64: drop updating of UREGS_rip when converting sysenter to #GPJan Beulich2012-07-271-5/+2
* use C11's _Static_assert() for BUILD_BUG_ON etc when availableJan Beulich2012-07-271-2/+8
* serial: don't waste space allocated for the tx buffer(s)Jan Beulich2012-07-271-2/+2
* x86/mm/p2m: use NX bit for p2m entriesChristoph Egger2012-07-261-1/+1
* libxl: fix reentrancy hazard in fd event processingIan Jackson2012-07-262-16/+76
* x86/hvm: don't leave emulator in inconsistent stateJan Beulich2012-07-261-0/+2
* libxl: convert libxl_device_vfb_add to an async operationRoger Pau Monne2012-07-266-8/+27
* libxl: convert libxl_device_vkb_add to an async operationRoger Pau Monne2012-07-266-8/+29
* libxl: call hotplug scripts for nic devices from libxlRoger Pau Monne2012-07-265-13/+178
* libxl: call hotplug scripts for disk devices from libxlRoger Pau Monne2012-07-267-6/+273
* libxl: set correct nic type depending on the guestRoger Pau Monne2012-07-264-7/+30