age |
author |
revision |
description |
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 |
2006-06-23 |
awilliam |
10514:d4e799a1fa9c |
[IA64] Change of VTi guest firmware name and default directory in xmexample |
2006-06-23 |
awilliam |
10513:fdf25330e4a6 |
merge with xen-unstable.hg |
2006-06-22 |
kaf24 |
10512:f91cc71173c5 |
[TOOLS] Fix set_bit/clear bit for x86/64 in xc_linux_save |
2006-06-22 |
kaf24 |
10511:f10127505d3c |
[XM-TEST] Remove second console attach in 03_memset_random_pos |
2006-06-22 |
kaf24 |
10510:e6ec0eeabf77 |
[VMX] Fix use of VMCLEAR a little: no need if not active on any CPU. |
2006-06-22 |
kaf24 |
10509:dab24595e529 |
[TOOLS] Make sure to explicitly close the connection if we're using HTTP/1.0. This |
2006-06-22 |
kaf24 |
10508:c2e8e9b1e192 |
[TOOLS] Treat '--' command-line split option correctly. |
2006-06-22 |
kaf24 |
10507:94e354294cca |
[TOOLS] Fix pagetable-pinning loop in xc_linux_restore. |
2006-06-21 |
kaf24 |
10506:12aaf4a2486b |
[XEN] localtime support for paravirtualized guests |
2006-06-21 |
kaf24 |
10505:79ea1d8a5bb2 |
[LINUX][TPM] Use min_t/min instead of the #define'd MIN. |
2006-06-21 |
kaf24 |
10504:fc1c6dfd1807 |
[LINUX] Transparent virtualization fixes. |
2006-06-21 |
kaf24 |
10503:59e05ddfd0ad |
[IA64] stub to support dump_execution_state() on ia64 |
2006-06-20 |
kaf24 |
10502:411a3c01bb40 |
[XEN] Xen always relinquishes VGA console to domain0 when domain0 |
2006-06-20 |
kaf24 |
10501:967d4c65659a |
[XEN] Fix to previous changeset: continue to do softirq while delaying. |
2006-06-20 |
kaf24 |
10500:06b10ad218f4 |
[XEN] Add a warning banner when 'sync_console' is used. Make it |
2006-06-20 |
kaf24 |
10499:69f7e0ea2985 |
[XEN] Fix PAE PDPT shadowing coherence. |
2006-06-20 |
kfraser |
10498:46e853c34a2e |
Add new XENMEM_machphys_mapping to get info about location and |
2006-06-20 |
kfraser |
10497:b6ee2a730139 |
[LINUX] Another fix to i386 mfn_to_pfn(). |
2006-06-20 |
kfraser |
10496:674890dc1ee2 |
[LINUX] Fix i386 build -- define max_mapnr in mfn_to_pfn(). |
2006-06-20 |
emellor |
10495:7d6fe353cda4 |
Move the SSHTransport class to its own file, so that we may disable SSH |
2006-06-20 |
ack |
10494:c5da6b25744a |
Merge |
2006-06-20 |
ack |
10493:22802e120171 |
Run credit scheduler tests by default |
2006-06-20 |
kfraser |
10492:f7bb99cdc391 |
Export machine_to_phys start and end addresses to guests. |
2006-06-20 |
shand |
10491:a31f3bff4f76 |
Make the credit scheduler the default - a number of bugs have been fixed |
2006-06-20 |
shand |
10490:7172935d10d4 |
Remove some spurious BUG_ON()'s from the credit scheduler. |
2006-06-20 |
anthony |
10489:1297dc315308 |
Use an environmental variable (XM_SERVER) to determine XML-RPC URI. |
2006-06-20 |
root |
10488:c2cbcccc44f4 |
This patch adds client side support for XML-RPC over ssh. It differs from |
2006-06-20 |
anthony |
10487:95ac3f0f79bc |
Add an xm serve command. |
2006-06-20 |
anthony |
10486:0fe87421cc80 |
Add support to Xend XML-RPC server for HTTP/1.1 Keep-Alive. |
2006-06-19 |
kaf24 |
10485:410c81420109 |
[XM-TEST] Improve detection of a guest having booted to prompt. |
2006-06-19 |
kfraser |
10484:06afd218b3b7 |
[XEN][PAE] Always enable non-debug version of l3tab_needs_shadow() |
2006-06-19 |
kaf24 |
10483:1507021dccdf |
[HVM][VMX][PAE] Enable PAE VMX guest on PAE host. |
2006-06-19 |
kaf24 |
10482:0991ed8e4ae5 |
Add DOM0_DOMAIN_SETUP hypercall. |
2006-06-19 |
kfraser |
10481:2a99292b1a8a |
[XEN][PAE] Stores to PTEs in PAE mode use CMPXCHG to ensure atomicity. |
2006-06-19 |
kfraser |
10480:a27f56a0ff43 |
[XEN][PAE] Handle non-page-aligned CR3 when walking |
2006-06-19 |
kfraser |
10479:f7eb907d9bcd |
[XEN] New function dump_execution_state() displays |
2006-06-19 |
kfraser |
10478:f3561b1ee7a3 |
[XEN] Rename show_registers() to show_execution_state(). |
2006-06-19 |
kfraser |
10477:8d75d4e0af1e |
[XEN] Improve double-fault tracing -- print backtrace |
2006-06-19 |
kfraser |
10476:db37448ffe97 |
[XEN] Fix non-debug builds. |
2006-06-19 |
kfraser |
10475:5d44f3ab9950 |
[XEN] Fix ptwr_do_page_fault() after new more permissive |
2006-06-18 |
kaf24 |
10474:8eab9f3cdb1a |
[XEN] Remove code from writable-pagetable emulation path which |
2006-06-18 |
kaf24 |
10473:7713276d159e |
[XEN] Multi-processor guests need to be more conservative when |
2006-06-18 |
kaf24 |
10472:e23961a8ce7e |
[XEN] Fix page-fault handler to not trust bit 0 of error code. |
2006-06-17 |
kaf24 |
10471:5033ffe8f533 |
Small fixes to changesets 10424 and 10425 (spurious #PF detection). |
2006-06-17 |
kaf24 |
10470:ef8cdd1dc836 |
[SEDF] Fix SEDF defaults to make domain0 take only a fair |
2006-06-17 |
kaf24 |
10469:b025491f0ba8 |
[HVM] Clean up formatting of new piix acpi file. |
2006-06-17 |
kaf24 |
10468:58b374f76a71 |
[HVM] ACPI support patch 4 of 4: shutdown. |
2006-06-17 |
kaf24 |
10467:e1c8212d78c3 |
[HVM] ACPI support patch 3 of 4: ACPI _PRT table. |
2006-06-17 |
kaf24 |
10466:5c533b9e2d3f |
[HVM] ACPI support patch 2 of 4: ACPI timer. |
2006-06-17 |
kaf24 |
10465:588e1aef89e8 |
[HVM] ACPI support patch 1 of 4: main components. |
2006-06-17 |
kaf24 |
10464:0849bb1b73f9 |
[LINUX] Fix dependencies on CONFIG_PROC_FS. |
2006-06-17 |
kaf24 |
10463:c6f8fcca0282 |
[LINUX] Kernel should not send out IPv6 autoconfig multicast |
2006-06-17 |
kaf24 |
10462:45f504d6b548 |
[TOOLS] Clean up the network setup scripts. Create some |
2006-06-17 |
kaf24 |
10461:21e6625a6c01 |
[ACM] Complete the conversion of acm_ops using Xen handles instead |
2006-06-17 |
kaf24 |
10460:c5a9cf3a998e |
[TOOLS][HVM] Enhance the HVM config file to show prototypes for the USB options. |
2006-06-17 |
kaf24 |
10459:716e365377f5 |
[XEN] Use correct xen_pfn_t type in implementation of XENMEM_exchange. |
2006-06-16 |
akw |
10458:840f33e54054 |
Remove old blktap tools. |
2006-06-16 |
kfraser |
10457:533bad7c0883 |
[LINUX] Add spurious page-fault detection, intended primarily |
2006-06-16 |
kfraser |
10456:e1ae7b3cb5b7 |
[XEN] Make the spurious page-fault detection logic |
2006-06-16 |
kfraser |
10455:05ab081f3c67 |
Merge with xen-ia64-unstable.hg. |
2006-06-16 |
kfraser |
10454:61a81fab2a02 |
[XEN] Fix 10362 change to create_grant_va_mapping(). |
2006-06-16 |
kfraser |
10453:9d46e53c75f7 |
[XEN] PTE updates do not need to use CMPXCHG instruction. |
2006-06-16 |
kfraser |
10452:2ac74e1df3d7 |
[LINUX] Use new XENMEM_exchange hypercall (where possible) |
2006-06-23 |
awilliam |
10451:59d4c1863330 |
[IA64] dom0vp machtophys fix argument check |
2006-06-23 |
awilliam |
10450:795d31772505 |
[IA64] fix RSE issues rlated to handle_lazy_cover(). |
2006-06-23 |
awilliam |
10449:a9c1e614c9ff |
[IA64] memory exchange: use memory exchange |
2006-06-23 |
awilliam |
10448:39562deee9b8 |
[IA64] memory exchange: support memory exchange |
2006-06-23 |
awilliam |
10447:056622b0f8f7 |
[IA64] memory exchange: update comment |
2006-06-23 |
awilliam |
10446:d107bfd5a4ae |
[IA64] memory exchange: ia64 counter part of cs 10353 xen-unstable.hg |
2006-06-23 |
awilliam |
10445:cf4a70ab3f59 |
[IA64] enable xencons irq for pcdp described uarts |
2006-06-23 |
awilliam |
10444:bf396988059e |
[IA64] Allow guest to set the address of shared_info. |
2006-06-21 |
awilliam |
10443:0e5635d68de3 |
[IA64] per cpu vhpt stats |
2006-06-21 |
awilliam |
10442:811c02dbe595 |
[IA64] optionally enable xen console with irq/input. |
2006-06-21 |
awilliam |
10441:f771bbaa93ce |
[IA64] Update xmexample.vti |
2006-06-21 |
awilliam |
10440:2d60987140b6 |
[IA64] remove CONFIG_ARCH_XEN |
2006-06-21 |
awilliam |
10439:be0a536b70cc |
[IA64] don't allow non-dom0 domains to set pte memory attributes |
2006-06-21 |
awilliam |
10438:9031316e5203 |
[IA64] create MDT entry to cover fw_mem area in dom_fw_init() |
2006-06-20 |
awilliam |
10437:8314141cfe54 |
[IA64] build linux kernel without using asm-xsi-offsets.h |
2006-06-20 |
awilliam |
10436:f8310e19fcaf |
[IA64] check address clash with Xen for itc/ptc/itr/ptr |
2006-06-20 |
awilliam |
10435:668a225a1df8 |
[IA64] purge stale tlb entry in ia64_do_page_fault() |
2006-06-20 |
awilliam |
10434:c78f750a264c |
[IA64] Fix for ptc.ga emulation |
2006-06-20 |
awilliam |
10433:c5005be9ef91 |
[IA64] Create vpsr_pp in privregs instead of using tmp[8]. |
2006-06-20 |
awilliam |
10432:59be60d5664b |
[IA64] fix mfn_to_local_pfn() for dma context |
2006-06-19 |
awilliam |
10431:c974a6e3f517 |
[IA64] dummy print_stack() func for NO_TRANSLATION path |
2006-06-19 |
awilliam |
10430:ea306829506c |
[IA64] fix ptc.ga virtualization |
2006-06-19 |
awilliam |
10429:602f5965e217 |
[IA64] display vmx fault messges |
2006-06-19 |
awilliam |
10428:df67fa9b1376 |
[IA64] fix is_kernel_text in xenctx and show more registers |
2006-06-19 |
awilliam |
10427:b16063ae0703 |
[IA64] enable xenctx on ia64 |
2006-06-19 |
awilliam |
10426:eb6b0c7d9992 |
[IA64] add comments on smp |
2006-06-19 |
awilliam |
10425:5389c7b06ccf |
[IA64] remove unnecessary vtlb_lock |
2006-06-19 |
awilliam |
10424:535b466ee1ef |
[IA64] add get_page() to prevent from freeing page |
2006-06-19 |
awilliam |
10423:d60da6514d65 |
[IA64] fix races caused by p2m entry update |
2006-06-19 |
awilliam |
10422:7e26d6ffdde7 |
[IA64] add INVALID_MFN check to dom0vp_zap_physmap() |
2006-06-19 |
awilliam |
10421:f02d59f9b11f |
[IA64] add volatile to p2m table pte entry |
2006-06-19 |
awilliam |
10420:dcb50b04faec |
[IA64] add volatile to mpt_table |
2006-06-16 |
awilliam |
10419:0d1dab1d9b67 |
merge with xen-unstable.hg |
2006-06-16 |
kfraser |
10418:ee3d10828937 |
[XEN] New memory_op XENMEM_exchange. Allows atomic |
2006-06-16 |
awilliam |
10417:81d35c0d964f |
merge with xen-unstable.hg |
2006-06-16 |
kaf24 |
10416:231e07e22f9c |
[LINUX] Export new gnttab_cancel_free_callback() to modules. |
2006-06-16 |
awilliam |
10415:08378b83ea1e |
[IA64] cleanup |
2006-06-15 |
awilliam |
10414:fbc0e953732e |
merge with xen-unstable.hg |
2006-06-15 |
kaf24 |
10413:73c73fb8875c |
[LINUX][PAE] Fix e820 setup for PAE guests: preserve high-order bits of max_pfn. |
2006-06-15 |
kaf24 |
10412:a1c0c1e797a6 |
[MINI-OS] Fix for event initialisation in Mini-OS. All events are masked when |
2006-06-15 |
kaf24 |
10411:4f0bc5744557 |
[LINUX] Network buffers do not need to be multi-page contiguous |
2006-06-15 |
kaf24 |
10410:7fba181c8531 |
[TOOLS] Introduce xc_evtchn_*() interface for interacting with /dev/xen/evtchn. |
2006-06-15 |
emellor |
10409:3e221d43cf19 |
Catch ValueError and OverflowError, to diagnose bad arguments. |
2006-06-15 |
kaf24 |
10408:bd1a0b2bb2d4 |
[LINUX] Only destroy a machine-contiguous memory region if |
2006-06-14 |
kaf24 |
10407:161473836da3 |
[HVM][QEMU] Fix SDL mouse "invisible wall". |
2006-06-14 |
kaf24 |
10406:ee482dc60eab |
[LINUX][PAE] More fixes to pgd allocation. Since allocating pmds |
2006-06-14 |
kfraser |
10405:63967ff8d459 |
[XEN] Abstract setting of master event-pending flag into asm/event.h. |
2006-06-14 |
kfraser |
10404:578e306b0bd4 |
[XENSTAT] Fix two realloc() usage errors in xenstat. |
2006-06-14 |
kaf24 |
10403:1e49997c8146 |
[NET] front: Discard packets in tx ring rather than attempting retransmit |
2006-06-14 |
kaf24 |
10402:8070050cc30f |
[LINUX][PAE] Improve allocation strategy when PAE pgdirs must be below 4GB. |
2006-06-14 |
kaf24 |
10401:5552bc2c3716 |
[LINUX][BLK] front: More care over device teardown. |
2006-06-13 |
kfraser |
10400:b0ba792f3935 |
[TOOLS] Fix PAE save/restore/migrate: we must flush |
2006-06-13 |
kaf24 |
10399:a734745bf058 |
[MINI-OS] Applications that provide their own app_main need not run the xenbus test. |
2006-06-13 |
kaf24 |
10398:2fea03842f40 |
[LINUX] Eliminates a deadlock and reduce (sometimes significantly) the time |
2006-06-13 |
kaf24 |
10397:5d4b9dc88218 |
[XM-TEST] Fix 02_block_device_write_verify.py test to parse md5sum output correctly. |
2006-06-13 |
kaf24 |
10396:0de8a4a023d0 |
[ACM] Provide the framework needed for resource labeling. |
2006-06-13 |
kaf24 |
10395:88d867661599 |
[LINUX] A better way to stop blkdev request handling in blkfront |
2006-06-13 |
sos22 |
10394:3d85c1136d63 |
Merge. |
2006-06-13 |
sos22 |
10393:e9dd58963e97 |
Expand test_xenbus a little. |
2006-06-13 |
sos22 |
10392:464324585311 |
This patch exposes XenBus functions to Mini-OS applications. |
2006-06-13 |
kfraser |
10391:91d2f2258c56 |
[LINUX] Fix blkfront driver to check connection status to backend in |
2006-06-13 |
kfraser |
10390:1650e07c9e52 |
[TOOLS][BUILDER] Extend Elf header checks for multiple architectures. |
2006-06-13 |
kfraser |
10389:ac5e98c1c466 |
[LINUX] Export some tlb-flush functions to modules, which are |
2006-06-15 |
awilliam |
10388:7f67c15e2c91 |
[IA64] enable Xen compilation with debug=y |
2006-06-15 |
awilliam |
10387:75f791c710df |
[IA64] reset_system |
2006-06-15 |
awilliam |
10386:0f3bd7d23737 |
[IA64] cleanup in domain.c |
2006-06-15 |
awilliam |
10385:511ced948390 |
[IA64] work around for skbuff_ctor() on non-privileged domain |
2006-06-15 |
awilliam |
10384:a5bf90abcbe8 |
[IA64] fix garbage in irq_ia64.c kernel message |
2006-06-15 |
awilliam |
10383:34bdc8d86f8d |
[IA64] clean up "assign domain page ... already mapped!" printks |
2006-06-15 |
awilliam |
10382:11f228aa783a |
[IA64] do not use interrupt_mask_addr inside Xen |
2006-06-14 |
awilliam |
10381:d33add81096b |
[IA64] let VMM do itc sync for guest on VTI domain |
2006-06-14 |
awilliam |
10380:d0a77e90eaa3 |
[IA64] cleanup warnings in mm.c |
2006-06-14 |
awilliam |
10379:adfc9aa684f9 |
[IA64] Fix a bug in vmx_vcpu_pta |
2006-06-14 |
awilliam |
10378:db6dce7ae374 |
[IA64] Remove redundant ASSIGN_DOMAIN_MACH_PAGE in dom_fw.c |
2006-06-13 |
awilliam |
10377:e62685b48500 |
[IA64] Fix vga acceleration for VTI domain |
2006-06-13 |
awilliam |
10376:97226bfc659c |
[IA64] Pull changes from xen-unstable.hg cset 10242 into mm.c |
2006-06-13 |
awilliam |
10375:db31c4e5e22f |
[IA64] Remove Makefile entry for xenia64_init |
2006-06-13 |
awilliam |
10374:e74c47d073ee |
merge with xen-unstable.hg |
2006-06-13 |
awilliam |
10373:912588576817 |
[IA64] Define mfn_to_local_pfn() |
2006-06-13 |
awilliam |
10372:942ecf21dc06 |
[IA64] define virt_to_mfn and mfn_to_virt |
2006-06-13 |
kaf24 |
10371:360f9dc71f51 |
[HVM] Fix ioemu build with new Linux headers. We must define __user |
2006-06-13 |
kaf24 |
10370:833d05bdb4a4 |
[XEN] Fix compatibility with future guests which may try to |
2006-06-13 |
Ian Campbell |
10369:e913081f20f3 |
[LINUX] Correctly return the results of {event_channel_op,physdev_op}_compat |
2006-06-12 |
kfraser |
10368:cede50ca1704 |
[LINUX] Fix code indentation in Linux drivers. |
2006-06-12 |
Ian Campbell |
10367:bb89ec7765c7 |
Initialize the entire hypercall page when running a ring0 kernel |
2006-06-12 |
shand |
10366:6bffed2aa78b |
Fix race in device resume path - need to ensure we add the watch only |
2006-06-12 |
kaf24 |
10365:c230dbe793d6 |
[LINUX] Fix interaction between idle loop and RCU subsystem. |
2006-06-12 |
kaf24 |
10364:34ff26fb2240 |
[HVM][VMX] Fix error-detection inline asm code. Zero word-sized |
2006-06-12 |
kaf24 |
10363:9d717a4f3531 |
[HVM][VMX] Fix the build with certain versions of gcc. |
2006-06-12 |
kaf24 |
10362:92f071926e6e |
[XEN] Fix read_console_ring() when passed a small buffer. |
2006-06-12 |
kaf24 |
10361:a936c9c3ea60 |
[LINUX] Clean up unused variable in mm/memory.c. |
2006-06-12 |
kaf24 |
10360:8d5d225e9f34 |
[HVM][VMX] Provide right view of cpuid to the HVM guests. |
2006-06-12 |
kaf24 |
10359:e2a2b2da92f4 |
[HVM][DM] Backport the USB support from QEMU 0.8.1 to the current Xen |
2006-06-12 |
kaf24 |
10358:5b1bd9eab3b9 |
[IA64] Fix a typo in local_event_delivery_enable(). |
2006-06-11 |
kaf24 |
10357:aced0ee216aa |
[XEN] Fix SCHEDOP_poll to work even when event channels are |
2006-06-11 |
kaf24 |
10356:d7543cff88ae |
[HVM][VMX] Cleanups and fixes to VMCS lifecycle. |
2006-06-11 |
kaf24 |
10355:be05097d5d69 |
[LINUX] Fix IRQ SMP affinity logic for event channels. |
2006-06-10 |
kaf24 |
10354:ddc25d4ebf60 |
[XEN] Replace direct common-code access of evtchn_upcall_mask |
2006-06-10 |
kaf24 |
10353:ea4829e30092 |
[LINUX] Remove the only use of evtchn_upcall_mask in common code. |
2006-06-09 |
kaf24 |
10352:b8e8b6aad8c8 |
[XEN] VCPU operation register_runstate should work even when |
2006-06-09 |
kaf24 |
10351:96b1479305ce |
[ACM] Replace enumerations with macros with qualified names. |
2006-06-09 |
kaf24 |
10350:c1163951ee2f |
[XEN][ACM] Clean up ACM interface to use explicitly-sized types |
2006-06-09 |
kaf24 |
10349:43f1d77bc7ad |
[LINUX] Simplify /proc/iomem initialisation -- no need to fake a |
2006-06-09 |
kaf24 |
10348:4df81d20a9a1 |
[LINUX][X86/64] Initialise pages outside initial allocation so that |
2006-06-09 |
kaf24 |
10347:5a0ed6c47673 |
[XEN] IOPL is ignored for VM86 mode port accesses. Fix Xen |
2006-06-09 |
kaf24 |
10346:49f65e2b0f1c |
[LINUX][XENBUS] replace xenbus_transaction_t with an opaque transaction ID. |
2006-06-09 |
kaf24 |
10345:7cf4cbe7a3be |
[LINUX][XENBUS] Drop (struct xenbus_device)->data, and simply use ->dev.driver_data |
2006-06-09 |
kaf24 |
10344:db8ec1e48414 |
[LINUX][BLKTAP] This code doesn't compile, is marked as DANGEROUS, and |
2006-06-09 |
kaf24 |
10343:afdb70b16a53 |
[LINUX] Use structs not typedefs, remove trailing whitespaces, place symbol |
2006-06-09 |
kaf24 |
10342:2dea01abfbfe |
[NET] front: There's a small leak on a couple error paths in setup_device(). |
2006-06-09 |
kaf24 |
10341:68c22a722e6f |
[XEN] Re-increase MAX_ORDER to 20 for the time being. Reducing |
2006-06-08 |
kaf24 |
10340:4f1e39ec05d6 |
[XEN] Reduce default maximum allocation order from 2^20 pages to 2^11. |
2006-06-08 |
kaf24 |
10339:2db7b3627da4 |
[LINUX] swiotlb allocates multiple smaller contiguous DMA regions, |
2006-06-08 |
ack |
10338:a1b83fedc4ed |
Add sched-credit xm tests but don't run them by default yet... |
2006-06-08 |
kaf24 |
10337:fe35ddc5fd38 |
[LINUX] Set up /proc/iomem in a sensibel way to indicate |
2006-06-08 |
kaf24 |
10336:6fb0d5ad63d7 |
[LINUX] Only trigger unhandled irq path if irq is not shared across |
2006-06-08 |
kaf24 |
10335:8c64169a05d3 |
[TOOLS] Fix domain builder to carefully check that mapped memory area |
2006-06-07 |
kaf24 |
10334:06569f1a4681 |
Fix cut-n-paste comment error in public header file. |
2006-06-07 |
kaf24 |
10333:1a500cc4fcd5 |
Extended PHYSDEVOP_irq_status_query to obtain sharing status |
2006-06-07 |
kaf24 |
10332:eb3d2c32a3b4 |
[LINUX] Rename hw_resend_irq to allow it to be defined seperately per arch. |
2006-06-07 |
kaf24 |
10331:2049467adee3 |
[HVM][MMIO] Support decode of 0x83 opcode (or imm8,m32/64'). |
2006-06-07 |
kaf24 |
10330:7d37df6c3247 |
[HVM][MMIO] Emulate more instructions: or/and/xor with byte width, |
2006-06-07 |
kaf24 |
10329:2fd2fd4b7c6a |
[HVM][DM] Cleaner way of clearing VGA memory on mode changes (thanks to |
2006-06-07 |
kaf24 |
10328:f8af7041bf5b |
[LIBXC] Convert all printf/fprintf uses to use a macro instead. |
2006-06-07 |
kaf24 |
10327:cca6641d4087 |
[HVM][PIT] Fix missed_ticks() logic. |
2006-06-07 |
kaf24 |
10326:28128dafbe03 |
[LINUX][X86/64] Support IO-port permissions bitmaps (ioperm() syscall). |
2006-06-07 |
kaf24 |
10325:ec903b8e6612 |
x86/64 Linux: destroy entire init memory mapping beyond kernel image. |
2006-06-07 |
emellor |
10324:9d86c1a70f34 |
Merged. |
2006-06-07 |
emellor |
10323:b09dbe439169 |
Fix typo. |
2006-06-07 |
emellor |
10322:9af7897a74d6 |
Added. |
2006-06-07 |
emellor |
10321:deabbf60bb46 |
Move forward to new version of buildroot -- the old one has gone from the |
2006-06-01 |
Anthony Liguori |
10320:da81a493c8e5 |
Expose the exception thrown by xen.lowlevel.xs. |
2006-06-01 |
pl |
10319:647d012b9a36 |
Fix a problem where the vcpu count for dom0 doesn't get reset back to the |
2006-06-01 |
emellor |
10318:057c5554f8c3 |
Reraise exceptions caught in create.py, so that the error handling in main.py |
2006-06-01 |
emellor |
10317:f99ba86ad96b |
Block device write-verify test. |
2006-06-07 |
kaf24 |
10316:e5c17d2d85a4 |
[HVMLOADER] Revert to uniprocessor MPS table in rombios. |
2006-06-06 |
kaf24 |
10315:c191c649cdb3 |
Use explicitly-sized types in the dom0_ops and privcmd structures. |
2006-06-06 |
kaf24 |
10314:b3d901ba705d |
Represent PFNs with their own type, rather than 'unsigned long'. |
2006-06-06 |
kfraser |
10313:3913a119477d |
[NET] front: Turn grant-ref error into a fatal bug. That's the best we |
2006-06-06 |
kfraser |
10312:89d7acdd8951 |
[X86EMUL] Mark MOV instruction as not needing writeback. |
2006-06-05 |
kaf24 |
10311:5e3827f7a93a |
[HVM][VMX] Interrupts must be kept disabled when entering Xen for |
2006-06-05 |
kaf24 |
10310:e3af1912794b |
[NET] back: Add a few comments to the goriest parts of the scatter-gather patch. |
2006-06-05 |
kaf24 |
10309:aecdb4c52fa7 |
[NET] front: Transmit SG packets if supported |
2006-06-05 |
kaf24 |
10308:50db8c95e65d |
[NET] back: Add SG support |
2006-06-05 |
kaf24 |
10307:1dab198509a9 |
[VMXASSIST] Extensions to vmxassist to handle additional mode switch cases. |
2006-06-05 |
kaf24 |
10306:9f50b8c2de0a |
[NET] back: fix synchronisation of access to deallocation buffer ring. |
2006-06-05 |
kaf24 |
10305:47412b44e35e |
Extend callback-registration hypercall to take a flags argument. |
2006-06-05 |
kaf24 |
10304:8aca850f66ad |
Create new vmassist type 'pae_extended_cr3'. Only advertise |
2006-06-02 |
kaf24 |
10303:c9e6255cb44a |
[LINUX] Simply shared_info mapping code. Always use a fixmap. |
2006-06-02 |
kfraser |
10302:40331b1545d2 |
[LINUX][X86_64] Destroy initial page-table mappings to avoid overlap with modules. |
2006-06-02 |
kfraser |
10301:a3733a587a9c |
Fix Xen build with some versions of gcc. |
2006-06-02 |
kaf24 |
10300:fdc26ec44145 |
[PAE] Fix tools to properly pack/unpack >4GB PAE CR3 values. |
2006-06-02 |
kaf24 |
10299:90a8ab269afe |
A few put_cpu() calls were missed when adding CONFIG_X86_NO_TSS. |
2006-06-02 |
kaf24 |
10298:d8363da485ce |
[NET] loopback: Added support for SG |
2006-06-02 |
kaf24 |
10297:8425df2203c9 |
Use halt() instead of asm("hlt"). |
2006-06-02 |
kaf24 |
10296:bcc2c9ea60d8 |
Add backing support for HDIO_GETGEO ioctl to blkfront. |
2006-06-02 |
kaf24 |
10295:b198bbfeec10 |
[PAE] Fix support for pgdirs above 4GB. Requires an interface change so that %cr3 |
2006-06-02 |
kfraser |
10294:1f619b6adbc6 |
[HVM] Fix a problem when destroying a Windows guest. |
2006-06-02 |
kaf24 |
10293:4122e88b6c75 |
Move idle-vcpu allocation logic to a common function. |
2006-06-02 |
kaf24 |
10292:e67432187b88 |
[IA64][HVM] Enable CGA acceleration for VTI. |
2006-06-02 |
kfraser |
10291:639ad22eb7c8 |
Build breakage: revert 10247:2fd7f4fb7d1453e4ff418c06961b0bd9fcb71129. |
2006-06-02 |
kaf24 |
10290:bd16e299db3d |
[IA64] Fix Xen running on IA64. Some function prototypes were |
2006-06-01 |
kaf24 |
10289:9f937ecc4f54 |
Fix pagetable accessor macros in Xen to have better names and to |
2006-06-01 |
kaf24 |
10288:808430428622 |
Use DEFINE_SPINLOCK consistently throughout Xen. |
2006-06-01 |
kaf24 |
10287:8c6ff337d164 |
Allow all trace-buffer hypercalls to be executed even when tracing is currently disabled. |
2006-06-01 |
kaf24 |
10286:7f219d68e684 |
[LINUX] Fix cpu_possible_map initialisation. |
2006-06-01 |
kaf24 |
10285:2fd7f4fb7d14 |
[LINUX][X86_64] Fix initial memory mapping code. |
2006-06-01 |
kaf24 |
10284:61e2ea81bd65 |
[HVM] Allow more dynamic use of the qemu serial lines by allowing the Summagraphics port to float. |
2006-06-01 |
kaf24 |
10283:bcfbbca9cf08 |
[SECURITY] Allow domid and ssidref args to get_decision in |
2006-06-01 |
kaf24 |
10282:0f5b8f1b0eac |
[LINUX] Converge ia64 versions of xen/drivers Makefiles with general versions. |
2006-06-01 |
kaf24 |
10281:6993a0f91efc |
Domain creation/destruction cleanups. |
2006-06-01 |
kfraser |
10280:ab627e9da8fb |
Fix dummy domains (DOM_IO and DOM_XEN) creation so that |
2006-06-01 |
kfraser |
10279:2dd8e7c44728 |
Fix negation of unsigned quantities in the Xen x86 emulator. |
2006-06-01 |
kfraser |
10278:4142bfd01e02 |
network-bridge: fix syntax error |
2006-06-01 |
kfraser |
10277:275955c6df9d |
network-bridge: Fall back to eth0/xenbr0 if no default route. |
2006-06-01 |
kfraser |
10276:2a0208b33c30 |
Fix map_pages_to_xen() when deallocating l1 page tables. |
2006-06-01 |
kfraser |
10275:121ec8b952d3 |
[HVM] Fix set_guest_back_ptr to ignore empty PTEs. |
2006-06-01 |
kfraser |
10274:09d9d6e7b985 |
Fix MMU_NORMAL_PT_UPDATE when passed a page that is no longer of type page-table. |
2006-06-13 |
awilliam |
10273:b8f6089cbce3 |
[IA64] Revert xen-ia64-unstable.hg cset 10237 |
2006-06-13 |
awilliam |
10272:8cc1137a0959 |
[IA64] Revert xen-ia64-unstable.hg cset 10238 |
2006-06-13 |
awilliam |
10271:0d149b326235 |
[IA64] cleanup warning in xen/arch/ia64/linux-xen/time.c |
2006-06-13 |
awilliam |
10270:0a226de3fc37 |
[IA64] Update efi.c and rework xenheap location |
2006-06-09 |
awilliam |
10269:aa2298739112 |
[IA64] Change PIB size to 2M |
2006-06-09 |
awilliam |
10268:99abd54a02d9 |
[IA64] A fix for itc.d emulation |
2006-06-09 |
awilliam |
10267:43d9c8042ab6 |
[IA64] add seqlock to protect vtlb |
2006-06-09 |
awilliam |
10266:bc76ad9d6270 |
[IA64] remove some races between the p2m table and the m2p table |
2006-06-09 |
awilliam |
10265:6fdafeeb88bb |
[IA64] passthrough EFI_ACPI_MEMORY_NVS and EFI_RESERVED_TYPE |
2006-06-09 |
awilliam |
10264:d5adbcbb7492 |
[IA64] use get_gpfn_from_mfn() |
2006-06-09 |
awilliam |
10263:2f9878d01e2b |
[IA64] use pte_mem() in relinquish_pte() |
2006-06-09 |
awilliam |
10262:7da52d016bcc |
[IA64] add memory barrier to domain_flush_vtlb_range() |
2006-06-09 |
awilliam |
10261:ececeade018f |
[IA64] Add NULL test in domain_page_mapped() |
2006-06-09 |
awilliam |
10260:1c9bdbc5e27b |
[IA64] align pages in assign_domain_same_page() |
2006-06-08 |
awilliam |
10259:b87ff075dab9 |
[IA64] Put guest physical translation into VHPT |
2006-06-08 |
awilliam |
10258:b20733e82ab6 |
[IA64] Enable SMP on VTI-Domain |
2006-06-08 |
awilliam |
10257:d8d2b5c08245 |
[IA64] sparse tree cleanups |
2006-06-08 |
awilliam |
10256:64b118cddb9a |
[IA64] clean out xen/drivers/patches in the sparse tree |
2006-06-06 |
awilliam |
10255:4e78528e3480 |
[IA64] merge efi_emul.c into fw_emul.c and clean up |
2006-06-06 |
awilliam |
10254:6a49e02dc169 |
[IA64] remove xenia64_init.c |
2006-06-06 |
awilliam |
10253:0fff4c07af18 |
[IA64] Fix network issue on VTI domain |
2006-06-05 |
awilliam |
10252:f662f98d594b |
[IA64] more cleanup |
2006-06-05 |
awilliam |
10251:279628dc2d6f |
[IA64] pass vcpu nr to guest firmware |
2006-06-05 |
awilliam |
10250:e32ddb4a90e6 |
[IA64] This patch fixes dom0 no VGA console bug. |
2006-06-03 |
awilliam |
10249:3f8523ce8895 |
[IA64] check memory descriptor over lap in dom_fw_init() |
2006-06-03 |
awilliam |
10248:8771f539663a |
[IA64] Handle VTi's fp fault & trap in hypervisor instead of injecting to guest |
2006-06-03 |
awilliam |
10247:976517433993 |
[IA64] Fix another bug which causes "Oops: time tick before it's due" |
2006-06-03 |
awilliam |
10246:2c7c715ad185 |
[IA64] Vcpu hot-plug support |
2006-06-03 |
awilliam |
10245:8b81c4e82f3e |
[IA64] fix debug=y build: update ASSERT(acktype) |
2006-06-03 |
awilliam |
10244:09982b366f93 |
[IA64] fix debug=y build: remove ASSERT(THASH_TLB) |
2006-06-03 |
awilliam |
10243:47151f27e623 |
[IA64] README patch of booting xen |
2006-06-03 |
awilliam |
10242:83e4d44e8aec |
[IA64] Add carriage return to printk/printf |
2006-06-03 |
awilliam |
10241:4533f6c9fa11 |
[IA64] cleanup linux-2.6-xen-sparse |
2006-06-03 |
awilliam |
10240:f3be4eb8dac9 |
[IA64] split domain.c into mm.c and domain.c |
2006-06-03 |
awilliam |
10239:34455164dd33 |
[IA64] fix vmx_vcpu_ptr_i(), vmx_vcpu_ptr_d() |
2006-06-03 |
awilliam |
10238:b27139d8c1e1 |
[IA64] paravirtualize vdso |
2006-06-03 |
awilliam |
10237:f8ab23b4f704 |
[IA64] import linux gate.S, gate.ld.S and patch.c |
2006-06-03 |
awilliam |
10236:b8711fcb1e95 |
[IA64] rewrite priv_handle_op() |
2006-05-31 |
awilliam |
10235:25483d9b55d4 |
[IA64] fix up a few more warnings |
2006-05-31 |
awilliam |
10234:671e8bd80d9a |
[IA64] remove linux-2.6-xen-sparse/arch/ia64/xen/xenconsole.c |
2006-05-31 |
awilliam |
10233:acabf4bdec4f |
merge with xen-unstable.hg |
2006-05-31 |
kfraser |
10232:0ec4b9dfd5b4 |
Export XEN_ROOT from top-level Makefile. Ensures it is |
2006-05-31 |
kfraser |
10231:254d5baba42c |
[SVM] Remove redundant MAX_INST_SIZE definition. |
2006-05-31 |
kfraser |
10230:94947f282fa2 |
Fix ACM hypercall macros (broke the x86/64 and ia64 builds). |
2006-05-31 |
kfraser |
10229:414dabe82a31 |
Use a global build configuration file, and rework libxc Makefile for PPC. |
2006-05-31 |
kaf24 |
10228:9e207a5cf589 |
[HVM] Fixes to buffer handling in ne2000 device model. |
2006-05-31 |
kaf24 |
10227:d291e3a930dd |
The xm dmesg command wasn't taking the -c/--clear options because of |
2006-05-31 |
kaf24 |
10226:59bd5b9f5043 |
Update .hgignore list for rombios changes. |
2006-05-31 |
kaf24 |
10225:fbcb603288bb |
[VTPM_TOOLS] Updated vtpm for new release of the tpm_emulator. |
2006-05-31 |
kaf24 |
10224:b3b5f3ff2100 |
[MINIOS] Various address-space fixes. |
2006-05-31 |
kaf24 |
10223:2c0cd4075d1c |
[HVMLOADER] Default to 8-way SMP rombios. |
2006-05-31 |
kaf24 |
10222:e5de45e2edaf |
[SVM] Fix virtualization of the CPUID NX bit, and clean up other CPUID bits. |
2006-05-31 |
kaf24 |
10221:ec1e371ec320 |
[HVM] Fix shadow mode to not corrupt frame 0's page_info struct. |
2006-05-31 |
kaf24 |
10220:86062ecef294 |
[ACM] Add a hypervisor call macro to the linux kernel; it |
2006-05-31 |
kaf24 |
10219:afabaa39be52 |
Fix x86/64 definition of dma_get_cache_alignment(). |
2006-05-30 |
cl349 |
10218:ff6666d67b83 |
Explicitly use sh to run ioemu configure |
2006-05-30 |
cl349 |
10217:ac3a4fc11e3e |
Explicitly use sh to run mkhex |
2006-05-30 |
kaf24 |
10216:0b98fcb98889 |
Fix PAE debug builds to avoid shadowing shadow-mode pgdirs below 4GB. |
2006-05-30 |
kaf24 |
10215:c43080e63545 |
Fix infinite recursion loop in get_page_type() error path. |
2006-05-30 |
kaf24 |
10214:e58e04589d11 |
Define halt() and safe_halt() properly for Linux-on-Xen. Remove duplicated |
2006-05-30 |
kaf24 |
10213:6a3462993320 |
Make perfc_valuea actually return the value it reads. |
2006-05-30 |
kaf24 |
10212:e0ec3587a2f0 |
[HVM][AMD] Support HVM SMP guests on AMD Pacifica hardware (svm platform). |
2006-05-30 |
kaf24 |
10211:5be9e927533d |
[HVM] Fix a bug in the emulation of the xchg instruction. |
2006-05-30 |
kaf24 |
10210:1dd2062668b2 |
[BALLOON] Remove the static lower bound on memory target from balloon driver. |
2006-05-30 |
kaf24 |
10209:d5f98d23427a |
Fix the support for PAE pgdirs above 4GB that was introduced in |
2006-05-28 |
ack |
10208:6d476981e3a5 |
Update docs for new credit scheduler and cleanup out of date scheduler stuff. |
2006-05-28 |
kaf24 |
10207:444abe25611f |
Fix SMP boot for kernels without CONFIG_HOTPLUG_CPU. |
2006-05-27 |
kaf24 |
10206:71fa0e0d520c |
Rename csched -> sched_credit/sched-credit in control plane. |
2006-05-31 |
awilliam |
10205:3be4c8288737 |
[IA64] Add several missing is_running_on_xen(). |
2006-05-31 |
awilliam |
10204:003157eafd66 |
[IA64] remaining warnings removed |
2006-05-31 |
awilliam |
10203:a9d58ef8e4e7 |
[IA64] Add sal emulation to VTI domain |
2006-05-31 |
awilliam |
10202:380f87e8003f |
[IA64] VTI: Initialize VHPT headers invalid |
2006-05-31 |
awilliam |
10201:e3d2411fb486 |
[IA64] VTI: set isr before injecting fault to guest |
2006-05-31 |
awilliam |
10200:7ae164a41569 |
[IA64] preparation for vga acceleration of VTI domain |
2006-05-30 |
awilliam |
10199:fca97f3ab031 |
[IA64] clean up ia64 xen-mkbuildtree-pre |
2006-05-30 |
awilliam |
10198:c2aedb26d124 |
[IA64] use is_running_on_xen() |
2006-05-30 |
awilliam |
10197:31ffbf4116ec |
[IA64] add missing END(xen_bsw1) |
2006-05-30 |
awilliam |
10196:166073f830a3 |
[IA64] VTI: Optimize thash vtlb algorithm |
2006-05-30 |
awilliam |
10195:18b087bafac6 |
[IA64] VTI: simple format cleanup |
2006-05-26 |
awilliam |
10194:c073ebdbde8c |
merge with xen-unstable.hg |
2006-05-26 |
kaf24 |
10193:954f4dea9da6 |
[PAE] Allow pgdirs above 4GB for paravirt guests. |
2006-05-26 |
kaf24 |
10192:3ed325fa395b |
Remove bogus inline asm of unused function memchr(). |
2006-05-26 |
kaf24 |
10191:2dc7c2712700 |
Cast to a signed type before negating if we really want the result to be negative. |
2006-05-26 |
kaf24 |
10190:b049fb947f2a |
[MINIOS] Allows the use of a C library without modifying Mini-OS source files. |
2006-05-26 |
Ian Campbell |
10189:96ce5961b5eb |
Move include/asm-x86_64/e820.h to include/asm-x86_64/mach-xen/asm/e820.h |
2006-05-26 |
ack |
10188:e539abd27a0f |
New weighted fair-share CPU scheduler w/ automatic SMP load balancing |
2006-05-26 |
kaf24 |
10187:b6937b931419 |
Fix cscope rule in .hgignore. |
2006-05-25 |
kaf24 |
10186:ac4a961f7e64 |
Remove net_driver_util module. Inline the one mac-parsing function |
2006-05-25 |
kaf24 |
10185:93db1b536f38 |
[XEND] Wait sufficient time for memory to balloon out before creating a new domain. |
2006-05-25 |
kaf24 |
10184:26b8e3e7430d |
Allow compat hypercalls to be made via privcmd (to support older userspaces). |
2006-05-25 |
kaf24 |
10183:218daa547e8a |
Fix VMEXIT tracing. |
2006-05-25 |
kaf24 |
10182:da7fe04d8e80 |
[HVM] Support multiple HVM time device models coming soon. |
2006-05-25 |
kaf24 |
10181:f4f4dd936103 |
Fix x86/64 build after previous changeset. |
2006-05-25 |
kaf24 |
10180:4c058926e92b |
Remove redundant test in grant-table interface code. |
2006-05-25 |
kaf24 |
10179:41de9cd7971b |
Change the x86_emulate() interface to pack all context arguments |
2006-05-25 |
kaf24 |
10178:79d74ce206bb |
[BALLOON] Do not allow target to be set below two percent of maximum |
2006-05-25 |
kaf24 |
10177:1449c0f57b9d |
Do not include asm/fixmap.h directly from non-arch-specific Linux files. |
2006-05-25 |
kaf24 |
10176:b36697ed766c |
[XEND] Remember cpu-pinning information across guest restarts. |
2006-05-25 |
kaf24 |
10175:1a18ca9a4a0b |
Fix xc_tbuf.c indentation and stop turning failure to change |
2006-05-25 |
kaf24 |
10174:0f162a135140 |
Ensure trace-buffer size is set back to zero if trace buffers can't be allocated. |
2006-05-25 |
kaf24 |
10173:c9c40f6baba0 |
[NET] front: Use netif_carrier to model backend-connection state. |
2006-05-25 |
kaf24 |
10172:e0bbba2b9850 |
Separate xenbusstate enumeration from typedef. Avoid using the typedef |
2006-05-24 |
cl349 |
10171:ad33b3882867 |
Fix IDE CD-drive PIO mode. |
2006-05-24 |
kaf24 |
10170:2436cc71de50 |
Remove unnecessary x86-specific mapping code from privcmd interface. |
2006-05-24 |
kaf24 |
10169:041127f2c687 |
[XENSTORE] Make use of /proc/xen/xsd_{port,kva} private to the Linux implementation. |
2006-05-24 |
kaf24 |
10168:ed696467fe64 |
[PTRACE] Fix ptrace for hvm guests. |
2006-05-24 |
kaf24 |
10167:52cec91b7560 |
Event-channel driver: Use for_each_possible_cpu instead |
2006-05-24 |
kaf24 |
10166:e336c37b8de0 |
Fix kcons_write and kcons_write_dom0 CodingStyle. |
2006-05-24 |
kaf24 |
10165:84dd753a9247 |
Use DEFINE_SPINLOCK in Linux drivers, conforming to coding style. |
2006-05-24 |
kaf24 |
10164:1345b20cca56 |
Remove broken inline-asm string functions from Xen/x86. The |
2006-05-23 |
emellor |
10163:187180382772 |
Allow a guest to determine its VM UUID. |
2006-05-23 |
emellor |
10162:d809359ab32d |
Fix log message written when xenstored corrupts its store. |
2006-05-23 |
emellor |
10161:956f7c5b1c1f |
Added get_permissions implementation. |
2006-05-23 |
emellor |
10160:4c14bca8ca93 |
Fix xspy_get_permissions -- you can't increment the perms pointer when |
2006-05-23 |
kaf24 |
10159:606db2959bd6 |
Move Xen CPU hotplug code into new file cpu_hotplug.c. |
2006-05-25 |
awilliam |
10158:9d52a66c7499 |
[IA64] support FPSWA hypercall |
2006-05-25 |
awilliam |
10157:faae893d428e |
[IA64] support FPSWA emulation |
2006-05-25 |
awilliam |
10156:7c406cefc1aa |
[IA64] remove evtchn_ia64.c |
2006-05-24 |
awilliam |
10155:ceaae8fbe3f7 |
[IA64] fix AFLAGS again |
2006-05-24 |
awilliam |
10154:c7e8d1673140 |
[IA64] acpi read-only mapping |
2006-05-24 |
awilliam |
10153:5674e4fe8f02 |
[IA64] GNTMAP_readonly support linux part |
2006-05-24 |
awilliam |
10152:40959bc0a269 |
[IA64] GNTMAP_readonly support xen part |
2006-05-24 |
awilliam |
10151:2cab08ac143b |
[IA64] support DOMID_XEN and DOMID_IO of foreign domain page mapping |
2006-05-24 |
awilliam |
10150:35f2341bfac8 |
[IA64] fix dirty_bit in xenivt.S |
2006-05-24 |
awilliam |
10149:35c3aa445bcd |
[IA64] remove unused audio driver from buildconfigs |
2006-05-24 |
awilliam |
10148:8fab4a407c52 |
[IA64] swap XEN_HYPER_ITC_D and XEN_HYPER_ITC_I |
2006-05-24 |
awilliam |
10147:29d31af10e57 |
[IA64] Add ptc.l emulation |
2006-05-23 |
awilliam |
10146:83c0449db67a |
[IA64] work around ENOSYS vs EINVAL in ioremap |