aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xl: add "check-xl-vif-parse" test scriptMathieu Gagne2012-04-243-0/+211
* xl: add support for vif rate limitingMathieu Gagne2012-04-248-2/+213
* libxl: use qemu-xen with PV guests by defaultStefano Stabellini2012-04-241-5/+28
* libxc: Replace alloca() with mmap() for large array sizesAravindh Puthiyaparambil2012-04-241-4/+38
* Makefile: Some updates to uninstallFabio Fantoni2012-04-231-5/+11
* x86: restore vcpu_destroy_pagetables() call on HVM domain teardown.Tim Deegan2012-04-201-3/+4
* vmx: Allow software (user defined) interrupts to be injected in to the guestAravindh Puthiyaparambil2012-04-202-0/+12
* Clean up convoluted hvm_inject_exception() logic.Keir Fraser2012-04-201-19/+8
* x86/mm: fix parens in mm lock level checkTim Deegan2012-04-191-1/+1
* x86/mm: BUG() rather than panic() on mm lock order violationsTim Deegan2012-04-181-2/+5
* x86/mm/shadow: enclose an OOS function in the proper conditional ifdefAndres Lagar-Cavilla2012-04-181-1/+2
* x86/mm/sharing: Clean ups for relinquishing shared pages on destroyAndres Lagar-Cavilla2012-04-187-2/+82
* mem_access: fix setting default mem_access typeAravindh Puthiyaparambil2012-04-181-2/+3
* x86/mm: Fix locking on hap enable failureAndres Lagar-Cavilla2012-04-181-1/+2
* x86/mem_event: Fix foreign domain flag in grab_slotAndres Lagar-Cavilla2012-04-181-1/+1
* xl: xl network-attach -N (dry run) optionMathieu Gagne2012-04-172-1/+11
* xl: cleanup indentationMathieu Gagne2012-04-171-4/+4
* libxl: Query VNC listening port through QMPAnthony PERARD2012-04-171-0/+59
* MergeIan Jackson2012-04-175-24/+90
|\
| * x86-64: fix updating of UREGS_rip when converting sysenter to #GPJan Beulich2012-04-171-1/+1
| * x86: suppress warning messages on IO-APIC-less systemsJan Beulich2012-04-171-0/+15
| * x86/IO-APIC: adjust an otherwise pretty useless messageJan Beulich2012-04-171-2/+2
| * x86/ioapic: Add register level checks to detect bogus io-apic entriesSuresh Siddha2012-04-171-1/+46
| * x86-64: fix #GP generation in assembly codeJan Beulich2012-04-173-21/+27
* | tools/libvchan: Remove unwanted debugging codeOlaf Hering2012-04-171-23/+0
|/
* gnttab: remove pointless NULL checkJan Beulich2012-04-171-7/+1
* xsm/flask: clean up auditing outputDaniel De Graaf2012-04-173-9/+18
* fix build error when enabling lock profileYang Zhang2012-04-171-1/+0
* Fix save/restore of guest PAT table in HAP paging mode.Gianluca Guida2012-04-175-24/+89
* x86/cpuidle: do not flush cache unless entering C3Wei Wang2012-04-161-2/+5
* tools: Revert c/s 25150:b490ef93bad7 tools/libfsimage: include Rules.mk firstGeorge Dunlap2012-04-138-8/+16
* xen: Fix failure paths for xentraceGeorge Dunlap2012-04-121-6/+9
* tools/blktap2: fix 'make clean'Tim Deegan2012-04-051-1/+1
* x86: fix delta calculation in TSC deadline timer emulationDavid Vrabel2012-04-111-8/+4
* libxl: provide STATE_AO_GCIan Jackson2012-04-111-3/+8
* libxl: Protect fds with CLOEXEC even with forking threadsIan Jackson2012-04-116-1/+232
* libxl: libxl_event.c:beforepoll_internal, REQUIRE_FDSIan Jackson2012-04-111-26/+56
* libxl: abolish libxl_ctx_postforkIan Jackson2012-04-115-14/+11
* libxl: include <_libxl_paths.h> in libxl_internal.hIan Jackson2012-04-113-4/+2
* libxl: Provide libxl_string_list_lengthIan Jackson2012-04-112-0/+9
* libxl: include <ctype.h> and introduce CTYPE helper macroIan Jackson2012-04-111-0/+20
* libxl: Introduce some convenience macrosIan Jackson2012-04-111-0/+72
* libxl: Make libxl__zalloc et al tolerate a NULL gcIan Jackson2012-04-112-9/+17
* libxl: Crash (more sensibly) on malloc failureIan Jackson2012-04-113-45/+52
* tools: Use PTHREAD_CFLAGS, _LDFLAGS, _LIBSIan Jackson2012-04-114-6/+15
* libxl: Use PTHREAD_CFLAGS, LDFLAGS, LIBSIan Jackson2012-04-111-0/+4
* tools: Correct PTHREAD options in config/StdGNU.mkIan Jackson2012-04-117-32/+130
* libxl: Fix leak of ctx->lockIan Jackson2012-04-111-4/+13
* libxl: remove poller from list in libxl__poller_getRoger Pau Monne2012-04-111-1/+3
* libxl: Fix eventloop_iteration over-lockingIan Jackson2012-04-112-6/+2