aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* ARM: add Calxeda Midway platformAndre Przywara2013-08-203-0/+84
* PL011: don't force baud rate of 38400 bpsAndre Przywara2013-08-201-1/+1
* xen/arm: erratum 766422: decode thumb store during data abortJulien Grall2013-08-203-0/+21
* xen/arm: Start to implement an ARM decoder instructionJulien Grall2013-08-203-0/+215
* xen/x86: hypervisor build fixes for FreeBSD.Tim Deegan2013-08-162-2/+2
* x86/boot: Remove stack segment parameter from smpbootAndrew Cooper2013-08-161-6/+3
* xen: Add stdbool.h workaround for BSD.Tim Deegan2013-08-152-2/+15
* xen: move -nostdinc into common Rules.mk.Tim Deegan2013-08-152-7/+5
* xen: move some arch CFLAGS into the common Rules.mk.Tim Deegan2013-08-153-4/+4
* 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
* VT-d: protect against bogus information coming from BIOSJan Beulich2013-08-142-0/+6
* 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-132-2/+1
* 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-1312-10/+51
* x86/AMD: Inject #GP instead of #UD when unable to map vmcbSuravee Suthikulpanit2013-08-132-11/+15
* x86/AMD: Fix nested svm crash due to assertion in __virt_to_maddrSuravee Suthikulpanit2013-08-132-13/+50
* xen: arm: document which hypercalls (and subops) are supported on ARMIan Campbell2013-08-081-2/+64
* cleanup unused request{_dt,}_irq() parameterAndrew Cooper2013-08-089-12/+11
* 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-088-96/+317
|\
| * mem_sharing_nominate_page: p2mt should never change before p2m_change_type()Nai Xia2013-08-081-14/+2
| * pciif: add multi-vector-MSI commandJan Beulich2013-08-081-0/+1
| * x86: enable multi-vector MSIJan Beulich2013-08-086-82/+314
* | pl011: Implement vuart_info callbackJulien Grall2013-08-081-0/+15
* | exynos4210: Implement vuart_info callbackJulien Grall2013-08-082-0/+16
* | exynos4210: rename UTRSTAT_TX_EMPTY in UTRSTAT_TXFEJulien Grall2013-08-082-2/+2
* | xen/arm: Implement a virtual UARTJulien Grall2013-08-088-172/+176
* | xen/arm: New callback in uart_driver to retrieve serial informationJulien Grall2013-08-082-0/+21
* | libelf: Fix typo in header guard macroPatrick Welche2013-08-081-2/+2
* | 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-072-6/+37
* xen/conring: Write to console ring even if console lock is bustedAndrew Cooper2013-08-061-3/+2
* xen/conring: Clean up writing to the console ringAndrew Cooper2013-08-061-9/+10
* 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
* fix off-by-one mistakes in vm_alloc()Jan Beulich2013-08-051-10/+18
* xen/arm: Use define instead of hardcoded value in debug-pl011Julien Grall2013-08-052-8/+11
* pl011: Move registers' definition in a separate fileJulien Grall2013-08-052-47/+81
* pl011: Use ioreadl/iowritelJulien Grall2013-08-051-38/+42
* scmversion: 'Improve' svn interaction.Andrew Cooper2013-08-021-10/+1
* xen: arm: handle traps of conditional instructions.Ian Campbell2013-08-022-24/+145
* xen: arm: do not pretend to be a Cortex-A15 when running 32-bit guestsIan Campbell2013-08-021-3/+0
* stubdom: Fix stubdom undeclared function build warningsSamuel Thibault2013-08-021-0/+2
* xen/arm: Fix guest secondaries CPU boot after bcac10fJulien Grall2013-07-303-4/+14
* Merge branch 'staging' of ssh://xenbits.xen.org/home/xen/git/xen into stagingIan Campbell2013-07-293-14/+3
|\
| * Don't take the domain lock for p2m operations.Tim Deegan2013-07-293-14/+3
* | xen: arm: Handle SMC from 64-bit guestsIan Campbell2013-07-293-9/+48