log
graph
tags
branches
changeset
browse
direct-io.hg
log
find changesets by author, revision, files, or words in the commit message
less
more
| rev 10517:
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip
age
author
revision
description
2006-06-28
kaf24
10517:bb46d03f5f1d
[NET] loopback: Added support for TSO
2006-06-28
kaf24
10516:2eac0e15e0c2
[NET]: Give make_tx_response the req pointer instead of id
2006-06-28
kaf24
10515:6e7027a2abca
[NET]: Added GSO support
2006-06-28
kfraser
10514:b217e03e1db5
[BLKBACK] Output statistics to sysfs.
2006-06-28
kaf24
10513:7a7066ae2e77
[XENTOP] Fix CPU percentage display in batch mode.
2006-06-28
kaf24
10512:e5cf18c05e8b
[XENTOP] Adds batch mode processing option (output to stdout)
2006-06-28
kaf24
10511:3c09a6b27b14
[HVM][SVM] Clean up double-fault handling.
2006-06-28
kaf24
10510:2966233d180d
[HVM][SVM] Disable machine check bits in CPUID_1.
2006-06-28
kaf24
10509:571507a595cd
[HVM][SVM] Clean up 32bit/64bit guest register code differences.
2006-06-27
kaf24
10508:1da8f53ce65b
[LINUX] Fix a few compile warnings and memory leaks in the sysfs driver.
2006-06-27
kaf24
10507:8a89c0ff3f87
[LINUX][BLKBACK] Support temporary disconnection from frontend.
2006-06-27
kaf24
10506:ab0cae84cfec
[HVM] Fix virtual apic irq distribution.
2006-06-27
kfraser
10505:bad506bc0c85
[XEN] Upgrade microcode driver to 1.14a.
2006-06-27
kfraser
10504:1a52829fd60e
[TOOLS] Remove plan9 loader code. Latest plan9 port uses linux builder.
2006-06-27
kfraser
10503:30a5eb240a20
[XEN] Various cleanups to bitops usage.
2006-06-27
kfraser
10502:02b0ed160e8e
[LINUX] Allow dma_alloc_coherent() to work for regions up to 2MB.
2006-06-27
kaf24
10501:234939c0ec3a
[BALLOON] Make the domain0 ballooning logic in xend aware of pages that are on the page scrub list.
2006-06-27
kaf24
10500:7154e0416313
[BUILD] Add distclean build target to xen directory: cleans out tags.
2006-06-27
kaf24
10499:b4e328334392
[BALLOON] Add fallback code so that e.g. a domain ballooned too far down can still
2006-06-27
kfraser
10498:ab63f44d948e
[XEN] Fix my change to XENVER_pagesize hypercall --
2006-06-27
kaf24
10497:23136423a765
[TPM] Fix an occasional problem when doing local migration due to the xenstore's
2006-06-27
kaf24
10496:60d7d64eaff2
[XEN][BUILD] Both ctags and etags support the -a (append) option, and
2006-06-27
kaf24
10495:23591d2c46aa
Add Xenoprof passive domain support
2006-06-27
kaf24
10494:b12cd185d579
[HVM][SVM] move printk pin msg under an "if svm_dbg_on" conditional to
2006-06-27
kaf24
10493:8589cdd09636
[VTPM_TOOLS] Hotplug script enabled the vtpm manager and removed the
2006-06-27
kaf24
10492:18587d3e94c8
[VTPM_TOOLS] Updated vtpmd to save complete state in preperateion to
2006-06-27
kaf24
10491:533b0709a68f
[VTPM_TOOLS] Moved the developement tpm_emulator down to ring 3, which
2006-06-27
kaf24
10490:e236794915cc
[TOOLS] Fix cm argument processing some more:
2006-06-27
kaf24
10489:6604238412be
Add XENVER_pagesize hypercall.
2006-06-27
kfraser
10488:869937819ed9
[XEN][EMUL] x86 emulator should support 32-bit offsets in real mode.
2006-06-27
kaf24
10487:9158ecb9045f
[HVM][VMX] On a VMEXIT, 'dirty' the DR. Restore DR from vcpu struct,
2006-06-27
kaf24
10486:5610d916ad1b
[HVM][VMX] Added flag_dr_dirty to hvm vcpu struct. If this flag is set,
2006-06-27
kaf24
10485:81bfa15a071e
[HVM][VMX] Added dr restore if breakpoints are enabled in guest dr7.
2006-06-27
kaf24
10484:4105520841b3
[HVM][VMX] Safer treatment of VM_EXEC_CONTROL when dealing w/ PENDING_INTERRUPT vmexit.
2006-06-27
kaf24
10483:1e2ea40078f2
[HVM][VMX] Propagate debug exception to guest if no external debugger is enabled.
2006-06-24
emellor
10482:9ec0b4f10b4f
Some fine-tuning in the virtual TPM scripts for hotpluging. The changes
2006-06-24
emellor
10481:28a752998a23
Increases the retry limit to allow xend more time before issuing a balloon
2006-06-22
kaf24
10480:f91cc71173c5
[TOOLS] Fix set_bit/clear bit for x86/64 in xc_linux_save
2006-06-22
kaf24
10479:f10127505d3c
[XM-TEST] Remove second console attach in 03_memset_random_pos
2006-06-22
kaf24
10478:e6ec0eeabf77
[VMX] Fix use of VMCLEAR a little: no need if not active on any CPU.
2006-06-22
kaf24
10477:dab24595e529
[TOOLS] Make sure to explicitly close the connection if we're using HTTP/1.0. This
2006-06-22
kaf24
10476:c2e8e9b1e192
[TOOLS] Treat '--' command-line split option correctly.
2006-06-22
kaf24
10475:94e354294cca
[TOOLS] Fix pagetable-pinning loop in xc_linux_restore.
2006-06-21
kaf24
10474:12aaf4a2486b
[XEN] localtime support for paravirtualized guests
2006-06-21
kaf24
10473:79ea1d8a5bb2
[LINUX][TPM] Use min_t/min instead of the #define'd MIN.
2006-06-21
kaf24
10472:fc1c6dfd1807
[LINUX] Transparent virtualization fixes.
2006-06-21
kaf24
10471:59e05ddfd0ad
[IA64] stub to support dump_execution_state() on ia64
2006-06-20
kaf24
10470:411a3c01bb40
[XEN] Xen always relinquishes VGA console to domain0 when domain0
2006-06-20
kaf24
10469:967d4c65659a
[XEN] Fix to previous changeset: continue to do softirq while delaying.
2006-06-20
kaf24
10468:06b10ad218f4
[XEN] Add a warning banner when 'sync_console' is used. Make it
2006-06-20
kaf24
10467:69f7e0ea2985
[XEN] Fix PAE PDPT shadowing coherence.
2006-06-20
kfraser
10466:46e853c34a2e
Add new XENMEM_machphys_mapping to get info about location and
2006-06-20
kfraser
10465:b6ee2a730139
[LINUX] Another fix to i386 mfn_to_pfn().
2006-06-20
kfraser
10464:674890dc1ee2
[LINUX] Fix i386 build -- define max_mapnr in mfn_to_pfn().
2006-06-20
emellor
10463:7d6fe353cda4
Move the SSHTransport class to its own file, so that we may disable SSH
2006-06-20
ack
10462:c5da6b25744a
Merge
2006-06-20
ack
10461:22802e120171
Run credit scheduler tests by default
2006-06-20
kfraser
10460:f7bb99cdc391
Export machine_to_phys start and end addresses to guests.
2006-06-20
shand
10459:a31f3bff4f76
Make the credit scheduler the default - a number of bugs have been fixed
2006-06-20
shand
10458:7172935d10d4
Remove some spurious BUG_ON()'s from the credit scheduler.
less
more
| rev 10517:
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip