age |
author |
revision |
description |
2006-10-05 |
Tim Deegan |
11712:646a120334ef |
[VMX] Remove vcpu->arch.hvm_vmx.cpu_state |
2006-10-05 |
kfraser |
11711:9dabb06c66f5 |
[XEN] Fix memtype accessor domctls. |
2006-10-05 |
kfraser |
11710:609b10b17bf0 |
[XEN] Change microcode_update function interface inside Xen. |
2006-10-05 |
kfraser |
11709:eee52c100996 |
[XEN] Remove unused MULTICALL_arg6, and unnecessary use of STR() macro. |
2006-10-05 |
kfraser |
11708:56fe7bbcbeaf |
Make sure that if one of the intermediate steps fails, a subsequent |
2006-10-05 |
kfraser |
11707:efb8b20004b7 |
[XM] Fix 'xm help' when called on a command-name prefix. |
2006-10-05 |
kfraser |
11706:bf0deb09facd |
[XEND] Fix pygrub when run server-side on a domain with blktap disks. |
2006-10-05 |
kfraser |
11705:b3cba293e61a |
[NET] front: Fix size of grant_rx_ref[]. It should use the RX ring |
2006-10-05 |
Christian Limpach |
11704:a95dfbc8dca8 |
[HVM/vncserver] Implement a 'vnclisten' option to limit the interface |
2006-10-05 |
Ian Campbell |
11703:8959876abbe3 |
[NET] front: Include linux/moduleparam.h since we use module_param_* |
2006-10-05 |
kaf24 |
11702:2e58022889a5 |
[MBOOTPACK] Fix building mbootpack on x86/64. |
2006-10-05 |
jchesterfield |
11701:a72fdb6a19a1 |
[BLKTAP] Blktapctrl: Add asynchronous watch on dom0 name entry for blktapctrl on startup. This patch cleans up the synchronisation issues between blktapctrl and xend at initialisation if the Dom0 entries have not yet been populated. |
2006-10-05 |
Ian Campbell |
11700:ad926cc0a50e |
[NET] front: If the kernel does not include GSO then look for TSO. |
2006-10-05 |
Ian Campbell |
11699:55e53c556f9f |
[NET] front: Invert the test for a kernel with GSO support. |
2006-10-05 |
kaf24 |
11698:0dc4ae151be2 |
[LIBXC] Fix ptrace memory-mapping code to map pagetables read-only. |
2006-10-04 |
kfraser |
11697:a5a3f48e92c9 |
Remove redundant '&' before array name in __RING_SIZE macro. |
2006-10-04 |
kfraser |
11696:2dd375ce153d |
[LINUX] Don't bother to write a 5-bit value to a 2-bit field. |
2006-10-04 |
kfraser |
11695:224b80785d02 |
[NET] back: Disable packet queuing when a client has no receive buffers. |
2006-10-04 |
kaf24 |
11694:6a8ae4c34abe |
[IOEMU] When vncunused is specified, allocate a port from 5900 |
2006-10-04 |
kaf24 |
11693:ddc56007bf3f |
[XEND] If 'vncused' is set, it won't specify an explicit display num to QEMU. |
2006-10-04 |
kaf24 |
11692:7a7e8cf9a4f9 |
[HVMLOADER] Fix SMBIOS table code. One of the string lengths is incorrectly computed. |
2006-10-04 |
kaf24 |
11691:74855cdc4a1d |
[XEN] Never crash machine on int3 traps. |
2006-10-03 |
kfraser |
11690:38f9bd7a4ce6 |
[NET] Make MAX_SKBUFF_ORDER page-size independent. |
2006-10-03 |
kfraser |
11689:6df04adab323 |
[IA64] Fix implicit declaration of initialize_keytable(). |
2006-10-03 |
Alastair Tse |
11688:432bf17b3b09 |
[XM] Fix rmlabel filename assignment |
2006-10-03 |
Alastair Tse |
11687:51fa58f0583b |
[XM] Fix missing security check in block-attach |
2006-10-02 |
kfraser |
11686:f426f6e646eb |
[HVMLOADER] Clean up SMBIOS table-length computations. |
2006-10-02 |
kfraser |
11685:0d796dced5f7 |
[NET] front: Allow copying receive path to be selected by user at |
2006-10-02 |
Steven Smith |
11684:96a77ef725b8 |
[XEN][HVM] Fix a bug which could lead to the guest locking up if it |
2006-09-30 |
kaf24 |
11683:02311d8aba86 |
[HVM][TOOLS] Improve warnign message when trying to create |
2006-09-30 |
kaf24 |
11682:82983c636549 |
[HVM] Mov to/from CR8 must be gated on whether VLAPIC device is created. |
2006-09-30 |
kaf24 |
11681:96a6649fa691 |
[HVM] Add RDMSR/WRMSR instruction emulation to VMXAssist decoder |
2006-09-30 |
kaf24 |
11680:2d155d41fe46 |
[HVM] Add sub instruction support to HVM MMIO decoder. |
2006-09-30 |
kaf24 |
11679:a949bd6ceb85 |
[HVM][SVM] Do not delay ExtInt event injection if RFLAGS.IF==0. |
2006-09-29 |
kfraser |
11678:9977b8785570 |
[NET] back: Loopback must copy foreign mappings. |
2006-09-29 |
Steven Smith |
11677:593b5623a0d2 |
Merge. |
2006-09-29 |
Steven Smith |
11676:ef8df1e5884f |
[XEN][HVM] Arrange that we only consider sending a PV-on-HVM event channel |
2006-09-29 |
kfraser |
11675:2835083c9c91 |
[BLKTAP] Find major number by searching sysfs |
2006-09-29 |
Steven Smith |
11674:509ff527c59d |
Merge. |
2006-09-29 |
Steven Smith |
11673:c620b16d4063 |
[XEN][HVM] Make sure that the interrupt which event channel events come in |
2006-09-29 |
kfraser |
11672:7e79259c2c17 |
[LINUX] Make evtchn device use a dynamic minor number. |
2006-09-29 |
Tim Deegan |
11671:477a0084ff47 |
[XEN] Recompute shadows of PAE PSE l2es when needed. |
2006-09-29 |
kfraser |
11670:792fb641ea7b |
[HVM][SVM] Obtaining instruction address needs to mask to 32 bits |
2006-09-29 |
Alastair Tse |
11669:e229687561cf |
[TOOLS] Fix xendomains init.d script DOG PIG confusion. |
2006-09-29 |
kfraser |
11668:9eb80d41c724 |
[HVM] Disable VMX/SVM on auxiliary processors when shutting down an SMP system. |
2006-09-29 |
kfraser |
11667:bcd0e18f7881 |
[HVM][VMX] Clear vmxe when VMX is not enabled. |
2006-09-29 |
kfraser |
11666:be78be7009c5 |
[PYGRUB] Enable showing the cursor in pygrub when it's relevant to do so. |
2006-09-29 |
kfraser |
11665:dea06c7fd19d |
[HVM][SVM] 64-bit Windows HVM guests require MCE/MCA CPUID bits to be present. |
2006-09-29 |
kfraser |
11664:0c29e0d1c67b |
[BLKTAP] Remove unnecessary TLB flush from blktap driver. |
2006-09-29 |
kfraser |
11663:16759bdbd6c2 |
[BLKTAP] Remove unnecessary timeout from tapdisk select() call. |
2006-09-29 |
kfraser |
11662:80388aea02a1 |
Remove dead pdb code from tools directory. |
2006-09-29 |
kfraser |
11661:e5cdebf9d8ef |
[VMXASSIST] Fix data32/addr32 instruction decode issue. |
2006-09-29 |
kfraser |
11660:058f4a2a8642 |
[HVM] Clean up hvm_copy interface to be more like copy_to/from_user. |
2006-09-29 |
kfraser |
11659:412fc1c1bd7a |
[HVM][VMX] Fix data copying in transition to/from vmxassist. |
2006-09-29 |
kfraser |
11658:6d5d5b883dfc |
[NET] back: Reset netfilter context in loopback receive path. |
2006-09-29 |
kfraser |
11657:52bb01f36c8b |
[BLK] front: Flush workqueues with no locks held. Operation can sleep. |
2006-09-29 |
kfraser |
11656:dc017943eea2 |
[XENBUS] Don't perform normal state-machine transitions and |
2006-09-28 |
Andrew Warfield |
11655:d90be316e5f5 |
[BLKTAP] have udev create the device for blktap |
2006-09-28 |
Andrew Warfield |
11654:500043f8ccff |
[BLKTAP] have blktap use a dynamic major |
2006-09-28 |
Andrew Warfield |
11653:3b7e11cbeb94 |
[BLKTAP][XEND] Fix blktap to work with a bootloader |
2006-09-28 |
Andrew Warfield |
11652:5f5e3b4c6fba |
[BLKTAP] Fix SMP debugging assert failures in blktap |
2006-09-28 |
Andrew Warfield |
11651:460f2c954cca |
[BLKTAP] clean up blktap and remove private structure |
2006-09-28 |
Andrew Warfield |
11650:f9929b7e009e |
[BLKTAP] Fix blktap oops on domain shutdown |
2006-09-28 |
Tim Deegan |
11649:b6ee084892da |
[XEN] Support lightweight shadow-translate PV guests, for paravirt-ops. |
2006-09-28 |
Tim Deegan |
11648:5f42b4824e45 |
[XEN] Fix interaction between tlbflush timestamp and shadow flags |
2006-09-28 |
kfraser |
11647:14111cab38fd |
[NET] back: 4 loopbacks by default for dom0 (previously was 8). |
2006-09-28 |
kfraser |
11646:34452b288046 |
[XEN] Remove weak-extern definitions from symbols.c. |
2006-09-28 |
kfraser |
11645:8cffe84d8f51 |
[NET] back: Create 0 loopbacks by default for non-domain-0. |
2006-09-28 |
atse |
11644:3dea280880e2 |
[XM] Report proper ACMError(s) instead of silently exiting. |
2006-09-28 |
atse |
11643:98c369711006 |
[XM] Remove traceback printing from load/makepolicy.py. |
2006-09-28 |
atse |
11642:98ba161961b5 |
[XM] Fix stray quotes in usage message in getlabel.py |
2006-09-28 |
atse |
11641:0de76117acb6 |
[XM] Fix error reporting for resources.py, remove duplicate try block. |
2006-09-28 |
atse |
11640:911b7c6d03ea |
[XM] Removed traceback printing for non ACMError exceptions |
2006-09-28 |
atse |
11639:e57815fcc352 |
[XM] Set proper return code for exceptions in xm, catch ACMError. |
2006-09-28 |
kfraser |
11638:c40ea583941c |
[XEN] Fix i386 hypercall code to always create shadow |
2006-09-28 |
kfraser |
11637:88418d7f22f2 |
[HVM] Avoid mis-optimisation of the SVM/VMX exit handlers |
2006-09-28 |
atse |
11636:e759cc598822 |
There's a typo in create.py, which affects PV bootloaders (such as |
2006-09-27 |
kfraser |
11635:1d0e75523636 |
[VMXASSIST] Cast to pointer type via long to avoid compile |
2006-09-27 |
Steven Smith |
11634:5c522692edd1 |
[HVM] qemu should wait 10ms, rather than 100ms, between running its timers. |
2006-09-27 |
kfraser |
11633:000aa9510e55 |
[XM-TEST] Remove the test for /dev/tpm0, which may be a prerequisite to start |
2006-09-27 |
kfraser |
11632:d78b31dd07e8 |
[XEN] gdbstub return value is used to determine whether or not |
2006-09-27 |
kfraser |
11631:ed8f53f81e6e |
[XM] Fix 'xm uptime' command. |
2006-09-27 |
kfraser |
11630:755bc9aa69fb |
[XM] Fix domain reported by 'xm sched-sedf'. |
2006-09-27 |
kfraser |
11629:d863fedb4398 |
[XM] Fix 'xm rmlabel' command. |
2006-09-27 |
kfraser |
11628:79a4a00c4e15 |
[XM] Reenable the '-h' option, disabled in changeset:11572. |
2006-09-27 |
kfraser |
11627:7c5ea4f50bd9 |
[HVM] Fix stupid printf formatting error that breaks x86/64 build. |
2006-09-27 |
kfraser |
11626:5ab400346b13 |
[HVM] Fix MSR read/write and add extra info when |
2006-09-27 |
kfraser |
11625:8905ffc1a3c8 |
[XEN] Fix x86_emulate and hvm-mmio-insn-len decoders |
2006-09-26 |
Steven Smith |
11624:bd811e94d293 |
[HVM][VNC] Fix typo. |
2006-09-26 |
Steven Smith |
11623:a1154318cd80 |
[HVM][VNC] Work around a bug in the newest version of xvncviewer which |
2006-09-26 |
Steven Smith |
11622:ca3abb3804f4 |
[HVM][VNC] Make sure that qemu doesn't go into an infinite loop when |
2006-09-26 |
Steven Smith |
11621:7fca81d456b2 |
[HVM] Make qemu_advance_timer do something sensible with timers which |
2006-09-26 |
kfraser |
11620:ef41783c664a |
[HVM] Fix HLT with interrupts disabled. Only take down |
2006-09-26 |
Emmanuel Ackaouy |
11619:184884cfaa0b |
Adds support for the keyword 'all' to the vcpu-pin operation. |
2006-09-26 |
kaf24 |
11618:bdf3bddc97e7 |
[VMXASSIST] Small fix to virt-to-phys translation. |
2006-09-26 |
kaf24 |
11617:b042bf974f3a |
Remove static forward declaration in gdbstub code. |
2006-09-25 |
kfraser |
11616:7de1715d185e |
[VMXASSIST] Fix virt-to-phys translation routine. |
2006-09-25 |
kfraser |
11615:0f9908c2c5c7 |
[XEN] Simplify VMCS allocation (never bigger than a page). |
2006-09-25 |
kfraser |
11614:f5fd563bcc84 |
[XEN] Small clean up. |
2006-09-25 |
Steven Smith |
11613:1d3f52eb256e |
[HVM] Rate limit guest accesses to the qemu virtual serial port. This stops |
2006-09-25 |
Emmanuel Ackaouy |
11612:b7b653e36d20 |
Make dom0_vcpus_pin a platform independant option. |
2006-09-25 |
kfraser |
11611:f052ccc0cc26 |
[XEN] Fix 11607 to avoid bignum aritmetic in assembly file. |
2006-09-25 |
kfraser |
11610:e0db5a3a2ef6 |
[HVM] Use AMD's isntruction-length decoder for VMX as well as SVM |
2006-09-25 |
kfraser |
11609:807fbfb0a0dc |
Consolidate the preferable use of a pragma with the feature detection |
2006-09-25 |
kfraser |
11608:ab2817b9547b |
[XEN] Limit size of Xen heap to 2GB. |
2006-09-25 |
kfraser |
11607:83b53eeb8a5c |
[XEN] Use symbolic constants to determine segment limits. |
2006-09-25 |
Steven Smith |
11606:4b6284d2c11c |
Merge. |
2006-09-25 |
Steven Smith |
11605:9e24cd7951ea |
[XEN][HVM] Initialise the ELCR to level triggered mode from pic_init1. |
2006-09-25 |
kfraser |
11604:fd13d7150dd6 |
[TOOLS] Wait for backend devices to set up before resuming execution |
2006-09-24 |
kaf24 |
11603:c81eb1ccdce5 |
[XEN] Support unconnected IRQ lines in pirq_acktype(). |
2006-09-24 |
kaf24 |
11602:d17e0ffe47e8 |
[XEN] Add local-APIC-edge to list of PIC types supported by pirq_acktype() |
2006-09-23 |
kfraser |
11601:ba7487569374 |
[QEMU] A better build fix for qemu-dm. |
2006-09-23 |
kfraser |
11600:c4f3f719d997 |
Ensure CONFIG_SND_FM801_TEA575X is unconfigured on all arches. |
2006-09-23 |
kfraser |
11599:e4a496c2b2d1 |
Fix tools build with latest glibc, which has an |
2006-09-23 |
kfraser |
11598:19b126974c1f |
Use GDB 'O' packets for console output if the serial line is shared |
2006-09-23 |
kfraser |
11597:828c0c89d830 |
Move initialize_keytable declaration to keyhandler.h |
2006-09-23 |
kfraser |
11596:f983ed5e9098 |
Clean up and enhance "make tags" |
2006-09-23 |
kfraser |
11595:decde35c6abf |
[HVM] Fix timer interrupt underflow bug. |
2006-09-23 |
kfraser |
11594:6d7bba6443ef |
Update vnet kernel module to handle architectures without |
2006-09-23 |
kfraser |
11593:d913017a5c66 |
[MINIOS] Added a new file arc/x86/setup.c and moved some x86 specific |
2006-09-23 |
kfraser |
11592:5c58df8c7885 |
[QEMU] Fix build on some distros (e.g., FC6T3). |
2006-09-23 |
atse |
11591:dfbadf4696fd |
[XM] Fix argument parsing for dump-core subcommand |
2006-09-23 |
kaf24 |
11590:047669f57e5c |
[HVM] A few cleanups to i8259.c -- in particular change |
2006-09-22 |
Steven Smith |
11589:fb2751668a4d |
[HVM][VNC] Make sure that the vnc viewer gets the right resolution when it |
2006-09-22 |
Steven Smith |
11588:bdace8da6319 |
Merge. |
2006-09-22 |
Steven Smith |
11587:cdd03c7ec8d3 |
Merge. |
2006-09-22 |
Steven Smith |
11586:08a582a98471 |
[XEN][HVM] Initialise the ELCR so that all interrupts are in level triggered |
2006-09-22 |
atse |
11585:3499b3271e5f |
[XM][ACM] Add try,catch back to main() for dry-run |
2006-09-22 |
atse |
11584:92bfc59726a4 |
[XM] Move 'xm sysrq' into main.py |
2006-09-22 |
atse |
11583:e6388ec26a97 |
[XEND] Do not attempt core dump to directories. |
2006-09-22 |
atse |
11582:332bdaab35fa |
[XEND] Remove hard tabs from destroyDevice() |
2006-09-22 |
atse |
11581:1db4e40b4d83 |
[XEND] Check for invalid memory sizes. |
2006-09-22 |
atse |
11580:a49f9c33aa93 |
[XM] Text wrapping fix, xm create --help_config fix. |
2006-09-22 |
Steven Hand |
11579:d4b99e615af2 |
Add mmio emulation of opcodes 0x3A and 0x85 for SMP W2K3 installation. |
2006-09-22 |
Steven Hand |
11578:a2549eb49482 |
Revert default debug on cset 11576:4a3d9fa6ba24. |
2006-09-22 |
kfraser |
11577:1ca87f35ee4e |
merge |
2006-09-22 |
kfraser |
11576:4a3d9fa6ba24 |
merge |
2006-09-22 |
kfraser |
11575:840453c5dd9a |
[XEN][ Remove unused declarations. |
2006-09-22 |
Steven Hand |
11574:0e9055d69f12 |
This patch fixes an error booting 32bit vista on VMX. |
2006-09-22 |
Steven Hand |
11573:3236311a23a5 |
Fix vmxassist to boot Vista. |
2006-09-22 |
atse |
11572:ad22c711ccb7 |
[XM] Error handling cleanup |
2006-09-22 |
kfraser |
11571:a753630a6456 |
[HVM][VMX] Clean up and audit VMX uses of instruction-length |
2006-09-22 |
Steven Smith |
11570:140dff9d90dc |
[HVM][VNC] Fix bug in the VNC copyrect implementation which crept in |
2006-09-21 |
kfraser |
11569:6e3223a69461 |
[XEN] Do not emulate user-mode updates to page tables. |
2006-09-21 |
Christian Limpach |
11568:8c29bf7ede67 |
Merge? |
2006-09-21 |
Christian Limpach |
11567:043f8799e68e |
[qemu patches] Refresh. |
2006-09-21 |
Christian Limpach |
11566:7706696ff532 |
[qemu patches] Update patches for changeset 11562:449dcaff2551. |
2006-09-21 |
Christian Limpach |
11565:317e8516d464 |
[qemu patches] Update patches for changeset 11561:c742b2ae920c. |
2006-09-21 |
Christian Limpach |
11564:ebb1982c03a1 |
[qemu patches] Update patches for changeset 11554:39aaa54756db. |
2006-09-21 |
kfraser |
11563:8860eba3dcad |
[XEN] Fix domctl for changing VCPU affinity. |
2006-09-21 |
Steven Smith |
11562:449dcaff2551 |
[HVM][VNC] Add a backoff feature to the vnc server, so that if it detects |
2006-09-21 |
Steven Smith |
11561:c742b2ae920c |
[HVM] Reduce VNC overhead, by (a) only scanning framebuffer when a client |
2006-09-21 |
Tim Deegan |
11560:5bc0e9a50687 |
Merge |
2006-09-21 |
Tim Deegan |
11559:7c5d1c379438 |
[XEND] Don't prepend '/dev/' to any absolute path. |
2006-09-21 |
Tim Deegan |
11558:7894224d264b |
[XEND] split command-line arguments to the bootloader script properly. |
2006-09-21 |
Tim Deegan |
11557:16e4a5a7cfd7 |
Pygrub: add /var/lib/xen to the install tree. |
2006-09-21 |
Tim Deegan |
11556:587735fb18ab |
Pygrub: stop the FS identification code from leaking open fds. |
2006-09-21 |
Emmanuel Ackaouy |
11555:3b7c45e3bf94 |
This patch adds value checking of sched-credit xm options. |
2006-09-21 |
Christian Limpach |
11554:39aaa54756db |
[tools] Increases some of the timeouts |
2006-09-21 |
Christian Limpach |
11553:93135bbb5344 |
[qemu patches] Refresh qemu-pci patch without -p3. |
2006-09-21 |
Christian Limpach |
11552:4fab9c477f62 |
[qemu patches] Update patches for changeset 11551:f872300b672f. |
2006-09-21 |
Steven Smith |
11551:f872300b672f |
[HVM] Use the right, PCI SIG assigned, vendor ID for xensource rather than |
2006-09-21 |
kfraser |
11550:69e52712fbc4 |
[XEN] Shadow mode no longer obtains page type references. |
2006-09-21 |
kfraser |
11549:e50872355390 |
[LINUX] Update pci-mmconfig patch to refer to machine_e820 map on Xen. |
2006-09-21 |
kfraser |
11548:1adaf06e8abc |
[LINUX] Provide permanent global version of machine_e820 map for |
2006-09-20 |
kfraser |
11547:affbab70fca2 |
[XEN] Move mark_dirty() from alloc_page_type() to get_page_type(), |
2006-09-20 |
Emmanuel Ackaouy |
11546:6d83c86ebfe9 |
merge |
2006-09-20 |
Emmanuel Ackaouy |
11545:70fe022d3589 |
fix -xen x86_32 linux build |
2006-09-20 |
kfraser |
11544:c3b4b9dc23ac |
[XEN] Trivial simplification. |
2006-09-20 |
kfraser |
11543:3e39cc16dd41 |
[XEN] Clean up mark_dirty() usage in mm.c some more. |
2006-09-20 |
Steven Hand |
11542:596b0e4fbef4 |
Simplify + fix previous cset (remove_all_shadows() is indeed required :-) |
2006-09-20 |
Steven Hand |
11541:a151311fa9c7 |
Ensure page-table pin changes are noted in shadow log-dirty mode. |
2006-09-20 |
kfraser |
11540:9837ff37e354 |
[LINUX] Backport PCI MMCONFIG patch from 2.6.17 -- only use MMCONFIG |
2006-09-20 |
kfraser |
11539:9deecd4f9cf9 |
[XEN] Fix arg clobber test for debug version of hypercall code. |
2006-09-20 |
kfraser |
11538:f90ac959db92 |
[XEN][X86_64] Remove hardcoded addresses in x86/64 boot assembly. |
2006-09-19 |
kfraser |
11537:f07cf18343f1 |
[XEN] Upgrade some platform files to Linux 2.6.17.13. |
2006-09-19 |
Christian Limpach |
11536:041be3f6b38e |
[linux patches] Update patches for linux-2.6.16.29. |
2006-09-19 |
Christian Limpach |
11535:c5d4d47bbeb8 |
[linux] Update to linux-2.6.16.29. |
2006-09-19 |
kfraser |
11534:38765166ad7a |
[XEN] Fix the emulation of instructions in vm86 mode. It fetches |
2006-09-19 |
kfraser |
11533:e5d29225a8d1 |
[XENMON] Add argument check of "--ms_per_sample" option. |
2006-09-19 |
kfraser |
11532:33955ca54ec1 |
[HVM][SVM] Add cr8 intercept to/from code for SVM. |
2006-09-19 |
kfraser |
11531:7c6aaa106f15 |
[HVM][SVM] This patch cleans up the SVM CPUID logic a bit, adds proper clearing |
2006-09-19 |
kfraser |
11530:7877e25e2b23 |
[HVM] getmemlist hypercall returns pages in strict |
2006-09-19 |
kfraser |
11529:6374af16a8a3 |
[XEN][X86_64] USe GLOBAL bit to build user mappings. |
2006-09-19 |
kfraser |
11528:9061e1246906 |
Merge with xenppc-unstable-merge.hg |
2006-09-18 |
Hollis Blanchard |
11527:0bdd578c417f |
[POWERPC] merge with xen-unstable.hg |
2006-09-18 |
Jimi Xenidis |
11526:ce9c34c049c5 |
[POWERPC][XEN] Track the Hard CPUID as configured by the FW |
2006-09-18 |
Jimi Xenidis |
11525:a3762039dc23 |
[POWERPC][XEN] Fix definition of SCOMC register |
2006-09-15 |
Jimi Xenidis |
11524:fd79d6295111 |
[POWERPC][XEN] Add newlines on multiline output and dump SLB on SLB errors |
2006-09-15 |
Jimi Xenidis |
11523:6486bc1937a4 |
[POWERPC][XEN] Sync console around program exceptions |
2006-09-14 |
Jimi Xenidis |
11522:1fae74cd3963 |
[POWERPC][XEN] Fix infinite loop caused by hdec storm |
2006-09-14 |
Jimi Xenidis |
11521:33266be3c635 |
[POWERPC][XEN] Clean up init_frame_table() |
2006-09-18 |
hollisb |
11520:2b8660a8a9bc |
[XEN][POWERPC] Whitespace. |
2006-09-14 |
Hollis Blanchard |
11519:e99a195f2112 |
[XEN][POWERPC] Fix build break. |
2006-09-14 |
Jimi Xenidis |
11518:96f4d3e1bc98 |
[POWERPC][XEN] add ofd_strstr() that checks all strings from an OF property |
2006-09-14 |
Jimi Xenidis |
11517:8ca32cdc9841 |
[POWERPC][XEN] break out the ppc970.c functionality |
2006-09-14 |
Jimi Xenidis |
11516:a17aa5e65209 |
[POWERPC][XEN] Better explane the larx/stcx issue with interrupts |
2006-09-14 |
Jimi Xenidis |
11515:0cdac06f1a9d |
[POWERPC][XEN] Safety with foreign get_page() calls and RMA |
2006-09-14 |
Jimi Xenidis |
11514:9bf0fc041e14 |
[POWERPC][XEN] Inline clear_page() and use DCBZ to optimize |
2006-09-14 |
Jimi Xenidis |
11513:3ee3376a5eb3 |
[POWERPC][XEN] Define all cache information globaly |
2006-09-13 |
Jimi Xenidis |
11512:7b350fc692d5 |
[POWERPC][XEN] Track pages correctly |
2006-09-12 |
Hollis Blanchard |
11511:990bd509a5f5 |
[XEN][POWERPC] Split dom0_ops.c into domctl.c and sysctl.c. |
2006-09-12 |
Jimi Xenidis |
11510:2ba5452795d2 |
[POWERPC][XEN] Handle foreign page mappings correctly |
2006-09-12 |
Jimi Xenidis |
11509:2e6c10dc7c0b |
[POWERPC][XEN] make sure put_domain() is called in case of allocate_rma() failuer |
2006-09-12 |
Jimi Xenidis |
11508:13e406c85c8b |
[POWERPC][XEN] if crash_debug=n then at least dump a backtrace. |
2006-09-12 |
Jimi Xenidis |
11507:3b045a00e703 |
[POWERPC][XEN] Detect bad spurious interrupt condition and panic instead of hang |
2006-09-08 |
Hollis Blanchard |
11506:3bd92176890c |
[XEN][POWERPC] fix timebase race in SMP init |
2006-09-08 |
Hollis Blanchard |
11505:88fb77ac4f09 |
[XEN][POWERPC] Fix allocation error for xencomm "mini" descriptors. |
2006-09-08 |
Hollis Blanchard |
11504:fcc0efacc17a |
[XEN][POWERPC] Fix machine check build break. |
2006-09-18 |
hollisb |
11503:38d6cf70e8f2 |
[LIBXC][POWERPC] Add missing xc_memory.c |
2006-09-07 |
Hollis Blanchard |
11502:a22a7797e0ba |
[LIBXC][POWERPC] Update to latest flatdevtree snapshot. |
2006-09-07 |
Jimi Xenidis |
11501:2ebf55e419c9 |
[POWERPC][XEN] Track HID4[RM_CI] state for machine check |
2006-09-07 |
Jimi Xenidis |
11500:e7c55ba4de2e |
[POWERPC][XEN] Include io.h so we can match the globals defined here. |
2006-09-07 |
Jimi Xenidis |
11499:e20a469dabb4 |
[POWERPC][XEN] Synchronize Timebase on all CPUs |
2006-09-07 |
Jimi Xenidis |
11498:464acece0dad |
[POWERPC][XEN] Clear SLB entries on boot and other cleanups |
2006-09-07 |
Jimi Xenidis |
11497:22e01a4864b0 |
[POWERPC][XEN] Machine Check Processing |
2006-09-07 |
Jimi Xenidis |
11496:a817acb39386 |
[POWERPC][XEN] More Robust Memory Checking |
2006-09-05 |
Jimi Xenidis |
11495:ccdaa3ea71a7 |
[POWERPC][XEN] move setting of MSR[RI] till after SRR0/1 |
2006-09-01 |
Jimi Xenidis |
11494:94aa7e921ccd |
[POWERPC][XEN] Make many of the timbase routine static inline |
2006-09-01 |
Jimi Xenidis |
11493:18b3cbb04dc3 |
[POWERPC][XEN] make sure Dom0.VCPU0 is pinned to the booting CPU |
2006-09-01 |
Jimi Xenidis |
11492:0e02ac68b01b |
[POWERPC][XEN] move idle_loop and add a "power save" hook |
2006-09-01 |
Jimi Xenidis |
11491:62196a0f3791 |
[POWERPC][XEN] remove dead preemption code |
2006-09-01 |
Jimi Xenidis |
11490:b82a8107cae6 |
[POWERPC][XEN] Adjust DEC correctly |
2006-09-01 |
Jimi Xenidis |
11489:ae7a722b7241 |
[POWERPC][XEN] Erratum: Must clear larx/stcx reservation on exception |
2006-08-31 |
Jimi Xenidis |
11488:f9cff9148068 |
[POWERPC][XEN] Make MPIC sharing between Xen and Dom0 optional |
2006-09-18 |
hollisb |
11487:4fdf5151b187 |
[POWERPC] merge with xen-unstable.hg |
2006-09-18 |
kfraser |
11486:d8bceca5f07d |
Clean up dom0_vga_console_info structure for v3.0.3. |
2006-09-18 |
kfraser |
11485:ef3a08ab559f |
Revert 11475:11645dda144c3c8365dd2a6a64cb5a7d7da01170 |
2006-09-18 |
kfraser |
11484:dc9fa4dcd19c |
[XEN] Remove backpointer info from page type info. No longer used. |
2006-09-15 |
Ewan Mellor |
11483:d59d6a440a41 |
Revert change to vtpm_utils related to skipping the test when the tpm is not |
2006-09-15 |
jchesterfield |
11482:fe5c178cdf2e |
Adding max block device timeout of 30 secs for live migrate. |
2006-09-15 |
kaf24 |
11481:6ca1a8ebfdf4 |
[XEN] Scheduler pings only CPUs in a VCPU's affinity mask to balance load. |
2006-09-15 |
kaf24 |
11480:fc8ae086f706 |
[MINIOS] Fix to use new event-channel API properly. |
2006-09-15 |
kaf24 |
11479:e26948616552 |
[HVM] Remove a useless header file include in hvm.c |
2006-09-15 |
kaf24 |
11478:3f57453d404c |
Small fix for xenoprof. |
2006-09-15 |
kaf24 |
11477:e87e5d216c0b |
[XEN] Fix array ngative accesses in figlet tool. |
2006-09-14 |
kaf24 |
11476:65b33e64b642 |
[XEN] Do not steal work from idle CPUs. This can happen |
2006-09-14 |
root |
11475:11645dda144c |
In this patch, the xc_domain_dumpcore_via_callback() in xc_core.c of |
2006-09-14 |
root |
11474:30c659b655f1 |
This patch add localtime to dumpcore filename. |
2006-09-14 |
root |
11473:0008fca70351 |
xm dump command add on |