aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | merge?cl349@firebug.cl.cam.ac.uk2005-08-1935-208/+210
|\| | | | | | | | | | | |
| * | | | | | | | | | | | Get rid of memory_t. Almost all uses should be unsigned long.kaf24@firebug.cl.cam.ac.uk2005-08-1930-159/+150
| |/ / / / / / / / / / /
| * | | | | | | | | | | Simplify pagetable initialisation. Since swapper_pg_dir nowkaf24@firebug.cl.cam.ac.uk2005-08-195-49/+60
* | | | | | | | | | | | Improve error paths and cleanup code.cl349@firebug.cl.cam.ac.uk2005-08-193-58/+68
|/ / / / / / / / / / /
* | | | | | | | | | | Fix many uses of machine addresses in XenLinux. Primarilykaf24@firebug.cl.cam.ac.uk2005-08-1927-109/+127
* | | | | | | | | | | Merge.sos22@douglas.cl.cam.ac.uk2005-08-192-3/+5
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge?cl349@firebug.cl.cam.ac.uk2005-08-1913-33/+342
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Correctly unmap ring page if using grant tables.cl349@firebug.cl.cam.ac.uk2005-08-191-2/+4
* | | | | | | | | | | | | This time, it's fixed.sos22@douglas.cl.cam.ac.uk2005-08-191-0/+17
| |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Unbreak the build in the non-CONFIG_SMP and x86_64 cases.sos22@douglas.cl.cam.ac.uk2005-08-193-0/+19
* | | | | | | | | | | | Get rid of some annoying debug messages.sos22@douglas.cl.cam.ac.uk2005-08-193-7/+0
* | | | | | | | | | | | Merge.sos22@douglas.cl.cam.ac.uk2005-08-1914-1027/+949
|\| | | | | | | | | | |
| * | | | | | | | | | | Fix suspend/resume for domains with devices which are in xenstore but have no...cl349@firebug.cl.cam.ac.uk2005-08-191-6/+12
| * | | | | | | | | | | merge?cl349@firebug.cl.cam.ac.uk2005-08-1941-3049/+3637
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add very rough xend support for xenbus block device setup.cl349@firebug.cl.cam.ac.uk2005-08-191-0/+46
| * | | | | | | | | | | | Fix driver to work with updated probe driver.cl349@firebug.cl.cam.ac.uk2005-08-191-54/+53
| * | | | | | | | | | | | Switch block device setup/teardown over to xenbus/xenstore.cl349@firebug.cl.cam.ac.uk2005-08-191-0/+309
| * | | | | | | | | | | | use "vbd" as driver name for blkfront devices, not "blkfront".cl349@firebug.cl.cam.ac.uk2005-08-191-1/+1
| * | | | | | | | | | | | Add support for multiple devices when using grant tables.cl349@firebug.cl.cam.ac.uk2005-08-191-16/+25
| * | | | | | | | | | | | Switch block device setup/teardown over to xenbus/xenstore.cl349@firebug.cl.cam.ac.uk2005-08-1911-1017/+572
* | | | | | | | | | | | | Merge.sos22@douglas.cl.cam.ac.uk2005-08-1974-3533/+4526
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | The entire swiotlb aperture does not need to be contiguous.kaf24@firebug.cl.cam.ac.uk2005-08-191-8/+4
| * | | | | | | | | | | | By default, pre-reserve some memory in Xen that is not allocatedkaf24@firebug.cl.cam.ac.uk2005-08-192-6/+43
| * | | | | | | | | | | | Default unit for all Xen memory parameters is kilobytes.kaf24@firebug.cl.cam.ac.uk2005-08-193-10/+7
| * | | | | | | | | | | | The patch allows x86_64 SMP Xen/XenLinux (dom0) to run on relatively bigkaf24@firebug.cl.cam.ac.uk2005-08-191-5/+2
| * | | | | | | | | | | | This patch:kaf24@firebug.cl.cam.ac.uk2005-08-1935-3021/+3571
| * | | | | | | | | | | | This patch provides a workaround for bugzilla #90 which shows up far tookaf24@firebug.cl.cam.ac.uk2005-08-191-0/+11
| |/ / / / / / / / / / /
| * | | | | | | | | | | Proleptic xend bug fix for multi-sxp messages; stricly more robust than before. smh22@firebug.cl.cam.ac.uk2005-08-192-2/+2
| * | | | | | | | | | | Remove support for xenbus driver subtypes since with the subtype field there'...cl349@firebug.cl.cam.ac.uk2005-08-182-11/+1
| * | | | | | | | | | | Add support to xenbus_gather to scan for strings and return them in allocated...cl349@firebug.cl.cam.ac.uk2005-08-181-3/+7
| * | | | | | | | | | | Get rid of xenbus_uuid_to_domid - get the frontend id from the node.cl349@firebug.cl.cam.ac.uk2005-08-182-36/+27
| * | | | | | | | | | | Let dev_changed detect devices when a watch fires with a longer node name.cl349@firebug.cl.cam.ac.uk2005-08-181-14/+62
| * | | | | | | | | | | Free memory returned from xenbus_directory call.cl349@firebug.cl.cam.ac.uk2005-08-181-0/+1
| * | | | | | | | | | | Don't free subtype field unconditionally.cl349@firebug.cl.cam.ac.uk2005-08-181-1/+2
| * | | | | | | | | | | Get device when we find it - fixes refcount leak and is correct.cl349@firebug.cl.cam.ac.uk2005-08-181-0/+1
| * | | | | | | | | | | Create devices for the xenbus-bus's.cl349@firebug.cl.cam.ac.uk2005-08-181-4/+14
| * | | | | | | | | | | Rename bus names from xenbus* to xen*.cl349@firebug.cl.cam.ac.uk2005-08-181-2/+2
| * | | | | | | | | | | Make probe less chatty.cl349@firebug.cl.cam.ac.uk2005-08-181-8/+1
| * | | | | | | | | | | merge?cl349@firebug.cl.cam.ac.uk2005-08-1829-382/+538
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| | * | | | | | | | | | Make sure to cmpxchg entire pte on emulated ptwr path.kaf24@firebug.cl.cam.ac.uk2005-08-181-1/+1
| | * | | | | | | | | | Fix emulated writable pagetable updates where access iskaf24@firebug.cl.cam.ac.uk2005-08-181-1/+5
| | * | | | | | | | | | Fix direct_remap_area_pages() to handle pagetableskaf24@firebug.cl.cam.ac.uk2005-08-181-9/+19
| | * | | | | | | | | | Fix __get_user() and friends to work correctly forkaf24@firebug.cl.cam.ac.uk2005-08-182-16/+14
| | * | | | | | | | | | Clean up bootmem initialisation for x86/64. Question stillkaf24@firebug.cl.cam.ac.uk2005-08-181-10/+4
| | * | | | | | | | | | Fix Xen patches to Linux so that they use pfn_pte() andkaf24@firebug.cl.cam.ac.uk2005-08-183-15/+7
| | * | | | | | | | | | Tiny formatting tweak in addition to previous changeset.kaf24@firebug.cl.cam.ac.uk2005-08-182-4/+4
| | * | | | | | | | | | Clean up formatting of Xen crash messages.kaf24@firebug.cl.cam.ac.uk2005-08-184-16/+14
| | * | | | | | | | | | Add SK98LIN driver to default -xen0 Linux configs.iap10@freefall.cl.cam.ac.uk2005-08-182-2/+2
| | * | | | | | | | | | Make antispoof default to 'no' in network-script as the default in xend is 'n...iap10@freefall.cl.cam.ac.uk2005-08-181-1/+1
| | * | | | | | | | | | fail nicely when passing unknown option to xm listvh249@arcadians.cl.cam.ac.uk2005-08-181-1/+5