aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* x86 pm: provide CC7/PC2 residencyYang Zhang2011-10-255-8/+43
* x86/hpet: fix cpumask allocation after 23990:1c8789852eafJan Beulich2011-10-241-8/+1
* x86/ucode-amd: fix regression from c/s 23871:503ee256fecfJan Beulich2011-10-241-12/+3
* nestedhvm: handle l2 guest MMIO accessTim Deegan2011-10-244-0/+19
* cpumask <=> xenctl_cpumap: allocate CPU masks and byte maps dynamicallyJan Beulich2011-10-215-45/+84
* x86/hpet: allocate CPU masks dynamicallyJan Beulich2011-10-211-7/+24
* credit: allocate CPU masks dynamicallyJan Beulich2011-10-211-16/+27
* cpupools: allocate CPU masks dynamicallyJan Beulich2011-10-2110-30/+37
* x86/p2m: allocate CPU masks dynamicallyJan Beulich2011-10-214-9/+22
* allocate CPU sibling and core maps dynamicallyJan Beulich2011-10-2117-92/+98
* x86: allocate IRQ actions' cpu_eoi_map dynamicallyJan Beulich2011-10-211-12/+19
* eliminate direct assignments of CPU masksJan Beulich2011-10-2112-62/+64
* eliminate cpumask accessors referencing NR_CPUSJan Beulich2011-10-2133-241/+220
* introduce and use nr_cpu_ids and nr_cpumask_bitsJan Beulich2011-10-2129-77/+155
* x86/mm/p2m: don't leak state if nested-p2m init fails.Tim Deegan2011-10-201-3/+6
* xenpaging: disallow paging in a PoD guestOlaf Hering2011-10-202-0/+9
* xenpaging: document p2m_mem_paging functionsOlaf Hering2011-10-201-0/+93
* xenpaging: check p2mt in p2m_mem_paging functionsOlaf Hering2011-10-201-4/+16
* x86: move generic IRQ code out of io_apic.cJan Beulich2011-10-192-127/+122
* fold struct irq_cfg into struct irq_descJan Beulich2011-10-1914-92/+68
* libxl: remove QMP warning when no pty style serial device is configuredIan Campbell2011-10-131-1/+1
* libxc: osdep: report missing backends in common codeIan Campbell2011-10-133-6/+16
* libxl: libxl__e820_alloc must take a libxl__gc.Ian Campbell2011-10-133-3/+4
* libxl: correctly propagate errors from libxl_domain_resumeIan Campbell2011-10-131-1/+1
* ocaml: align build outputIan Campbell2011-10-171-3/+3
* libxl: probe disk backend type in libxl_device_disk_addIan Campbell2011-10-131-0/+3
* libxl: add a test case for correct parsing of disk "backendtype" fieldIan Campbell2011-10-071-0/+16
* xl: use libxl_device_disk_to_json to pretty print disk configurationIan Campbell2011-10-072-29/+27
* xl: allow check-xl-disk-parse to run against installed xl as well as build dirIan Campbell2011-10-071-2/+8
* libxl: IDL: autogenerate functions to produce JSON from libxl data structures.Ian Campbell2011-10-0710-23/+688
* hvmloader: Add the WAET since Microsoft are demanding it for Windows 8Andrew Cooper2011-10-143-0/+52
* hvmloader: Don't set hpet->header.length twiceAndrew Cooper2011-10-141-2/+1
* Return -EINVAL when trying to kick/kill a nonexistent domain watchdogKeir Fraser2011-10-141-2/+2
* x86/MSI: drop local cpumask_t variable from msi_compose_msg()Jan Beulich2011-10-141-5/+3
* p2m: use xzalloc() for struct p2m_domain allocationJan Beulich2011-10-141-3/+2
* x86: clean up physid_mask_t handlingJan Beulich2011-10-146-49/+21
* x86: remove dead member from struct _cpuid4_infoJan Beulich2011-10-141-1/+0
* rcu: move private declarations and definitions from header to implementationJan Beulich2011-10-142-57/+50
* cpufreq: error path fixesJan Beulich2011-10-142-4/+6
* x86: Simplify smpboot_alloc by merging x86-{32,64} code as far asKeir Fraser2011-10-131-45/+24
* x86: Further fixes for xsave leaf in pv_cpuid().Shan Haitao2011-10-131-5/+7
* nestedsvm: fix checks of guest writes to HSAVE_PA MSRChristoph Egger2011-10-131-1/+2
* xenpaging: handle evict failuresOlaf Hering2011-10-134-25/+50
* VMX: extend last branch MSR info to cover newer CPU modelsJan Beulich2011-10-132-1/+28
* xmalloc: return unused full pages on multi-page allocationsJan Beulich2011-10-131-3/+24
* x86-64: don't use xmalloc_array() for allocation of the (per-CPU) IDTsJan Beulich2011-10-131-6/+14
* constify vcpu_set_affinity()'s second parameterJan Beulich2011-10-134-17/+6
* Revert part of 23811:f1349a968a5a "ns16550: Simplify UART..."Keir Fraser2011-10-121-8/+5
* libxl: fixup incorrect indentationIan Campbell2011-10-1244-0/+347
* libxl: fixup incorrect indentationIan Campbell2011-10-115-47/+47