aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* xen,pod: Only sweep in an emergency, and only for 4k pagesGeorge Dunlap2012-06-282-49/+5
* xen,pod: Zero-check recently populated pages (checklast)George Dunlap2012-06-282-0/+31
* xen,pod: Try to reclaim superpages when ballooning downGeorge Dunlap2012-06-281-7/+24
* arm: fix build after c/s 25477:e12e0b038219Jan Beulich2012-06-283-0/+4
* xen,pod: Cosmetic code motionGeorge Dunlap2012-06-271-3/+3
* x86/mm: Clean up unshare path for foreign mappingsAndres Lagar-Cavilla2012-06-281-23/+11
* x86/hvm: increase struct hvm_vcpu_io's mmio_large_read[]Jan Beulich2012-06-281-4/+4
* arm: fix locking in create_p2m_entriesIan Campbell2012-06-261-2/+2
* arm: map fixmaps non-executable.Ian Campbell2012-06-261-0/+1
* arm: dump guest s1 walk on data abort which is not a stage 2 issue.Ian Campbell2012-06-262-6/+70
* arm: dump a page table walk when va_to_par fails.Ian Campbell2012-06-261-1/+5
* arm: context switch a bunch of guest state.Ian Campbell2012-06-266-13/+208
* arm: Add simple cpu_{sibling, core}_maskIan Campbell2012-06-263-4/+23
* arm: do not set max_vcpus = 8 in arch_domain_create.Ian Campbell2012-06-262-3/+1
* arm: implement stub version of flush_tlb_mask.Ian Campbell2012-06-262-1/+9
* arm: stub out sync_vcpu_execstateIan Campbell2012-06-262-1/+5
* arm: remove hard tabs from init_idle_domainIan Campbell2012-06-261-3/+3
* arm: implement p2m lookupIan Campbell2012-06-262-0/+48
* arm: remove unnecessarily verbose print from p2m_load_VTTBRIan Campbell2012-06-261-2/+0
* arm: print domid as part of debug trapIan Campbell2012-06-261-5/+6
* arm: allocate and setup a guest vcpu.Ian Campbell2012-06-263-12/+67
* arm: hook up domctl and memory_opIan Campbell2012-06-261-0/+2
* arm: enable interrupts while handling trapsIan Campbell2012-06-263-4/+16
* arm: restore stack on return from trap.Ian Campbell2012-06-262-14/+7
* arm: correct and expand TLB flush CP15 registersIan Campbell2012-06-261-2/+9
* arm: handy function to print a walk of a page tableIan Campbell2012-06-263-1/+89
* arm: allocate top level p2m page for all non-idle domainsIan Campbell2012-06-262-1/+4
* arm: fix build with gcc 4.7.xJan Beulich2012-06-251-1/+1
* Fix check if guest enabled nested paging.Christoph Egger2012-06-251-0/+3
* x86/PCI: pass correct register value to XSMDaniel De Graaf2012-06-221-0/+12
* AMD IOMMU: add mechanism to protect their PCI devices' config spacesJan Beulich2012-06-229-20/+199
* x86-64: revert mmconfig part of c/s 24425:053a44894279Jan Beulich2012-06-221-13/+0
* x86/PCI: fix guest_io_read() when pci_cfg_ok() denies accessJan Beulich2012-06-221-1/+1
* x86/mm: fix mod_l1_entry() return value when encountering r/o MMIO pageJan Beulich2012-06-211-0/+1
* x86-64: don't allow non-canonical addresses to be set for any callbackJan Beulich2012-06-183-0/+21
* x86, cpufreq: Change powernow's CPB status immediatelyBoris Ostrovsky2012-06-184-18/+55
* SVM: fix performance decrease with asid assignmentChristoph Egger2012-06-131-1/+2
* x86-64: detect processors subject to AMD erratum #121 and refuse to bootJan Beulich2012-06-122-0/+11
* x86_64: Do not execute sysret with a non-canonical return addressJan Beulich2012-06-121-0/+11
* x86: get rid of BOOT_TRAMPOLINEJan Beulich2012-06-117-63/+105
* x86/nmi: Fix deadlock in unknown_nmi_error()Andrew Cooper2012-06-111-4/+4
* gdbsx: send virq to guest if gdbsx_vcpu_event is not activeMukesh Rathor2012-06-111-1/+3
* xen: fix page_list_splice()Jan Beulich2012-06-061-1/+2
* xenpm, x86: Fix reporting of idle state average residency timesBoris Ostrovsky2012-06-062-36/+63
* xen: enhance dump_numa outputDario Faggioli2012-06-061-2/+3
* arm: Enable VFP at bootTim Deegan2012-06-014-1/+42
* arm: allow ourselves access to all coprocessors in non-secure modeTim Deegan2012-06-011-1/+4
* arm: missing __init annotationTim Deegan2012-06-011-1/+1
* arm: avoid memory write in switch to Hyp modeTim Deegan2012-06-011-8/+4
* arm: Move hyp-mode entry code out of line.Tim Deegan2012-06-013-44/+80