age |
author |
revision |
description |
2006-06-30 |
kaf24 |
10634:cda7b6017a76 |
[XEN] Sync Elf parsing with libxc parser. |
2006-06-30 |
kaf24 |
10633:461fc0bf91f5 |
Provide more specific and helpful error messages during ELF loading. |
2006-06-30 |
kaf24 |
10632:c14f26a7b0bc |
Allow 32-bit libxc to load 64-bit ELF files. |
2006-06-30 |
kaf24 |
10631:130a5badf2b7 |
[XEN] Mark two more opcodes (C6 and C7) as Mov instructions. |
2006-06-30 |
kaf24 |
10630:a377304fc4e6 |
[XENBUS] Another simplification -- bus_for_each_dev() better than bus_find_device(). |
2006-06-30 |
kfraser |
10629:4d7565ba9ff3 |
[XENBUS] Another fix to the wait-for-device-connection code. |
2006-06-30 |
kfraser |
10628:9633faf65e22 |
[XENBUS] Do not wait for devices with no driver to connect. |
2006-06-30 |
ack |
10627:640d3bc77ea6 |
Merge |
2006-06-30 |
ack |
10626:64f9f308e109 |
Don't modify global active weight when changing weight of inactive domain. |
2006-06-30 |
kaf24 |
10625:f5a5f49935fd |
[XENBUS] Improve the code for waiting for devices to connect. Provide |
2006-06-30 |
kaf24 |
10624:17e9daeb2c50 |
[NET]: Update net-gso.patch. Remove net-tso.patch. |
2006-06-30 |
kfraser |
10623:c1119ff85f4e |
[BLK] back: Only remove sysfs attributes if they were previously |
2006-06-30 |
chris |
10622:ffbdd113c74b |
Remove use of unlikely -- it's not defined on all systems. |
2006-06-30 |
kfraser |
10621:9dbcf482f600 |
Revert 10521, 10526 and 10527. This completes reversion of ACM modifications to xm. |
2006-06-30 |
kfraser |
10620:53f552ad4042 |
[XEN] Various softirq cleanups. Main one is to always |
2006-06-30 |
kfraser |
10619:129ce4f59b6d |
[LINUX] Replace pagetable walks by simple address calculation. |
2006-06-30 |
kfraser |
10618:a75c1bdfe761 |
[LINUX] A few clean ups and a fix to an error path in xen_create/destroy_contiguous_region. |
2006-06-30 |
kaf24 |
10617:d095e99392ac |
[TPM] Adds a script for virtual TPM support. |
2006-06-30 |
kaf24 |
10616:5d565bb12783 |
[TPM] Update the current virtual TPM documentation in misc/docs/vtpm.txt |
2006-06-30 |
kaf24 |
10615:784961057338 |
[HVM][SVM] Don't BUG when VMRUN exitcode==-1, just crash the domain. |
2006-06-30 |
kaf24 |
10614:86cae321e707 |
Use explicit accessors to handle unusually-sized atomic operations in grant table code. |
2006-06-30 |
kaf24 |
10613:c9696012fe05 |
evtchn_do_upcall() has a micro optimization which is depends on that xchg is a barrier. |
2006-06-30 |
kfraser |
10612:5db7bbccf4d2 |
[NET]: Remove gso.segs field from netif protocol. |
2006-06-30 |
kaf24 |
10611:f147efaa24ad |
[NET]: Add net-tso.patch |
2006-06-30 |
kaf24 |
10610:88dc1ae16d2b |
[XM] Remove unused imports. |
2006-06-30 |
kaf24 |
10609:5fc6d83f43f7 |
[BLK] back: Clean up sysfs-interfacing code to use VBD_SHOW macro where possible. |
2006-06-30 |
kaf24 |
10608:85b092b4567d |
[XENTOP]Add VBD information. |
2006-06-30 |
kaf24 |
10607:3edac4400459 |
[XENSTAT]Add VBD information structure. |
2006-06-29 |
chris |
10606:5d622ded9efe |
Fix build - _XEN_NETIF_EXTRA_FLAG_MORE not _XEN_NETIF_EXTRA_MORE |
2006-06-29 |
kfraser |
10605:5e30ef3e541d |
[NET] front: Transmit TSO packets if supported |
2006-06-29 |
kfraser |
10604:7a11e60d2f42 |
[NET] back: build fixes. |
2006-06-29 |
kfraser |
10603:de263308be3b |
[NET] More net protocol and GSO changes. |
2006-06-29 |
kfraser |
10602:3dfc2583a4f1 |
[XEN] Fix the timeout workaround so it doesn't capture negative |
2006-06-29 |
shand |
10601:8242c0c24db7 |
[LINUX] When ballooning out (returning memory to xen), don't try too hard |
2006-06-29 |
ack |
10600:c157418212d8 |
Merge |
2006-06-29 |
ack |
10599:18f8dde91fbd |
Replace my previous patch with equivalent fix from linux-2.6.17. |
2006-06-29 |
kaf24 |
10598:266573a53949 |
Revert 10534 (xm subcommands for ACM). Doesn't work when ACM disabled. |
2006-06-29 |
kaf24 |
10597:a0a93337f9ab |
Define an architecture-specific 'long' type for ABI compatibility. |
2006-06-29 |
kaf24 |
10596:a67c1bcb5522 |
Add Xenoprof passive domain support (missing file). |
2006-06-29 |
kaf24 |
10595:40e1a7749208 |
[XM] When two or more domain parameters are given, the xm reboot |
2006-06-29 |
kaf24 |
10594:c6ec3dd6fe7f |
[XM] Fix argument check of the xm reboot command. |
2006-06-29 |
kaf24 |
10593:7d3df6492d70 |
[XEN] Work around timeout bug in old Linux kernels where |
2006-06-29 |
shand |
10592:2e5f6c68da5c |
Fail save if we have an out-of-sync P2M/M2P (since otherwise the restore |
2006-06-29 |
shand |
10591:3d40e2f509fc |
Merge. |
2006-06-29 |
shand |
10590:9b35fada9e65 |
Use a static page for the frame_list in the balloon driver. |
2006-06-29 |
emellor |
10589:c77b066f864a |
Replace changesets 10521, 10526, and 10527 with this new version that does not |
2006-06-29 |
kaf24 |
10588:cb9443bfdff8 |
Fix the kunmap_atomic() change in 10529:4260eb8c08740de0000081c61a6237ffcb95b2d5. |
2006-06-28 |
ack |
10587:4b45f7f62dc7 |
Fix next_timer_interrupt() in patch and update caller |
2006-06-28 |
kaf24 |
10586:bd4080876297 |
New /sys/hypervisor/uuid, containing this domain's UUID. |
2006-06-28 |
kaf24 |
10585:d49e5cc672eb |
Use address types in elf parser that match elf headers. |
2006-06-28 |
kfraser |
10584:4260eb8c0874 |
kunmap_atomic() must zap the PTE to avoid dangling references |
2006-06-28 |
kfraser |
10583:5fa6c1723e08 |
[LINUX] Export flush_tlb_page() to modules in i386-smp builds. |
2006-06-28 |
emellor |
10582:767ce4b6dd48 |
More commented-out code, pending a solution to the xml.marshall.generic |
2006-06-28 |
emellor |
10581:ca3f2a137159 |
Comment out the load of the resource label file, pending a solution to the |
2006-06-28 |
kaf24 |
10580:d85488fd2196 |
[TPM] Add 3 more test cases to the xm testsuite that extend the |
2006-06-28 |
kaf24 |
10579:e3ad9b9c95ee |
[TPM] Add an upgrade patch to bring TPM subsystem to 2.6.17-rc4. |
2006-06-28 |
kaf24 |
10578:da8da6e1e1d6 |
[TPM] Update the TPM drivers in the repository to a newer version |
2006-06-28 |
kfraser |
10577:1d17ddd9e45d |
[XEN] BUG() places console in sync mode. |
2006-06-28 |
emellor |
10576:25c6ea6d4024 |
This patch adds new xm subcommands to support working with resource |
2006-06-28 |
kaf24 |
10575:ae245d35457b |
[HVM][Firmware] Make the creation of MP tables more dynamic |
2006-06-28 |
kaf24 |
10574:25cd5216b30c |
[XEND] Have the parent id logged in the log file, this is very useful when |
2006-07-05 |
awilliam |
10573:26dae1c72cd9 |
[IA64] rewrite rfi emulation |
2006-07-05 |
awilliam |
10572:72caf2612e52 |
[IA64] fix domain_flush_vtlb_all() |
2006-07-05 |
awilliam |
10571:37c8b562a8f1 |
[IA64] more tlb flush when vcpu migration between pcpu. |
2006-07-05 |
awilliam |
10570:8dc4af3f192c |
[IA64] Implement and use DOM0_DOMAIN_STEUP. |
2006-07-03 |
awilliam |
10569:f7132169c2bf |
[IA64] add the definition of __cacheline_aligned and its variants |
2006-07-03 |
awilliam |
10568:75b4a0ff27b8 |
[IA64] fix console_start_sync() undefined warning |
2006-07-03 |
awilliam |
10567:6d8136d0b302 |
[IA64] allow vcpu to move between pcpus |
2006-07-03 |
awilliam |
10566:93e8817694ab |
[IA64] sync console before reset |
2006-07-03 |
awilliam |
10565:f4eb1e5cc9e7 |
[IA64] A few clean ups in __xen_create/destroy_contiguous_region. |
2006-07-03 |
awilliam |
10564:e448723613ab |
[IA64] Clean up unused functions |
2006-07-03 |
awilliam |
10563:aa8257def6dc |
[IA64] Emulate PAL_HALT_LIGHT |
2006-07-03 |
awilliam |
10562:dad1f890aca5 |
[IA64] update VTI Readme file |
2006-07-03 |
awilliam |
10561:550786d7d352 |
[IA64] privop_stat.c |
2006-07-03 |
awilliam |
10560:75b23b6a7cb7 |
[IA64] Fix a typo. |
2006-06-28 |
awilliam |
10559:4b51d081378d |
merge with xen-unstable.hg |
2006-06-28 |
kaf24 |
10558:224597479812 |
[NET] back: Add TSO support |
2006-06-28 |
kaf24 |
10557:bb46d03f5f1d |
[NET] loopback: Added support for TSO |
2006-06-28 |
kaf24 |
10556:2eac0e15e0c2 |
[NET]: Give make_tx_response the req pointer instead of id |
2006-06-28 |
kaf24 |
10555:6e7027a2abca |
[NET]: Added GSO support |
2006-06-28 |
kfraser |
10554:b217e03e1db5 |
[BLKBACK] Output statistics to sysfs. |
2006-06-28 |
kaf24 |
10553:7a7066ae2e77 |
[XENTOP] Fix CPU percentage display in batch mode. |
2006-06-28 |
kaf24 |
10552:e5cf18c05e8b |
[XENTOP] Adds batch mode processing option (output to stdout) |
2006-06-28 |
kaf24 |
10551:3c09a6b27b14 |
[HVM][SVM] Clean up double-fault handling. |
2006-06-28 |
kaf24 |
10550:2966233d180d |
[HVM][SVM] Disable machine check bits in CPUID_1. |
2006-06-28 |
kaf24 |
10549:571507a595cd |
[HVM][SVM] Clean up 32bit/64bit guest register code differences. |
2006-06-27 |
kaf24 |
10548:1da8f53ce65b |
[LINUX] Fix a few compile warnings and memory leaks in the sysfs driver. |
2006-06-27 |
kaf24 |
10547:8a89c0ff3f87 |
[LINUX][BLKBACK] Support temporary disconnection from frontend. |
2006-06-27 |
kaf24 |
10546:ab0cae84cfec |
[HVM] Fix virtual apic irq distribution. |
2006-06-27 |
kfraser |
10545:bad506bc0c85 |
[XEN] Upgrade microcode driver to 1.14a. |
2006-06-27 |
kfraser |
10544:1a52829fd60e |
[TOOLS] Remove plan9 loader code. Latest plan9 port uses linux builder. |
2006-06-27 |
kfraser |
10543:30a5eb240a20 |
[XEN] Various cleanups to bitops usage. |
2006-06-27 |
kfraser |
10542:02b0ed160e8e |
[LINUX] Allow dma_alloc_coherent() to work for regions up to 2MB. |
2006-06-27 |
kaf24 |
10541:234939c0ec3a |
[BALLOON] Make the domain0 ballooning logic in xend aware of pages that are on the page scrub list. |
2006-06-27 |
kaf24 |
10540:7154e0416313 |
[BUILD] Add distclean build target to xen directory: cleans out tags. |
2006-06-27 |
kaf24 |
10539:b4e328334392 |
[BALLOON] Add fallback code so that e.g. a domain ballooned too far down can still |
2006-06-27 |
kfraser |
10538:ab63f44d948e |
[XEN] Fix my change to XENVER_pagesize hypercall -- |
2006-06-27 |
kaf24 |
10537:23136423a765 |
[TPM] Fix an occasional problem when doing local migration due to the xenstore's |
2006-06-27 |
kaf24 |
10536:60d7d64eaff2 |
[XEN][BUILD] Both ctags and etags support the -a (append) option, and |
2006-06-27 |
kaf24 |
10535:23591d2c46aa |
Add Xenoprof passive domain support |
2006-06-27 |
kaf24 |
10534:b12cd185d579 |
[HVM][SVM] move printk pin msg under an "if svm_dbg_on" conditional to |
2006-06-27 |
kaf24 |
10533:8589cdd09636 |
[VTPM_TOOLS] Hotplug script enabled the vtpm manager and removed the |
2006-06-27 |
kaf24 |
10532:18587d3e94c8 |
[VTPM_TOOLS] Updated vtpmd to save complete state in preperateion to |
2006-06-27 |
kaf24 |
10531:533b0709a68f |
[VTPM_TOOLS] Moved the developement tpm_emulator down to ring 3, which |
2006-06-27 |
kaf24 |
10530:e236794915cc |
[TOOLS] Fix cm argument processing some more: |
2006-06-27 |
kaf24 |
10529:6604238412be |
Add XENVER_pagesize hypercall. |
2006-06-27 |
kfraser |
10528:869937819ed9 |
[XEN][EMUL] x86 emulator should support 32-bit offsets in real mode. |
2006-06-27 |
kaf24 |
10527:9158ecb9045f |
[HVM][VMX] On a VMEXIT, 'dirty' the DR. Restore DR from vcpu struct, |
2006-06-27 |
kaf24 |
10526:5610d916ad1b |
[HVM][VMX] Added flag_dr_dirty to hvm vcpu struct. If this flag is set, |
2006-06-27 |
kaf24 |
10525:81bfa15a071e |
[HVM][VMX] Added dr restore if breakpoints are enabled in guest dr7. |
2006-06-27 |
kaf24 |
10524:4105520841b3 |
[HVM][VMX] Safer treatment of VM_EXEC_CONTROL when dealing w/ PENDING_INTERRUPT vmexit. |
2006-06-27 |
kaf24 |
10523:1e2ea40078f2 |
[HVM][VMX] Propagate debug exception to guest if no external debugger is enabled. |
2006-06-24 |
emellor |
10522:9ec0b4f10b4f |
Some fine-tuning in the virtual TPM scripts for hotpluging. The changes |
2006-06-24 |
emellor |
10521:28a752998a23 |
Increases the retry limit to allow xend more time before issuing a balloon |
2006-06-28 |
awilliam |
10520:c4b68afe97d3 |
[IA64] make PAL_VPS_RESUME_HANDLER comply with VTI-spec |
2006-06-27 |
awilliam |
10519:e4a75a3fd0e2 |
[IA64] Fix a few warnings. |
2006-06-27 |
awilliam |
10518:e97e31e26bd5 |
[IA64] ptc.g virtualization fix 2 |
2006-06-26 |
awilliam |
10517:85958f34f183 |
[IA64] Remove kludge in Makefile to build asm-xsi-offsets.h |
2006-06-26 |
awilliam |
10516:7c9692adcca7 |
[IA64] sync console before halt/reboot |
2006-06-26 |
awilliam |
10515:3dca270188da |
[IA64] ptc.g virtualization fix |