aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* x86: re-inject emulated level pirqs in PV on HVM guests if stillStefano Stabellini2011-10-271-2/+16
* interface: add 'discard-secure' and BLKIF_DISCARD_SECUREKonrad Rzeszutek Wilk2011-10-271-1/+5
* interface: Flesh out the BLKIF_OP_DISCARD description.Konrad Rzeszutek Wilk2011-10-271-6/+27
* interface: rename of trim to discard in blkif.hKonrad Rzeszutek Wilk2011-10-271-18/+18
* hvm: Clean up I/O emulationChristoph Egger2011-10-255-77/+89
* x86 pm: provide CC7/PC2 residencyYang Zhang2011-10-252-4/+25
* 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-201-0/+6
* 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
* 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-133-21/+44
* 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
* xenpaging: clear page content after evictOlaf Hering2011-10-111-0/+3
* x86/AMD: Remove AMD_ERRATUM_400 definitionBoris Ostrovsky2011-10-101-4/+0
* passthrough: update bus2bridge mapping as PCI devices get added/removedJan Beulich2011-10-101-39/+58
* Adjust 23931:6a9466e1753d.Jan Beulich2011-10-071-1/+1
* VT-d: don't reject possibly valid DRHD or RMRRJan Beulich2011-10-073-3/+18
* x86/AMD: Do not enable ARAT feature on AMD processors below family 0x12Boris Ostrovsky2011-10-071-2/+5
* libvchan: interdomain communications libraryDaniel De Graaf2011-10-061-0/+97
* p2m: query/modify p2mt with p2m_lock heldOlaf Hering2011-10-061-5/+8
* p2m: use correct p2m_type_t in clear_mmio_p2m_entryOlaf Hering2011-10-061-1/+1