aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
...
* add NULL checks in code added by 24492:6c104b46ef89Jan Beulich2012-01-192-2/+19
* sched_credit: Use delay to control scheduling frequencyHui Lv2012-01-174-1/+57
* Move IOMMU faults handling into softirq for VT-d.Dario Faggioli2012-01-171-3/+36
* cleanup get_gfn_from_base_reg() function.Wei Wang2012-01-162-22/+3
* fix compat header generation after 24503:86b8a1e3a419Jan Beulich2012-01-162-3/+3
* sedf: remove useless tracing printk and harmonize comments style.Dario Faggioli2012-01-151-274/+229
* x86: Make asmlinkage explicitly a no-op, and avoid usage in arch/x86Keir Fraser2012-01-1519-48/+46
* remove inclusion of asm/config.hJan Beulich2012-01-1313-16/+1
* force inclusion of xen/config.h through compiler optionJan Beulich2012-01-1335-41/+2
* x86/mm: Fix operator associativity bug in mm-locks.hTim Deegan2012-01-121-2/+2
* x86-64: globally use -mno-sseJan Beulich2012-01-122-2/+2
* x86: properly define size_tJan Beulich2012-01-122-4/+10
* x86: move and fold certain type property definitionsJan Beulich2012-01-122-10/+5
* amd iommu: Enable FC bit in iommu host level PTEWei Wang2012-01-121-0/+7
* amd iommu: add ppr log processing into iommu interrupt handlingWei Wang2012-01-121-42/+121
* amd iommu: Enable guest level translationWei Wang2012-01-121-1/+24
* amd iommu: Enable ppr logWei Wang2012-01-123-12/+99
* amd iommu: Add iommu emulation for hvm guestWei Wang2012-01-1211-3/+1085
* amd iommu: Introduces new helper functions to simplify bitwise operationsWei Wang2012-01-124-52/+110
* amd iommu: Refactoring iommu ring buffer definitionWei Wang2012-01-123-61/+102
* move declarations of some required per-arch functions into common headersJan Beulich2012-01-1210-22/+20
* ia64: fix build (once again)Jan Beulich2012-01-122-0/+3
* x86/mm: Code style fixes in mem_sharing.cAndres Lagar-Cavilla2012-01-122-46/+48
* x86/mm: Disable paging_prepAndres Lagar-Cavilla2012-01-121-0/+4
* x86/mm: Allow a page in p2m_ram_paged_out state to be loadedAndres Lagar-Cavilla2012-01-121-4/+11
* x86: add a new SMP bring up way for tboot caseWei, Gang2012-01-113-4/+29
* VMX: print Pause Loop Exiting disabled message just onceJan Beulich2012-01-091-1/+2
* PCI: properly abstract out per-architecture extensions to struct pci_devJan Beulich2012-01-095-7/+17
* PCI: shrink pci_dev_info's is_extfn/is_virtfn membersJan Beulich2012-01-092-4/+4
* netbsd: build fix with gcc 4.5David Brownlee2012-01-051-1/+11
* x86: emulate lea with two register operands correctlyDavid Vrabel2012-01-051-0/+1
* x86/vIRQ: IRR and TMR race condition bug fixYongan Liu2012-01-051-4/+1
* Rework locking for sched_adjust.Dario Faggioli2012-01-044-81/+140
* All domains (including dom0) should be best effort on creationDario Faggioli2012-01-041-13/+3
* x86/tboot: fix some coding style issues in tboot.cGang Wei2012-01-021-17/+21
* x86/passthrough: don't leak guest IRQsJan Beulich2012-01-021-1/+2
* X86: Add a delay between INIT & SIPIs for tboot AP bring-up in X2APIC caseGang Wei2011-12-291-0/+13
* x86: reduce scope of some symbols used with reset_stack_and_jump()Jan Beulich2011-12-216-17/+21
* x86: move some function scope statics into .init.dataJan Beulich2011-12-211-3/+3
* x86/AMD: fold redundant parameters of cpu_has_amd_erratum()Jan Beulich2011-12-192-16/+13
* Fix grant_table v2 status mapping.Paul Durrant2011-12-181-1/+1
* Allow VMs to query their own grant table version.Paul Durrant2011-12-182-10/+10
* xsm: add checks on PCI configuration accessDaniel De Graaf2011-12-185-4/+73
* xsm: fix up dummy opsDaniel De Graaf2011-12-181-20/+126
* xsm: Add missing access checksDaniel De Graaf2011-12-1818-13/+542
* xsm: add remote_remap permissionDaniel De Graaf2011-12-186-10/+17
* xsm: only log dummy override if not setting up dummy_xsm_opsDaniel De Graaf2011-12-181-8/+9
* xsm/flask: report memory and IO ranges in audit messagesDaniel De Graaf2011-12-183-11/+31
* xsm/flask: Add missing unlock on error pathDaniel De Graaf2011-12-181-0/+1
* x86/emulator: workaround for AMD erratum 573Jan Beulich2011-12-163-1/+15