aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
* | [IA64] Fix MMIO readb operationAlex Williamson2007-10-221-0/+2
* | [IA64] Don't share privregs with hvm domainAlex Williamson2007-10-224-5/+11
* | [IA64] Kdump: 64-bit aligned access to elf-note dataAlex Williamson2007-10-221-1/+13
* | [IA64] Enable switch to PHY_D mmu modeAlex Williamson2007-10-212-9/+12
* | [IA64] phy_d mode in thash_vhpt_insertAlex Williamson2007-10-211-7/+12
* | [IA64] Handle phy_d mode in vmx_hpw_missAlex Williamson2007-10-211-55/+47
* | [IA64] ti domain save/restore: libxc: add support set/get_hvmcontext supportAlex Williamson2007-10-211-0/+109
* | [IA64] vti domain save/restore: implement hvm_save/load. work in progress.Alex Williamson2007-10-2113-34/+727
* | [IA64] vti domain save/restore: implement arch_get/set_info_guest() moreAlex Williamson2007-10-216-39/+1002
* | [IA64] vti domain save/restore: clean up vti break fault handlerAlex Williamson2007-10-213-18/+24
* | merge with xen-unstable.hgAlex Williamson2007-10-2197-1268/+2379
|\|
| * Replace sysctl.physinfo.sockets_per_node with more directly usefulKeir Fraser2007-10-194-20/+6
| * Avoid passing uninitialised ACPI tables to dom0 when checksums fail.Keir Fraser2007-10-191-0/+5
| * x86: Fix EFLAGS adjustment for emulated instructions.Keir Fraser2007-10-191-15/+15
| * Fix x86/64 build for *BSD.Keir Fraser2007-10-194-20/+28
| * x86: Fix get_page_from_l1e() and avoid host crash on 'xm save'.Keir Fraser2007-10-192-6/+5
| * x86: Remove io_apic fake-vector style of IRQ acknowledgement. NotKeir Fraser2007-10-191-72/+3
| * vt-d: Allow pass-through of shared interrupts.Keir Fraser2007-10-199-30/+61
| * ia64: configure VHPT size per domain: ia64 partKeir Fraser2007-10-195-22/+61
| * ia64: configure VHPT size per domain: common partKeir Fraser2007-10-192-1/+3
| * xen, xsm: Remove private function prototype from public header.Keir Fraser2007-10-182-2/+2
| * hvm: Split save.c into arch generic/specific part.Keir Fraser2007-10-186-184/+258
| * Split xen/include/public/hvm/save.h into common part and x86 specific part.Keir Fraser2007-10-182-386/+419
| * Split asm-x86/hvm/support into arch generic part and x86 specific part.Keir Fraser2007-10-182-138/+157
| * x86, vt-d: Fail PCI device assignment if device already assigned.Keir Fraser2007-10-183-2/+22
| * x86: Fix writable-pagetable cmpxchg path to properly adjust PTE (i.e.,Keir Fraser2007-10-181-1/+1