aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* ia64: Fix the build after guest_physmap_add_page() changes.Keir Fraser2007-10-314-4/+5
* hvm: Fail attempts to add pages to guest pseudophys memory map aboveKeir Fraser2007-10-314-21/+43
* x86, hvm: Allow HAP to be enabled on 32-bit Xen (but still disabled by default).Keir Fraser2007-10-312-13/+11
* x86, hvm: Fix 'no_missed_tick_accoutning' timer mode.Keir Fraser2007-10-312-8/+9
* ia64: Fix after stdvga performance changes to bufioreq struct.Keir Fraser2007-10-301-39/+60
* x86, hvm: Flush local TLB after any change to linear pagetable mapping.Keir Fraser2007-10-301-0/+15
* x86, hvm: New timer mode 'no missed-tick accounting'.Keir Fraser2007-10-302-25/+42
* x86: cache current vcpu in some trap-handling functions.Keir Fraser2007-10-301-21/+26
* vt-d: Do dpci eoi outside of irq_lock.Keir Fraser2007-10-305-16/+14
* Intel(R) Trusted Execution Technology (Intel(R) TXT) support for Xen.Keir Fraser2007-10-3010-10/+250
* x86: allow pv guests to disable TSC for applicationsKeir Fraser2007-10-2926-60/+94
* x86: Remove dead code from arch_get_info_guest().Keir Fraser2007-10-291-18/+5
* Allow incremental access to hypervisor console log.Keir Fraser2007-10-294-24/+47
* x86: Clean up NMI delivery logic. Allow set_trap_table vector 2 to beKeir Fraser2007-10-297-44/+23
* x86, hvm: Clean up code style in stdvga code and do not compile forKeir Fraser2007-10-293-189/+167
* x86, vt-d: Move out isa irq mapping from hvm_do_IRQ_dpci()Keir Fraser2007-10-292-15/+21
* x86: Replace FLUSH_LEVEL() parameter to flush_area() with ratherKeir Fraser2007-10-263-25/+22
* serial: Check index argument before indexing into an array.Keir Fraser2007-10-262-12/+35
* x86/64: paravirt 32-on-64 call gate supportKeir Fraser2007-10-262-6/+412
* Clean up xen/xsm/xsm_policy.c compilation warning on !x86.Keir Fraser2007-10-261-0/+2
* LAPIC timer accounting fixKeir Fraser2007-10-261-0/+7
* x86: Fix 32-bit build, and remove pragma usage in public headers (andKeir Fraser2007-10-262-10/+7
* x86, hvm, vt-d: Kill timer in iommu domain destroyKeir Fraser2007-10-261-0/+3
* x86, hvm: Improve standard VGA performanceKeir Fraser2007-10-268-50/+833
* x86: Fix MTRR/PAT virtualisation on PAEKeir Fraser2007-10-262-122/+126
* hvm, x86: Allow virtual timer mode to be specified.Keir Fraser2007-10-267-29/+77
* x86: Save/restore new syscall/sysenter context info.Keir Fraser2007-10-252-1/+99
* [XEN] Remove dead code.Tim Deegan2007-10-251-11/+1
* xen: Fix new domctl/sysctl structs to be 32-/64-bit invariant.Keir Fraser2007-10-252-8/+10
* x86: GDTR must be reset after using real-mode BIOS services. SomeKeir Fraser2007-10-251-0/+4
* x86: Remove dependency on stdbool.h.Keir Fraser2007-10-242-13/+11
* x86: Remove CALLBACKTYPE_sysexit.Keir Fraser2007-10-247-31/+2
* x86-64: syscall/sysenter support for 32-bit apps for both 32-bit appsKeir Fraser2007-10-2413-30/+259
* x86/64: Fix the build.Keir Fraser2007-10-241-2/+4
* x86, dom0: Allow get idle time stats by mask.Keir Fraser2007-10-242-17/+41
* x86, cpufreq: Allow dom0 kernel to govern cpufreq via the IntelKeir Fraser2007-10-241-0/+6
* merge with xen-unstable.hg (staging)Alex Williamson2007-10-2319-41/+233
|\
| * Add definitions for machine check MSRs introduced in AMD Family 0x10 (Barcelo...Keir Fraser2007-10-231-2/+7
| * hvm, vt-d: Add memory cache-attribute pinning domctl for HVMKeir Fraser2007-10-237-7/+182
| * Use $(SHELL) to find shell to run get-fields.sh script.Keir Fraser2007-10-232-2/+1
| * x86: Fix xentrace of hypercalls in debug builds of Xen.Keir Fraser2007-10-233-15/+25
| * vt-d: Fix a bug in pmr register disabling code.Keir Fraser2007-10-232-8/+12
| * x86: small boot-time changes:Keir Fraser2007-10-224-7/+6
* | [IA64] Prevent softlock when destroying VTi domainAlex Williamson2007-10-232-17/+68
* | merge with xen-unstable.hg (staging)Alex Williamson2007-10-2236-106/+1115
|\|
| * hvm/x86: MTRR/PAT virtualisation.Keir Fraser2007-10-2218-35/+998
| * x86: Allow NMI callback CS to be specified via set_trap_table()Keir Fraser2007-10-2212-58/+84
| * Allow a guest to send NMIs to its VCPUs.Keir Fraser2007-10-223-4/+14
| * ia64: Add HVM_PARAM_BUFPIOREQ_PFN constant.Keir Fraser2007-10-221-1/+2
| * x86: Allow BOOT_TRAMPOLINE to be changed without needing manualKeir Fraser2007-10-222-8/+17