aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include
Commit message (Expand)AuthorAgeFilesLines
* ARM: add Calxeda Midway platformAndre Przywara2013-08-201-0/+21
* xen/arm: erratum 766422: decode thumb store during data abortJulien Grall2013-08-202-0/+6
* xen/x86: hypervisor build fixes for FreeBSD.Tim Deegan2013-08-162-2/+2
* xen: Add stdbool.h workaround for BSD.Tim Deegan2013-08-152-2/+15
* watchdog: Move watchdog from being x86 specific to common codeAndrew Cooper2013-08-133-4/+36
* x86/AMD: Inject #GP instead of #UD when unable to map vmcbSuravee Suthikulpanit2013-08-131-1/+1
* x86/AMD: Fix nested svm crash due to assertion in __virt_to_maddrSuravee Suthikulpanit2013-08-131-4/+7
* xen: arm: document which hypercalls (and subops) are supported on ARMIan Campbell2013-08-081-2/+64
* cleanup unused request{_dt,}_irq() parameterAndrew Cooper2013-08-082-3/+2
* Merge branch 'staging' of ssh://xenbits.xen.org/home/xen/git/xen into stagingIan Campbell2013-08-084-4/+7
|\
| * pciif: add multi-vector-MSI commandJan Beulich2013-08-081-0/+1
| * x86: enable multi-vector MSIJan Beulich2013-08-083-4/+6
* | exynos4210: Implement vuart_info callbackJulien Grall2013-08-081-0/+1
* | exynos4210: rename UTRSTAT_TX_EMPTY in UTRSTAT_TXFEJulien Grall2013-08-081-1/+1
* | xen/arm: Implement a virtual UARTJulien Grall2013-08-081-6/+8
* | xen/arm: New callback in uart_driver to retrieve serial informationJulien Grall2013-08-081-0/+13
|/
* Intel/VPMU: Add support for full-width PMC writesBoris Ostrovsky2013-08-071-1/+1
* xen/arm: Use define instead of hardcoded value in debug-pl011Julien Grall2013-08-051-0/+1
* pl011: Move registers' definition in a separate fileJulien Grall2013-08-051-0/+80
* xen: arm: handle traps of conditional instructions.Ian Campbell2013-08-021-0/+9
* stubdom: Fix stubdom undeclared function build warningsSamuel Thibault2013-08-021-0/+2
* xen/arm: Fix guest secondaries CPU boot after bcac10fJulien Grall2013-07-301-1/+5
* xen: arm: Handle SMC from 64-bit guestsIan Campbell2013-07-292-1/+16
* xen: arm: document HCR bits.Ian Campbell2013-07-291-28/+28
* xen: arm: align some commentsIan Campbell2013-07-291-4/+4
* xen: arm: handle 64-bit system register access traps.Ian Campbell2013-07-292-0/+88
* xen: arm: handle hypercalls from 64-bit guestsIan Campbell2013-07-291-2/+5
* xen: arm: Set EL1 register width in HCR_EL2 during context switch.Ian Campbell2013-07-291-0/+1
* xen: arm: improve register dump output for 64-bit guest (and more generally too)Ian Campbell2013-07-291-0/+1
* xen: arm: precalculate VTTBR_EL2 for a domain when setting up its p2mIan Campbell2013-07-291-0/+3
* xen: arm: support building a 64-bit dom0 domainIan Campbell2013-07-292-2/+2
* xen: arm: tweak arm64 stack frame layoutIan Campbell2013-07-291-4/+3
* xen: arm: remove unnecessary cache flush in write_pteIan Campbell2013-07-292-8/+0
* xen/arm: Implement MPIDR per VCPUJulien Grall2013-07-192-1/+10
* xen: arm: introduce Cortex-A7 supportBamvor Jian Zhang2013-07-175-6/+52
* x86: don't use destroy_xen_mappings() for vunmap()Jan Beulich2013-07-171-0/+1
* VMX: fix interaction of APIC-V and Viridian emulationJan Beulich2013-07-171-0/+1
* AMD IOMMU: allocate IRTE entries instead of using a static mappingJan Beulich2013-07-163-7/+8
* extract register definitions from ns16550 into a separated headerChen Baozi2013-07-161-0/+104
* AMD IOMMU: use ioremap()Jan Beulich2013-07-152-5/+0
* VT-d: use ioremap()Jan Beulich2013-07-151-2/+0
* x86: add locking to map_pages_to_xen()Jan Beulich2013-07-151-2/+0
* netif.h: fix typo, BLKIF -> NETIFWei Liu2013-07-081-1/+1
* xen/arm32: implement VFP context switchJulien Grall2013-07-045-0/+95
* xen/arm: don't enable VFP on XEN during the bootJulien Grall2013-07-041-43/+0
* use SMP barrier in common code dealing with shared memory protocolsIan Campbell2013-07-041-2/+2
* x86: make map_domain_page_global() a simple wrapper around vmap()Jan Beulich2013-07-041-14/+8
* bitmap_*() should cope with zero size bitmapsJan Beulich2013-07-042-80/+102
* x86: drop MAX_VECTOR definitionJan Beulich2013-07-041-2/+0
* iommu/amd: Fix logic for clearing the IOMMU interrupt bitsSuravee Suthikulpanit2013-07-021-5/+17