aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
* arm: More interrupt setup at start-of-day for secondary CPUsTim Deegan2012-06-011-0/+2
* arm: implement event injectionStefano Stabellini2012-06-014-2/+53
* arm: remove VGIC_SOFTIRQStefano Stabellini2012-06-015-23/+16
* arm: implement flush_tlb_all_local and flush_tlb_localStefano Stabellini2012-06-012-2/+23
* arm: shared_info page allocation and mappingStefano Stabellini2012-06-017-5/+146
* arm: replace list_del and INIT_LIST_HEAD with list_del_initStefano Stabellini2012-06-011-2/+1
* arm: support fewer LR registers than virtual irqsStefano Stabellini2012-06-012-22/+90
* passthrough: fix xsm-related oversightJan Beulich2012-05-311-1/+1
* x86/EDD: check MBR for BIOS magic before considering signature validJan Beulich2012-05-311-1/+5
* x86/amd: re-enable CPU topology extensions in case BIOS has disabled itAndreas Herrmann2012-05-311-0/+15
* Rename: inslen -> insn_lenKeir Fraser2012-05-304-5/+5
* Add instruction length and trap type in HVMOP_inject_trap.Xudong Hao2012-05-303-11/+24
* hvm: Add instruction length to hvm_trap info.Keir Fraser2012-05-302-1/+15
* xen: Define new struct hvm_trap and cleanup vmx exceptionKeir Fraser2012-05-3016-199/+205
* x86: document register for 6th hypercall argumentDavid Vrabel2012-05-302-2/+2
* gnttab: cleanupJan Beulich2012-05-301-135/+131
* gnttab: mark maptrack free list tail with an explicit terminatorJan Beulich2012-05-301-6/+11
* gnttab: don't use domain lock for serializationJan Beulich2012-05-302-56/+79
* x86: fix nested HVM initializationJan Beulich2012-05-303-17/+27
* x86_64: Record entry vector for double faults.Andrew Cooper2012-05-251-0/+1
* xen: domain_pirq_to_emuirq return IRQ_UNBOUND by defaultStefano Stabellini2012-05-252-6/+7
* amd iommu: improve parse_event_log_entry()Jan Beulich2012-05-231-17/+16
* amd iommu: Add workaround for erratum 732 & 733Wei Wang2012-05-232-7/+54
* x86: don't hold off NMI delivery when MCE is maskedJan Beulich2012-05-223-3/+6
* x86: prevent call to xfree() in dump_irqs() while in an irq contextAndrew Cooper2012-05-222-3/+3
* x86: don't call generic_identify() redundantlyJan Beulich2012-05-216-8/+1
* serial: serial_irq() and descendants can be __initJan Beulich2012-05-213-3/+3
* x86/mem_sharing: Allow paging-in pages to be replaced by shared ones.Andres Lagar-Cavilla2012-05-182-0/+11
* x86/mem_sharing: Fix test for "empty" physmap entry in sharing_add_to_physmapTim Deegan2012-05-172-3/+11
* x86/p2m, arm/p2m: remove get_gfn_untyped().Tim Deegan2012-05-173-18/+2
* x86/hvm/svm: used unlocked p2m lookups in trace and error paths.Andres Lagar-Cavilla2012-05-171-4/+2
* x86/hvm: use unlocked p2m lookups in hvmemul_rep_movs()Tim Deegan2012-05-171-23/+7
* grant-tables: Use get_page_from_gfn() instead of get_gfn()/put_gfn.Andres Lagar-Cavilla2012-05-171-133/+90
* common: Use get_page_from_gfn() instead of get_gfn()/put_gfn.Tim Deegan2012-05-173-29/+28
* x86: Use get_page_from_gfn() instead of get_gfn()/put_gfn.Tim Deegan2012-05-174-91/+86
* x86/mm: Use get_page_from_gfn() instead of get_gfn()/put_gfn.Tim Deegan2012-05-173-256/+152
* x86/hvm: Use get_page_from_gfn() instead of get_gfn()/put_gfn.Tim Deegan2012-05-176-197/+138
* arm: Implement get_page_from_gfn()Tim Deegan2012-05-171-0/+22
* x86/mm: Introduce get_page_from_gfn().Tim Deegan2012-05-172-0/+80
* x86/mm: make p2m lock into an rwlockTim Deegan2012-05-174-20/+83
* x86: adjust handling of interrupts coming in via legacy vectorsJan Beulich2012-05-155-20/+52
* x86: fix i8259A_resume()Jan Beulich2012-05-151-1/+1