aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch
Commit message (Expand)AuthorAgeFilesLines
* ARM: add Calxeda Midway platformAndre Przywara2013-08-202-0/+63
* xen/arm: erratum 766422: decode thumb store during data abortJulien Grall2013-08-201-0/+15
* xen/arm: Start to implement an ARM decoder instructionJulien Grall2013-08-203-0/+215
* x86/boot: Remove stack segment parameter from smpbootAndrew Cooper2013-08-161-6/+3
* xen: move -nostdinc into common Rules.mk.Tim Deegan2013-08-151-6/+0
* xen: move some arch CFLAGS into the common Rules.mk.Tim Deegan2013-08-152-4/+0
* x86/time: fix check for negative time in __update_vcpu_system_time()Tim Deegan2013-08-151-1/+2
* x86/MTRR: fix range check in mtrr_add_page()Jan Beulich2013-08-141-1/+1
* x86: use "R" constraint for fxsaveq/fxrstorq enforcementJan Beulich2013-08-141-3/+2
* VMX: add boot parameter to enable/disable APIC-v dynamicallyYang Zhang2013-08-131-2/+5
* watchdog/crash: Always disable watchdog in console_force_unlock()Andrew Cooper2013-08-131-2/+0
* x86/watchdog: Tweak implementation given new common codeAndrew Cooper2013-08-131-2/+1
* watchdog: Move watchdog from being x86 specific to common codeAndrew Cooper2013-08-135-2/+11
* x86/AMD: Inject #GP instead of #UD when unable to map vmcbSuravee Suthikulpanit2013-08-131-10/+14
* x86/AMD: Fix nested svm crash due to assertion in __virt_to_maddrSuravee Suthikulpanit2013-08-131-9/+43
* cleanup unused request{_dt,}_irq() parameterAndrew Cooper2013-08-085-7/+7
* Revert "xen/arm: Add support for device tree specified arch_timer clock frequ...Ian Campbell2013-08-081-6/+1
* Merge branch 'staging' of ssh://xenbits.xen.org/home/xen/git/xen into stagingIan Campbell2013-08-084-92/+310
|\
| * mem_sharing_nominate_page: p2mt should never change before p2m_change_type()Nai Xia2013-08-081-14/+2
| * x86: enable multi-vector MSIJan Beulich2013-08-083-78/+308
* | exynos4210: rename UTRSTAT_TX_EMPTY in UTRSTAT_TXFEJulien Grall2013-08-081-1/+1
* | xen/arm: Implement a virtual UARTJulien Grall2013-08-087-166/+168
* | xen/arm: Add support for device tree specified arch_timer clock frequency.Chen Baozi2013-08-081-1/+6
|/
* Intel/VPMU: Add support for full-width PMC writesBoris Ostrovsky2013-08-071-5/+36
* Nested VMX: Flush TLBs and Caches if paging mode changedYang Zhang2013-08-061-0/+1
* x86: refine FPU selector handling code for XSAVEOPTJan Beulich2013-08-051-0/+25
* xen/arm: Use define instead of hardcoded value in debug-pl011Julien Grall2013-08-051-8/+10
* xen: arm: handle traps of conditional instructions.Ian Campbell2013-08-021-24/+136
* xen: arm: do not pretend to be a Cortex-A15 when running 32-bit guestsIan Campbell2013-08-021-3/+0
* xen/arm: Fix guest secondaries CPU boot after bcac10fJulien Grall2013-07-302-3/+9
* Merge branch 'staging' of ssh://xenbits.xen.org/home/xen/git/xen into stagingIan Campbell2013-07-292-10/+3
|\
| * Don't take the domain lock for p2m operations.Tim Deegan2013-07-292-10/+3
* | xen: arm: Handle SMC from 64-bit guestsIan Campbell2013-07-291-8/+32
* | xen: arm: handle 64-bit system register access traps.Ian Campbell2013-07-292-44/+125
* | xen: arm: handle hypercalls from 64-bit guestsIan Campbell2013-07-291-18/+52
* | xen: arm: handle traps from 64-bit guestsIan Campbell2013-07-291-2/+41
* | xen: arm: refactor 64-bit return from trap pathIan Campbell2013-07-293-19/+29
* | xen: arm: some cleanups to hypervisor entry code.Ian Campbell2013-07-292-10/+10
* | xen: arm: Set EL1 register width in HCR_EL2 during context switch.Ian Campbell2013-07-291-0/+5
* | xen: arm: show less words in a line of a stack trace in 64-bit buildsIan Campbell2013-07-291-2/+7
* | xen: arm: support dumping 64-bit guest stackIan Campbell2013-07-291-4/+76
* | xen: arm: improve register dump output for 64-bit guest (and more generally too)Ian Campbell2013-07-291-59/+112
* | xen: arm: precalculate VTTBR_EL2 for a domain when setting up its p2mIan Campbell2013-07-291-7/+9
* | xen: arm: support building a 64-bit dom0 domainIan Campbell2013-07-291-3/+7
* | xen: arm: support for loading 64-bit zImage dom0Ian Campbell2013-07-291-5/+76
* | xen: arm: rename 32-bit specific zImage field offset constantsIan Campbell2013-07-291-14/+14
* | xen: arm: tweak arm64 stack frame layoutIan Campbell2013-07-294-5/+15
* | xen/arm: Clean up identify processor call for secondary cpusJulien Grall2013-07-291-4/+2
* | xen/arm: Allow secondary cpus to start in THUMBJulien Grall2013-07-291-0/+8
* | xen/arm: Don't emulate the MMIO access if the instruction syndrome is invalidJulien Grall2013-07-291-0/+4