aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* PCI interface changes for PCIE-AER enablingKeir Fraser2008-11-241-6/+29
* x86: make NR_IRQS build-time configurableKeir Fraser2008-11-204-4/+10
* Eliminate NR_IRQ_VECTORSKeir Fraser2008-11-204-6/+5
* Properly distinguish irq and vector spacesKeir Fraser2008-11-208-50/+45
* x86: freeze non-current vCPUs of dom0 before entering S5Keir Fraser2008-11-201-2/+30
* x86, hpet: Fix initialisation of secondary timers.Keir Fraser2008-11-202-4/+8
* x86: Fix build for some versions of gcc.Keir Fraser2008-11-191-1/+1
* x86: secure ioapic_guest_write() against FREE_TO_ASSIGN irq valuesKeir Fraser2008-11-191-2/+2
* x86: support CPUID hypervisor feature bitKeir Fraser2008-11-192-0/+2
* x86, s3: Sync platform stamps at time suspend.Keir Fraser2008-11-191-2/+4
* Remove Xen-private definitions from kexec public header.Keir Fraser2008-11-192-21/+21
* xen s3, No need to check idle vcpu before update_vcpu_system_time().Keir Fraser2008-11-191-2/+1
* x86, hpet: Avoud double initialisation on boot or after S3.Keir Fraser2008-11-193-3/+11
* x86: Fix the clocksource= boot parameter after c/s 18786.Keir Fraser2008-11-191-1/+6
* x86, hvm: Fix domain restore bug with Intel VLAPIC acceleration.Keir Fraser2008-11-181-2/+3
* x86: Re-initialise HPET on resume from S3Keir Fraser2008-11-182-9/+18
* x86, time: Clean up platform timer initialisation.Keir Fraser2008-11-181-36/+66
* x86, hvm: Implement interrupt routing to least priority processor.Keir Fraser2008-11-184-21/+24
* vtd: fix memory allocation from NUMA node for VT-d.Keir Fraser2008-11-186-11/+13
* hvm: Fix hvm_vcpu_reset_state() to act on specified domain, ratherKeir Fraser2008-11-171-1/+1
* Remove NR_PIRQS definition -- always use NR_IRQS.Keir Fraser2008-11-149-30/+16
* vt-d: Fix ia64 build.Keir Fraser2008-11-141-0/+4
* x86: don't disable MSI in order to mask an IRQKeir Fraser2008-11-133-6/+18
* x86, hvm: Provide access to limited VCPUOP_ hypercalls.Keir Fraser2008-11-132-0/+47
* x86: Use the shadow-code PT walker from the HAP functionsKeir Fraser2008-11-133-265/+42
* x86: Move the guest pagetable walker out of shadow/multi.cKeir Fraser2008-11-135-319/+377
* x86: Move guest_l*e definitions into common codeKeir Fraser2008-11-133-206/+215
* x86: add SSE-based copy_page()Keir Fraser2008-11-125-4/+76
* x86: reduce GDT switchingKeir Fraser2008-11-129-114/+39
* hvm: fix single stepping on debuggerKeir Fraser2008-11-113-20/+49
* vmx: Clean up exception delivery logic.Keir Fraser2008-11-114-41/+37
* x86: fix getvcpucontext for HVM segment registersKeir Fraser2008-11-111-0/+13
* vmx: Fix realmode exception delivery to correctly check stack pointer size.Keir Fraser2008-11-111-1/+2
* vtd cleanup: change some function return types to voidKeir Fraser2008-11-112-17/+9
* vtd: fix interrupt remapping to handle SMI RTE's with uninitializedKeir Fraser2008-11-102-2/+29
* x86, vmx realmode: Stack manipulation on interrupt/exception injectionKeir Fraser2008-11-071-1/+1
* x86, hvm: Better MTRR type check.Keir Fraser2008-11-061-1/+4
* x86: Fix an inverted flags conversion in map_page_to_xen()Keir Fraser2008-11-061-1/+1
* x86: Use gfn_to_mfn() rather than gfn_to_mfn_current() in callersKeir Fraser2008-11-062-2/+2
* x86: PV support for hugepagesKeir Fraser2008-11-055-17/+85
* x86: fix a typoKeir Fraser2008-11-051-1/+1
* x86, hvm: Only warn on memory attribute conflicts for real RAM.Keir Fraser2008-11-051-6/+7
* x86: allow grant table originating ptes to have their guest availableKeir Fraser2008-11-044-2/+20
* xentrace: Trace mmio/io read/write valueKeir Fraser2008-11-032-0/+32
* x86: Fix GRANT_PTE_FLAGS.Keir Fraser2008-11-033-6/+3
* x86: simplify page reference handling for partially (in-)validated pagesKeir Fraser2008-11-031-38/+40
* Cpufreq: Enhance hypervisor px sanity checkKeir Fraser2008-11-033-28/+49
* Change timer implementation to allow variable 'slop' in how lateKeir Fraser2008-10-314-46/+73
* x86: Use the right error code when testing for spurious pagefaultsKeir Fraser2008-10-301-14/+15
* x86: fix preemptable page type handlingKeir Fraser2008-10-303-45/+125