aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include
Commit message (Expand)AuthorAgeFilesLines
* xen,pod: Only sweep in an emergency, and only for 4k pagesGeorge Dunlap2012-06-281-1/+0
* xen,pod: Zero-check recently populated pages (checklast)George Dunlap2012-06-281-0/+4
* x86/hvm: increase struct hvm_vcpu_io's mmio_large_read[]Jan Beulich2012-06-281-4/+4
* arm: dump guest s1 walk on data abort which is not a stage 2 issue.Ian Campbell2012-06-261-0/+1
* 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-263-5/+60
* arm: do not set max_vcpus = 8 in arch_domain_create.Ian Campbell2012-06-261-1/+1
* arm: implement p2m lookupIan Campbell2012-06-261-0/+3
* arm: allocate and setup a guest vcpu.Ian Campbell2012-06-261-9/+0
* 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-261-0/+26
* AMD IOMMU: add mechanism to protect their PCI devices' config spacesJan Beulich2012-06-222-0/+5
* x86, cpufreq: Change powernow's CPB status immediatelyBoris Ostrovsky2012-06-181-2/+2
* x86-64: detect processors subject to AMD erratum #121 and refuse to bootJan Beulich2012-06-121-0/+3
* xen: fix page_list_splice()Jan Beulich2012-06-061-1/+2
* xenpm, x86: Fix reporting of idle state average residency timesBoris Ostrovsky2012-06-061-0/+2
* arm: Enable VFP at bootTim Deegan2012-06-011-0/+35
* arm: remove VGIC_SOFTIRQStefano Stabellini2012-06-011-2/+1
* arm: implement flush_tlb_all_local and flush_tlb_localStefano Stabellini2012-06-011-2/+21
* arm: shared_info page allocation and mappingStefano Stabellini2012-06-014-0/+18
* arm: support fewer LR registers than virtual irqsStefano Stabellini2012-06-011-0/+10
* Rename: inslen -> insn_lenKeir Fraser2012-05-302-2/+2
* Add instruction length and trap type in HVMOP_inject_trap.Xudong Hao2012-05-302-10/+21
* hvm: Add instruction length to hvm_trap info.Keir Fraser2012-05-301-0/+2
* xen: Define new struct hvm_trap and cleanup vmx exceptionKeir Fraser2012-05-304-16/+17
* x86: document register for 6th hypercall argumentDavid Vrabel2012-05-302-2/+2
* x86: fix nested HVM initializationJan Beulich2012-05-301-1/+0
* xen: domain_pirq_to_emuirq return IRQ_UNBOUND by defaultStefano Stabellini2012-05-252-6/+7
* amd iommu: Add workaround for erratum 732 & 733Wei Wang2012-05-231-0/+4
* x86/mem_sharing: Allow paging-in pages to be replaced by shared ones.Andres Lagar-Cavilla2012-05-181-0/+1
* x86/mem_sharing: Fix test for "empty" physmap entry in sharing_add_to_physmapTim Deegan2012-05-171-0/+7
* x86/p2m, arm/p2m: remove get_gfn_untyped().Tim Deegan2012-05-172-17/+0
* arm: Implement get_page_from_gfn()Tim Deegan2012-05-171-0/+22
* x86/mm: Introduce get_page_from_gfn().Tim Deegan2012-05-171-0/+27
* x86/mm: make p2m lock into an rwlockTim Deegan2012-05-172-1/+9
* x86: adjust handling of interrupts coming in via legacy vectorsJan Beulich2012-05-152-0/+7
* Remove bool return code from evtchn_set_pending() and callers.Keir Fraser2012-05-102-3/+2
* x86_64: Fix off-by-one error setting up the Interrupt Stack TablesAndrew Cooper2012-05-101-1/+3
* x86_64: fix naming of rflags in elf regset structureAndrew Cooper2012-05-101-2/+2
* x86/MSI: remove stray endianness definitionJan Beulich2012-05-071-2/+1
* x86/mm: Eliminate _shadow_mode_refcountsAndres Lagar-Cavilla2012-05-031-1/+0
* x86/hvm: Add get_shadow_gs_base() wrapper functionAravindh Puthiyaparambil2012-04-271-0/+6
* x86/mem_sharing: For shared pages with many references, use a hash tableAndres Lagar-Cavilla2012-04-261-1/+12
* x86/mm/shadow: don't use locking p2m lookups with the paging lock held.Tim Deegan2012-04-261-0/+5
* vmx: Allow software (user defined) interrupts to be injected in to the guestAravindh Puthiyaparambil2012-04-201-0/+1
* x86/mm/sharing: Clean ups for relinquishing shared pages on destroyAndres Lagar-Cavilla2012-04-184-0/+19
* Fix save/restore of guest PAT table in HAP paging mode.Gianluca Guida2012-04-171-0/+6
* x86: explicitly mark __initdata variables as used when building with clang.Tim Deegan2012-04-112-1/+7
* xen: define __section() and friends and use them for section annotations.Tim Deegan2012-04-118-22/+19
* x86: don't use .subsection when compiling with clangTim Deegan2012-04-111-0/+8