age |
author |
revision |
description |
2006-01-09 |
kaf24 |
8521:299d6ff8fdb2 |
Allow HYPERVISOR_VIRT_START/END public definitions to be |
2006-01-07 |
kaf24 |
8520:b866ed85fad3 |
Add cpumask_scnprintf() and cpulist_scnprintf(). This also |
2006-01-07 |
kaf24 |
8519:4c2c02ca4a7a |
Remove netif_be_dbg debug-key handler from netback by default. |
2006-01-07 |
kaf24 |
8518:83eeb056f7c2 |
Handle migration of x86 VCPUs between physical CPUs. |
2006-01-07 |
kaf24 |
8517:0aff653824db |
Reduce locked critical region in __enter_scheduler(), |
2006-01-07 |
vhanquez |
8516:d92a68e6faa9 |
separate installation of headers from the linux tree into a new guest-header |
2006-01-06 |
vhanquez |
8515:e93340cf4d02 |
test return value of kmalloc to prevent crash is the allocation fail. |
2006-01-06 |
vhanquez |
8514:a933d82321b3 |
Get rid of the err variable by directly returning error values. |
2006-01-06 |
kaf24 |
8513:3c84ce41d184 |
Change the context-switch interface. Get rid of |
2006-01-06 |
kaf24 |
8512:82eafda1c710 |
Rename per-domain cpumask to more descriptive domain_dirty_cpumask. |
2006-01-06 |
kaf24 |
8511:3eeabf448f91 |
Clean up domain shutdown and modification of vcpu |
2006-01-06 |
cl349 |
8510:01a854cd8848 |
Always EXPORT_SYMBOL pm_power_off now that pm_power_off is always defined. |
2006-01-06 |
cl349 |
8509:ba4d42f18661 |
Move definition of pm_power_off to a more sensible location. |
2006-01-06 |
kaf24 |
8508:dd5649730b32 |
Fix a couple of bogus dom0_op names: |
2006-01-06 |
kaf24 |
8507:84cf56328ce0 |
Clean up xen-internal representation of per-vcpu |
2006-01-05 |
kaf24 |
8506:07306e35a5fc |
Fix up x86 emulator header docs and ensure callers use |
2006-01-04 |
kaf24 |
8505:9efe7eb108e1 |
The dom0_ops implementation wasn't matching the interface definition, |
2006-01-04 |
kaf24 |
8504:ecc20905cde3 |
Fixes to mtrr interface code in linux guest. |
2006-01-04 |
kaf24 |
8503:c2e93601eae5 |
Add IO-APIC interrupt debugging to 'i' debug key. |
2006-01-04 |
kaf24 |
8502:572abc9efcf5 |
Fix split of duties between close_netdev() and |
2006-01-04 |
kaf24 |
8501:f26ae65f3f95 |
Add pending status to irq debugkey dump. |
2006-01-04 |
kaf24 |
8500:e0a0ebad0535 |
Add dubug key for dumping guest-bound physical interrupts |
2006-01-04 |
kaf24 |
8499:d186157615d6 |
This patch adds TPM_Seal support to the VTSP. On measured platforms |
2006-01-03 |
kaf24 |
8498:f22ea989389d |
merge |
2006-01-03 |
kaf24 |
8497:f7c2cbb5368f |
Marge with xen-ia64-unstable.hg |
2006-01-03 |
vhanquez |
8496:9e03e60f2d46 |
convert latest old initializer to C99 initializer |
2006-01-03 |
emellor |
8495:9bf5a3b24318 |
Remove 03_network_attach_detach_multiple_pos.test from xfail list |
2006-01-03 |
emellor |
8494:fbe82e680620 |
Vcpu-list's error message shows an unnecessary header. |
2006-01-03 |
emellor |
8493:09e752a1a04a |
These xm info, top, dmesg and log requre no parameter. |
2006-01-03 |
kaf24 |
8492:9fc306e40a7c |
Move public hvm interfaces into xen/include/public/hvm. |
2006-01-03 |
kaf24 |
8491:399c68937d59 |
merge |
2006-01-03 |
kaf24 |
8490:412995d28a07 |
Rename VMX option name lapic to apic, and pass it to xen by |
2006-01-03 |
vhanquez |
8489:9fedfb8cb1b2 |
merge |
2006-01-03 |
vhanquez |
8488:2a873f8020ae |
mixup during reorganization. when SIF_INITDOMAIN it should kcons_write_dom0 |
2005-12-31 |
vhanquez |
8487:994e8ee5179d |
fix possible memory leak if one of the kmalloc fail. |
2005-12-31 |
vhanquez |
8486:0d93a85b5fa4 |
remove one pointless macro and make code paths explicit. |
2005-12-31 |
vhanquez |
8485:7ab6ddd6ada9 |
reorganize code to avoid duplication |
2005-12-31 |
vhanquez |
8484:9270bb6b0421 |
Convert old initializer to C99 initializer. |
2005-12-31 |
vhanquez |
8483:248a75201ba3 |
directly return -ENOMEM instead of jumping to a return -ENOMEM label |
2005-12-31 |
vhanquez |
8482:0fd894ba6ba0 |
move error handling out of line to avoid duplicated code. |
2006-01-13 |
djm |
8481:2884f14895d2 |
Allow asm-offsets to work with vanilla binutils |
2006-01-13 |
djm |
8480:2869bdd16bd4 |
correct implementation of flush_tlb_mask needed to reenable CONFIG_SMP |
2006-01-13 |
djm |
8479:985228c22276 |
Make xmexaple.vti support network option too and other small modifications for convenient use. |
2006-01-13 |
djm |
8478:ec48a5246f76 |
Unused page struct fields commented out. |
2006-01-13 |
djm |
8477:65ce24c383d7 |
add prototype of guest_cpu_user_regs() which is used by ns16550_poll(). |
2006-01-13 |
djm |
8476:dc6ac7f6ddea |
Enable warnings and fix a few one (those which occur in almost every file). |
2006-01-06 |
djm |
8475:1507c5499a92 |
Add 'hvm' capability to indicate whether hardware VTI feature is on. |
2006-01-05 |
djm |
8474:f31cb5961db3 |
Disable virtual memmap to avoid problem on machines with big holes |
2006-01-03 |
djm |
8473:71c61c288171 |
Adapt xen-ia64 to changes in xen-unstable |
2006-01-03 |
djm |
8472:cd914808acf1 |
Merge |
2006-01-02 |
kaf24 |
8471:5b30599761b3 |
Fix VMX disk config string parse (allow leading whitespace). |
2006-01-01 |
kaf24 |
8470:121ff5042eb3 |
Provide an option to disable ACPI from the VMX config file. |
2005-12-31 |
kaf24 |
8469:364128d29f4e |
Clean up 'q' debug key output. |
2005-12-31 |
kaf24 |
8468:d966b7a00959 |
Allow non-privileged domains restricted access to |
2005-12-31 |
kaf24 |
8467:4369fd869f51 |
Store admin-specified ioport capabilities in a rangeset |
2005-12-30 |
kaf24 |
8466:c0d8e1cf0a63 |
Fix a missing break in ioemu command-line parsing switch |
2005-12-30 |
kaf24 |
8465:db510cf1e6f6 |
Fix rdmsrl() for x86_32 -- high 32 bits must be cast to |
2005-12-30 |
kaf24 |
8464:02cfa3beabba |
Avoid xen crash if there is no VMX support. If a platform |
2005-12-30 |
kaf24 |
8463:4299f983e8fe |
Move initial stack-pointer adjustment into assembly |
2005-12-30 |
kaf24 |
8462:19f1f4fa7745 |
Virtual TPM persistent states contain VTPM secrets, which are encrypted |
2005-12-29 |
kaf24 |
8461:65430a8f80d7 |
Extend the range abstraction by adding an internal |
2005-12-29 |
kaf24 |
8460:4937d9f496ab |
Add a little more internal abstraction to the rangeset |
2005-12-29 |
kaf24 |
8459:fe039c5fd127 |
Reset the stack pointer on every cpu early during bootstrap. |
2005-12-29 |
kaf24 |
8458:4dbca1428acd |
Initialise grant tables via core_initcall so that it happens |
2005-12-29 |
kaf24 |
8457:b54e981957eb |
Various fixes to Xen stack management. Ensure the cpu0_stack |
2005-12-29 |
kaf24 |
8456:8d0b62f0aa8d |
Add auto-destructing per-domain rangeset data structure, |
2005-12-28 |
kaf24 |
8455:188ef899e626 |
Fix iobmp_mask setup when permitting a domU access to |
2005-12-28 |
kaf24 |
8454:f36627941bbe |
Fix a leak occurring at netif_map(). The problem raised after allocating |
2005-12-28 |
kaf24 |
8453:0e47bcdac69d |
Set up X11 authorization when a VMX domain uses SDL. |
2005-12-28 |
kaf24 |
8452:27ea8232fe79 |
Reorganizes network frontend device unregister and removal, so that |
2005-12-28 |
kaf24 |
8451:ebe84a7f2a8b |
Missing file from previous changeset. |
2005-12-28 |
kaf24 |
8450:4c961318d216 |
Fix uncleaned vif backend devices when frontend does not finish |
2005-12-28 |
kaf24 |
8449:8b74b9603d5e |
If netfront fails to allocate a receive skbuff, push all pending |
2005-12-27 |
vhanquez |
8448:7c1f2e20123a |
Prevent vbd frontend from oopsing if the underlying device doesn't exist. |
2005-12-23 |
kaf24 |
8447:5fa0c70663f1 |
Generic x86 emulator now properly supports 16-bit addressing |
2005-12-23 |
kaf24 |
8446:829517be689f |
Modify CR0 access emulation -- return physical CR0 (except |
2005-12-23 |
Ian Campbell |
8445:87e5ac90a8df |
Only build xenctx on x86_32 and x86_64. |
2005-12-22 |
Ian Campbell |
8444:c9184cc4d1d1 |
Merge. |
2005-12-22 |
Ian Campbell |
8443:8d5d4d58407f |
Add support to xenctx for printing stack traces on x86_32 and x86_64. |
2005-12-22 |
emellor |
8442:ffa8e85a9e0b |
This patch fixes a bug/typo of main.py. |
2005-12-22 |
cl349 |
8441:6375713d0e41 |
Remove xen specific bug() implementation -- the regular one works just fine. |
2006-01-03 |
djm |
8440:903fb46f240e |
Small bug fixes |
2005-12-30 |
djm |
8439:45c4e735fc8c |
Enable stack trace on Xen BUG (by Isaku Yamahata) |
2005-12-30 |
djm |
8438:f89906acd9f6 |
Plumb through nr_pages -- needed for correct balloon driver function |
2005-12-30 |
djm |
8437:b4925703b56c |
Missing initialization in cache sync code (by Anthony Xu) |
2005-12-29 |
djm |
8436:5222e8d456ae |
Ensure initrd fields are set to 0 when no initrd is present (by Kevin Tian) |
2005-12-29 |
djm |
8435:8643b4d778f5 |
Leave psr.ic on in pal_cache_flush -- fixes Linux bug (by Anthony Xu) |
2005-12-28 |
djm |
8434:40648452d45f |
Sync caches only on split cache machines (dynamic test instead of compile ifdef) |
2005-12-23 |
djm |
8433:f218e6ba2653 |
Missed portion of domU initrd patch |
2005-12-21 |
kaf24 |
8432:934470721c46 |
Remove acpi_count_madt functions. Only appear to be used |
2005-12-21 |
kaf24 |
8431:8b322047c80f |
Remove unused local variables (from removed REASIGN_PAGE |
2005-12-21 |
kaf24 |
8430:9b108cf447e5 |
Merge with xen-ia64-unstable.hg. |
2005-12-21 |
kaf24 |
8429:a4de51a2629f |
Remove obsolete MMUEXT_REASSIGN_PAGE. It's not used by |
2005-12-21 |
kaf24 |
8428:b3edbeea3e79 |
Fix gnttab_release_mappings -- it doesn't need to drop |
2005-12-21 |
kaf24 |
8427:48eb10d7a2d6 |
Increment page reference count for every host/device |
2005-12-21 |
kaf24 |
8426:f2a08a5a807a |
Declare kasprintf before use. |
2005-12-21 |
vhanquez |
8425:4d729134a0a4 |
remove duplicate code to allocate a string ala printf (using kasprintf) |
2005-12-21 |
djm |
8424:5a790011259e |
Merge |
2005-12-21 |
kaf24 |
8423:c259492dfb43 |
Add support for MOVSX/MOVSXD/MOVZX (move-with-extend) |
2005-12-20 |
kaf24 |
8422:6e24488a89f7 |
Remove FIX_RSDP_PAGE. Access RSDP via the 'isamap' of low 1MB. |
2005-12-20 |
kaf24 |
8421:68d72ac55fe5 |
Remove automatic I/O-fault handling in XenLinux. It's now |
2005-12-20 |
emellor |
8420:d3b10a2a82d4 |
Merged. |
2005-12-20 |
emellor |
8419:11cd619db035 |
Changed UUID / Xen handle formatting to be compatible with the OSF DCE UUIDs. |
2005-12-20 |
kaf24 |
8418:931acb64fbaf |
Allow unknown NMIs to be propagated to domain0 via new |
2005-12-20 |
kaf24 |
8417:b34f4169b12e |
Add sound blaster support to VMX device model. |
2005-12-20 |
kaf24 |
8416:870c7e7da81e |
Currently there is no generic configure file to compile xenlinux on |
2005-12-20 |
kaf24 |
8415:b92a36713192 |
This patch fix several issue to support >2G 64bit vmx guest in IA-32e |
2005-12-20 |
kaf24 |
8414:3d1c7be170a7 |
Remove direct references to frame_table array. Use |
2005-12-18 |
kaf24 |
8413:1283d309a603 |
Avoid div-by-zero crash if vmx guest specifies bogus timer |
2005-12-18 |
kaf24 |
8412:381cafbbc3d2 |
Allow a domain to specify DOMID_SELF to DOM0_GETDOMAININFO dom0_op. |
2005-12-17 |
kaf24 |
8411:101ae33a8341 |
Small fix to the error-return path after calling |
2005-12-17 |
kaf24 |
8410:b92ca87a2403 |
Work aroudn swiotlb issue where a read-only host buffer is |
2005-12-17 |
kaf24 |
8409:1509521c824e |
This patch removes the GPL licence from the acm public header files so |
2005-12-16 |
kaf24 |
8408:6ee4c16bfdec |
Hide 64bit-mode feature on i386 hypervisor. |
2005-12-16 |
kaf24 |
8407:9f9984af7f40 |
Move some useful cryptographic enveloping code into their own |
2005-12-16 |
stekloff |
8406:b57c6fca4cef |
Changed create_disk_image to default to making "disk.img", which is what |
2005-12-16 |
stekloff |
8405:fd1488b1132c |
Added information for running xm-test in HVM / VMX mode. |
2005-12-16 |
nivedita |
8404:3f3d53c3b327 |
Xend http access turned off by default. |
2005-12-16 |
kaf24 |
8403:3dc1c23dd508 |
Slight fix to BIOS e820 bug workaround. Remove the check |
2005-12-16 |
kaf24 |
8402:47d947e07205 |
Work around a nasty BIOS/GRUB bug which causes fields in |