aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* libfdt: move headers to xen/include/xen/libfdt/David Vrabel2012-03-226-7/+4
* arm: use symbolic constants for initial page table attributesIan Campbell2012-03-221-8/+14
* arm: remove hard tabsIan Campbell2012-03-223-5/+5
* Introduce system_state variable.Keir Fraser2012-03-2211-9/+35
* x86/mm: fix broken shadow debug printkAndres Lagar-Cavilla2012-03-221-1/+1
* x86: Fix put_gfn in XEN_DOMCTL_getpageframeinfo3.Tim Deegan2012-03-221-1/+1
* kexec: provide crashinfo_maxaddr_bits if !CONFIG_KEXECDavid Vrabel2012-03-222-2/+8
* ia64: fix build (after c/s 25070:4e1d091d10d8)Jan Beulich2012-03-211-0/+1
* kexec: Fix printing of paddr_t in 32bit mode.Andrew Cooper2012-03-161-2/+2
* 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