age |
author |
revision |
description |
2005-08-08 |
kaf24 |
6064:d4e19aca1f72 |
Fix signedness issue in xenlinux timer interrupt handler. |
2005-08-08 |
kaf24 |
6063:2360c4d7bb2f |
Really fix the x86/64 build. Get rid of push/pop from |
2005-08-08 |
kaf24 |
6062:7d84bc707736 |
Fix the x86/64 build. |
2005-08-08 |
kaf24 |
6061:61af128313c8 |
Remove dead file. |
2005-08-08 |
kaf24 |
6060:704e6cc4a684 |
Remove dead files. |
2005-08-08 |
kaf24 |
6059:6fc0b68b0a9c |
Fix both Xen and XenLinux to correctly handle 64-bit |
2005-08-08 |
kaf24 |
6058:a9ee400a5da9 |
1) More testing: include tests which I forgot in previous patch, remove |
2005-08-08 |
kaf24 |
6057:b60643391488 |
Fix hw_resend_irq() -- IRQ_PENDING must be propagated back |
2005-08-08 |
kaf24 |
6056:41ceeb6828b5 |
The attached patch adds -Werror to HOSTCFLAGS in Config.mk, makes |
2005-08-08 |
kaf24 |
6055:c4512592a1dc |
Attached is a patch to x86_64 xenlinux. It also includes cleanups. We |
2005-08-08 |
kaf24 |
6054:69bf77e1b102 |
Writable pagetables for x86/64. Xen portion. |
2005-08-07 |
kaf24 |
6053:deff07c1b686 |
Really include renamed console files. :-) |
2005-08-07 |
kaf24 |
6052:ec1878b6956e |
Rename console binaries to xenconsole and xenconsoled. |
2005-08-07 |
kaf24 |
6051:6721c8cd1a30 |
this patch fixes X86_64 Xorg Xfree86 issues. |
2005-08-06 |
kaf24 |
6050:d3e7327954db |
Fix perfc_defn.h to allow multiple inclusion. |
2005-08-06 |
kaf24 |
6049:eb98d18771ca |
xend prints out some messages when starting, which is annoying. This |
2005-08-06 |
kaf24 |
6048:217fb2d1f364 |
More time-interface fixes. |
2005-08-06 |
kaf24 |
6047:7931f14bd447 |
Fix xenbus_read() usage in shutdown handler. |
2005-08-06 |
kaf24 |
6046:e0146a206ea2 |
- include linux/vmalloc.h for vmalloc |
2005-08-06 |
kaf24 |
6045:5f6787c5c71f |
This patch changes the vcpu-hotplug handler from using control message |
2005-08-06 |
kaf24 |
6044:968829eb1783 |
This patch changes the probe notifier, per Rusty's suggestion. It |
2005-08-06 |
kaf24 |
6043:0538ec1fe5b2 |
This patch changes the shutdown driver and xend to use strings instead |
2005-08-05 |
kaf24 |
6042:69b7c9c3a9fd |
Fix mach2phys table allocation for 32-bit PAE Xen. |
2005-08-05 |
kaf24 |
6041:b63577ff53a3 |
Fix xtime_lock handling to avoid deadlock in sched_clock(). |
2005-08-05 |
kaf24 |
6040:5a33233a608e |
No need to define errno defined at the top of reboot.c. |
2005-08-05 |
kaf24 |
6039:9faafa21bf98 |
xenstored has had a testsuite for some time. This splits the test |
2005-08-05 |
kaf24 |
6038:8727c784c07d |
The C interface no longer has a priority arg, but the python interface |
2005-08-05 |
kaf24 |
6037:78a2f9cbd5b3 |
Attached is a randomized tester for consoled. It's a patch against |
2005-08-05 |
kaf24 |
6036:5a86ab4c9b79 |
Instead of queuing messages when the control channels are full, xcs just |
2005-08-05 |
kaf24 |
6035:f5a5e61f038e |
xc_console is probably too chatty about termios failures since ssh |
2005-08-05 |
kaf24 |
6034:38e6467df0e6 |
The attached patch: |
2005-08-04 |
kaf24 |
6033:61cbf8f977ef |
Attached are |
2005-08-04 |
kaf24 |
6032:ebf05456ee11 |
Fix my previous patch to the trap-frame creation code |
2005-08-04 |
kaf24 |
6031:8004acaa6684 |
Merge |
2005-08-04 |
kaf24 |
6030:43f424818d6e |
Fix event-upcall masking when creating a trap frame |
2005-08-04 |
akw27 |
6029:9f0eff879d89 |
Blktap updates: request batching, O_DIRECT/AIO support. |
2005-08-04 |
akw27 |
6028:1d240086de52 |
Add missing parallax makefile. |
2005-08-04 |
akw27 |
6027:f3f483059250 |
Fix two syntax errors in frame-and-sect decoding macros. |
2005-08-04 |
kaf24 |
6026:d25da0ddd9d5 |
Fix iopl() syscall so that we pass LTP's iopl02 test. |
2005-08-04 |
kaf24 |
6025:0ee061e5b8a8 |
The attached patch removes all of the console handling code from Xend |
2005-08-04 |
kaf24 |
6024:25b8b05ad991 |
Here are another couple of places where 8 sectors/page is assumed, |
2005-08-04 |
kaf24 |
6023:f5b8d2720d6c |
libxenstore (used to access the daemon) should be licensed under LGPL. |
2005-08-04 |
kaf24 |
6022:f46bb706a38d |
Merge. |
2005-08-03 |
iap10 |
6021:e9b950192ba6 |
Add linux 2.6.12.3 patch |
2005-08-03 |
kaf24 |
6020:60c4cd9ebaa1 |
Move more drivers to bind_evtchn_to_irqhandler() interface. |
2005-08-03 |
kaf24 |
6019:33bb0b41aa73 |
On x86, Xen does not claim any serial port unless the user |
2005-08-03 |
kaf24 |
6018:d9442abaa980 |
Virtual device drivers use new bind_evtchn_to_irqhandler() call |
2005-08-03 |
kaf24 |
6017:f294acb25858 |
MErge. |
2005-08-03 |
kaf24 |
6016:63995acdd34a |
Merge, |
2005-08-03 |
kaf24 |
6015:4012e919dac0 |
The attached trivial patch fixes a spurious gcc-4.0 warning in |
2005-08-03 |
kaf24 |
6014:18bb29989371 |
gcc-3.4/ia64 compilation fixes. |
2005-08-03 |
kaf24 |
6013:2c0bc4caaa1f |
1) Make more functions in io.c static |
2005-08-03 |
kaf24 |
6012:04dfb5158f3a |
Merge. |
2005-08-03 |
kaf24 |
6011:d4fd332df775 |
Manual merge. |
2005-08-03 |
iap10 |
6010:d3670ff9efff |
Update -xen config file for net grant tables. Default to 'y' since this is the kernel we want to use on the test CD and we want to have grant tables on by default. |
2005-08-03 |
kaf24 |
6009:f17987201c08 |
Manula merge. |
2005-08-03 |
kaf24 |
6008:178b0b2dae51 |
Fix typo in Linux header file. Totally harmless -- the code |
2005-08-03 |
iap10 |
6007:0824da1df80a |
Modify default Linux 2.6 config files to build for PentiumPro instead of Pentium4. No idea how that ended up being the default. |
2005-08-03 |
iap10 |
6006:8803b4adf164 |
Fix automatic toggling of PAE in Linux config files |
2005-08-03 |
iap10 |
6005:ebe13fb42cd3 |
Since we use configs from dist/install/boot in preference to the default configs, update the PAE auto-switcher to work with these too. |