aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* KEXEC: Allocate crash structures in low memoryAndrew Cooper2012-03-164-3/+149
* KEXEC: Allocate crash notes on bootAndrew Cooper2012-03-161-41/+158
* x86/vpmu: small fix for console logging beautyDietmar Hahn2012-03-161-1/+1
* arm: don't use atomic operations to gate non-boot CPUsTim Deegan2012-03-154-47/+48
* arm: map DTB as outer- rather than inner-shareable.Ian Campbell2012-03-151-1/+1
* x86/vpmu: Add the BTS extensionDietmar Hahn2012-03-157-41/+207
* x86/vpmu: Add a cpuid functionDietmar Hahn2012-03-154-0/+24
* svm: amend c/s 24990:322300fd2ebd (fake BU_CFG MSR on AMD revF)Jan Beulich2012-03-151-1/+1
* x86/mm: tidy up get_two_gfns() a littleTim Deegan2012-03-151-18/+15
* x86/mm: make 'query type' argument to get_gfn into a set of flagsTim Deegan2012-03-1514-57/+62
* x86/mm: remove 'p2m_guest' lookup type.Tim Deegan2012-03-158-11/+9
* mm: guest_remove_page() should not populate or unshare.Tim Deegan2012-03-151-1/+1
* x86/mm/paging: Prevent the guest from faulting on the same gfn when dyingTim Deegan2012-03-151-0/+3
* Memory sharing: better handling of ENOMEM while unsharingTim Deegan2012-03-157-31/+109
* x86/mm: Allow to not sleep on mem event ringTim Deegan2012-03-152-7/+28
* Mem event: don't leave zombie domains if there are wait-queued vcpusTim Deegan2012-03-151-3/+16
* vmx: Make it clear that the VMEXIT reason is in hex.Tim Deegan2012-03-151-1/+1
* x86/mm: Fix deadlock between p2m and event channel locks.Andres Lagar-Cavilla2012-03-141-9/+29
* arm: introduce more hypercallsStefano Stabellini2012-03-144-0/+34
* arm: handle dom0_max_vcpus=0 case properlyIan Campbell2012-03-141-5/+6
* arm: fix inflight_irqs list priority orderingStefano Stabellini2012-03-141-2/+2
* arm: rename link to inflightStefano Stabellini2012-03-143-8/+10
* arm: use r12 to pass the hypercall numberStefano Stabellini2012-03-132-11/+45
* arm: Put the CPU into a sleep state in the idle loopTim Deegan2012-03-131-1/+5
* arm: Actually free __init/__initdata ranges on bootTim Deegan2012-03-134-26/+83
* arm: new hook for late MMU setup on secondary CPUsTim Deegan2012-03-133-0/+10
* arm: Shutdown and rebootTim Deegan2012-03-132-5/+54
* arm: SMP CPU shutdownTim Deegan2012-03-135-10/+71
* arm: Boot secondary CPUs into CTim Deegan2012-03-136-19/+100
* arm: start plumbing in SMP bringup in CTim Deegan2012-03-133-17/+36
* arm: per-cpu areasTim Deegan2012-03-136-5/+97
* arm: More SMP bringupTim Deegan2012-03-135-36/+119
* arm: Add a comment explaining the GICD writes in the GICC init functionTim Deegan2012-03-131-1/+3
* arm: implement udelay()Tim Deegan2012-03-133-3/+11
* x86/mm: drop gfn ref before calling handle_mmio()Tim Deegan2012-03-091-1/+3
* low-mem virq: Parentheses around ternary operator in check_low_mem_virq()Keir Fraser2012-03-091-1/+1
* x86/mm: Fix mem event error message typosTim Deegan2012-03-081-3/+3
* x86/mm: Clean up mem event structures on domain destructionTim Deegan2012-03-085-2/+24
* x86/mm: wire up sharing ringTim Deegan2012-03-083-1/+63
* Use a reserved pfn in the guest address space to store mem event ringsTim Deegan2012-03-084-29/+30
* x86/hvm: refactor calls to prepare and tear down a helper ringTim Deegan2012-03-082-12/+43
* Tools: Remove shared page from mem_event/access/paging interfacesTim Deegan2012-03-084-38/+5
* x86/cpuidle: improve data arrangementJan Beulich2012-03-081-3/+3
* XENPF_set_processor_pminfo XEN_PM_CX overflows states arrayEric Chanudet2012-03-082-41/+38
* oprofile: don't pass around redundant, easily derived argumentsJan Beulich2012-03-087-41/+35
* ia64: fix build (once more)Jan Beulich2012-03-082-2/+3
* Revert 24987:42afd4d1669bKeir Fraser2012-03-081-4/+0
* hvm: Print support/enable status of HAP superpage mappings.Keir Fraser2012-03-084-8/+13
* NMI: Command line parameter for watchdog timeoutAndrew Cooper2012-03-083-6/+19
* svm: Fake out the Bus Unit Config MSR on revF AMD CPUsGeorge Dunlap2012-03-082-0/+15