aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.6-xen-sparse
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanups.cl349@firebug.cl.cam.ac.uk2005-08-253-6/+7
* merge?cl349@firebug.cl.cam.ac.uk2005-08-252-4/+40
|\
| * This patch fixes Bugzilla #169. (It should fix #187 too -- Keir).kaf24@firebug.cl.cam.ac.uk2005-08-252-4/+40
| * Store correct rx ring handle in netback driver.kaf24@firebug.cl.cam.ac.uk2005-08-251-1/+1
* | Cleanup unused code.cl349@firebug.cl.cam.ac.uk2005-08-251-256/+69
* | Fix device destruction.cl349@firebug.cl.cam.ac.uk2005-08-251-4/+2
* | merge?cl349@firebug.cl.cam.ac.uk2005-08-253-13/+21
|\|
| * Fix grant-ref allocation in netfront.kaf24@firebug.cl.cam.ac.uk2005-08-253-13/+21
* | g/c Linux 2.4 netback support.cl349@firebug.cl.cam.ac.uk2005-08-251-12/+0
* | More cleanups and g/c of unused code.cl349@firebug.cl.cam.ac.uk2005-08-254-199/+39
* | merge?cl349@firebug.cl.cam.ac.uk2005-08-259-163/+79
|\|
| * Fix SMP booting: x86/64 startup initialisation fixes and so on.kaf24@firebug.cl.cam.ac.uk2005-08-259-163/+79
* | g/c unused code.cl349@firebug.cl.cam.ac.uk2005-08-251-25/+1
* | merge?cl349@firebug.cl.cam.ac.uk2005-08-2411-98/+105
|\|
| * Rename grant-id to ring-ref.cl349@firebug.cl.cam.ac.uk2005-08-243-12/+11
| * Watch may fire before we've allocated the interface structure.cl349@firebug.cl.cam.ac.uk2005-08-241-1/+1
| * Unregister watch in error path.cl349@firebug.cl.cam.ac.uk2005-08-241-19/+21
| * Avoid calling device_unregister from device_register callback.cl349@firebug.cl.cam.ac.uk2005-08-241-56/+46
| * Disable debug output again.cl349@firebug.cl.cam.ac.uk2005-08-241-1/+0
| * Always free the lowest 1MB of pseudo-physical memory when bootingkaf24@firebug.cl.cam.ac.uk2005-08-242-16/+6
| * Fix x86/64 pagetable initialisation so that only things thatkaf24@firebug.cl.cam.ac.uk2005-08-241-3/+26
| * Add EXT3 as built-in filesystem for x86/64 domU.kaf24@firebug.cl.cam.ac.uk2005-08-241-3/+3
| * Copy correct number of bytes for xen_start_info in x86_64kaf24@firebug.cl.cam.ac.uk2005-08-242-2/+2
| * Initialise syscall32 vsyscall page early, as it may be neededkaf24@firebug.cl.cam.ac.uk2005-08-241-2/+6
* | Switch network setup over to xenbus.cl349@firebug.cl.cam.ac.uk2005-08-249-702/+990
* | Update error message.cl349@firebug.cl.cam.ac.uk2005-08-241-1/+2
|/
* Update comment.cl349@firebug.cl.cam.ac.uk2005-08-241-3/+3
* Don't use the grant pre-allocation system for the ring grants.cl349@firebug.cl.cam.ac.uk2005-08-241-14/+14
* Add some additional error nodes when block device setup fails.cl349@firebug.cl.cam.ac.uk2005-08-242-5/+18
* g/c extra test.cl349@firebug.cl.cam.ac.uk2005-08-231-12/+0
* Put the call to notifier_call_chain() back in do_xenbus_probe().cl349@firebug.cl.cam.ac.uk2005-08-231-0/+2
* merge?cl349@firebug.cl.cam.ac.uk2005-08-231-1/+1
|\
| * Fix non-hotplug i386 build. Spotted by Rik van Riel.kaf24@firebug.cl.cam.ac.uk2005-08-231-1/+1
* | g/c vbd active.cl349@firebug.cl.cam.ac.uk2005-08-234-41/+16
|/
* Remove blkback 2.4 support since we don't support 2.4 dom0 anymore.cl349@firebug.cl.cam.ac.uk2005-08-234-99/+2
* merge?cl349@firebug.cl.cam.ac.uk2005-08-2316-541/+163
|\
| * Build topology.c into x86/64 xenlinux kernel. This omission kaf24@firebug.cl.cam.ac.uk2005-08-231-1/+1
| * Ensure cur_pgd per-cpu variables are initialised early.kaf24@firebug.cl.cam.ac.uk2005-08-232-0/+8
| * Don't mask off arbitrary error-code bits in i386 xenlinuxkaf24@firebug.cl.cam.ac.uk2005-08-231-1/+1
| * Merge x86_64 and i386 ioremap.c.kaf24@firebug.cl.cam.ac.uk2005-08-233-494/+15
| * Fix PAE and x86/64 when NX/XD is unavailable.kaf24@firebug.cl.cam.ac.uk2005-08-233-14/+4
| * phys_to_machine_mapping array is not an array of longs.kaf24@firebug.cl.cam.ac.uk2005-08-239-33/+36
| * This patch turns on host-side USB support in the x86_64 Dom0 kernel.kaf24@firebug.cl.cam.ac.uk2005-08-231-1/+101
* | Minor cleanup.cl349@firebug.cl.cam.ac.uk2005-08-231-7/+0
* | More cleanups and fix free_blkif from wrong context bug (thanks Keir!).cl349@firebug.cl.cam.ac.uk2005-08-234-68/+50
* | Drop support for multiple vbds per blkif.cl349@firebug.cl.cam.ac.uk2005-08-234-127/+27
* | Move major/minor macros into public header, rename and use.cl349@firebug.cl.cam.ac.uk2005-08-231-7/+4
* | Update netfront for grant table interface changes.cl349@firebug.cl.cam.ac.uk2005-08-231-14/+12
* | Cleanup grant table code.cl349@firebug.cl.cam.ac.uk2005-08-233-132/+134
* | g/c struct work_struct declaration.cl349@firebug.cl.cam.ac.uk2005-08-231-2/+0