aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* x86/HVM: key handler registration functions can be __initJan Beulich2013-07-102-2/+2
* arm: correct vfp save/restore asm constraintsIan Campbell2013-07-101-8/+9
* also allow building .s files from .c onesJan Beulich2013-07-102-1/+4
* adjust x86 EFI buildJan Beulich2013-07-101-1/+1
* netif.h: fix typo, BLKIF -> NETIFWei Liu2013-07-081-1/+1
* xen/arm32: implement VFP context switchJulien Grall2013-07-0410-2/+210
* xen/arm: don't enable VFP on XEN during the bootJulien Grall2013-07-044-49/+1
* x86/mm: Ensure useful progress in alloc_l2_table()Andrew Cooper2013-07-041-1/+2
* use SMP barrier in common code dealing with shared memory protocolsIan Campbell2013-07-0411-24/+24
* x86: make map_domain_page_global() a simple wrapper around vmap()Jan Beulich2013-07-043-69/+15
* bitmap_*() should cope with zero size bitmapsJan Beulich2013-07-042-80/+102
* x86: drop MAX_VECTOR definitionJan Beulich2013-07-042-5/+3
* x86: Restore reboot quirks by DMI, fix reboot on a number of systemsBen Guthro2013-07-041-0/+365
* iommu/amd: Workaround for erratum 787Suravee Suthikulpanit2013-07-021-0/+16
* iommu/amd: Fix logic for clearing the IOMMU interrupt bitsSuravee Suthikulpanit2013-07-024-45/+84
* x86: don't pass negative time to gtime_to_gtsc() (try 2)Jan Beulich2013-07-021-9/+6
* cpufreq, xenpm: fix cpufreq and xenpm mismatchJacob Shin2013-07-021-1/+1
* gnttab: remove unused MAPTRACK_MAX_ENTRIES defineMatthew Daley2013-07-021-3/+0
* x86/fxsave: bring in line with recent xsave adjustmentsJan Beulich2013-07-021-26/+21
* x86/xsave: adjust state managementJan Beulich2013-07-024-2/+17
* update Xen version to 4.4-unstableJan Beulich2013-07-011-1/+1
* xen/arm: Rework the way to compute dom0 DTB base addressJulien Grall2013-06-283-6/+41
* xen/arm: gic_shutdown_irq must only disable the right IRQJulien Grall2013-06-281-3/+1
* xen/arm: Zeroed vgic ranks during the initializationJulien Grall2013-06-281-1/+1
* nested vmx: Fix the booting of L2 PAE guestDongxiao Xu2013-06-271-12/+15
* AMD/intremap: Prevent use of per-device vector maps until irq logic is fixedAndrew Cooper2013-06-271-2/+17
* Merge branch 'staging' of ssh://xenbits.xen.org/home/xen/git/xen into stagingIan Campbell2013-06-263-9/+28
|\
| * x86: fix page refcount handling in page table pin error pathJan Beulich2013-06-263-9/+28
* | libelf: fix printing of pointersJan Beulich2013-06-261-4/+4
|/
* VMX/Viridian: suppress MSR-based APIC suggestion when having APIC-VJan Beulich2013-06-251-2/+3
* libxl,hvmloader: Don't relocate memory for MMIO holeGeorge Dunlap2013-06-241-0/+1
* x86/hvm: fix HVMOP_inject_trap return value on successTim Deegan2013-06-211-0/+1
* tpmif: fix identifier prefixesJan Beulich2013-06-211-15/+15
* AMD IOMMU: make interrupt work againJan Beulich2013-06-173-9/+18
* xen: arm: fix build after libelf changes.4.3.0-rc5Ian Campbell2013-06-161-1/+3
* libelf: abolish obsolete macrosIan Jackson2013-06-144-63/+39
* libelf: check loops for running awayIan Jackson2013-06-144-20/+111
* libelf: use only unsigned integersIan Jackson2013-06-145-56/+63
* libelf: use C99 bool for booleansIan Jackson2013-06-145-17/+19
* libelf: Make all callers call elf_check_brokenIan Jackson2013-06-142-7/+31
* libelf: Check pointer references in elf_is_elfbinaryIan Jackson2013-06-144-7/+12
* libelf: check all pointer accessesIan Jackson2013-06-146-74/+264
* libelf: check nul-terminated strings properlyIan Jackson2013-06-143-8/+22
* libelf: introduce macros for memory access and pointer handlingIan Jackson2013-06-144-134/+283
* libelf: move include of <asm/guest_access.h> to top of fileIan Jackson2013-06-141-1/+4
* libelf: abolish elf_sval and elf_access_signedIan Jackson2013-06-142-39/+0
* libelf: add `struct elf_binary*' parameter to elf_load_imageIan Jackson2013-06-141-3/+5
* libelf: abolish libelf-relocate.cIan Jackson2013-06-141-372/+0
* xen/arm: Use the right GICD register to initialize IRQs routingJulien Grall2013-06-131-1/+1
* xen/arm: define PAGE_HYPERVISOR as WRITEALLOCStefano Stabellini2013-06-131-1/+1