aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
* xenpaging: remove confusing comment from p2m_mem_paging_populateOlaf Hering2011-10-061-2/+0
* xenpaging: fix locking in p2m_mem_paging functionsOlaf Hering2011-10-061-16/+27
* xenpaging: use p2m->get_entry() in p2m_mem_paging functionsOlaf Hering2011-10-061-10/+16
* use xzalloc in x86 codeJan Beulich2011-10-0421-71/+31
* use xzalloc in driver codeJan Beulich2011-10-0410-53/+25
* use xzalloc in common codeJan Beulich2011-10-0411-64/+26
* introduce xzalloc() & CoJan Beulich2011-10-043-5/+24
* AMD-IOMMU: remove dead variable referencesJan Beulich2011-10-042-6/+0
* X86 MCE: Prevent malicious guest access broken page againKeir Fraser2011-09-303-0/+17
* x86,irq: Clean up __clear_irq_vectorKeir Fraser2011-09-301-11/+25
* IRQ Cleanup: rename nr_ioapic_registers to nr_ioapic_entriesKeir Fraser2011-09-304-24/+24
* AMD-IOMMU: fix initialization order (after 23863:9e0259239822)Jan Beulich2011-09-273-8/+4
* xenpaging: track number of paged pages in struct domainOlaf Hering2011-09-264-1/+9
* Add save/restore support for viridian APIC assist pfn.Paul Durrant2011-09-262-25/+73
* x86: ucode-amd: Don't warn when no ucode is available for a CPU revisionJan Beulich2011-09-221-5/+1
* XZ: Fix incorrect XZ_BUF_ERRORJan Beulich2011-09-221-7/+20
* XZ decompressor: Fix decoding of empty LZMA2 streamsJan Beulich2011-09-221-3/+3
* VT-d: fix off-by-one error in RMRR validationJan Beulich2011-09-221-1/+1
* VT-d: eliminate a mis-use of pcidevs_lockJan Beulich2011-09-221-23/+15
* x86: IO-APIC code has no dependency on PCIJan Beulich2011-09-222-7/+4
* PCI multi-seg: config space accessor adjustmentsJan Beulich2011-09-2220-207/+246
* PCI multi-seg: Pass-through adjustmentsJan Beulich2011-09-226-90/+98
* PCI multi-seg: AMD-IOMMU specific adjustmentsJan Beulich2011-09-228-103/+189
* PCI multi-seg: VT-d specific adjustmentsJan Beulich2011-09-225-58/+88
* PCI multi-seg: adjust domctl interfaceJan Beulich2011-09-228-333/+209
* x86: split MSI IRQ chipJan Beulich2011-09-186-89/+96
* pass struct irq_desc * to all other IRQ accessorsJan Beulich2011-09-1811-249/+176
* pass struct irq_desc * to set_affinity() IRQ accessorsJan Beulich2011-09-1810-63/+40
* convert more literal uses of cpumask_t to pointersJan Beulich2011-09-1817-59/+51
* PCI multi-seg: add new physdevop-sJan Beulich2011-09-1815-87/+240
* PCI multi-seg: introduce notion of PCI segmentsJan Beulich2011-09-186-41/+152
* Fix PV CPUID virtualization of XSaveShan Haitao2011-09-182-1/+25
* Clear IRQ_GUEST in irq_desc->status when setting action to NULL.Igor Mammedov2011-09-181-2/+3
* x86/time: verify_tsc_reliability() can be run as a generic initcall.Keir Fraser2011-09-173-5/+4
* x86-64/EFI: 2.0 hypercall extensionsJan Beulich2011-09-172-1/+63
* x86-64/EFI: 2.0 header extensionsJan Beulich2011-09-174-7/+316
* x86/vmx: don't call __vmxoff() blindlyJan Beulich2011-09-171-0/+6
* x86/tboot: make resume error messages visibleJan Beulich2011-09-173-15/+31
* xen: Move tsc reliability check until after CPUs have bootedGeorge Dunlap2011-09-173-2/+14
* x86/hvm: Tidy up the viridian code a little and flesh out the APICPaul Durrant2011-09-174-48/+111
* xen/xsm: Compile error due to naming clash between XSM and EFI runtimeJames Carter2011-09-172-4/+4
* Avoid race in schedule() when switching schedulersJuergen Gross2011-09-171-1/+2
* mem_event: use different ringbuffers for share, paging and accessOlaf Hering2011-09-168-118/+142
* mem_event: pass mem_event_domain pointer to mem_event functionsOlaf Hering2011-09-165-65/+66
* xenstored: allow guest to shutdown all its watches/transactionsOlaf Hering2011-09-151-1/+2
* xen,credit1: Add variable timesliceGeorge Dunlap2011-09-131-29/+36