|
|
June 30, 2005
- [PATCH] Use copy_from_user when accessing guest_pt[], BitKeeper Bot
- [PATCH] Support VMX guests with 512M/1G memory., BitKeeper Bot
- [PATCH] Infrastructure for interrupt handling., BitKeeper Bot
- [PATCH] ACPI support for guest firmware., BitKeeper Bot
- [PATCH] Enable vmxassist for 64 bit., BitKeeper Bot
- [PATCH] 64 bit xend cleanups., BitKeeper Bot
- [PATCH] Enable qcow in the device models., BitKeeper Bot
- [PATCH] Extend the VMX intercept mechanism to include mmio as well as portio., BitKeeper Bot
- [PATCH] Fix PCI BIOS double initialization., BitKeeper Bot
- [PATCH] Device model cleanup., BitKeeper Bot
June 28, 2005
- Based on the Keir's suggestion yesterday, I fixed the bug in xenlinux., BitKeeper Bot
- At the time of debugging the fs segment problem, I noticed this bug (and, BitKeeper Bot
- Add xenbus driver., BitKeeper Bot
- Increase size of xen_start_info_union since start_info structure, BitKeeper Bot
- comments, BitKeeper Bot
- Merge arcadians.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xeno.bk, BitKeeper Bot
- Merge arcadians.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xeno.bk, BitKeeper Bot
- add framework for debugging processes, BitKeeper Bot
- Merge arcadians.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xeno.bk, BitKeeper Bot
- Fix build on gcc <= 3.2., BitKeeper Bot
- Only enable PGE in CR4 if the CPU supports the feature., BitKeeper Bot
- Simplify x86_32 boot code by removing bogus P6 check (really it was a, BitKeeper Bot
- [PATCH] [PATCH] VMXassist print e820 table, BitKeeper Bot
- [PATCH] [PATCH] Improved pending interrupt handling during VMX, BitKeeper Bot
- convert some use of "if (condition) BUG()" to "BUG_ON(condition)" in netback driver., BitKeeper Bot
June 24, 2005
- Properly remove old plan9 builder from xc header fiel and from xend., BitKeeper Bot
- The set of patches below add support for loading plan9's a.out, BitKeeper Bot
- Rationalise x86 CRn guest state into a ctrlreg array in the per-vcpu, BitKeeper Bot
- With this patch, now x86_64 domU is fully up!, BitKeeper Bot
- Merge arcadians.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk, BitKeeper Bot
- With the patch attached, we can bring up x86_64 domU to the point where, BitKeeper Bot
- Patch below is needed to make my system work stable in PAE mode., BitKeeper Bot
- Merge arcadians.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk, BitKeeper Bot
- xenstored_transaction.c, xenstored_core.h, xenstored_core.c, TODO:, BitKeeper Bot
- Merge firebug.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk, BitKeeper Bot
- XendDomainInfo.py: Fix imports., BitKeeper Bot
- fix tools compilation on x86_64 adding 2 fields that will be unused, BitKeeper Bot
June 23, 2005
- Cset exclude: arun.sharma@xxxxxxxxx[kaf24]|ChangeSet|20050623091344|24134, BitKeeper Bot
- Fix ACM so that it can be built with NULL policy., BitKeeper Bot
- This patch fixes some wrong comment in STE policy code., BitKeeper Bot
- null_set_binary_policy() should return ACM_OK instead of -1. This, BitKeeper Bot
- Merge firebug.cl.cam.ac.uk:/local/scratch/kaf24/xen-unstable.bk, BitKeeper Bot
- [PATCH] vmx-gdbserver-paging.patch, BitKeeper Bot
- [PATCH] vmx-pit-reset2.patch, BitKeeper Bot
- Trivial cleanup in netfront driver., BitKeeper Bot
- This is a patch to the README file to provide the missing, BitKeeper Bot
- Attached is the patch with, BitKeeper Bot
- [PATCH] sysenter-msr.patch, BitKeeper Bot
- Don't zero the vcpu flags in domain builder., BitKeeper Bot
- Fix the x86/64 build. My change to make PAGE_SIZE a signed quantity, BitKeeper Bot
- The 32-bit x86 LTP exposed bugs with LDT handling with x86_64 Xen and, BitKeeper Bot
- The attached patch now allows x86_64 xenlinux to run 32-bit x86 binaries, BitKeeper Bot
- The attached patch replaces the three hypercalls with a signle, BitKeeper Bot
- The xc_domain_getinfo does not clear the info structure before filling, BitKeeper Bot
- [PATCH] novnc-dryrun.patch, BitKeeper Bot
- Merge bk://xen.bkbits.net/xeno-unstable.bk, BitKeeper Bot
- adds necessary put/get_user, copy_from/to_user, etc stuff for VTI, BitKeeper Bot
- Merge djm@xxxxxxxxxxxxxxxxxxx:/home/djm/xeno-unstable-ia64.bk, BitKeeper Bot
- More hyperprivop stuff, BitKeeper Bot
- Adapt to recent patches in common, BitKeeper Bot
- Fix and re-enable hyperprivop for ptc.ga (slow path only for now), BitKeeper Bot
- Updated version to dom0_ops.c. After some discussion with Ian,, BitKeeper Bot
- More hyperprivop stuff, fix set_rr, new get_rr, BitKeeper Bot
- Handle dup tick in hyper_get_ivr, BitKeeper Bot
- Fix typo in cmpxchg_user (causes compile error in some compilers), BitKeeper Bot
- More hyperprivop stuff, BitKeeper Bot
- More hyperprivop work, BitKeeper Bot
- More hyperprivop work, BitKeeper Bot
- Fixed non-CONFIG_VTI change that affects CONFIG-VTI, BitKeeper Bot
- Implement cmpxchg_user for ia64 (hopefully correct :-), BitKeeper Bot
- Add preliminary grant table support (in arch/ia64 and turned, BitKeeper Bot
- More hyperprivop stuff, BitKeeper Bot
- Check to ensure no interrupts to deliver before allowing, BitKeeper Bot
- More hyperprivop stuff, BitKeeper Bot
- New defines for misc get/put_page macros, BitKeeper Bot
- Add ia64 version of evtchn_notify, BitKeeper Bot
- two new files for VTI patch, BitKeeper Bot
- Merge firebug.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk, BitKeeper Bot
- minor xense tool updates, BitKeeper Bot
- ignore: Add tools/policy/policy_tool and tools/policy/xen/*., BitKeeper Bot
- Fix alloc_{l2, l3}_table to correctly compute longword-sized virtual, BitKeeper Bot
- Make sure we save errno across error-path printfs and munlocks. Based, BitKeeper Bot
- More user friendly panic line if dom0 kernel not specified to Xen., BitKeeper Bot
- Include ACM header file in libxc header file., BitKeeper Bot
- XendDB.py:, BitKeeper Bot
June 22, 2005
- Enable NX bit support in 32-bit pae mode., BitKeeper Bot
- Add cmpxchg8b support for writable page tables, BitKeeper Bot
- Fix defintion of PAGE_MASK so that pae builds again., BitKeeper Bot
- Compile-time ACM null-ops disables build of acm files., BitKeeper Bot
- Add new control messages for vcpu hotplug events. Via the, BitKeeper Bot
- sched.h, xen.h, schedule.c, dom0_ops.c, hypercall.h, smpboot.c, process.c:, BitKeeper Bot
- Make xs_read/read_reply allocate an extra byte and put a nul character, BitKeeper Bot
June 21, 2005
- quiet xm ssid-ref output for now - use policy tool or -l for details, BitKeeper Bot
- [PATCH] ioemu-monitor.patch, BitKeeper Bot
- [PATCH] vmxassist-cleanup.patch, BitKeeper Bot
- Merge freefall.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk, BitKeeper Bot
- Merge bk://xenbits.xensource.com/xen-unstable.bk, BitKeeper Bot
- This patch allows user to choose mirror to get linux kernel source instead of getting it from kernel.org (which set as default), BitKeeper Bot
- manual merge, BitKeeper Bot
- Subject: [Xen-devel] [PATCH] allow make O=/path/to/build/dir ARCH=XEN, BitKeeper Bot
- [PATCH] RE: [Xen-devel] DOM0_GETDOMAININFO intended behavior, BitKeeper Bot
- Subject: [Xen-devel] [PATCH] _perform_err, BitKeeper Bot
June 19, 2005
- Extend the xen_version hypercall to return extraversion and compile, BitKeeper Bot
- This patch adds dual-core support to xen, and improves HT detection., BitKeeper Bot
- Merge firebug.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk, BitKeeper Bot
- Merge firebug.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk, BitKeeper Bot
- xsnode.py:, BitKeeper Bot
- new linux kernel tar use extended pax headers. remove the file wrongly, BitKeeper Bot
- Fixed compiler warnings of "cast to pointer from integer of different, BitKeeper Bot
- Merge firebug.cl.cam.ac.uk:/local/scratch/kaf24/xen-unstable.bk, BitKeeper Bot
- Merge bk://xen.bkbits.net/xeno-unstable.bk, BitKeeper Bot
- Add arch-dep notification hook (per discussion on xen-devel), BitKeeper Bot
- Move include definitions around, BitKeeper Bot
- Make MAX_VIRT_CPUS arch-dep, BitKeeper Bot
- serial port back to work again, BitKeeper Bot
- adds hypercall support in HV for VTI, BitKeeper Bot
- More hyperprivops, BitKeeper Bot
- More hyperprivops (slow for now), BitKeeper Bot
- Merge djm@xxxxxxxxxxxxxxxxxxx:/home/djm/xeno-unstable-ia64.bk, BitKeeper Bot
- Enable VHPT for region 7, BitKeeper Bot
- ia64: Fix incorrect mapping bug; caused infrequent crashes, BitKeeper Bot
- Different dom_mem_op for non-VTI (at least until discussed), BitKeeper Bot
- XEN/VTI utilizes a PMT table to describe physical->machine, BitKeeper Bot
- Enable dom_mem_ops on XEN/IA64, BitKeeper Bot
- Fix broken VTI due to previous multi-domain prep patch, BitKeeper Bot
- adds get_page/put_page to XEN/IA64, BitKeeper Bot
- Various fixes for multi-domain prep, BitKeeper Bot
- Finish reserved VA bit assignment, handle uncached address, BitKeeper Bot
- Additional interrupt checking for fast hyper_rfi, BitKeeper Bot
June 18, 2005
- Subject: [Xen-devel] [PATCH] allow make O=/path/to/build/dir ARCH=XEN, BitKeeper Bot
- [PATCH] RE: [Xen-devel] DOM0_GETDOMAININFO intended behavior, BitKeeper Bot
- Subject: [Xen-devel] [PATCH] _perform_err, BitKeeper Bot
- Upgrade to linux patch 2.6.11.12, BitKeeper Bot
- Fix and simplify the seg_fixup code. It only needs to handle, BitKeeper Bot
- Add -fPIC tools/xenstore/Makefile, BitKeeper Bot
- When xend starts, it fires off xcs. If you're running on a slow, BitKeeper Bot
- Merge freefall.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk, BitKeeper Bot
- xsnode.py:, BitKeeper Bot
- xs.c:, BitKeeper Bot
- xs.c:, BitKeeper Bot
- xs.c:, BitKeeper Bot
- netif.py:, BitKeeper Bot
- xsobj.py:, BitKeeper Bot
- xsnode.py:, BitKeeper Bot
- netif.py, blkif.py:, BitKeeper Bot
- xsobj.py:, BitKeeper Bot
- Many files:, BitKeeper Bot
- ignore:, BitKeeper Bot
- Makefile:, BitKeeper Bot
- Makefile:, BitKeeper Bot
- privcmd.h, privcmd.c:, BitKeeper Bot
- Slightly disgusting hack to avoid using lots of lock instructions on a uniprocessor, BitKeeper Bot
- Merge freefall.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk, BitKeeper Bot
- [PATCH] [PATCH] vmx-device-models-py.patch, BitKeeper Bot
June 13, 2005
- [PATCH] [PATCH] fix x86_64 initrd support, BitKeeper Bot
- [PATCH] x64-vmxassist-fix2.patch, BitKeeper Bot
- Fix xs Python module for Python <2.3., BitKeeper Bot
- fix x86-64 compilation with CONFIG_SMP, BitKeeper Bot
- export evtchn irq symbols, BitKeeper Bot
- Merge freefall.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-2.0-testing.bk, BitKeeper Bot
- Upgrade to linux patch 2.6.11.12, BitKeeper Bot
- Merge maf46@xxxxxxxxxxxxxxxxxxxxxxx:/usr/groups/xeno/BK/xen-unstable.bk, BitKeeper Bot
- light-weight shadow mode bug fix., BitKeeper Bot
- [PATCH] x64-vmxassist-fix.patch, BitKeeper Bot
June 10, 2005
- [PATCH] fix-trace-y.patch, BitKeeper Bot
- [PATCH] xmexample-vmxassist.patch, BitKeeper Bot
- Merge firebug.cl.cam.ac.uk:/local/scratch/kaf24/xen-unstable.bk, BitKeeper Bot
- Adapt to recent changes in non-VTI Xen/ia64, BitKeeper Bot
- Merge bk://xen.bkbits.net/xeno-unstable.bk, BitKeeper Bot
- Accomodate recent addition of physaddr_t type, BitKeeper Bot
- Merge http://xen-ia64.bkbits.net/xeno-unstable-ia64.bk, BitKeeper Bot
- Oops, yet another file for Greg's checkin, BitKeeper Bot
- Oops, left new file out of Greg's sn patch, BitKeeper Bot
- sn2 console patch, BitKeeper Bot
- Add floating-point save/restore support on domain switch, BitKeeper Bot
- Zero out newly allocated xenheap pages for page tables,, BitKeeper Bot
- Fast reflecting now working for breaks, BitKeeper Bot
- Initial work on fast reflection (break), still disabled, BitKeeper Bot
- More hyperprivop work, BitKeeper Bot
- Oops, fix parameter ordering for console PCDP, BitKeeper Bot
- Merge corrections, BitKeeper Bot
- More hyperprivop stuff, BitKeeper Bot
- Add counters for hyperprivops and reflections, BitKeeper Bot
- Two more hyperprivops, BitKeeper Bot
- Restructure metaphysical mode rid management to ensure easy, BitKeeper Bot
- Fix NULL-handler check when propagating faults to guest kernels., BitKeeper Bot
- Manual merge., BitKeeper Bot
- Fix and simplify the seg_fixup code. It only needs to handle, BitKeeper Bot
- xenstore fixes for read-only connections., BitKeeper Bot
- Ensure we only handle writable pagetable faults taken in guest kernel, BitKeeper Bot
- Manual merge., BitKeeper Bot
- Ensure we only handle writable pagetable faults taken in guest kernel, BitKeeper Bot
- Some functions of xenstore library dont have xs_ as prefix. This patch, BitKeeper Bot
- signedness fix for gcc-4.0, BitKeeper Bot
- fix compilation with newer binutils that don't accept the l suffix for mov when using segment register, BitKeeper Bot
- user -> kernel syscall path must enable interrupts after all, since, BitKeeper Bot
- Fixup SYSCALL path correctly in xenlinux when calling into C code., BitKeeper Bot
- Install/uninstall xenstore headers., BitKeeper Bot
- Move saved_upcall_mask in cpu_user_regs to CS+4 rather than CS+2 on, BitKeeper Bot
- x86/64 linux needs rtc driver so that it can set correct kernel time., BitKeeper Bot
- Fix ia64 build., BitKeeper Bot
- Adding the VMCS encodings as per "Intel Virtualization Technology, BitKeeper Bot
- 'make uninstal' cleanups., BitKeeper Bot
- Remove tools/ioemu/pc-bios. We have replacements in tools/firmware, BitKeeper Bot
- Tiny tweak to fix ballooning via Xend., BitKeeper Bot
June 09, 2005
- Xenstore build fixes for x86/64., BitKeeper Bot
- Many files:, BitKeeper Bot
- SrvDaemon.py:, BitKeeper Bot
- control.c:, BitKeeper Bot
- setup.py:, BitKeeper Bot
- setup.py:, BitKeeper Bot
- params.py, SrvDaemon.py:, BitKeeper Bot
- Add xenstore daemon and library., BitKeeper Bot
- XendDomainInfo.py:, BitKeeper Bot
- channel.py, XendDomainInfo.py:, BitKeeper Bot
- netif.py:, BitKeeper Bot
- xen.h, image.py, XendDomainInfo.py, xc.c, xc_linux_build.c, xc.h:, BitKeeper Bot
- XendDomainInfo.py, XendDomain.py:, BitKeeper Bot
- controller.py:, BitKeeper Bot
- XendDomainInfo.py:, BitKeeper Bot
- XendDomainInfo.py:, BitKeeper Bot
- XendDomainInfo.py:, BitKeeper Bot
- Many files:, BitKeeper Bot
- usbif.py, netif.py, controller.py, console.py, blkif.py, XendDomainInfo.py:, BitKeeper Bot
- Many files:, BitKeeper Bot
- XendDomainInfo.py, XendDomain.py:, BitKeeper Bot
- xend cleanups from Mike Wray., BitKeeper Bot
- Clean up the page allocator interface a little. In particular, BitKeeper Bot
- Fix a bug with snapshots that was introduced with the crc code., BitKeeper Bot
- Clean up blktaplib headers., BitKeeper Bot
- Multicall macro should mark all caller-saved registers as clobbered, BitKeeper Bot
- Make sure the grant table stuff uses locked cmpxchg instructions even when compiled, BitKeeper Bot
- Parallax fixes/updates:, BitKeeper Bot
- Merge arcadians.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xeno.bk, BitKeeper Bot
- Merge arcadians.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xeno.bk, BitKeeper Bot
- Merge arcadians.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xeno.bk, BitKeeper Bot
- Parallax code cleanups., BitKeeper Bot
- Move vmxloader to /usr/lib/xen/boot/., BitKeeper Bot
- This patch removes -noht option (both code and doc)., BitKeeper Bot
- [PATCH] vmx-doirq-vector.patch, BitKeeper Bot
- [PATCH] vmresume-vmx-bug.patch, BitKeeper Bot
June 08, 2005
- reenable TS flag after testing for fdiv bug. fix the fpu corruption that some config have, BitKeeper Bot
- More irq changes: moving towards addressing irqs by vector rather than, BitKeeper Bot
- .del-bugs.h~d4d01078e5137b63:, BitKeeper Bot
- Merge arcadians.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-2.0-testing.bk, BitKeeper Bot
- reenable TS flag after testing for fdiv bug. fix the fpu corruption that some config have, BitKeeper Bot
- Merge arcadians.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-2.0-testing.bk, BitKeeper Bot
- remove assertion that CDROM devices have no partition., BitKeeper Bot
- Config option is CONFIG_X86_PAE, not CONFIG_PAE., BitKeeper Bot
- Fix gcc4 build., BitKeeper Bot
- First phase of removing IRQ numbers from Xen (transitioning to, BitKeeper Bot
- Integrate virtual firmware into the tools build system., BitKeeper Bot
- Export xen_section info from generic Elf parser. Use this to detect, BitKeeper Bot
- The following allows you to run unmodified guest operating systems, BitKeeper Bot
- [PATCH] vmx-io-events.patch, BitKeeper Bot
- Fix 'no value returned in non-void function' warnings on x86/64 gcc., BitKeeper Bot
- read/write control-reg macros are now same in xenlinux as native linux., BitKeeper Bot
- Increase max cmdline to 1024 characters., BitKeeper Bot
June 06, 2005
- cpu_gdt_init() could allocate a frame array one element too small. Now, BitKeeper Bot
- Clean up show_registers()., BitKeeper Bot
- Remove strrchr/strnlen/memscan from x86-specific string.h. They are not, BitKeeper Bot
- Merge x86/32 and x86/64 string functions., BitKeeper Bot
- Merge x86/32 and x86/64 usercopy routines., BitKeeper Bot
- xc_gnttab.c, xc_evtchn.c:, BitKeeper Bot
- xc_load_elf.c, xc_load_bin.c:, BitKeeper Bot
- Merge firebug.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk, BitKeeper Bot
- xc_private.h, xc_linux_build.c, Makefile:, BitKeeper Bot
- Attached patch fixes FP initialization bug with x86-64 xenlinux.=20, BitKeeper Bot
June 04, 2005
- Add a manual 'sync_console' boot parameter that forces synchronous, BitKeeper Bot
- Interrupt-driven serial transmit for 8250/16550 UARTs., BitKeeper Bot
- Merge firebug.cl.cam.ac.uk:/local/scratch/kaf24/xen-unstable.bk, BitKeeper Bot
- Merge http://xen-ia64.bkbits.net/xeno-unstable-ia64.bk, BitKeeper Bot
- Add EFI PCDP support to automatically find console, BitKeeper Bot
- Basic update to new ns16550 driver (not all working yet), BitKeeper Bot
- Rationalise debugger stuff in the tree., BitKeeper Bot
- Merge arcadians.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xeno.bk, BitKeeper Bot
- Merge arcadians.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xeno.bk, BitKeeper Bot
- PDB 0.3, BitKeeper Bot
June 03, 2005
- [patch] libxc x86-64, BitKeeper Bot
- [PATCH] missing put_domain in DOM0_IOPORT_PERMISSION, BitKeeper Bot
- Fix compilation problem when perf counters are enabled., BitKeeper Bot
- Merge firebug.cl.cam.ac.uk:/local/scratch/kaf24/xeno-unstable-ia64.bk, BitKeeper Bot
- Event-channel CPU affinity. Currently all event channels still bind to, BitKeeper Bot
- More include file cleanup fixes (for CONFIG_VTI), BitKeeper Bot
- Simplify implementation of map_domain_mem., BitKeeper Bot
- Fix Linux for cpuset -> vcpumask rename., BitKeeper Bot
- All cpu bitmasks in Xen now use the cpumask_t type and its operators., BitKeeper Bot
- Make sure we only look at the unpinned list for mms which are actually, BitKeeper Bot
- Add support for memory-mapped ns16550 uart., BitKeeper Bot
- Ensure that _PAGE_GLOBAL bit is never set in any pagetable if the CPU, BitKeeper Bot
- IO DMA isn't bound by physical address, but it is by machine address., BitKeeper Bot
- domain.h, xenmem.c, mkbuildtree, slab.h, setup.c:, BitKeeper Bot
- Merge firebug.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk, BitKeeper Bot
- sched.h:, BitKeeper Bot
- Current -unstable doesn't build, it's missing one exec_domain -> vcpu cleanup., BitKeeper Bot
June 02, 2005
- Merge firebug.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk, BitKeeper Bot
- Many files:, BitKeeper Bot
- Merge firebug.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk, BitKeeper Bot
- The last annoying rename:, BitKeeper Bot
- sched.h:, BitKeeper Bot
- Many files:, BitKeeper Bot
- console.c, sched.h:, BitKeeper Bot
- sched.h:, BitKeeper Bot
- sched.h, seg_fixup.c:, BitKeeper Bot
- sched.h:, BitKeeper Bot
- page.h:, BitKeeper Bot
- Merge firebug.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk, BitKeeper Bot
- Fix x86_64 build., BitKeeper Bot
- Fix x86/64 build., BitKeeper Bot
- The merge of PAE support introduced the intpte_t type and PRIpte format, BitKeeper Bot
- l?e_from_paddr() expects the physical address to already be page, BitKeeper Bot
- serial.h needs spinlock.h, BitKeeper Bot
- Fix page-table initialisation (MPT, linear mappings, and mapcache)., BitKeeper Bot
- Merge firebug.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk, BitKeeper Bot
- Fix bug #68: x86_64 build break - `pgd_cache' undeclared, BitKeeper Bot
- missing braces for the for body (this is not python), BitKeeper Bot
- network:, BitKeeper Bot
- network:, BitKeeper Bot
- [PATCH] [PATCH] vmx assist moved to a new address, BitKeeper Bot
- [PATCH] vmx-xentrace.patch, BitKeeper Bot
- [PATCH] vmx-mmio-2pages.patch, BitKeeper Bot
- skb_copy_bits() can return an err, so have netif_be_start_xmit(), BitKeeper Bot
- Merge firebug.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk, BitKeeper Bot
- All page directory pages have to be pinned before/during relocation, so, BitKeeper Bot
- Merge firebug.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk, BitKeeper Bot
- Fix sync_lazy_execstate functions to correctly sync the local cpu., BitKeeper Bot
June 01, 2005
- Merge arcadians.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-2.0-testing.bk, BitKeeper Bot
- remove assertion that CDROM devices have no partition., BitKeeper Bot
- Merge arcadians.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk, BitKeeper Bot
- remove assertion that REMOVABLE/CDROM devices have no partition., BitKeeper Bot
- Fix domain shutdown so that the new status, and notification to domain0,, BitKeeper Bot
- XendDomainConfig.py is not used., BitKeeper Bot
- XendRoot.py:, BitKeeper Bot
- Makefile:, BitKeeper Bot
- vnet-xend.txt, user.tex, README:, BitKeeper Bot
- XendConsole.py:, BitKeeper Bot
- XendRoot.py:, BitKeeper Bot
- multicall.c:, BitKeeper Bot
- Merge firebug.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk, BitKeeper Bot
- Merge firebug.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-2.0-testing.bk, BitKeeper Bot
- Add an explicit result field to multicall_entry_t, rather than abusing, BitKeeper Bot
- XendDomainConfig.py is not used., BitKeeper Bot
- Rename some of the pagetable access macros:, BitKeeper Bot
- domain.c:, BitKeeper Bot
- Merge firebug.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk, BitKeeper Bot
- Many files:, BitKeeper Bot
- sched.h, domain.c:, BitKeeper Bot
|
|