age |
author |
revision |
description |
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 |
2006-05-23 |
awilliam |
10145:0dabd651b856 |
[IA64] Add -rc support to sparse-merge |
2006-05-23 |
awilliam |
10144:953753661a3b |
[IA64] make xenLinux/ia64 privcmd mmap not to use dom0 memory |
2006-05-23 |
awilliam |
10143:f0f88d9c4c9e |
[IA64] Final patch to make evtchn fully working for xen/ia64 |
2006-05-23 |
awilliam |
10142:5be25952b50d |
[IA64] Clean up pirq bind code |
2006-05-23 |
awilliam |
10141:2f2f500c26da |
[IA64] Add event injection logic |
2006-05-23 |
awilliam |
10140:d8659e39ff3c |
[IA64] Add do_callback_ops |
2006-05-23 |
awilliam |
10139:23fe235cb6d3 |
[IA64] Import linux header files |
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 |
kaf24 |
10136:13d6d993d797 |
[IA64] Work around auto-ballooning changes. |
2006-05-22 |
Ian Campbell |
10135:dbcb8acc8f59 |
Fix x86/64 by passing the required length to reserve_bootmem instead of the end address |
2006-05-22 |
ack |
10134:c6da0c5b03ff |
Patch linux so that /proc/stat shows all -- not just online -- CPUs. |
2006-05-22 |
Ian Campbell |
10133:dec7f819293c |
Fix x86/64 -xenU build. probe_roms() is only defined if building a privleged |
2006-05-22 |
Ian Campbell |
10132:9d838b8ceebf |
Remove DOM0_PHYSICAL_MEMORY_MAP dom0 op. |
2006-05-22 |
Ian Campbell |
10131:8fa46042348c |
Convert x86/64 Linux to use the new memory map hypercall. |
2006-05-22 |
Ian Campbell |
10130:d61211a6c273 |
Convert x86/32 Linux to use the new memory map hypercall. |
2006-05-22 |
Ian Campbell |
10129:810ad61870e8 |
New memory_op subops which return the apparent or actual physical address map. |
2006-05-22 |
Ian Campbell |
10128:ebfa1046a81f |
Add include/asm-x86_64/e820.h to sparse tree |
2006-05-22 |
Ian Campbell |
10127:49bb240a05ee |
Re-order code in preparation for future patches. |
2006-05-21 |
kaf24 |
10126:14717dedba02 |
[LOADER] More sanity checks when parsing Elf images to avoid |
2006-05-21 |
kaf24 |
10125:0f16f0871dc9 |
[ACM] Replace the union structure parameter of the ACM hypercalls |
2006-05-21 |
kaf24 |
10124:e99987843336 |
Finish separating the typedefs from structure definitions in Xen public headers. |
2006-05-21 |
kaf24 |
10123:d9f63f9361c4 |
[LOADER] Another change to the elf_paddr_offset/virt_base logic. |
2006-05-21 |
kaf24 |
10122:4dcb93547710 |
[LOADER] Remove check for VIRT_BASE existence: it's not needed |
2006-05-20 |
kaf24 |
10121:d081a485f34b |
[BUILDER] Always build initial PAE pagetables with a fourth mid-level |
2006-05-19 |
cl349 |
10120:ab27023d4c5b |
Don't require sed to support the -r option. |
2006-05-19 |
cl349 |
10119:08353fdf4031 |
Make the latest network-bridge tweaks work in a busybox environment too. |
2006-05-19 |
kaf24 |
10118:3c2e7925bb93 |
[SHADOW] Crash the guest rather than BUGing the whole system when out of memory. |
2006-05-19 |
emellor |
10117:d0d9f50517f7 |
Merged. |
2006-05-19 |
Anthony Liguori |
10116:ae0175bf0631 |
Expose the exceptions thrown by xen.lowlevel.xc so they can be caught. |
2006-05-19 |
kaf24 |
10115:852a1fd80f42 |
[MINIOS] PAE support. |
2006-05-19 |
harry |
10114:9b11eeab4558 |
Add a read-verify block device test to xm-test. |
2006-05-19 |
stekloff |
10113:224e9878c6d4 |
This patch resizes the file system on the xm-test HVM disk.img to use |
2006-05-19 |
emellor |
10112:33b2ae024663 |
Merged. |
2006-05-19 |
emellor |
10111:ea609f28ec01 |
The enforce_dom0_cpus test sets the number of vcpus for the Dom0 and |
2006-05-19 |
kaf24 |
10110:d714f923b7cf |
Several page allocations, done in the hypervisor when starting an HVM |
2006-05-19 |
kaf24 |
10109:f4f2ff82e797 |
[XEND] An empirical and more conservative memory-overhead estimate for PV and HVM guests. |
2006-05-19 |
kaf24 |
10108:e7d7287ab222 |
[XEND] separate concept of initial memory size and overhead memory size. |
2006-05-19 |
kaf24 |
10107:32013c5118d2 |
[XM-TEST] Use explicit (IP id==packet size) on hping2 tests to avoid |
2006-05-19 |
kaf24 |
10106:292b4d017d56 |
[NET] front: Remove duplicate maybe_wake_tx |
2006-05-19 |
kaf24 |
10105:167790b102ac |
Fix xentrace_format to deal with more than 16 CPUs. |
2006-05-19 |
kaf24 |
10104:a5ef851c217b |
[NET] front: remove use of typedefs for structures. |
2006-05-19 |
kaf24 |
10103:093f8d333568 |
Place typedefs on their own separate lines in the Xen public headers. |
2006-05-19 |
kaf24 |
10102:b736d3335641 |
Introduce is_running_on_xen() to test whether we are running on Xen before |
2006-05-19 |
kaf24 |
10101:1855124935e2 |
Fix a crash in gdbserver-xen where it references unmapped memory if |
2006-05-18 |
kaf24 |
10100:aa17b7173325 |
[NET] front: remove unnecessary include of proc_fs.h. |
2006-05-18 |
kaf24 |
10099:3d3e5a3008f6 |
Check `global' property of the arch specific virqs. |
2006-05-18 |
kaf24 |
10098:48c0f5489d44 |
Remove Emacs variables settings from tail of our Linux files. |
2006-05-18 |
kaf24 |
10097:5e1c99e5d194 |
Rename init_IRQ to xen_init_IRQ, so that non-x86 can use their own init_IRQ. |
2006-05-18 |
kaf24 |
10096:25dbb1819633 |
Remove __TEST_HARNESS__ tests from x86_emulate: instead check for __XEN__ |
2006-05-18 |
kaf24 |
10095:cb4d2fc638ec |
[NET] front: clean up create_netdev interface. |
2006-05-18 |
kaf24 |
10094:b9b316bfab15 |
[NET] front: Add a sysfs interface for tuning the receive buffer values. |
2006-05-18 |
kaf24 |
10093:6f957675015d |
[NET] front: Give netfront a procectomy. The existing /proc interface |
2006-05-18 |
kaf24 |
10092:843b9ef21352 |
[NET] front: Network devices need to be freed by free_netdev not kfree. |
2006-05-18 |
kaf24 |
10091:65421cc6d86b |
[NET] front: The initialization and removal functions should be tagged |
2006-05-18 |
kaf24 |
10090:119ec4117708 |
[NET] front: The receive buffer accounting should be unsigned to avoid |
2006-05-18 |
kaf24 |
10089:898426a79d5a |
[NET] front: Minor style fix and eliminate Emacs style comment which |
2006-05-18 |
kaf24 |
10088:4bd332f2bb1e |
[NET] front: clean up transmit queue waking |
2006-05-18 |
kaf24 |
10087:64fbdbc31dba |
[NET] front: Replace user_state with netif_running |
2006-05-18 |
kaf24 |
10086:21bd82ade5cc |
[NET] front: Remove tx_full and unnecessary queue operations |
2006-05-18 |
kaf24 |
10085:56444cd2805c |
Fix the build after SVM patches. |
2006-05-18 |
kaf24 |
10084:1d2e4a873003 |
SVM patch to add a host save area per core for the hypervisor and also |
2006-05-18 |
kaf24 |
10083:0fbec6836905 |
Fix register corruption caused by c/s 9922. |
2006-05-17 |
kaf24 |
10082:b4361ae1aabc |
SVM patch to cleanup guest event injection logic, remove unnecessary |
2006-05-17 |
kaf24 |
10081:3d85f350a66a |
SVM patch to reverse the logic of the general1 intercepts for easier |
2006-05-17 |
kaf24 |
10080:632ad28f2fd7 |
SVM patch to cleanup IOIO handling, do not use "real" mode but rather |
2006-05-17 |
kaf24 |
10079:81ab21f76a6f |
Add hotkey 'v' to hypervisor monitor to print VMCS areas. |
2006-05-17 |
kaf24 |
10078:345464c2fd47 |
Allow to specify different time-of-day clock offsets for HVM guests. |
2006-05-17 |
kaf24 |
10077:dbe396fd6fd8 |
Theoretically a 0 VIRT_BASE is okay. Change the bail code when |
2006-05-17 |
kaf24 |
10076:18c3da3ad6f7 |
When doing local migration, a timing-related problem occurred due to the |
2006-05-17 |
kaf24 |
10075:72ef14e79cc0 |
VTPM_TOOLS: Restructured handlers for better clearity and created an ipc |
2006-05-17 |
kaf24 |
10074:43d141d56c78 |
This patch fixes the Linux builder so that it dies gracefully when |
2006-05-17 |
kaf24 |
10073:86d8246c6aff |
This patch fixes the x86_64 __xen_guest section allowing Mini-OS to run again. |
2006-05-16 |
kaf24 |
10072:7cbc1fc8dbea |
Add some locking to the PIC device model. Improves SMP guest stability. |
2006-05-16 |
kaf24 |
10071:7fdc4a8b782b |
Fix MOVS instruction emulation for HVM MMIO. |
2006-05-16 |
kaf24 |
10070:aab3cd33d2ba |
[MINIOS] Fix the pagefault handler to detect recursive faults. |
2006-05-16 |
kaf24 |
10069:3dca5b4add2b |
Fixes to the xenoprofile Linux driver. |
2006-05-16 |
kaf24 |
10068:c20e766a1f72 |
Our 10,000th changeset! (Clean up trailing whitespace in README file :-) |
2006-05-16 |
kaf24 |
10067:bc7d49df1651 |
Fix the tools build: |
2006-05-16 |
kaf24 |
10066:df1521633fb5 |
Prevent an oops in Dom0 that occurs when a CD device, specified as one |
2006-05-16 |
kaf24 |
10065:c5551469f00e |
Extend xentrace man page. |
2006-05-16 |
kaf24 |
10064:18fceb2f6b2d |
Use common code for enabling tracing via xenmon and xentrace, also fixing |
2006-05-16 |
kaf24 |
10063:6a285d7d7b39 |
Document the UUID domU configuration parameter in example configurations. |
2006-05-16 |
kaf24 |
10062:4fd6ba0e3336 |
[XENOPROFILE] Fix incorrect use of on_each_cpu() which could lead |
2006-05-15 |
kaf24 |
10061:dc213d745642 |
Allow linking of mini-os with application-specific object code. |
2006-05-15 |
kaf24 |
10060:cb70d4f8d718 |
Fix spelling errors in man pages. |
2006-05-15 |
kaf24 |
10059:d20a2a971103 |
Fix the performance issues of 2-level paging HVM guests on the PAE |
2006-05-15 |
kaf24 |
10058:79d28e3505c2 |
Remove unnecessary extra linker parameters from qemu-dm build. |
2006-05-15 |
kaf24 |
10057:f8d20c3e4225 |
Add rudimentary ACPI support which allows a fully virtualized domain |
2006-05-14 |
kaf24 |
10056:d056f91cfd95 |
Fix 64-bit build. xc_ptrace() is still broken for x86/64 however. |
2006-05-12 |
kaf24 |
10055:8e6835fa7c4b |
Fix an out-of-bounds memory access in xc_ptrace.c. |
2006-05-12 |
kaf24 |
10054:93379554837c |
Re-enables ptrace for paravirtualized guests. |
2006-05-12 |
kaf24 |
10053:b4842d0f49da |
Update the readme for tools/examples/scripts. |
2006-05-12 |
kaf24 |
10052:7f98c67636f4 |
Fix xentrace to initialise the trace buffers if they are not set up. |
2006-05-12 |
kaf24 |
10051:1b55b85f8cb2 |
Fix the cirrus vga model to not leak memory when switching between |
2006-05-12 |
kaf24 |
10050:c92fbde4074d |
Move set/unset_vram_mapping into cirrus_vga.c, pending a fixup patch. |
2006-05-11 |
cl349 |
10049:062d109ce872 |
Fix network bridge script to select the right interface when bridge already exists. |
2006-05-11 |
cl349 |
10048:d0c7cc0afd15 |
Add support to domain builders for loading kernels with physical addresses in the elf paddr and entry fields. |
2006-05-11 |
vhanquez |
10047:891e0d1cf4ab |
dom0 and anonymous connections can create unlimited sized entries in the store. |
2006-05-11 |
vhanquez |
10046:08f5adb5058b |
Try to create runtime xenstored's directories at startup time. |
2006-05-11 |
Ryan Harper |
10045:fdd64fd51edd |
Fix up enforce_dom0_cpu test case to check that dom0 has at least 2 vcpus |
2006-05-11 |
kaf24 |
10044:d5d46dbfde22 |
x86/64 has the wrong number of arguments defined for HYPERVISOR_xenoprof_op. |
2006-05-11 |
kaf24 |
10043:6b7c54556ac8 |
I am adding one more test case for vTPM migration. The new one does |
2006-05-11 |
kaf24 |
10042:f6ebf236faee |
Fix the building of the Xen TPM driver as module and prevents front- |
2006-05-11 |
kaf24 |
10041:e96f98f9c289 |
Fix a typo in xc_ptrace() and fix single-stepping when attached |
2006-05-10 |
kaf24 |
10040:91c77df11b43 |
When we copy packet sin netback/netfront make sure the new skb has |
2006-05-10 |
kaf24 |
10039:36e0159c001b |
This patch adds a boolean parameter 'network' to the save method of the |
2006-05-10 |
kaf24 |
10038:60f7b567bb2b |
Simply do not declare module_exit() handlers for netback/blkback, rather |
2006-05-10 |
kaf24 |
10037:b61908e30015 |
proto_csum_blank field gets lost if packet is copied in netback driver. |
2006-05-10 |
kaf24 |
10036:4b4d16fe0b05 |
The PciController class lacks a configuration method to re-generate the |
2006-05-10 |
kaf24 |
10035:50989084d4d0 |
This patch enhances the Summagraphics emulation by adding 2 features: |
2006-05-10 |
kaf24 |
10034:25da74e2f8fb |
Reset Cirrus device model `VRAM' whenever a VGA/SVGA mode switch occurs. |
2006-05-10 |
kaf24 |
10033:8685b64538fa |
Clean up and refactor some parts of the vTPM and migration-related scripts. |
2006-05-10 |
kaf24 |
10032:0ee5869b4894 |
Fix a couple of problems in the TPM backend driver. |
2006-05-10 |
kaf24 |
10031:8f02d7cb222a |
This small patch fixes new make-dependencies of the secpol_tool |
2006-05-10 |
kaf24 |
10030:d8954fc3b76b |
Set up and tear down phys_proc_id, cpu_core_id, cpu_sibling_map |
2006-05-10 |
kaf24 |
10029:019411cc3ae5 |
Fix blkif and netif backend teardown -- do not remove devices from |
2006-05-22 |
awilliam |
10028:fbf676a36ee4 |
[IA64] Enable VTi network by defalt |
2006-05-21 |
awilliam |
10027:303e1b6bf727 |
[IA64] Enable P2M/VP by default |
2006-05-21 |
awilliam |
10026:2e5d4e459c1c |
[IA64] add missing ia64_trace_syscall privop |
2006-05-21 |
awilliam |
10025:df3d143a1139 |
[IA64] make it possible to disable CONFIG_XEN |
2006-05-21 |
awilliam |
10024:2e85df9329f8 |
[IA64] sparse-merge: check SPARSEDIR for modifications |
2006-05-21 |
awilliam |
10023:03424ac6fd58 |
[IA64] minor fix for sparse-merge |
2006-05-18 |
awilliam |
10022:2fa8573b248f |
[IA64] panic when ioremap hypercall fails. |
2006-05-17 |
awilliam |
10021:d2f6e3d70f22 |
[IA64] pte_xchg added |
2006-05-17 |
awilliam |
10020:bd714da877c7 |
[IA64] add parameter check to ioremap hypercall |
2006-05-17 |
awilliam |
10019:41e7549d7df9 |
[IA64] struct mm is now a field of struct domain |
2006-05-17 |
awilliam |
10018:8df6a7308178 |
[IA64] Correctly set aml code of domU dsdt. |
2006-05-17 |
awilliam |
10017:2de2952715d9 |
[IA64] Fix xm pause/unpause bug |
2006-05-17 |
awilliam |
10016:998aa66b6502 |
[IA64] Fix VTi domain destroy bug |
2006-05-16 |
awilliam |
10015:99f880fea7e1 |
[IA64] Include automated sparse merge script |
2006-05-16 |
awilliam |
10014:303406dd9e3b |
[IA64] P2M/VP build fix |
2006-05-16 |
awilliam |
10013:77ccce98ddef |
[IA64] vhtp clean-up |
2006-05-16 |
awilliam |
10012:06e5c5599147 |
[IA64] Allow multiple-time mmap of the privcmd device |
2006-05-16 |
awilliam |
10011:608ac00f4cfc |
[IA64] Fix VTi |
2006-05-15 |
awilliam |
10010:cdecdd55f0d3 |
[IA64] Get rid of dcr bit 63 trick. |
2006-05-15 |
awilliam |
10009:299f048c4855 |
[IA64] Strengthen dom0_getmemlist |
2006-05-15 |
awilliam |
10008:90329e7d6be5 |
[IA64] move evtchn_vector to shared_info |
2006-05-14 |
awilliam |
10007:b487f4e1b09f |
[IA64] Fix VTI boot |
2006-05-12 |
awilliam |
10006:a7b7528c5ec1 |
[IA64] bug fix (for SMP-g) |
2006-05-12 |
awilliam |
10005:304b3d9011c3 |
[IA64] xen: remove mm_struct::pt_list |
2006-05-12 |
awilliam |
10004:666bc6079577 |
[IA64] xen: implemanted domain destruction again |
2006-05-12 |
awilliam |
10003:8b2295822e0d |
[IA64] xen: fix vmx_build_physmap_table() |
2006-05-12 |
awilliam |
10002:d86236cb824a |
[IA64] linux: remove dom0vp_populate_physmap hypercall |
2006-05-12 |
awilliam |
10001:8c0d89f8d0f7 |
[IA64] xen: remove dom0vp_populate_physmap hypercall |
2006-05-12 |
awilliam |
10000:4fc1110f09c9 |
[IA64] xen: balloon driver support |
2006-05-12 |
awilliam |
9999:7bba3c5af9a8 |
[IA64] Fix a vtlb bug and do some cleanup |
2006-05-12 |
awilliam |
9998:07a75bf044b4 |
[IA64] put hot vhpt entry at VHPT HEADER |
2006-05-12 |
awilliam |
9997:4de0ff0c1357 |
[IA64] Clear rse invalid partition before resuming to VTi guest |
2006-05-11 |
awilliam |
9996:8802e603a0f1 |
[IA64] Fix Alt DTLB error message |
2006-05-11 |
awilliam |
9995:d4fa337df873 |
[IA64] NR_hypercalls definition on IA64 |
2006-05-11 |
awilliam |
9994:08bc4e5ac625 |
[IA64] Remove warning (process.c) |
2006-05-10 |
awilliam |
9993:ea181d857712 |
[IA64] update xenivt.S and xenentry.S |
2006-05-10 |
awilliam |
9992:00141f6d15e0 |
[IA64] linux: MULTI_update_va_mapping definition to copmile netback and netfront |
2006-05-10 |
awilliam |
9991:2286ce3035fc |
[IA64] linux: maddr_t definition to compile netback and netfront |
2006-05-10 |
awilliam |
9990:9e5193230a4b |
[IA64] linux: ia64 coreMakefile clean up |
2006-05-10 |
awilliam |
9989:97dddc2e6912 |
[IA64] linux: ia64 drivers Makefile clean up |
2006-05-10 |
awilliam |
9988:1283874dff10 |
[IA64] linux: ia64 Kconfig |
2006-05-10 |
awilliam |
9987:c3506e73b63e |
[IA64] Display the information in fault handler |
2006-05-10 |
awilliam |
9986:f024bb5f5a07 |
[IA64] ia64_new_rr7 rewritten + cleanup |
2006-05-10 |
awilliam |
9985:9de9ad0685bf |
[IA64] SetVirtualAddressMap emulation support |
2006-05-09 |
awilliam |
9984:e2fba6729281 |
[IA64] add a default for XEN_IA64_DOM0_VP |
2006-05-09 |
awilliam |
9983:11b7dc3529b9 |
[IA64] remove remaining warnings in .S files |
2006-05-09 |
awilliam |
9982:6e979aa0e6d2 |
[IA64] panic -> panic domain |
2006-05-09 |
awilliam |
9981:874661fc2d42 |
[IA64] compilation fix of ia64 hypervisor.c |
2006-05-09 |
awilliam |
9980:23694acabb72 |
[IA64] linux: HYPERVISR_update_va_mapping() |
2006-05-09 |
awilliam |
9979:873a3451a81a |
[IA64] linux: XENMEM op work around |
2006-05-09 |
awilliam |
9978:5f0bdd0ef9dc |
[IA64] linux: drivers/xen/util.c for ia64 |
2006-05-09 |
awilliam |
9977:e891c49c7bc0 |
[IA64] linux: privcmd_mmap() and direct_remap_pfn_range() |
2006-05-09 |
awilliam |
9976:fc75a2c9835e |
[IA64] linux: arch_free_page() |
2006-05-09 |
awilliam |
9975:e502007031f4 |
[IA64] linux: grant table hypercall work around |
2006-05-09 |
awilliam |
9974:423bee635129 |
[IA64] linux: remove alloc_empty_foreign_map_page() |
2006-05-09 |
awilliam |
9973:7296d8fb07ff |
[IA64] xen: grant table support |
2006-05-09 |
awilliam |
9972:8ac86f96879f |
[IA64] xen: 64KB vhpt size |
2006-05-09 |
awilliam |
9971:ada6dba78b6e |
[IA64] xen: hypercall no clean up |
2006-05-09 |
awilliam |
9970:32db03c64a12 |
[IA64] linux: macro clean up |
2006-05-09 |
awilliam |
9969:f090ab3f06e7 |
[IA64] linux: xen-mkbuildtree-pre more cleanup |
2006-05-08 |
awilliam |
9968:5d9eb92e63e2 |
merge with xen-unstable.hg |
2006-05-08 |
cl349 |
9967:1e3977e029fd |
Fix PAE build: add CONFIG_I2O_EXT_ADAPTEC_DMA64=y to linux-defconfig_xen_x86_32. |
2006-05-08 |
cl349 |
9966:4bc1229b2573 |
Make cscope hgignore wildcard a little bit less permissive. |
2006-05-08 |
cl349 |
9965:c51c1e7ce0a3 |
Make Xen version numbers more flexible. |
2006-05-08 |
kaf24 |
9964:85de2de64699 |
Add module license to xenbus_be, otherwise the module cannot be loaded. |
2006-05-08 |
kaf24 |
9963:a658da3a22dd |
The current Xen code for VMX is setting the gp fault vmexiting in |
2006-05-08 |
cl349 |
9962:32444375fd3d |
Fix code which finds the default interface if there are static routes. |
2006-05-07 |
stekloff |
9961:1d2a0e2ef8f7 |
The buildroot xm-test grabs is no longer present, this patch fixes it. |
2006-05-07 |
emellor |
9960:c2c02e425c06 |
Fix console runaway detection for the smallmem_neg test, following the changes |
2006-05-07 |
emellor |
9959:bf56c745515f |
Abstract block-attach and block-detach calls, and add to that the correct |
2006-05-06 |
emellor |
9958:491f3f48704e |
Move the logic to find the Xen Python scripts above the import statements. |
2006-05-05 |
emellor |
9957:0afdf20b3efa |
Merged. |
2006-05-05 |
emellor |
9956:d61fc1f33954 |
Use the auxbin module to find the appropriate install directory for our Python |
2006-05-05 |
emellor |
9955:3534801f08da |
Remove ssidref field from test -- this now only works if there is a policy in |
2006-05-05 |
kaf24 |
9954:7fd7f276bb38 |
Add more in_irq() checking. Add irq_enter()/irq_exit() where |
2006-05-05 |
kaf24 |
9953:98f00a4ee0b4 |
Instead of just having the bootloader config sxp replace anything else, |
2006-05-05 |
kaf24 |
9952:0c586a81d941 |
Fix injection of guest faults resulting from failed injection of a |
2006-05-05 |
kaf24 |
9951:7801e09f518c |
Fix python pciif script to reference correct 2.0 compatibility variable. |
2006-05-05 |
kaf24 |
9950:f07676d5c3ab |
Fix dr access from or to extended registers on x86_64. |
2006-05-05 |
kaf24 |
9949:1d9df2f7030d |
Replace a bash-specific redirection in tools/ioemu/configure with a |
2006-05-05 |
kaf24 |
9948:0839d57c8864 |
It's unnecessary on MOV CRn to use "q" or "l" to indicate default |
2006-05-05 |
kaf24 |
9947:6e55040e7b79 |
Replace a bash-specific substitution with equivalent POSIX /bin/sh |
2006-05-05 |
kaf24 |
9946:9aba6cd8e9e1 |
Adjust skb->truesize appropriately in netback driver. |
2006-05-05 |
kaf24 |
9945:9ce1e7c67d5d |
Fix IA64 transparent-virtualization issue (Xen may not be running). |
2006-05-05 |
kaf24 |
9944:65a2cf84b335 |
Add missing spin_unlock_irq() at xen/arch/x86/irq.c |
2006-05-05 |
cl349 |
9943:5afb14264629 |
Don't try to write to pmd pages, there is no writeable-pmd support. |
2006-05-04 |
kaf24 |
9942:8761333499ae |
SVM patch for 64bit hv, to reset the ss, es, ds host selectors to NULL |
2006-05-04 |
cl349 |
9941:ad5b833122a8 |
Linux: upgrade patches to 2.6.16.13. |
2006-05-04 |
cl349 |
9940:44e5abbf333b |
Linux: upgrade to 2.6.16.13. |
2006-05-04 |
cl349 |
9939:d36ac8bf715e |
Remove unused LINUX_SRCS. |
2006-05-04 |
stekloff |
9938:39fa9a75d84b |
Add a HOWTO to help writing tests, includes domains with networking. |
2006-05-04 |
stekloff |
9937:51908f382f92 |
Add new networking infrastructure to Xm-Test. The goal is to make |
2006-05-04 |
emellor |
9936:bef7f5fcf207 |
Second step toward a new network infrastructure, move XmConsole to be |
2006-05-04 |
stekloff |
9935:47dede68bbed |
First step to network infrastructure, add a type to XenDomain to identify |
2006-05-04 |
emellor |
9934:51484df99be1 |
Merged. |
2006-05-02 |
emellor |
9933:55f73916d319 |
Xm-tests 01_memset_basic_pos.test and 03_memset_random_pos.test start |
2006-05-04 |
kaf24 |
9932:1a84eec74331 |
Change Mini-OS so that it uses stddef.h to define size_t and |
2006-05-04 |
kaf24 |
9931:6719dae17b6a |
This patch |
2006-05-04 |
kaf24 |
9930:62c8e97d56cf |
Fix fault handler for both 32 and 64 bit architecture. Clean up unused code. |
2006-05-04 |
kaf24 |
9929:e1a47a269600 |
SVM patch to cleanup the host save area allocation and deallocation, |
2006-05-04 |
cl349 |
9928:bbce4d115189 |
Fix xenbus userspace device transaction tracking. |
2006-05-03 |
kaf24 |
9927:915d5af5dc18 |
Fix mismerge of vmx vm86 patch: 9915:e1409c2ace46afd67b54de1f5c0b2b6d3721ca3b |
2006-05-03 |
kaf24 |
9926:40cd49c88d69 |
Instead of knowing explicitly about the pygrub entry option, allow |
2006-05-03 |
kaf24 |
9925:42a70a529753 |
Introduce some finer-grained locking to prevent calling |
2006-05-03 |
kaf24 |
9924:1449c89adb8b |
Clean up xen-mkbuildtree-pre for ia64 xenlinux. |
2006-05-03 |
kaf24 |
9923:47442d409d8e |
Use native value for SPLIT_PTLOCK_CPUS except on xen/x86. |
2006-05-03 |
kaf24 |
9922:e1409c2ace46 |
Ensure segment bases are consistent with their |
2006-05-03 |
kaf24 |
9921:3f69d30f697d |
Turn page-structure layout assertions into BUILD_BUG_ON(). |
2006-05-02 |
kaf24 |
9920:decf309fb47b |
Balloon driver should hijack the ->lru list field rather than |
2006-05-02 |
kaf24 |
9919:72d1cf383c67 |
Remove i386/x8664 differences in vmx reg store/load routines. |
2006-05-02 |
kaf24 |
9918:8f0f24dae963 |
Virtual net drivers advertise multicast capabilities. |
2006-05-02 |
kaf24 |
9917:42c73f3d7ac1 |
This patch changes to format in which EIP is printed to be consistent on 64-bit regardless of whether the addresses |
2006-05-02 |
kaf24 |
9916:028f80cf0c99 |
This patch conditionalizes some output from perfc_printall(), thus making relevant information more compact and easier |
2006-05-02 |
kaf24 |
9915:7af8039b3c57 |
Fix perfc array range on reset. |
2006-05-02 |
kaf24 |
9914:24dbb153ab39 |
Move Linux-specific privcmd code into private libxc implementations. |
2006-05-02 |
kaf24 |
9913:a95e677073c1 |
Remove obsolete privcmd_blkmsg struct. |
2006-05-02 |
kaf24 |
9912:d7e6e5f29226 |
Fix ia64 build. do_physdev_op* declared incorrectly |
2006-05-02 |
kaf24 |
9911:f6507937cb7c |
Fix x86/64 version of Mini-OS. It encompasses the following: |
2006-05-01 |
kaf24 |
9910:dc3c59367403 |
Clean up compiler.h to define a few more things and update |
2006-05-01 |
kaf24 |
9909:d7c99adf8a35 |
A few functions should be static in shutdown.c. |
2006-05-01 |
kaf24 |
9908:da48960db8d2 |
Include string.h in the hypercall header file to ensure that memcpy() is defined. |
2006-05-01 |
kaf24 |
9907:219ac58678c5 |
The Xen netif drivers won't complile if NET is absent. |
2006-05-01 |
kaf24 |
9906:798c1317f97f |
Compilation fix on ia64. Include linux/vmalloc.h for struct vm_area. |
2006-05-01 |
kaf24 |
9905:f06be4aeb1f1 |
Compilation fix tpmback.c on ia64. Use pfn_to_mfn instead of |
2006-05-01 |
kaf24 |
9904:7997d8f16240 |
Change semantics of grant transfers for vp guests so that the |
2006-04-30 |
kaf24 |
9903:a19cc748469e |
Debugging Xend with XEND_DAEMONIZE set to False doesn't work as |
2006-04-30 |
kaf24 |
9902:63e29ff50fe6 |
Allow architectures to define their own privcmd_mmap() by |
2006-04-30 |
kaf24 |
9901:9ffa49fe58ab |
Introduce XEN_IA64_DOM0_NON_VP to simplify some ifdefs |
2006-04-30 |
kaf24 |
9900:ce48ea86ad72 |
Balloon driver: when in autotranslate mode, pages are returned |
2006-04-30 |
kaf24 |
9899:3e5a203c5489 |
Fix blktap "bad page state" bug. |
2006-04-30 |
kaf24 |
9898:369bdfa1e04a |
balloon_alloc_empty_page_range() should set the reference count |
2006-04-30 |
kaf24 |
9897:0ee104bd6557 |
Remove definition of NR_PIRQS and replace all uses with |
2006-04-30 |
kaf24 |
9896:42a8e3101c6c |
Define new event-channel and physdev hypercalls with a more extensible |
2006-04-28 |
vhanquez |
9895:e0e68942b205 |
Wait for the device to be connected on the guest (with a 10s timeout) |
2006-04-28 |
kaf24 |
9894:5931e98cd744 |
xen/ia64 with dom0 vp model doesn't need the blkbkack ia64 workarounds |
2006-04-28 |
kaf24 |
9893:eba707397410 |
Makefile changes for xen/ia64 with dom0 vp model needs. |
2006-04-28 |
kaf24 |
9892:fb3d073b1cdf |
xen/ia64 with dom0 vp model needs direct_remap_pfn_range() to be called |
2006-04-28 |
kaf24 |
9891:84780e2ea775 |
Define 8 hypercall numbers for arch-specific purposes. |
2006-04-28 |
kaf24 |
9890:a779d642c22a |
Recent GUEST_HANDLE related cset broke ia64 compilation. |
2006-04-28 |
kaf24 |
9889:922f95ab88e4 |
When boot device is cdrom but the cdrom is not bootable, the guest appears |
2006-04-28 |
kaf24 |
9888:59161a85a281 |
Revert the xm-test ramdisk patch until we build new initrds. |
2006-04-28 |
kaf24 |
9887:3726c0afc5af |
Allow for arch specific virq definitions. |
2006-04-28 |
kaf24 |
9886:73435820f513 |
This patch fixes the buildroot for the xm-test ramdisk. The buildroot xm-test |
2006-04-28 |
kaf24 |
9885:ef6216b43278 |
Instead of relying on xm create to always run the bootloader, make sure |
2006-04-28 |
kaf24 |
9884:268e45409ecd |
The features for a domain are more a property of the domain than the |
2006-04-28 |
kaf24 |
9883:f06b6db6823d |
The bootloader code doesn't actually have to deal with the vcpu config |
2006-04-28 |
kaf24 |
9882:a8cac38001ca |
When building with FORTIFY_SOURCE to ensure that return codes of common |
2006-04-28 |
kaf24 |
9881:dfdc32a9814f |
Rename {SG}ET_XEN_GUEST_HANDLE to {sg}et_Xen_guest_handle, as they |
2006-04-28 |
kaf24 |
9880:8bf5637cb269 |
Relax BUG_ON() state ment in increase_reservation() in balloon.c. |
2006-04-27 |
kaf24 |
9879:e0d986fc0978 |
Fix memory_op hypercall mlock/munlock wrapping after the |
2006-04-27 |
kaf24 |
9878:ef0a56c0784d |
Add BUILD_BUG_ON() and a handful of users. |
2006-04-27 |
kaf24 |
9877:4e909143218c |
Add bounds check to get_mfn_from_gpfn(). |
2006-04-27 |
kaf24 |
9876:15788ab9fce2 |
Define __XEN_TOOLS__ when building tools. Use this to |
2006-04-27 |
kaf24 |
9875:4e0f2272fbcd |
Bump Xen interface version number to 0x00030201 for new |
2006-04-27 |
kaf24 |
9874:ec61a8c25429 |
Wrap all GUEST_HANDLEs in structures, and define SET/GET macros to access them |
2006-04-27 |
kaf24 |
9873:4e1b8be54311 |
Rename *GUEST_HANDLE to *XEN_GUEST_HANDLE. |
2006-04-27 |
kaf24 |
9872:a898a6510c5d |
Occasionally large smp machines fail to reboot properly and die under |
2006-04-27 |
kaf24 |
9871:e42ed4332053 |
This patch adds the ability to have restricted write access to some |
2006-04-27 |
kaf24 |
9870:d66dfd584d2f |
Check a write() return value in xenbaked. |
2006-04-27 |
kaf24 |
9869:d265c79031af |
Just allocate unbound irq only from dynirq range, since |
2006-04-27 |
kaf24 |
9868:3d884434ec97 |
Merge with xen-ia64-unstable.hg |
2006-04-26 |
kaf24 |
9867:4d667a139318 |
This patch addresses CVE-2006-1056 (information leak from |
2006-05-08 |
awilliam |
9866:707737b66f58 |
[IA64] RSE incomplete cfm |
2006-05-08 |
awilliam |
9865:ee97d247a3b7 |
[IA64] cleanup hyperprivop definitions |
2006-05-08 |
awilliam |
9864:da5a42b7d719 |
[IA64] fix initrd start |
2006-05-08 |
awilliam |
9863:cd1df13fb1c4 |
[IA64] Removed warning messages |
2006-05-08 |
awilliam |
9862:cf66d644b4d6 |
[IA64] Fixed print_md |
2006-05-08 |
awilliam |
9861:70b7d520bda4 |
[IA64] Fix RSE issue in VTI-domain |
2006-05-08 |
awilliam |
9860:3ab5ab4d6d75 |
[IA64] slightly improve stability |
2006-04-26 |
awilliam |
9859:adb151aaf3f8 |
[IA64] Make VTI domain boot |
2006-04-26 |
awilliam |
9858:b3cc9b6e470e |
merge with xen-unstable.hg |
2006-04-26 |
kaf24 |
9857:1d69cff40b8c |
Make xen_features and force_evtchn_callback() non-GPL |
2006-04-26 |
yamahata |
9856:9df603eff58a |
xenLinux/ia64 has its own dma_map_page(), dma_unmap_page(), and it needs |
2006-04-26 |
awilliam |
9855:81e0f13bf33c |
[IA64] not quite ready for --fatal-warnings |
2006-04-26 |
awilliam |
9854:4174856876f9 |
[IA64] remove remaining asm warnings |
2006-04-26 |
awilliam |
9853:fcfc614d3713 |
[IA64] cleanup |
2006-04-26 |
awilliam |
9852:e8383c2fcd50 |
[IA64] Fix vm_summary info in VTi domain |