aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch
Commit message (Expand)AuthorAgeFilesLines
...
* xen/dts: dt_find_interrupt_controller: accept multiple compatible stringsJulien Grall2013-09-171-1/+6
* xen/arm: Use dt_device_match to avoid multiple if conditionsJulien Grall2013-09-172-6/+14
* xen/dts: Constify device_tree_flattenedJulien Grall2013-09-172-5/+9
* hvm/vpmu: Prevent dump handlers from incorrectly mutating stateAndrew Cooper2013-09-162-15/+16
* x86: machine_restart() must not call acpi_dmar_reinstate() twiceJan Beulich2013-09-131-2/+3
* x86/mm: Don't dereference p2m pointer before NULL check.Tim Deegan2013-09-121-1/+3
* x86: fix memory cut-off when using PFN compressionJan Beulich2013-09-122-9/+13
* x86: add missing va_end to hypercall_xlat_continuationMatthew Daley2013-09-101-0/+4
* x86/mm: Fix possible increment of uninitialised variableAndrew Cooper2013-09-101-1/+1
* Nested VMX: Clear bit 31 of IA32_VMX_BASIC MSRYang Zhang2013-09-101-1/+1
* x86/ioapic: avoid trying to access the -1th ioapicAndrew Cooper2013-09-101-1/+1
* console: buffer and show origin of guest PV writesDaniel De Graaf2013-09-101-17/+10
* xen/arm: Move __PSCI* from traps.c to the headerJulien Grall2013-09-101-5/+0
* xen/arm: Panic if we can't copy the DTB to dom0 memoryJulien Grall2013-09-091-1/+4
* xen/arm: Introduce MPIDR_HWID_MASKJulien Grall2013-09-091-1/+1
* x86/xsave: fix migration from xsave-capable to xsave-incapable hostJan Beulich2013-09-097-83/+165
* x86: allow guest to set/clear MSI-X mask bit (try 2)Joby Poriyath2013-09-091-12/+63
* x86/EFI: properly handle run time memory regions outside the 1:1 mapJan Beulich2013-09-091-11/+93
* x86: Introduce and use GLOBAL() in asm codeAndrew Cooper2013-09-0911-77/+56
* SVM: streamline entry.S codeJan Beulich2013-09-092-37/+26
* VMX: use proper instruction mnemonics if assembler supports themJan Beulich2013-09-093-9/+8
* VMX: streamline entry.S codeJan Beulich2013-09-092-62/+33
* x86/mwait_idle: initial C8, C9, C10 supportLen Brown2013-08-301-0/+18
* x86/mwait_idle: export both C1 and C1ELen Brown2013-08-301-5/+46
* x86/mwait_idle: remove assumption of one C-state per MWAIT flagLen Brown2013-08-301-56/+50
* x86/xsave: initialization improvementsJan Beulich2013-08-302-14/+16
* x86: remove PentiumPro checkMatt Wilson2013-08-301-4/+0
* x86: remove X86_INTEL_USERCOPY codeMatt Wilson2013-08-301-21/+0
* x86/apic: remove DMI checks in bigsmp driver for obsolete systemsMatt Wilson2013-08-301-9/+0
* x86: remove references to unimplemented BIOS reboot optionMatt Wilson2013-08-301-25/+17
* x86: AVX instruction emulation fixesJan Beulich2013-08-281-9/+7
* xen/arm: use defines for boot module indexes instead of open coded numbersIan Campbell2013-08-273-12/+11
* xen: arm: indicate when we have early panicedIan Campbell2013-08-271-0/+2
* xen/arm: Introduce and use GLOBAL() in asm code.Andrew Cooper2013-08-276-20/+9
* Revert "x86/boot: Explicitly clean pcpu stacks in debug builds"Jan Beulich2013-08-272-13/+0
* x86/boot: Explicitly clean pcpu stacks in debug buildsAndrew Cooper2013-08-272-0/+13
* x86/time: remove Cyclone as a platform timerMatt Wilson2013-08-271-68/+3
* x86/apic: remove Summit supportMatt Wilson2013-08-273-30/+0
* x86/Intel: add support for Haswell CPU modelsJan Beulich2013-08-273-3/+10
* VMX: convert EOI exit bitmap to a proper bitmapJan Beulich2013-08-272-32/+19
* 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
* x86: use cpumask_any() in mask-to-APIC-ID conversionsJan Beulich2013-08-232-2/+2
* PCI: break MSI-X data out of struct pci_dev_infoJan Beulich2013-08-232-51/+52
* x86: move struct bug_frame instances out of lineJan Beulich2013-08-233-44/+58
* xen/arm64: Assembly optimized bitops from LinuxIan Campbell2013-08-222-22/+68
* xen/arm: Specific mapping for dom0 on OMAP5 platformChen Baozi2013-08-221-0/+31
* xen/arm: Platform recognition and initialize arch_timer for the OMAP5Chen Baozi2013-08-222-0/+118
* xen/arm: Add support for device tree specified arch_timer clock frequency.Chen Baozi2013-08-221-1/+6