xen.git
2006-11-09 Tim Deegan[XEN] Console keystroke to reset shadows.
2006-11-09 kfraser@localhost... [HVM] Clarify the HVM e820 map. Also make it rather...
2006-11-09 Tim Deegan[PYGRUB] Fix a few bounds violations in pygrub's comman...
2006-11-09 Tim DeeganUse libfsimage for reading filesystem images.
2006-11-09 Tim DeeganAdd libfsimage, a C library for reading files from...
2006-11-09 kfraser@localhost... [VMXASSIST] Fix mishandling of segment registers on...
2006-11-09 kfraser@localhost... [BLKTAP] Fix hotplug script to check if specified file...
2006-11-09 kfraser@localhost... Add lost record format in xentrace formats file.
2006-11-09 kfraser@localhost... [IA64][VMX] Fix 3G memory limit for VTi domain.
2006-11-09 kfraser@localhost... [XENSTORE] Fix xenstore-ls program to connect via kerne...
2006-11-09 Alastair TseMerge
2006-11-09 Alastair Tse[XEND] Fix bug with managed domains not having their...
2006-11-09 Alastair Tse[XEND] Fix domain_lookup_nr to check managed_domains...
2006-11-09 Alastair Tse[XEND][XM] Move system memory reporting to XendConfig...
2006-11-09 kfraser@localhost... [BLK] Expand number of fake-SCSI VBD volumes supported...
2006-11-09 kfraser@localhost... [XENOPROF] Oprofile user level samples for passive...
2006-11-08 Ewan MellorWrite the /local/domain/<domid>/vm node early in the...
2006-11-08 Ewan MellorIgnore dying domains on recreate, and log the fact.
2006-11-08 Ewan MellorAdded test_bindings to the ignore list.
2006-11-09 kaf24@firebug... [HVM] Avoid long delay between setting IRQ for PV drive...
2006-11-08 kaf24@firebug... [HVM] Reserve 2 pages for ACPI tables in e820.
2006-11-08 kfraser@localhost... [XEN] Do not print grant-table warning if a page cannot...
2006-11-08 kfraser@localhost... [VMX] __vmread() and __vmwrite() now BUG on failure...
2006-11-08 kfraser@localhost... [HVM] Simplify relationship between VIOAPIC and VLAPICs.
2006-11-08 kfraser@localhost... [VMX] Check INTR_TYPE is NMI before doing physical...
2006-11-08 jfehlig@jfehlig2... Add support for VM.destroy RPC in libxen.
2006-11-08 Ewan MellorReplace uses of [ ... == ... ] with the POSIX-legal...
2006-11-08 Ewan MellorDon't complain about name non-uniqueness if one domain...
2006-11-08 Ewan Mellorcpu_weight is now an int, not a float.
2006-11-08 Ewan MellorAdd a shutdownWatch field in the HVMImageHandler constr...
2006-11-08 Ewan MellorRefresh the domain list on domain_start or domain_creat...
2006-11-08 Ewan MellorSave the old domid when restarting, as it may get wiped...
2006-11-08 kfraser@localhost... [HVM] Remove bogus free of vlapic structure.
2006-11-08 kfraser@localhost... [XEN] Add debug mode to xmalloc().
2006-11-08 Ewan MellorThis patch addresses bugzilla #649, enabling `xm list...
2006-11-08 kasai.takanori... Add the Japanese keymap for VNC Server.
2006-11-02 Ewan Mellorfix xm-test configure.ac to not define RD_PATH which...
2006-11-01 Ewan MellorUpdate README.
2006-11-01 Ewan MellorFix comment.
2006-11-01 Ewan MellorAdd helper script for releasing xm-test binary ISOs.
2006-11-01 Ewan MellorBump xm-test version to 1.1 to accommodate new devices.
2006-11-01 Ewan MellorAllow the i386 ramdisk to be used on x86_64. Part...
2006-11-01 Ewan MellorCorrect copy-n-paste error.
2006-11-01 Ewan MellorAdd xvd devices to the initrd.
2006-11-01 Ewan MellorUpdate all block tests to use the Xen Virtual Block...
2006-11-01 Ewan MellorThe XenDomain class does not respect the arch defaults...
2006-11-01 Ewan MellorThis fixes another missing part for x86-64 support...
2006-11-08 kaf24@localhost... [XEN] Put the non-GPL license text in each public heade...
2006-11-07 kaf24@localhost... [XEN] Fix 64-bit build.
2006-11-07 kfraser@localhost... [XEN] License clarification.
2006-11-07 kfraser@localhost... [SVM] Fix an interrupt race window in the do_launch...
2006-11-07 kfraser@localhost... [HVM] VIOAPIC and VPIC cleanups.
2006-11-07 kfraser@localhost... [HVM] VLAPIC cleanups. vlapic tsruct is statically...
2006-11-07 kfraser@localhost... [HVM] Replace shared-memory PIC state with a set-irq...
2006-11-07 kfraser@localhost... [BLKTAP] No need for barrier when updating rsp_prod_pvt.
2006-11-07 kfraser@localhost... [LIBXC] Fix memory alloc/dealloc routines to return...
2006-11-07 kfraser@localhost... [IA64] Build blktap driver by default.
2006-11-07 kfraser@localhost... [BLKTAP] ia64 support
2006-11-07 kfraser@localhost... [BLKTAP] avoid race between tapdisk and xvd daemon...
2006-11-07 kfraser@localhost... [BLKTAP] Various cleanups necessary for ia64 support.
2006-11-07 kfraser@localhost... Enhance HVM xentrace:
2006-11-07 kfraser@localhost... [XENAPI] Add 'image' field to xen_vbd_record, allowing...
2006-11-07 kfraser@localhost... [XEN] Remove unnecessary FORCE_CRASH() macro.
2006-11-07 Emmanuel Ackaouy[XEN] When balancing idlers per socket/core, do it...
2006-11-07 kfraser@localhost... [HVM][SVM] Turn off long mode (EFER.LMA) when CR0.PG==0.
2006-11-07 kfraser@localhost... [HVM][VMX] Disable IA32e mode in VM_ENTRY_CONTROLS...
2006-11-07 kfraser@localhost... [NET] back: Fix wrap to zero in transmit credit scheduler.
2006-11-07 kfraser@localhost... [HVM] MAke HVM hypercall table NR_hypercalls entries...
2006-11-07 kfraser@localhost... Trivial change to look in correct location for qemu...
2006-11-07 kfraser@localhost... PV-on-HVM: Fix PV-on-HVM drivers need maddr.h included...
2006-11-07 kfraser@localhost... [LINUX] Use pfn_to_page instead of relying in memory...
2006-11-07 kaf24@localhost... [HVM] Fix 64-bit HVM domain creation.
2006-11-06 kaf24@localhost... [SVM] Strip down svm_do_launch() pending complete removal.
2006-11-06 kaf24@localhost... [SVM] Move VMCB construction to VCPU creation time.
2006-11-06 kaf24@localhost... [HVM][SVM] Start moving SVM launch code to domain/vcpu...
2006-11-06 Emmanuel Ackaouy[XEN] Initial support for multi-core and multi-threaded...
2006-11-06 Emmanuel Ackaouy[XEN] Optimize credit scheduler load balancing logic
2006-11-06 kfraser@localhost... [HVM] Replace relinquish_resources() destructor hook...
2006-11-06 kfraser@localhost... [HVM] Initialise AP TSC to same as BP TSC.
2006-11-06 kfraser@localhost... [VMX] Get rid of special vm_launch schedule tail.
2006-11-06 kfraser@localhost... [HVM] Move VMX VMCS initialisation to vcpu-initialisati...
2006-11-06 Ewan MellorCatch IOError when using local configuration files...
2006-11-06 kfraser@localhost... [XEN] Re-jig VCPU initialisation -- VMX init requires...
2006-11-06 Steven Smith[HVM] Be sure to nul terminate uuids in HVM SMBIOS...
2006-11-06 kfraser@localhost... [LINUX] Don't use uint64_t parameter to gnttab_set_...
2006-11-05 kaf24@localhost... [XEN] Replace hvm_setup_platform() with hvm_domain_init...
2006-11-04 kaf24@localhost... [XEN] Do not halt on exceptions-with-interrupts-disable...
2006-11-04 kaf24@localhost... [XEN] Simplify domain shutdown -- no need to synchronou...
2006-11-04 kaf24@localhost... [XEN] Avoid taking domain biglock in the page-fault...
2006-11-03 Alastair Tse[XEND] Fix xen_version and missing os import
2006-11-03 Alastair Tse[XEND] Cleanup HVM image shutdown watch and move readDo...
2006-11-03 Alastair Tse[XEND] XendDomainInfo.refreshShutdown is called from...
2006-11-03 Alastair Tse[XEND] Fix HVM image shutdown.
2006-11-03 kfraser@localhost... [HVM] More printk cleanups.
2006-11-03 kfraser@localhost... [LINUX] Clean up header includes (gnttab.h from fixmap.h).
2006-11-03 kfraser@localhost... [BLKTAP] Fix gnttab unmap call to specify that address...
2006-11-03 kfraser@localhost... [XEN] Fix shadow-lock macro backslash alignments.
2006-11-03 Alastair TseMerge
2006-11-03 Alastair Tse[XEND] Don't hide the 'type' SXP config item from HVM...
2006-11-03 kfraser@localhost... merge.
next