aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* i386: fix full-value calculation of wrmsr handling for pv guestsKeir Fraser2009-07-301-12/+15
* ns16550: check_existence() can be marked __initKeir Fraser2009-07-281-1/+1
* ns16550: More robust check for presence of FIFOKeir Fraser2009-07-281-1/+2
* x86,hvm: clean up vpt's period_cycles fieldKeir Fraser2009-07-282-5/+3
* x86: Initialize the ACPI "safe" power state to C1.Keir Fraser2009-07-281-0/+1
* passthrough: use tasklet to deliver interruptsKeir Fraser2009-07-288-46/+37
* hvm vlapic: Fix vlapic_write() for partial register writes.Keir Fraser2009-07-281-2/+2
* x86_32: handle x87 opcodes in TLS segment fixupsKeir Fraser2009-07-281-8/+47
* page allocator: add mfn_valid() check to free_heap_pages() and scrub_pages()Keir Fraser2009-07-221-6/+8
* x86 mce: Fix formatting in a couple of printks.Keir Fraser2009-07-221-2/+2
* xsm: Move ACM_DEBUG and printkd() out of public header. They areKeir Fraser2009-07-213-14/+13
* xsm: Do not use gcc-ism in public header file.Keir Fraser2009-07-211-2/+2
* 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