log
graph
tags
branches
changeset
browse
ia64/xen-unstable
log
find changesets by author, revision, files, or words in the commit message
less
more
| rev 10647:
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip
age
author
revision
description
2006-07-05
kfraser
10647:4d2354be4aa6
Update xen caps to indicate that HVM IA32 PAE guest on PAE host is available.
2006-07-05
kfraser
10646:8468860cc8de
[HVM][VMX] expose PSE feature to HVM guests if PAE is turned on in
2006-07-03
kfraser
10645:fd6d12935b56
[HVM] Disable pmtimer in qemu acpi device model. Needs fixing
2006-07-03
kaf24
10644:be3e07723b73
[NET]: Rename feature-tso to feature-gso-tcpv4
2006-07-03
kaf24
10643:addde2d2d97a
[NET] front: Zero negotiated bits in xen_set_features
2006-07-03
kaf24
10642:4b9876fe2f1f
[NET] back: Add GSO features field and check gso_size
2006-07-03
kaf24
10641:18abc9eb9a31
[NET] back: Fix off-by-one error in netbk_tx_err
2006-07-03
kaf24
10640:ef80b6e4e03a
[BUILD] Miscellaneous build-system fixes and tweaks.
2006-07-03
kaf24
10639:5f5d400eb60a
[DOC] Add descriptions on mouse handling and how to use the USB
2006-07-03
kfraser
10638:9fd92e7e91a5
[LINUX] Fix booting with e.g. xencons=tty3, so that tty1/tty2 are valid (dummy) devices.
2006-07-03
kaf24
10637:856caf975abd
Merge with xen-ia64-unstable.hg
2006-07-03
kaf24
10636:3f8d9b128d71
[HVM][VMX] Fixes to VMCS create/destroy.
2006-07-01
kaf24
10635:3fe11185adfb
[LIBXC] Fix the 64-bit build.
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.
less
more
| rev 10647:
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip