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 10172:
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
tip
age
author
revision
description
2006-05-26
kaf24
10172:3ed325fa395b
Remove bogus inline asm of unused function memchr().
2006-05-26
kaf24
10171:2dc7c2712700
Cast to a signed type before negating if we really want the result to be negative.
2006-05-26
kaf24
10170:b049fb947f2a
[MINIOS] Allows the use of a C library without modifying Mini-OS source files.
2006-05-26
Ian Campbell
10169:96ce5961b5eb
Move include/asm-x86_64/e820.h to include/asm-x86_64/mach-xen/asm/e820.h
2006-05-26
ack
10168:e539abd27a0f
New weighted fair-share CPU scheduler w/ automatic SMP load balancing
2006-05-26
kaf24
10167:b6937b931419
Fix cscope rule in .hgignore.
2006-05-25
kaf24
10166:ac4a961f7e64
Remove net_driver_util module. Inline the one mac-parsing function
2006-05-25
kaf24
10165:93db1b536f38
[XEND] Wait sufficient time for memory to balloon out before creating a new domain.
2006-05-25
kaf24
10164:26b8e3e7430d
Allow compat hypercalls to be made via privcmd (to support older userspaces).
2006-05-25
kaf24
10163:218daa547e8a
Fix VMEXIT tracing.
2006-05-25
kaf24
10162:da7fe04d8e80
[HVM] Support multiple HVM time device models coming soon.
2006-05-25
kaf24
10161:f4f4dd936103
Fix x86/64 build after previous changeset.
2006-05-25
kaf24
10160:4c058926e92b
Remove redundant test in grant-table interface code.
2006-05-25
kaf24
10159:41de9cd7971b
Change the x86_emulate() interface to pack all context arguments
2006-05-25
kaf24
10158:79d74ce206bb
[BALLOON] Do not allow target to be set below two percent of maximum
2006-05-25
kaf24
10157:1449c0f57b9d
Do not include asm/fixmap.h directly from non-arch-specific Linux files.
2006-05-25
kaf24
10156:b36697ed766c
[XEND] Remember cpu-pinning information across guest restarts.
2006-05-25
kaf24
10155:1a18ca9a4a0b
Fix xc_tbuf.c indentation and stop turning failure to change
2006-05-25
kaf24
10154:0f162a135140
Ensure trace-buffer size is set back to zero if trace buffers can't be allocated.
2006-05-25
kaf24
10153:c9c40f6baba0
[NET] front: Use netif_carrier to model backend-connection state.
2006-05-25
kaf24
10152:e0bbba2b9850
Separate xenbusstate enumeration from typedef. Avoid using the typedef
2006-05-24
cl349
10151:ad33b3882867
Fix IDE CD-drive PIO mode.
2006-05-24
kaf24
10150:2436cc71de50
Remove unnecessary x86-specific mapping code from privcmd interface.
2006-05-24
kaf24
10149:041127f2c687
[XENSTORE] Make use of /proc/xen/xsd_{port,kva} private to the Linux implementation.
2006-05-24
kaf24
10148:ed696467fe64
[PTRACE] Fix ptrace for hvm guests.
2006-05-24
kaf24
10147:52cec91b7560
Event-channel driver: Use for_each_possible_cpu instead
2006-05-24
kaf24
10146:e336c37b8de0
Fix kcons_write and kcons_write_dom0 CodingStyle.
2006-05-24
kaf24
10145:84dd753a9247
Use DEFINE_SPINLOCK in Linux drivers, conforming to coding style.
2006-05-24
kaf24
10144:1345b20cca56
Remove broken inline-asm string functions from Xen/x86. The
2006-05-23
emellor
10143:187180382772
Allow a guest to determine its VM UUID.
2006-05-23
emellor
10142:d809359ab32d
Fix log message written when xenstored corrupts its store.
2006-05-23
emellor
10141:956f7c5b1c1f
Added get_permissions implementation.
2006-05-23
emellor
10140:4c14bca8ca93
Fix xspy_get_permissions -- you can't increment the perms pointer when
2006-05-23
kaf24
10139:606db2959bd6
Move Xen CPU hotplug code into new file cpu_hotplug.c.
2006-05-22
awilliam
10138:2d08d6db792b
[IA64] update default build configs
2006-05-22
awilliam
10137:72c5d8206d48
merge with xen-unstable.hg
2006-05-22
awilliam
10136:fbf676a36ee4
[IA64] Enable VTi network by defalt
2006-05-21
awilliam
10135:303e1b6bf727
[IA64] Enable P2M/VP by default
2006-05-21
awilliam
10134:2e5d4e459c1c
[IA64] add missing ia64_trace_syscall privop
2006-05-21
awilliam
10133:df3d143a1139
[IA64] make it possible to disable CONFIG_XEN
2006-05-21
awilliam
10132:2e85df9329f8
[IA64] sparse-merge: check SPARSEDIR for modifications
2006-05-21
awilliam
10131:03424ac6fd58
[IA64] minor fix for sparse-merge
2006-05-18
awilliam
10130:2fa8573b248f
[IA64] panic when ioremap hypercall fails.
2006-05-17
awilliam
10129:d2f6e3d70f22
[IA64] pte_xchg added
2006-05-17
awilliam
10128:bd714da877c7
[IA64] add parameter check to ioremap hypercall
2006-05-17
awilliam
10127:41e7549d7df9
[IA64] struct mm is now a field of struct domain
2006-05-17
awilliam
10126:8df6a7308178
[IA64] Correctly set aml code of domU dsdt.
2006-05-17
awilliam
10125:2de2952715d9
[IA64] Fix xm pause/unpause bug
2006-05-17
awilliam
10124:998aa66b6502
[IA64] Fix VTi domain destroy bug
2006-05-16
awilliam
10123:99f880fea7e1
[IA64] Include automated sparse merge script
2006-05-16
awilliam
10122:303406dd9e3b
[IA64] P2M/VP build fix
2006-05-16
awilliam
10121:77ccce98ddef
[IA64] vhtp clean-up
2006-05-16
awilliam
10120:06e5c5599147
[IA64] Allow multiple-time mmap of the privcmd device
2006-05-16
awilliam
10119:608ac00f4cfc
[IA64] Fix VTi
2006-05-15
awilliam
10118:cdecdd55f0d3
[IA64] Get rid of dcr bit 63 trick.
2006-05-15
awilliam
10117:299f048c4855
[IA64] Strengthen dom0_getmemlist
2006-05-15
awilliam
10116:90329e7d6be5
[IA64] move evtchn_vector to shared_info
2006-05-14
awilliam
10115:b487f4e1b09f
[IA64] Fix VTI boot
2006-05-12
awilliam
10114:a7b7528c5ec1
[IA64] bug fix (for SMP-g)
2006-05-12
awilliam
10113:304b3d9011c3
[IA64] xen: remove mm_struct::pt_list
2006-05-12
awilliam
10112:666bc6079577
[IA64] xen: implemanted domain destruction again
2006-05-12
awilliam
10111:8b2295822e0d
[IA64] xen: fix vmx_build_physmap_table()
2006-05-12
awilliam
10110:d86236cb824a
[IA64] linux: remove dom0vp_populate_physmap hypercall
2006-05-12
awilliam
10109:8c0d89f8d0f7
[IA64] xen: remove dom0vp_populate_physmap hypercall
2006-05-12
awilliam
10108:4fc1110f09c9
[IA64] xen: balloon driver support
2006-05-12
awilliam
10107:7bba3c5af9a8
[IA64] Fix a vtlb bug and do some cleanup
2006-05-12
awilliam
10106:07a75bf044b4
[IA64] put hot vhpt entry at VHPT HEADER
2006-05-12
awilliam
10105:4de0ff0c1357
[IA64] Clear rse invalid partition before resuming to VTi guest
2006-05-11
awilliam
10104:8802e603a0f1
[IA64] Fix Alt DTLB error message
2006-05-11
awilliam
10103:d4fa337df873
[IA64] NR_hypercalls definition on IA64
2006-05-11
awilliam
10102:08bc4e5ac625
[IA64] Remove warning (process.c)
2006-05-10
awilliam
10101:ea181d857712
[IA64] update xenivt.S and xenentry.S
2006-05-10
awilliam
10100:00141f6d15e0
[IA64] linux: MULTI_update_va_mapping definition to copmile netback and netfront
2006-05-10
awilliam
10099:2286ce3035fc
[IA64] linux: maddr_t definition to compile netback and netfront
2006-05-10
awilliam
10098:9e5193230a4b
[IA64] linux: ia64 coreMakefile clean up
2006-05-10
awilliam
10097:97dddc2e6912
[IA64] linux: ia64 drivers Makefile clean up
2006-05-10
awilliam
10096:1283874dff10
[IA64] linux: ia64 Kconfig
2006-05-10
awilliam
10095:c3506e73b63e
[IA64] Display the information in fault handler
2006-05-10
awilliam
10094:f024bb5f5a07
[IA64] ia64_new_rr7 rewritten + cleanup
2006-05-10
awilliam
10093:9de9ad0685bf
[IA64] SetVirtualAddressMap emulation support
2006-05-09
awilliam
10092:e2fba6729281
[IA64] add a default for XEN_IA64_DOM0_VP
2006-05-09
awilliam
10091:11b7dc3529b9
[IA64] remove remaining warnings in .S files
2006-05-09
awilliam
10090:6e979aa0e6d2
[IA64] panic -> panic domain
2006-05-09
awilliam
10089:874661fc2d42
[IA64] compilation fix of ia64 hypervisor.c
2006-05-09
awilliam
10088:23694acabb72
[IA64] linux: HYPERVISR_update_va_mapping()
2006-05-09
awilliam
10087:873a3451a81a
[IA64] linux: XENMEM op work around
2006-05-09
awilliam
10086:5f0bdd0ef9dc
[IA64] linux: drivers/xen/util.c for ia64
2006-05-09
awilliam
10085:e891c49c7bc0
[IA64] linux: privcmd_mmap() and direct_remap_pfn_range()
2006-05-09
awilliam
10084:fc75a2c9835e
[IA64] linux: arch_free_page()
2006-05-09
awilliam
10083:e502007031f4
[IA64] linux: grant table hypercall work around
2006-05-09
awilliam
10082:423bee635129
[IA64] linux: remove alloc_empty_foreign_map_page()
2006-05-09
awilliam
10081:7296d8fb07ff
[IA64] xen: grant table support
2006-05-09
awilliam
10080:8ac86f96879f
[IA64] xen: 64KB vhpt size
2006-05-09
awilliam
10079:ada6dba78b6e
[IA64] xen: hypercall no clean up
2006-05-09
awilliam
10078:32db03c64a12
[IA64] linux: macro clean up
2006-05-09
awilliam
10077:f090ab3f06e7
[IA64] linux: xen-mkbuildtree-pre more cleanup
2006-05-08
awilliam
10076:5d9eb92e63e2
merge with xen-unstable.hg
2006-05-08
awilliam
10075:707737b66f58
[IA64] RSE incomplete cfm
2006-05-08
awilliam
10074:ee97d247a3b7
[IA64] cleanup hyperprivop definitions
2006-05-08
awilliam
10073:da5a42b7d719
[IA64] fix initrd start
2006-05-08
awilliam
10072:cd1df13fb1c4
[IA64] Removed warning messages
2006-05-08
awilliam
10071:cf66d644b4d6
[IA64] Fixed print_md
2006-05-08
awilliam
10070:70b7d520bda4
[IA64] Fix RSE issue in VTI-domain
2006-05-08
awilliam
10069:3ab5ab4d6d75
[IA64] slightly improve stability
2006-05-22
kaf24
10068:13d6d993d797
[IA64] Work around auto-ballooning changes.
2006-05-22
Ian Campbell
10067:dbcb8acc8f59
Fix x86/64 by passing the required length to reserve_bootmem instead of the end address
2006-05-22
ack
10066:c6da0c5b03ff
Patch linux so that /proc/stat shows all -- not just online -- CPUs.
2006-05-22
Ian Campbell
10065:dec7f819293c
Fix x86/64 -xenU build. probe_roms() is only defined if building a privleged
2006-05-22
Ian Campbell
10064:9d838b8ceebf
Remove DOM0_PHYSICAL_MEMORY_MAP dom0 op.
2006-05-22
Ian Campbell
10063:8fa46042348c
Convert x86/64 Linux to use the new memory map hypercall.
2006-05-22
Ian Campbell
10062:d61211a6c273
Convert x86/32 Linux to use the new memory map hypercall.
2006-05-22
Ian Campbell
10061:810ad61870e8
New memory_op subops which return the apparent or actual physical address map.
2006-05-22
Ian Campbell
10060:ebfa1046a81f
Add include/asm-x86_64/e820.h to sparse tree
2006-05-22
Ian Campbell
10059:49bb240a05ee
Re-order code in preparation for future patches.
2006-05-21
kaf24
10058:14717dedba02
[LOADER] More sanity checks when parsing Elf images to avoid
2006-05-21
kaf24
10057:0f16f0871dc9
[ACM] Replace the union structure parameter of the ACM hypercalls
2006-05-21
kaf24
10056:e99987843336
Finish separating the typedefs from structure definitions in Xen public headers.
2006-05-21
kaf24
10055:d9f63f9361c4
[LOADER] Another change to the elf_paddr_offset/virt_base logic.
2006-05-21
kaf24
10054:4dcb93547710
[LOADER] Remove check for VIRT_BASE existence: it's not needed
2006-05-20
kaf24
10053:d081a485f34b
[BUILDER] Always build initial PAE pagetables with a fourth mid-level
less
more
| rev 10172:
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
tip