aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch
Commit message (Expand)AuthorAgeFilesLines
* gcov: Call constructors during initializationFrediano Ziglio2013-02-214-0/+18
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-2187-87/+87
* x86/mm: Take the p2m lock even in shadow mode.Tim Deegan2013-02-211-4/+2
* xmalloc: make close-to-PAGE_SIZE allocations more efficientJan Beulich2013-02-191-22/+11
* x86/VMX: fix VMCS setting for x2APIC mode guest while enabling APICVJiongxi Li2013-02-182-25/+104
* x86/VMX: fix live migration while enabling APICVJiongxi Li2013-02-183-2/+29
* xen/arm: introduce a driver for the ARM HDLCD controllerStefano Stabellini2013-02-151-0/+1
* xen/vtimer: fixes and improvementsStefano Stabellini2013-02-151-2/+8
* xen/arm: drain all the outstanding interrupts before returning from gic_inter...Stefano Stabellini2013-02-151-7/+13
* xen/arm: make lr_mask per_cpuStefano Stabellini2013-02-151-12/+11
* xen/arm: just return 0 on XENMEM_get_sharing_shared/freed_pagesStefano Stabellini2013-02-151-0/+4
* xen/arm: /spin_lock_irq/spin_lock_irqsave in gic_set_guest_irqStefano Stabellini2013-02-151-2/+3
* xen/arm: implement gnttab_create_shared_page and gnttab_shared_gmfnStefano Stabellini2013-02-152-0/+5
* xen: move XEN_SYSCTL_physinfo, XEN_SYSCTL_numainfo and XEN_SYSCTL_topologyinf...Stefano Stabellini2013-02-155-120/+18
* xen/arm: introduce vexpress_syscfgStefano Stabellini2013-02-154-1/+103
* xen/device_tree: introduce find_compatible_nodeStefano Stabellini2013-02-151-4/+3
* xen/arm: move setup_mm right after setup_pagetablesStefano Stabellini2013-02-151-4/+3
* xen: arm: do not pass a machine ID to dom0Ian Campbell2013-02-151-1/+1
* xen: arm: rename atag_paddr argument fdt_paddrIan Campbell2013-02-153-6/+6
* xen: arm32: Don't bother with the bootloader provided ARM-Linux machine typeIan Campbell2013-02-153-6/+3
* arm: comment the use of second_linear_offset() in mm.cTim Deegan2013-02-151-0/+3
* x86: move watchdog declarations from config.h to nmi.hJan Beulich2013-02-152-0/+2
* hvm: Allow triple fault to imply crash rather than rebootAndrew Cooper2013-02-151-2/+11
* x86: explicit suffix in inline assembler (for clang).Tim Deegan2013-02-141-1/+1
* x86/setup: don't relocate the VGA hole.Tim Deegan2013-02-141-5/+3
* x86: fix map_domain_page() leak from vcpu_destroy_pagetables()Jan Beulich2013-02-131-0/+1
* x86: Add Xenoprofile support for AMD Family16hSuravee Suthikulpanit2013-02-122-0/+6
* x86/HAP: Add global enable/disable command line optionAndrew Cooper2013-02-121-1/+12
* x86: debugging code for testing 16Tb support on smaller memory systemsJan Beulich2013-02-083-2/+74
* AMD,IOMMU: Make per-device interrupt remapping table defaultBoris Ostrovsky2013-02-051-3/+0
* xen: arm: fix build of hvm.cIan Campbell2013-02-051-0/+2
* xen/arm: implement vcpu_timer_destroyStefano Stabellini2013-02-053-0/+8
* xen/arm: implement domain_relinquish_resourcesStefano Stabellini2013-02-051-3/+44
* xen/arm: implement arch_domain_destroyStefano Stabellini2013-02-051-8/+5
* x86/HVM: assorted RTC emulation adjustmentsJan Beulich2013-02-052-10/+23
* Revert 26503:69398345c10eJan Beulich2013-02-052-9/+4
* x86/EFI: simplify PCI option ROM retrievalJan Beulich2013-02-041-9/+2
* nEPT: fix INVEPT instruction parameterDongxiao Xu2013-02-041-1/+1
* nEPT: fix EPT pointer setting for L2 guestDongxiao Xu2013-02-041-0/+10
* x86/nestedhvm: properly clean up after failure to set up all vCPU-sJan Beulich2013-02-042-4/+9
* VMX: disable SMEP feature when guest is in non-paging modeDongxiao Xu2013-01-301-0/+7
* vmx: Simplify cr0 update handling by deferring cr4 changes to the cr4 handler.Keir Fraser2013-01-301-10/+5
* xen: Fix some over-long source lines.Keir Fraser2013-01-303-3/+6
* xen: Define debug_build() based on NDEBUG. Use it in a few printk's.Keir Fraser2013-01-302-12/+2
* xen/arch/arm: add XSM hook to HVMOP_{get,set}_paramDaniel De Graaf2013-01-301-3/+8
* xen: arm: implement domain_page_map_to_mfnIan Campbell2013-01-281-0/+12
* nested vmx: enable VMCS shadowing featureDongxiao Xu2013-01-252-0/+91
* nested vmx: optimize for bulk access of virtual VMCSDongxiao Xu2013-01-252-16/+120
* nested vmx: use VMREAD/VMWRITE to construct vVMCS if enabled VMCS shadowingDongxiao Xu2013-01-252-4/+45
* nested vmx: Use a list to store the launched vvmcs for L1 VMMDongxiao Xu2013-01-251-10/+85