aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* Revert 24897:f25e5785327e "Export configure variables to hypervisor build"Keir Fraser2012-02-291-1/+0
* vpmu: No need for two initialisation functionsDietmar Hahn2012-02-294-16/+10
* vpmu: cleanup structuresDietmar Hahn2012-02-292-10/+5
* xsm: expose context of event channel peersDaniel De Graaf2012-02-294-8/+55
* xsm/flask: buffer AVC messages for outputDaniel De Graaf2012-02-291-25/+82
* xsm/flask: clean interdomain event channel hookDaniel De Graaf2012-02-291-22/+8
* xsm: label xen-consumer event channelsDaniel De Graaf2012-02-291-2/+4
* build: Export configure variables to hypervisor buildDaniel De Graaf2012-02-291-0/+1
* 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
* arm: fix unaligned memcpy() and memmove()David Vrabel2012-02-271-24/+300
* 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-249-47/+128
* 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
* 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
* 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-221-0/+4
* arm: use a per-VCPU stackIan Campbell2012-02-229-102/+101
* 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