aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* x86/hvm: mark save/restore registration code __initJan Beulich2012-09-143-7/+8
* x86/hvm: constify static data where possibleJan Beulich2012-09-149-36/+38
* x86/hvm: don't use indirect calls without needJan Beulich2012-09-147-38/+20
* VT-d: use msi_compose_msg()Jan Beulich2012-09-142-26/+3
* amd iommu: use base platform MSI implementationJan Beulich2012-09-146-58/+112
* build: Require GCC 4.1 or later.Keir Fraser2012-09-132-8/+0
* x86: check for data and BSS in reloc code at compile time.Tim Deegan2012-09-132-7/+10
* x86/mm: Update comments now that Xen is always 64-bit.Tim Deegan2012-09-131-9/+9
* x86/mm: remove the linear mapping of the p2m tables.Tim Deegan2012-09-134-220/+0
* amd iommu: use PCI macrosJan Beulich2012-09-134-21/+17
* drivers: Remove some CONFIG_X86 ifdef'ery.Keir Fraser2012-09-1212-134/+3
* In most of the codebase, use CONFIG_X86 in place of __i386__||__x86_64__Keir Fraser2012-09-128-10/+10
* CONFIG_X86_64 -> CONFIG_X86Keir Fraser2012-09-129-14/+13
* x86: HYPERVISOR_VIRT_END is always defined. Remove ifdef'ery.Keir Fraser2012-09-122-7/+0
* x86: Remove CONFIG_COMPAT ifdef'ery from arch/x86 -- it is always defined.Keir Fraser2012-09-1213-128/+2
* x86/passthrough: Fix corruption caused by race conditions betweenAndrew Cooper2012-09-121-1/+0
* tools: drop ia64 supportIan Campbell2012-09-1213-1188/+4
* x86: Fix 32-bit stubdom build, libelf.h must support __i386__Keir Fraser2012-09-121-1/+1
* x86: Remove unused 'sis_apic_bug' variable. It was only used on x86_32.Keir Fraser2012-09-123-23/+3
* x86: We can assume CONFIG_PAGING_LEVELS==4.Keir Fraser2012-09-1221-788/+39
* xen: Remove x86_32 build target.Keir Fraser2012-09-12127-7490/+73
* Revert 25843:51090fe1ab97 (x86/HVM: assorted RTC emulation adjustments)Jan Beulich2012-09-123-67/+52
* gnttab: cleanup of number-of-active-frames calculationsJan Beulich2012-09-122-42/+36
* x86: use only a single branch for upcall-pending exit path checksJan Beulich2012-09-123-14/+14
* x86-64/EFI: allow chaining of config filesJan Beulich2012-09-121-1/+20
* x86: retrieve keyboard shift status flags from BIOSJan Beulich2012-09-124-0/+28
* x86-64: construct static, uniform parts of page tables at build timeJan Beulich2012-09-116-77/+91
* x86: construct static part of 1:1 mapping at build timeJan Beulich2012-09-118-96/+78
* PCI: don't allow guest assignment of devices used by XenJan Beulich2012-09-117-5/+111
* PCI: bus scan adjustmentsJan Beulich2012-09-112-2/+13
* drop tx_fifo_sizeJan Beulich2012-09-115-47/+36
* ns16550: command line parsing adjustmentsJan Beulich2012-09-111-28/+22
* ns16550: PCI initialization adjustmentsJan Beulich2012-09-111-4/+10
* ns16550: MMIO adjustmentsJan Beulich2012-09-112-8/+29
* serial: avoid fully initializing unused consolesJan Beulich2012-09-113-17/+38
* console: add EHCI debug port based serial consoleJan Beulich2012-09-119-2/+1635
* console: prepare for non-COMn port supportJan Beulich2012-09-114-12/+30
* x86: allow early use of fixmapsJan Beulich2012-09-118-6/+65
* tmem: cleanupJan Beulich2012-09-112-11/+11
* tmem: fixup 2010 cleanup patch that breaks tmem save/restoreDan Magenheimer2012-09-111-0/+2
* tmem: reduce severity of log messagesJan Beulich2012-09-112-41/+50
* tmem: properly drop lock on error path in do_tmem_op()Jan Beulich2012-09-111-1/+7
* tmem: properly drop lock on error path in do_tmem_get()Jan Beulich2012-09-111-1/+2
* tmem: detect arithmetic overflow in tmh_copy_{from,to}_client()Jan Beulich2012-09-112-16/+19
* tmem: don't access guest memory without using the accessors intended for thisJan Beulich2012-09-113-75/+126
* tmem: check for a valid client ("domain") in the save subopsIan Campbell2012-09-111-0/+8
* tmem: check the pool_id is valid when destroying a tmem poolIan Campbell2012-09-111-0/+2
* tmem: consistently make pool_id a uint32_tIan Campbell2012-09-111-3/+3
* tmem: only allow tmem control operations from privileged domainsIan Campbell2012-09-111-4/+2
* amd iommu: remove unnecessary map/unmap for l1 page tablesWei Wang2012-09-111-15/+17