aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* x86: remove references to unimplemented BIOS reboot optionMatt Wilson2013-08-301-25/+17
* public/hvm_xs_strings.h: Fix ABI regression for OEM SMBios stringsAndrew Cooper2013-08-301-1/+1
* AMD IOMMU: allow command line overrides for broken IVRS tablesJan Beulich2013-08-293-18/+87
* AMD IOMMU: add missing checksJan Beulich2013-08-291-3/+11
* x86: AVX instruction emulation fixesJan Beulich2013-08-281-9/+7
* xen: update tx_ready callback for ARM serial driversTomasz Wroblewski2013-08-283-3/+3
* PCI UART: better cope with UART being temporarily unavailableTomasz Wroblewski2013-08-284-27/+45
* Fix inactive timer list corruption on second S3 resumeTomasz Wroblewski2013-08-281-1/+3
* PCI: centralize parsing of device coordinates in command line optionsJan Beulich2013-08-285-45/+66
* AMD IOMMU: also allocate IRTEs for HPET MSIJan Beulich2013-08-281-5/+22
* xen/arm: use defines for boot module indexes instead of open coded numbersIan Campbell2013-08-275-16/+21
* xen: arm: indicate when we have early panicedIan Campbell2013-08-271-0/+2
* pl011: early_panic if baud rate not set in hardwareIan Campbell2013-08-271-0/+2
* xen/arm: add lower-bound check in mfn_validJaeyong Yoo2013-08-271-1/+1
* xen/arm: Introduce and use GLOBAL() in asm code.Andrew Cooper2013-08-277-20/+12
* drivers/char: pl011: Enable receive timeout interruptJulien Grall2013-08-271-1/+1
* Revert "x86/boot: Explicitly clean pcpu stacks in debug builds"Jan Beulich2013-08-272-13/+0
* fix gdbstub build c/s c8177e691fAndrew Cooper2013-08-271-1/+1
* x86/boot: Explicitly clean pcpu stacks in debug buildsAndrew Cooper2013-08-272-0/+13
* x86/time: remove Cyclone as a platform timerMatt Wilson2013-08-272-69/+3
* x86/apic: remove Summit supportMatt Wilson2013-08-275-139/+1
* x86/Intel: add support for Haswell CPU modelsJan Beulich2013-08-273-3/+10
* VMX: convert EOI exit bitmap to a proper bitmapJan Beulich2013-08-273-41/+22
* x86: don't allow Dom0 access to the HT address rangeJan Beulich2013-08-271-0/+4
* x86: don't allow Dom0 access to the MSI address rangeJan Beulich2013-08-271-0/+4
* Revert "interrupts: allow guest to set/clear MSI-X mask bit"Jan Beulich2013-08-261-47/+14
* domctl: replace cpumask_weight() usesJan Beulich2013-08-231-4/+4
* credit1: replace cpumask_empty() usesJan Beulich2013-08-231-4/+3
* credit2: replace cpumask_first() usesJan Beulich2013-08-231-8/+10
* x86: use cpumask_any() in mask-to-APIC-ID conversionsJan Beulich2013-08-232-2/+2
* un-alias cpumask_any() from cpumask_first()Jan Beulich2013-08-237-1/+90
* x86: correct public header's documentation of PAT MSR settingsJan Beulich2013-08-231-9/+9
* PCI: break MSI-X data out of struct pci_dev_infoJan Beulich2013-08-235-64/+86
* x86: move struct bug_frame instances out of lineJan Beulich2013-08-235-84/+105
* xen: arm: retry trylock if strex fails on free lock.Ian Campbell2013-08-222-12/+16
* xen/arm64: resync atomics and spinlock asm with LinuxIan Campbell2013-08-223-94/+94
* xen/arm64: Assembly optimized bitops from LinuxIan Campbell2013-08-223-217/+76
* xen/arm: Specific mapping for dom0 on OMAP5 platformChen Baozi2013-08-222-0/+35
* xen/arm: Platform recognition and initialize arch_timer for the OMAP5Chen Baozi2013-08-223-0/+143
* xen/arm: Add support for device tree specified arch_timer clock frequency.Chen Baozi2013-08-221-1/+6
* xen/arm: Add the new OMAP UART driver.Chen Baozi2013-08-223-0/+426
* xen: Introduce a helper to read a u32 property in device tree.Chen Baozi2013-08-222-0/+26
* xen/arm: add 8250 compatible UART support for early_printkChen Baozi2013-08-222-0/+57
* xen: rename ns16550-uart.h to 8250-uart.h and fix some typosChen Baozi2013-08-222-10/+10
* ARM: fix const declaration of platform structAndre Przywara2013-08-223-3/+3
* Correct X2-APIC HVM emulationJuergen Gross2013-08-221-0/+1
* Nested VMX: Update APIC-v(RVI/SVI) when vmexit to L1Yang Zhang2013-08-228-17/+62
* Nested VMX: Clear APIC-v control bit in vmcs02Yang Zhang2013-08-221-0/+12
* Nested VMX: Force check ISR when L2 is runningYang Zhang2013-08-221-1/+3
* Nested VMX: Check whether interrupt is blocked by TPRYang Zhang2013-08-221-0/+5