aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build: Export configure variables to hypervisor buildDaniel De Graaf2012-02-296-4/+23
* hvmloader: drop the ovmf32 support and rename ovmf64 -> ovmf.Attilio Rao2012-02-294-52/+18
* arm: Handle booting on SMP platformsTim Deegan2012-02-282-0/+14
* arm: strip xen binaryTim Deegan2012-02-281-1/+1
* X86: expose HLE/RTM features to dom0Liu, Jinsong2012-02-282-0/+4
* Update SEABIOS_UPSTREAM_TAGIan Campbell2012-02-271-3/+3
* arm: fix unaligned memcpy() and memmove()David Vrabel2012-02-271-24/+300
* SEABIOS_UPSTREAM_TAG UpdateIan Campbell2012-02-271-1/+3
* Revert 24875:a59c1dcfe968 "blkif.h: Define and document the request number/si...Keir Fraser2012-02-272-116/+4
* passthrough: release assigned PCI devices earlier during domain shutdownJan Beulich2012-02-243-5/+7
* x86/vMCE: save/restore MCA capabilitiesJan Beulich2012-02-2411-47/+137
* x86/vMCE: don't advertise features we don't supportJan Beulich2012-02-242-6/+7
* mem_event: use C99 initializers for mem_event_request_t usersOlaf Hering2012-02-202-11/+3
* mem_event: remove type memberOlaf Hering2012-02-204-13/+2
* x86/mm: Don't check for invalid bits in non-present PTEs.Tim Deegan2012-02-231-5/+16
* libxl: Rename libxl_sched_* to include _domainGeorge Dunlap2012-02-235-31/+33
* libxc: Implement SCHEDOP sysctl for credit schedulerGeorge Dunlap2012-02-232-1/+50
* scheduler: Implement SCHEDOP sysctl for credit schedulerGeorge Dunlap2012-02-232-0/+67
* scheduler: Print ratelimit in scheduler debug keyGeorge Dunlap2012-02-231-0/+2
* scheduler: Add a #define for the default ratelimitGeorge Dunlap2012-02-232-1/+2
* cleanup: Remove dependency files in efi directory during a make cleanGeorge Dunlap2012-02-231-1/+1
* hvmloader: Add OVMF UEFI support and directly use itAttilio Rao2012-02-235-1/+180
* blkif.h: Define and document the request number/size/segments extensionJustin T. Gibbs2012-02-232-4/+116
* blkif.h: Document the Red Hat and Citrix blkif multi-page ring extensionsJustin T. Gibbs2012-02-231-15/+92
* blkif.h: Provide more complete documentation of the blkif interfaceJustin T. Gibbs2012-02-231-56/+258
* blkif.h: Miscelaneous style fixesJustin T. Gibbs2012-02-231-5/+4
* xen: add missing unlock from gnttab_get_versionIan Campbell2012-02-231-0/+2
* IO-APIC: Prevent using EOI broadcast suppression if user specified ioapic_ack...Andrew Cooper2012-02-233-3/+17
* arm: lr register in hyp mode is really LR_usr.Ian Campbell2012-02-222-15/+16
* arm: restore ELR_hyp and SPSR_hyp on return from hypervisor to hypervisor.Ian Campbell2012-02-221-0/+4
* arm: move check for CONFIG_DTB_FILE to xen/arch/arm/MakefileDavid Vrabel2012-02-222-6/+4
* arm: use a per-VCPU stackIan Campbell2012-02-229-102/+101
* autoconf: Rerun autogen.shIan Jackson2012-02-221-245/+0
* autoconf: clean brctl optionsRoger Pau Monne2012-02-221-1/+0
* autoconf: remove udev checks from buildRoger Pau Monne2012-02-222-34/+0
* autoconf: remove brctl checkRoger Pau Monne2012-02-221-1/+0
* .gitignore: add autoconf-related filesIan Jackson2012-02-221-0/+6
* build: add autoconf to replace custom checks in tools/checkIan Jackson2012-02-2258-511/+14525
* libxl: Export libxl_event.hBamvor Jian Zhang2012-02-211-1/+1
* libxl: cleanup: Remove pointless ERRNOVALGeorge Dunlap2012-02-211-2/+2
* xenpaging: implement stack of free slots in pagefileOlaf Hering2012-02-202-0/+25
* xenpaging: move page_buffer into struct xenpagingOlaf Hering2012-02-202-6/+11
* xenpaging: move pagefile filedescriptor into struct xenpagingOlaf Hering2012-02-202-23/+20
* xenpaging: unify error handlingOlaf Hering2012-02-201-63/+60
* xenpaging: improve performance in policy_choose_victimOlaf Hering2012-02-201-16/+41
* xenpaging: move nominate+evict into single functionOlaf Hering2012-02-201-7/+35
* xenpaging: reduce number of qemu cache flushesOlaf Hering2012-02-201-12/+14
* xenpaging: no poll timeout while page-out is in progressOlaf Hering2012-02-203-1/+16
* xenpaging: use flat index for pagefile and page-in requestsOlaf Hering2012-02-204-63/+57
* libxl: add missing includesChristoph Egger2012-02-211-0/+2