aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Tweaks to network-bridge script.iap10@firebug.cl.cam.ac.uk2005-08-151-1/+2
* | | | | | | | | PDB: watchpoints for process contextach61@arcadians.cl.cam.ac.uk2005-08-1515-83/+787
* | | | | | | | | Enable magic sysrq in -xen x86_64 kerneliap10@firebug.cl.cam.ac.uk2005-08-151-2/+18
* | | | | | | | | Update x86_64 Linux kernels to add SMP to -xen and -xenU plus magic sysrq to ...iap10@firebug.cl.cam.ac.uk2005-08-153-27/+66
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Upgrade to Linux 2.6.12.5 patchvh249@arcadians.cl.cam.ac.uk2005-08-151-1/+349
|/ / / / / / /
* | | | | | | mergeiap10@freefall.cl.cam.ac.uk2005-08-152-0/+4
|\ \ \ \ \ \ \
| * | | | | | | Trivial fixes for a couple of xenlinux compile warnings.akw27@arcadians.cl.cam.ac.uk2005-08-152-0/+4
* | | | | | | | Quieten down grant table code.iap10@freefall.cl.cam.ac.uk2005-08-151-2/+2
|/ / / / / / /
* | | | | | | Add generic_page_range() -- generic page table operation.akw27@arcadians.cl.cam.ac.uk2005-08-157-101/+205
* | | | | | | Add a far more complete -xen config file for x86_64, based on FC3.iap10@firebug.cl.cam.ac.uk2005-08-151-563/+320
* | | | | | | mergeiap10@firebug.cl.cam.ac.uk2005-08-151-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Small change to remove difference between Xen and mainline deactivate_mm.vh249@arcadians.cl.cam.ac.uk2005-08-151-3/+3
* | | | | | | | Add a few options to the Linux x86_64 domU config.iap10@firebug.cl.cam.ac.uk2005-08-151-4/+26
|/ / / / / / /
* | | | | | | Just a very simple patch that removes:kaf24@firebug.cl.cam.ac.uk2005-08-152-3/+2
* | | | | | | The patch cleans up (ugly) setup.c that I wanted to fix for a long timekaf24@firebug.cl.cam.ac.uk2005-08-152-161/+212
* | | | | | | The patch attached removes pda.h and asm_offset.c by deleting unused orkaf24@firebug.cl.cam.ac.uk2005-08-155-163/+6
* | | | | | | Fix special backptr values on x86/64 to avoid spuriouskaf24@firebug.cl.cam.ac.uk2005-08-151-5/+2
* | | | | | | Fix cpu_khz reporting in XenLinux.kaf24@firebug.cl.cam.ac.uk2005-08-151-2/+2
* | | | | | | merge.kaf24@firebug.cl.cam.ac.uk2005-08-151-1/+220
|\ \ \ \ \ \ \
| * | | | | | | Upgrade to Linux 2.6.12.4 patchiap10@freefall.cl.cam.ac.uk2005-08-141-1/+220
* | | | | | | | Enable grant tables by default for network; merge fixes to grant_table.c.smh22@firebug.cl.cam.ac.uk2005-08-140-0/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Less verbose grant tables when xen is verbose.smh22@firebug.cl.cam.ac.uk2005-08-141-87/+91
* | | | | | | | | Enable grant tables by default for networking. Note that the restore pathsmh22@firebug.cl.cam.ac.uk2005-08-144-8/+8
* | | | | | | | | Less verbosity from grant_tables.smh22@firebug.cl.cam.ac.uk2005-08-141-87/+91
|/ / / / / / / /
* | | | | | | | Build fixes for grant tables.smh22@firebug.cl.cam.ac.uk2005-08-143-8/+3
* | | | | | | | Clean up correct number of grant references on netif destory.smh22@firebug.cl.cam.ac.uk2005-08-141-2/+2
* | | | | | | | mergeiap10@freefall.cl.cam.ac.uk2005-08-149-50/+206
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | mergesmh22@firebug.cl.cam.ac.uk2005-08-141-6/+12
| |\ \ \ \ \ \ \
| * | | | | | | | Allow use of grant tables for netdev tx+rx rings. Code is kinda smh22@firebug.cl.cam.ac.uk2005-08-149-50/+206
* | | | | | | | | Make the default network-script to be '' i.e. don't run a network script. Fix...iap10@freefall.cl.cam.ac.uk2005-08-142-2/+2
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Fix __pte,__pmd,__pgd for PAE.kaf24@firebug.cl.cam.ac.uk2005-08-141-6/+12
|/ / / / / / /
* | | | | | | Reduce Xen noise on x86/64.kaf24@firebug.cl.cam.ac.uk2005-08-141-2/+0
* | | | | | | merge.kaf24@firebug.cl.cam.ac.uk2005-08-144-10/+10
|\ \ \ \ \ \ \
| * | | | | | | Now we have verbose=y in Xen by default, tidy up a few unhelpful printk's.iap10@freefall.cl.cam.ac.uk2005-08-144-12/+12
* | | | | | | | Some arch/x86 gnttab cleanups in Xen.kaf24@firebug.cl.cam.ac.uk2005-08-145-211/+141
|/ / / / / / /
* | | | | | | Avoid stack overflow in netback by statically allocating thekaf24@firebug.cl.cam.ac.uk2005-08-141-26/+22
* | | | | | | Currently xm list --long only displays info about the last domain. The kaf24@firebug.cl.cam.ac.uk2005-08-141-2/+3
* | | | | | | This patch fixes the booting problems on machines with >4GB memory, andkaf24@firebug.cl.cam.ac.uk2005-08-141-78/+71
* | | | | | | mergekaf24@firebug.cl.cam.ac.uk2005-08-141-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix x86_64 build.iap10@freefall.cl.cam.ac.uk2005-08-141-0/+1
* | | | | | | | merge...iap10@freefall.cl.cam.ac.uk2005-08-132-19/+33
|\| | | | | | |
| * | | | | | | New 'network-bridge' script that uses ifdown/ifup to configure the interface ...iap10@freefall.cl.cam.ac.uk2005-08-132-19/+33
* | | | | | | | mergeiap10@freefall.cl.cam.ac.uk2005-08-134-5/+54
|\| | | | | | |
| * | | | | | | Add "set_pte_at_sync" (integrated invlpg) in Linux i386/mm/highmem.c to impro...iap10@freefall.cl.cam.ac.uk2005-08-133-2/+23
| * | | | | | | Optimize the Linux arch xen implementation of "set_pte_at". iap10@freefall.cl.cam.ac.uk2005-08-133-3/+31
* | | | | | | | mergeiap10@freefall.cl.cam.ac.uk2005-08-132-5/+5
|\| | | | | | |
| * | | | | | | I missed a couple of files out of the patch to wrap calls to update_va_mappin...iap10@freefall.cl.cam.ac.uk2005-08-132-5/+5
* | | | | | | | mergeiap10@freefall.cl.cam.ac.uk2005-08-1310-32/+184
|\| | | | | | |
| * | | | | | | Add some profiling support for writeable pagetables.iap10@freefall.cl.cam.ac.uk2005-08-135-5/+163
* | | | | | | | Fix .hgignore to reflect change in parallax directory structure.akw27@arcadians.cl.cam.ac.uk2005-08-131-10/+10