age |
author |
revision |
description |
2007-09-18 |
kfraser |
15920:3727f7570dff |
Revert 15826:447db1235adf1bc59bbd76c951716c3df7ee8843. |
2007-09-18 |
kfraser |
15919:35fb20c4822c |
hvm: Support hardware task switching. |
2007-09-17 |
kfraser |
15918:49700bb716bb |
hvm: New HVM function hvm_set_segment_register(). |
2007-09-17 |
Tim Deegan |
15917:babe17e7a4ee |
[XEN] p2m: internal p2m_set_entry() function uses types rather than |
2007-09-14 |
kfraser |
15916:f4bbd3f327e4 |
Intel vt-d specific changes in arch/x86/hvm/vmx/vtd. |
2007-09-14 |
kfraser |
15915:acfa9290746f |
PCI passthru: tools changes (generic and vt-d) |
2007-09-14 |
kfraser |
15914:b3f681d71265 |
x86: fix NUMA code for 32bit |
2007-09-14 |
kfraser |
15913:0349e4eedd25 |
qemu-dm: fix block-raw io debug print |
2007-09-14 |
kfraser |
15912:9a7cbde124a5 |
Fix xm dump-core command for paused domain. |
2007-09-14 |
kfraser |
15911:9f4f70233041 |
Fix 'xm reboot' |
2007-09-14 |
kfraser |
15910:c36292e83f07 |
Fix two memory leaks in xend. |
2007-09-14 |
kfraser |
15909:b032af6ad976 |
Let Xen cmdline boolean options be specified as "=0", "=1", "=false", "=true". |
2007-09-14 |
Tim Deegan |
15908:a79d2c043643 |
[XEN] add typed p2m entry-setting function |
2007-09-12 |
kfraser |
15907:ca495837a722 |
Generic and VT-d specific Xen header changes for PCI passthru. |
2007-09-12 |
kfraser |
15906:9dd580b8b056 |
x86: allow Dom0 to drive PC speaker |
2007-09-12 |
Tim Deegan |
15905:45dbef0ab7a6 |
[XEN] Fix assert in typed p2m code |
2007-09-12 |
kfraser |
15904:a00cc97b392a |
docs: Fix typos. |
2007-09-27 |
Alex Williamson |
15903:eae7b887e5ac |
[IA64] Consolidate DELIVER_PSR_CLR and DELIVER_PSR_SET definition. |
2007-09-27 |
Alex Williamson |
15902:764d33505b98 |
[IA64] Make viosapic SMP-safe adding lock/unlock similar to x86 vioapic |
2007-09-27 |
Alex Williamson |
15901:b658296982ee |
[IA64] make vacpi SMP-safe by adding lock similar to x86 pmtimer |
2007-09-27 |
Alex Williamson |
15900:51f4a0e0b554 |
[IA64] Merge vmx_dispatch_itlb_miss and vmx_dispatch_dtlb_miss |
2007-09-27 |
Alex Williamson |
15899:65e336ea451f |
[IA64] asm-offsets.s must depend on $(HDRS) |
2007-09-26 |
Alex Williamson |
15898:788c39a0b905 |
[IA64] Use same RID fro rr0 and rr4 in metaphysical mode. |
2007-09-26 |
Alex Williamson |
15897:c7140b8f56ac |
[IA64] clean up xenitp build warnings |
2007-09-24 |
Alex Williamson |
15896:42d4313b5fdd |
[IA64] update .hgignore for xenitp |
2007-09-24 |
Alex Williamson |
15895:b3862770cde2 |
[IA64] Add xenitp tool |
2007-09-21 |
Alex Williamson |
15894:09b45357e492 |
[IA64] vmx_vcpu_tak: Fix bugs |
2007-09-21 |
Alex Williamson |
15893:f3173d151e1d |
[IA64] debug_op hypercall and debug points |
2007-09-17 |
Alex Williamson |
15892:b2a02f7ed849 |
[IA64] Make use of PAGE_MASK and PAGE_ALIGN() |
2007-09-17 |
Alex Williamson |
15891:fdd298b75fb5 |
[IA64] Performance enhancement for big-endian, 4k-pages, protection keys |
2007-09-17 |
Alex Williamson |
15890:082faaa306e0 |
[IA64] Fill more registers for vcpu_getcontext |
2007-09-17 |
Alex Williamson |
15889:b91d16ab68be |
[IA64] Cleanup: remove unused declarations, add static and reindent |
2007-09-17 |
Alex Williamson |
15888:0902e4aae810 |
[IA64] Make local functions static, indentation |
2007-09-17 |
Alex Williamson |
15887:0f16d41ebb0b |
[IA64] cleanup vmx_virt.c |
2007-09-17 |
Alex Williamson |
15886:487df63c4ae9 |
[IA64] Check slot for itr.d and itr.i and generate interrupt in case of error. |
2007-09-17 |
Alex Williamson |
15885:b5488dee14af |
[IA64] Remove some legacy debug code. |
2007-09-12 |
Alex Williamson |
15884:ea0b57e35c2c |
[IA64] Fix unmodified drivers. |
2007-09-11 |
Alex Williamson |
15883:4c020dd76b18 |
[IA64] Remove unused variable |
2007-09-11 |
Alex Williamson |
15882:923795831f9a |
[IA64] tak emulation, minor 4k-page correction |
2007-09-11 |
Alex Williamson |
15881:42caadb14edb |
[IA64] Make Big-Endian appliation run on top of dom0 and domU |
2007-09-11 |
Alex Williamson |
15880:c94683db19e9 |
[IA64] Remove unused arguments of vmx_switch_rr7 |
2007-09-11 |
James Bulpin |
15879:fec8b52b1a7f |
[xm-test] Set "console=xvc0" for xm-test guests on Intel architecture platforms. |
2007-09-11 |
kfraser |
15878:5352a7cc4f2a |
[QEMU] Enhance raw io reliability |
2007-09-11 |
kfraser |
15877:2e4912a256a4 |
qemu: Backport qemu vnc/event-loop fix from upstream. |
2007-09-11 |
kfraser |
15876:0ec41d91799f |
hvmloader: ACPI DSDT dynamically indicates presence of COM1/COM2 ports |
2007-09-11 |
kfraser |
15875:4cd10e49c3f8 |
Fix memory leak in xend |
2007-09-11 |
kfraser |
15874:d146097e049d |
Add 'type vnc' to vfb device sexpr for HVM guest |
2007-09-11 |
Tim Deegan |
15873:7dfc9a7a0d4e |
Xend: "shadow_memory" setting in xm config is in MiB, not bytes. |
2007-09-11 |
kfraser |
15872:5ccf8bbf8628 |
x86: Clean up asm keyword usage (asm volatile rather than __asm__ |
2007-09-11 |
kfraser |
15871:a657ebf8e418 |
x86: Use halt() macro instead of direct HLT asm. |
2007-09-11 |
kfraser |
15870:2635119a1766 |
xenstore: Remove incorrect comment. |
2007-09-10 |
Alex Williamson |
15869:42b925c00d8a |
merge with xen-unstable.hg (staging) |
2007-09-10 |
kfraser |
15868:154769114a82 |
x86: Cleanup system restart code, and wait 10ms for APs to offline. |
2007-09-10 |
kfraser |
15867:aaae02dbe269 |
x86: Handle 'self-IPI' on legacy UP systems with no APIC. |
2007-09-10 |
kfraser |
15866:1c85fe14169f |
Change prototype of machine_restart to void machine_restart(void). |
2007-09-10 |
kfraser |
15865:e3984b0b81f5 |
vmx: Sync with SVM TPR/CR8 changes. |
2007-09-10 |
kfraser |
15864:924c153e0cf9 |
svm: Greatly reduce total number of CR8 intercepts |
2007-09-10 |
Tim Deegan |
15863:4633e9604da9 |
[HVM] Add type information to the p2m map. |
2007-09-10 |
kfraser |
15862:1474db8058b2 |
[libxen] Compilation fix. |
2007-09-10 |
kfraser |
15861:005cd2cba069 |
Remove dead code in acpi sleep. |