aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch
Commit message (Expand)AuthorAgeFilesLines
* x86/hvm: Bind device-model event-channels to registered device-modelKeir Fraser2013-01-091-7/+9
* nested vmx: synchronize page fault error code match and maskDongxiao Xu2013-01-081-0/+12
* nested vmx: emulate IA32_VMX_MISC MSRDongxiao Xu2013-01-081-1/+2
* x86/hvm: Bind xen-created event channels to building domainDaniel De Graaf2013-01-081-2/+2
* x86: fix assertion in get_page_type()Jan Beulich2013-01-071-1/+1
* x86: compat_show_guest_stack() should not truncate MFNJan Beulich2013-01-071-2/+3
* xen: arm: fix guest register access.Ian Campbell2012-12-204-9/+68
* arm: trim pagetable flag definitions to fit in 80 charactersTim Deegan2012-12-201-4/+4
* x86: also print CRn register values upon double faultJan Beulich2012-12-201-16/+13
* xen: arm: remove now empty dummy.SIan Campbell2012-12-192-9/+0
* xen: remove nr_irqs_gsi from generic codeIan Campbell2012-12-191-2/+0
* xen: arm: introduce arm32 as a subarch of arm.Ian Campbell2012-12-1937-194/+27
* xen: arm: reorder registers in struct cpu_user_regs.Ian Campbell2012-12-193-3/+4
* xen: arm: remove hard tabs from asm code.Ian Campbell2012-12-194-471/+498
* xen: arm: fix long lines in entry.SIan Campbell2012-12-191-33/+33
* xen: arm: implement share_xen_page_with_privileged_guestsIan Campbell2012-12-192-3/+6
* xen: arm: implement send_timer_event.Ian Campbell2012-12-192-1/+7
* xen: arm: initialise dom_{xen,io,cow}Ian Campbell2012-12-193-2/+29
* xen: arm: stub domain_relinquish_resources.Ian Campbell2012-12-192-1/+7
* xen: arm: stub out domain_get_maximum_gpfnIan Campbell2012-12-192-1/+5
* xen: arm: stub page_is_ram_type.Ian Campbell2012-12-192-3/+6
* xen: arm: stub out steal_page.Ian Campbell2012-12-192-3/+6
* xen: arm: stub out wallclock time.Ian Campbell2012-12-192-5/+18
* xen: arm: stub out pirq related functions.Ian Campbell2012-12-192-4/+29
* xen: arm: implement arch_vcpu_reset.Ian Campbell2012-12-192-1/+5
* xen: arm: implement arch_get_info_guestIan Campbell2012-12-192-1/+17
* xen: arm: make smp_send_state_dump a real functionIan Campbell2012-12-192-3/+6
* xen: arm: define node_online_map.Ian Campbell2012-12-192-1/+3
* xen: arm: Call init_xen_time earlierIan Campbell2012-12-191-2/+2
* xen/arm: do not map vGIC twice for dom0Stefano Stabellini2012-12-191-2/+0
* x86, amd: Disable way access filter on Piledriver CPUsAndre Przywara2012-12-191-0/+8
* xen/arch/*: add struct domain parameter to arch_do_domctlDaniel De Graaf2012-12-182-381/+76
* nested vmx: nested TPR shadow/threshold emulationDongxiao Xu2012-12-182-3/+44
* x86/kexec: Change NMI and MCE handling on kexec pathAndrew Cooper2012-12-133-15/+159
* x86/mm/hap: Adjust vram tracking to play nicely with log-dirty.Robert Phillips2012-12-132-250/+102
* xen: get GIC addresses from DTStefano Stabellini2012-12-131-11/+29
* VMX: intr.c: remove i386 related codeDongxiao Xu2012-12-121-7/+0
* x86/IST: Create set_ist() helper functionAndrew Cooper2012-12-112-9/+9
* x86/ucode: Improve error handling and container file processing on AMDBoris Ostrovsky2012-12-111-49/+53
* x86/EFI: work around CFLAGS being passed in through environmentCharles Arnold2012-12-111-1/+1
* x86: frame table related improvementsJan Beulich2012-12-111-35/+19
* xen: centralize accounting for domain tot_pagesDan Magenheimer2012-12-102-4/+4
* streamline guest copy operationsJan Beulich2012-12-107-71/+67
* x86/oprofile: adjust CPU specific initializationJan Beulich2012-12-101-30/+1
* x86: mark certain items staticJan Beulich2012-12-078-12/+14
* x86/HVM: add missing assert to stdvga's mmio_move()Jan Beulich2012-12-071-0/+1
* x86/EFI: add code interfacing with the secure boot shimJan Beulich2012-12-071-0/+19
* x86/p2m: drop redundant macro definitionsJan Beulich2012-12-071-12/+0
* x86: properly fail mmuext ops when get_page_from_gfn() failsJan Beulich2012-12-071-1/+2
* nested vmx: check host ability when intercept MSR readDongxiao Xu2012-12-061-16/+16