aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* x86: make show_page_walk() more robustKeir Fraser2009-07-203-5/+11
* ia64: Define paging_mode_external(), now needed by grant_table.cKeir Fraser2009-07-201-0/+2
* vmx: Fix handling of FS/GS base MSRs.Keir Fraser2009-07-161-17/+7
* tmem: No noise when disabled and not configuredKeir Fraser2009-07-161-6/+0
* x86 svm: Disable intercepting CR3 writes when nested paging is enabledKeir Fraser2009-07-162-5/+5
* x86: extend some of Intel's recent MCE work to also support AMDKeir Fraser2009-07-159-290/+322
* i386: eliminate unsupported CPUs' MCA handling codeKeir Fraser2009-07-155-107/+0
* Rename for_each_cpu() to for_each_possible_cpu()Keir Fraser2009-07-1514-33/+32
* i386: fix handling of Xen entries in final L2 page tableKeir Fraser2009-07-151-19/+26
* Fix a couple of comment typos.Keir Fraser2009-07-151-1/+1
* x86: Fix an oversight of c/s 19927 - per-CPU data accesses mustKeir Fraser2009-07-151-1/+1
* x86-64: reduce symbol table sizeKeir Fraser2009-07-134-57/+52
* Mapping grant references into HVM guests, take 2Keir Fraser2009-07-1318-88/+308
* Eliminate grant_table_op restrictionKeir Fraser2009-07-132-4/+77
* Allow XENMEM_exchange to support exchange on foreign domains.Keir Fraser2009-07-131-12/+45
* VT-d: fix assertion fault in pci passthrough codeKeir Fraser2009-07-135-6/+12
* x86: merge final linking scriptsKeir Fraser2009-07-135-224/+142
* Move cpu_{sibling,core}_map into per-CPU spaceKeir Fraser2009-07-1310-73/+70
* Introduce and use a per-CPU read-mostly sub-sectionKeir Fraser2009-07-1315-25/+47
* x86: move ucode_cpu_info into per-CPU spaceKeir Fraser2009-07-134-12/+14
* x86: move init_tss into per-CPU spaceKeir Fraser2009-07-1311-16/+15
* ia64: consolidate final linking stepKeir Fraser2009-07-131-19/+16
* i386: fix bootKeir Fraser2009-07-131-1/+3
* Use $(PYTHON) Makefile variable when building the hypervisor.Keir Fraser2009-07-092-3/+11
* x86_64: Fix Xen relocation size -- there is no longer an allocationKeir Fraser2009-07-091-2/+1
* Replace boot-time free-pages bitmap with a region list.Keir Fraser2009-07-0810-177/+91
* Do not use bitmap allocator after boot time.Keir Fraser2009-07-083-89/+82
* x86 hvm: Use 'x' as parameter name for macros converting betweenKeir Fraser2009-07-085-20/+19
* x86: extend mmu_update hypercall to allow update of foreign pagetables.Keir Fraser2009-07-072-24/+55
* x86,hvm: Allow delivery of timer interrupts to VCPUs != 0Keir Fraser2009-07-076-3/+60
* x86,hvm: cleanup hpet.c vcpu handling same as i8254.c/rtc.cKeir Fraser2009-07-072-16/+21
* vmx: Add support for Pause-Loop ExitingKeir Fraser2009-07-075-5/+44
* x86, hvm: fix get msix entry errorKeir Fraser2009-07-061-1/+1
* AMD IOMMU: Add suspend and resume support for amd iommu.Keir Fraser2009-07-061-0/+80
* AMD IOMMU: Make iommu suspend & resume functions more generic.Keir Fraser2009-07-065-2/+26
* AMD IOMMU: Clean up hardware initialization functions to make themKeir Fraser2009-07-061-41/+54
* 32on64: increase size of compat argument translation area to 2 pages.Keir Fraser2009-07-061-1/+1
* x86: PERCPU_SHIFT can be reduced to 12 now compat_arg_xlat_area is notKeir Fraser2009-07-061-1/+1
* Avoid compat_arg_xlat to be a large per-CPU objectKeir Fraser2009-07-067-11/+38
* x86 shadow: disable fast np path in OOS.Keir Fraser2009-07-061-0/+2
* x86 shadow: Fix lock-less race between resync and fast path.Keir Fraser2009-07-061-24/+24
* x86: Process only pending timers in acpi idle handler, not allKeir Fraser2009-07-061-7/+2
* Fix c/s 19886: Must free pages after synchronously scrubbing themKeir Fraser2009-07-031-15/+8
* Remove page-scrub lists and async scrubbing.Keir Fraser2009-07-028-153/+18
* kexec: switch to a known good/static GDT before kexecKeir Fraser2009-07-021-0/+12
* x86 hvm: Remove assertion that PIC IRQs are delivered only to VCPU0.Keir Fraser2009-07-021-1/+0
* x86 hvm: Allow delivery of legacy 8259 interrupts to VCPUs != 0.Keir Fraser2009-07-015-20/+54
* x86 hvm: Fix #UD interception.Keir Fraser2009-07-015-45/+27
* Remove redundant semicolonsKeir Fraser2009-07-017-8/+8
* VT-d: Remove the dprintk() in alloc_pgtable_maddr()Keir Fraser2009-06-301-4/+0