xen.git
2007-01-15 kfraser@localhost... [XEN] BSF/BSR set ZF not CF.
2007-01-15 kaf24@firebug... [MINIOS] Clean up final link stage of the build.
2007-01-15 Steven HandFix clean build after cset 13345:648e58e31c26
2007-01-14 kaf24@localhost... [XEN] Emulate BSF/BSR. Fix ARPL emulation.
2007-01-14 kaf24@localhost... [XEN] Emulate AMD-defined two-byte NOP opcodes with...
2007-01-14 kaf24@localhost... [XEN] Emulate PUSHA/POPA/ARPL/BOUND.
2007-01-14 kaf24@localhost... [XEN] Fix some e820 start-of-day issues by clipping...
2007-01-14 kaf24@localhost... [XEN] Emulate MUL/DIV. Tweak test suite build.
2007-01-13 kaf24@localhost... [TESTS] Fix native jump to 1MB absolute address in...
2007-01-13 kaf24@localhost... [XEN] Clean up long division code, fix for C99-mandated
2007-01-12 kfraser@localhost... [XEN] 'd' key dumps both host and guest state.
2007-01-12 kfraser@localhost... Extend emulator testing.
2007-01-12 Ian Campbell[PATCH] kexec/kdump: allow zero start for crashkernel
2007-01-12 kfraser@localhost... linux: Add trivial forwarding of dma_{,un}map_page...
2007-01-12 kfraser@localhost... linux: Reduce restrictions on address width for DMA...
2007-01-12 kfraser@localhost... [MINIOS] Update __XEN_INTERFACE_VERSION__
2007-01-12 kfraser@localhost... [LINUX] ipv6: Disable addrconf on Xen bridge device
2007-01-12 kfraser@localhost... merge
2007-01-12 kfraser@localhost... [MINIOS] Implement a network frontend driver.
2007-01-12 kfraser@localhost... [MINIOS] Fix grant-entry freelist maintenance.
2007-01-12 kfraser@localhost... [MINIOS] Support xenbus watches.
2007-01-12 Alastair TseMake get-fields.sh really get run by bash rather than...
2007-01-12 kfraser@localhost... Fix xencomm_copy_{from, to}_guest.
2007-01-12 kfraser@localhost... [IA64]: noreturn cannot be used if function may return
2007-01-12 kfraser@localhost... x86/PAE linux: don't restrict upper half of page table...
2007-01-12 kfraser@localhost... Fix trivial bug in xentop main loop.
2007-01-12 kfraser@localhost... Add vfb config examples.
2007-01-12 kfraser@localhost... Parse Solaris VTOCs in pygrub.
2007-01-12 kfraser@localhost... [PV-on-HVM] Allow platform interrupt to be used for...
2007-01-12 kfraser@localhost... x86: properly handle LOCK prefix in privileged PV opcod...
2007-01-12 kfraser@localhost... Fix xc_ptrace() for PAE.
2007-01-12 kfraser@localhost... Fix udev check.
2007-01-12 kfraser@localhost... [XEN] Fix guest-access macros.
2007-01-12 kfraser@localhost... [XEN] Default to 80x50 VGA text console.
2007-01-12 kfraser@localhost... [LINUX] swiotlb: eliminate KM_SWIOTLB and thus the...
2007-01-12 kfraser@localhost... linux/i386: allow CONFIG_HIGHPTE on i386
2007-01-12 kfraser@localhost... [LINUX] x86/64: Sync pagetable management with i386...
2007-01-12 kfraser@localhost... [XEN] Consistent assumption that PTEs contain MFNs...
2007-01-12 kfraser@localhost... [XEN] Replace mfn_to_page(lXe_get_pfn()) by lXe_get_page().
2007-01-12 kfraser@localhost... [HVM] Fix timer interrupt delivery on x64 Vista.
2007-01-11 kfraser@localhost... [XEN] Add LOOP{,Z,NZ} and CBW/CWD/... emulation.
2007-01-11 Ewan MellorThis patch does the following:
2007-01-11 Ewan MellorI added a parameter '-md' to 'runtest.sh' for running...
2007-01-11 Ewan MellorSource a file called 'vtpm-impl.alt' if it exists.
2007-01-11 Ewan MellorThis fixes the xen-api documentation latex-compilation.
2007-01-11 kfraser@localhost... [XEN] Fix/implement JMP/CALL/RET emulation.
2007-01-11 Alastair Tse[XEND] Device update should handle SXP without 'device...
2007-01-11 Alastair Tse[XEND] Fix broken block-configure.
2007-01-11 kfraser@localhost... [XEN] Use local var instead of current->domain in two...
2007-01-11 kfraser@localhost... [HVM][VMX] Some simplifications, particularly to vmx_lo...
2007-01-11 kfraser@localhost... [XEN] More emulator fixes and emulate BSWAP.
2007-01-11 Ian Campbell[XEN] Update comments in elfnote.h interface header.
2007-01-08 john.levon... Use strstr() to look for "bimodal" string in ELF notes...
2007-01-11 kfraser@localhost... [XEN] More emulator fixes:
2007-01-11 Tim Deegan[HVM] Allow a dom to have nonsense m2p entries when...
2007-01-10 Jake Wires[BLKTAP/BLKBACK] name blktap/blkback kernel threads...
2007-01-10 Emmanuel Ackaouy[XEN] Partial fix for compat build non-portability.
2007-01-10 Emmanuel Ackaouy[XEN] 32on64: need to take multicall context into consi...
2007-01-10 kfraser@localhost... [HVM][VMX] Fix problem taking an NMI on entry/exit
2007-01-10 kfraser@localhost... [HVM] Allow PV-on-HVM callback irq to be identified...
2007-01-10 kfraser@localhost... [HVM] Remove unneeded vcpu_kick() from HPET device...
2007-01-10 kfraser@localhost... [XEN] Remove bogus BUG_ON() which breaks the build...
2007-01-10 Ian Campbell[PATCH] kexec/kdump: remove unnecessary incusion of...
2007-01-10 Ian Campbell[LINUX] Clarify comment in xen_machine_kexec_setup_reso...
2007-01-09 kfraser@localhost... [HVM] Ignore evtchn_upcall_mask and initialise to zero.
2007-01-09 Ewan MellorUpdate sched-credit test to match new format from xm...
2007-01-09 Ewan MellorThis simple patch allows domains created in the xm...
2007-01-09 Ewan MellorAdd needed modules to the ramdisk if the modules exist...
2007-01-09 Ian Campbellmerge
2007-01-09 Ian Campbell[XEN] Kexec: Make some variables static.
2007-01-09 Ian Campbell[XEN] Kexec: Clean up ELF note construction to avoid...
2007-01-09 Ian Campbell[LINUX] Kexec: Don't try to load an NULL image. This...
2007-01-09 kfraser@localhost... [TEST] Fix x86_emulate tests on x86/64 host.
2007-01-09 kfraser@localhost... [XEN] Emulate DAA/DAS the hard way. We cannot execute...
2007-01-09 Tim Deegan[HVM] Remove unnecessary write barriers
2007-01-09 Tim DeeganWhen booting via xm, only run the bootloader if it...
2007-01-09 Tim DeeganFix xm create direct call to XendBootloader
2007-01-09 Tim DeeganFix bootloader = "pygrub" via 'xm create'.
2007-01-09 Tim DeeganFix auto-bootloading via 'xm create'.
2007-01-09 Tim DeeganSniff for Solaris if not specified. This allows Solaris...
2007-01-09 Tim DeeganPass in kernel/ramdisk settings to pygrub; if specified...
2007-01-09 Tim DeeganFix for pygrub path on Solaris.
2007-01-09 kfraser@localhost... [XEN] Fill in some more opcode space in the emulator.
2007-01-09 Ewan MellorDo not call refreshShutdown in XendDomain for VM-list...
2007-01-09 Tim Deegan[HVM] Fix shadow memory tracking
2007-01-08 kfraser@localhost... [XEN] Tweak x86 emulator interface.
2007-01-08 Christian Limpach[linux build] Append $XENGUEST to kernel version.
2007-01-08 Ian Campbell[XEN] Fix MAP target.
2007-01-08 kfraser@localhost... [XEN] Emulate relative near/short jumps, including...
2007-01-08 kfraser@localhost... merge
2007-01-08 kfraser@localhost... Fix signedness issue in private implementation of memmem().
2007-01-08 Tim DeeganMerge
2007-01-08 kfraser@localhost... Update .hgignore
2007-01-08 Tim Deegan[HVM] Add expansion-ROM boot support again.
2007-01-08 Christian Limpach[linux build] Build Linux kernels with output files...
2007-01-06 kaf24@localhost... [XEN] Emulate MOV imm->reg.
2007-01-06 kfraser@localhost... [PV-on-HVM] Add definition of irq_to_evtchn_port().
2007-01-06 Emmanuel Ackaouy[TOOLS] Improve information displayed by the xm sched...
2007-01-05 Ian Campbell[XEN] Skip over the unit in parse_size_and_unit() when...
2007-01-05 kfraser@localhost... [XEN] Fix new XCHG emulation.
next