aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* xen: allow architecture to choose how/whether to compress installed xen binaryIan Campbell2013-07-191-3/+3
* xen: Use $(T) and $(D) aliases in install targetIan Campbell2013-07-191-13/+15
* xen: x86: drop the ".gz" suffix when installingIan Campbell2013-07-191-8/+8
* xen/arm: Implement MPIDR per VCPUJulien Grall2013-07-193-3/+18
* xen/arm: Clear the IRQ_GUEST bit in desc->status when releasing an IRQEric Trudeau2013-07-191-0/+1
* VT-d: enable for multi-vector MSIJan Beulich2013-07-181-29/+35
* x86: fix cache flushing condition in map_pages_to_xen()Jan Beulich2013-07-181-36/+20
* x86/time: Update wallclock in shared info when altering domain time offsetAndrew Cooper2013-07-181-0/+1
* xen/arm: Trap the ACTLR registerJulien Grall2013-07-172-3/+14
* xen/arm: Dummy implementation of multi-bank supportJulien Grall2013-07-171-6/+17
* xen: arm: correctly configure NSACR.Ian Campbell2013-07-171-4/+5
* Cleanup scmversion script, fix --save-scmversion optionMarek Marczykowski2013-07-171-9/+6
* xen: arm: introduce Cortex-A7 supportBamvor Jian Zhang2013-07-1710-34/+128
* x86: don't use destroy_xen_mappings() for vunmap()Jan Beulich2013-07-172-0/+7
* Viridian: cleanupJan Beulich2013-07-171-4/+4
* Viridian: populate CPUID leaf 6Jan Beulich2013-07-171-0/+14
* VMX: suppress pointless indirect callsJan Beulich2013-07-171-10/+8
* VMX: fix interaction of APIC-V and Viridian emulationJan Beulich2013-07-173-1/+18
* x86/cpuidle: Change logging for unknown APIC IDsAndrew Cooper2013-07-172-2/+5
* AMD IOMMU: Add debug-key for dumping IRTEsSuravee Suthikulpanit2013-07-161-0/+61
* AMD IOMMU: enable for multi-vector MSIJan Beulich2013-07-161-12/+51
* AMD IOMMU: untie remap and vector mapsJan Beulich2013-07-161-44/+0
* AMD IOMMU: allocate IRTE entries instead of using a static mappingJan Beulich2013-07-166-87/+191
* extract register definitions from ns16550 into a separated headerChen Baozi2013-07-162-111/+148
* x86: Special case __HYPERVISOR_iret rather more when writing hypercall pagesAndrew Cooper2013-07-164-2/+14
* AMD IOMMU: use ioremap()Jan Beulich2013-07-153-17/+3
* VT-d: use ioremap()Jan Beulich2013-07-154-13/+4
* x86: add locking to map_pages_to_xen()Jan Beulich2013-07-154-81/+168
* 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