aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.6-xen-sparse
Commit message (Expand)AuthorAgeFilesLines
* Update the memory_op() hypercall. Add two new subcommands, tokaf24@firebug.cl.cam.ac.uk2005-11-212-4/+4
* Linux swiotlb now uses correct method for determining if any RAMkaf24@firebug.cl.cam.ac.uk2005-11-211-4/+5
* Mute error message on SMP resume if a secondary CPU iskaf24@firebug.cl.cam.ac.uk2005-11-211-5/+4
* Fix grant-table transfer implementation. Also fix transferkaf24@firebug.cl.cam.ac.uk2005-11-213-49/+41
* Merge with xen-ia64-unstable.hg.kaf24@firebug.cl.cam.ac.uk2005-11-204-5/+5
|\
| * The patch allows one to configure NR_CPUS >8 (16 by default, same as thekaf24@firebug.cl.cam.ac.uk2005-11-191-3/+3
| * Move tpmfe.h file next to other xen specific header files.cl349@firebug.cl.cam.ac.uk2005-11-193-2/+2
* | Mergedjm@kirby.fc.hp.com2005-11-1860-1616/+2163
|\|
| * Only resume xenbus /after/ we've prepared our VCPUs; otherwise the smh22@firebug.cl.cam.ac.uk2005-11-181-2/+10
| * Do not allow an uninitialised VCPU to be brought up. Alsokaf24@firebug.cl.cam.ac.uk2005-11-181-1/+2
| * make_page_readonly() must flush unused kmaps when handlingkaf24@firebug.cl.cam.ac.uk2005-11-181-1/+3
| * Improve make_page_readonly and make_page_writable:kaf24@firebug.cl.cam.ac.uk2005-11-182-70/+51
| * Simplify arbitrary_virt_to_phys, and fix the x86/64 version to maskkaf24@firebug.cl.cam.ac.uk2005-11-182-6/+4
| * Merged.emellor@leeni.uk.xensource.com2005-11-188-155/+13
| |\
| | * Remove conditionally-compiled code for Linux 2.4.kaf24@firebug.cl.cam.ac.uk2005-11-187-147/+1
| | * Fix race in blkfront resume path (watch thread could fire watch during thesmh22@firebug.cl.cam.ac.uk2005-11-171-8/+12
| * | Initialise the request ID in xs_talkv, to silence valgrind. We're not actuallyemellor@leeni.uk.xensource.com2005-11-171-0/+1
| |/
| * Merged.emellor@leeni.uk.xensource.com2005-11-171-5/+4
| |\
| | * Fix IOCTL_PRIVCMD_GET_MACH2PHYS_MFNS to work properly forkaf24@firebug.cl.cam.ac.uk2005-11-171-5/+4
| * | Here's the patch for making the otherend_changed entrypointemellor@leeni.uk.xensource.com2005-11-171-2/+2
| |/
| * Trivial fixes for 64bit and xend. smh22@tempest.cl.cam.ac.uk2005-11-161-3/+6
| * Many fixes for save/restore and related areas for PAE in particular. Nowsmh22@firebug.cl.cam.ac.uk2005-11-166-30/+57
| * Change ISA_IO_BASE to fix_to_virt(FIX_ISAMAP_BEGIN). It used to bekaf24@firebug.cl.cam.ac.uk2005-11-162-2/+2
| * Remove unnecessary cast of kmalloc() result.kaf24@firebug.cl.cam.ac.uk2005-11-161-1/+1
| * Add definitions of some swiotlb symbols to pci-dma.c.kaf24@firebug.cl.cam.ac.uk2005-11-161-0/+1
| * /dev/mem write function should use copy_from_user, not copy_to_user.kaf24@firebug.cl.cam.ac.uk2005-11-161-1/+1
| * Correctly export xencons functions to avoid ugly 'extern'kaf24@firebug.cl.cam.ac.uk2005-11-163-4/+9
| * Fix function that shouldn't be globally defined.kaf24@firebug.cl.cam.ac.uk2005-11-161-3/+3
| * Trivial coding style fix.kaf24@firebug.cl.cam.ac.uk2005-11-161-1/+1
| * Add function declarations, and ensure we prevent mismatchkaf24@firebug.cl.cam.ac.uk2005-11-161-0/+1
| * Replace 0 with NULL when assigning pointer fields/parameters.kaf24@firebug.cl.cam.ac.uk2005-11-164-5/+5
| * Fix 64-bit build that I broke by making acpi table mappingkaf24@firebug.cl.cam.ac.uk2005-11-151-1/+1
| * Ensure we initialise the cpu_present_map beforekaf24@firebug.cl.cam.ac.uk2005-11-152-2/+13
| * acpi change is Xen/x86 specific, so make it dependent onkaf24@firebug.cl.cam.ac.uk2005-11-151-1/+1
| * Initialise secondary CPUs via an arch_initcall rather thankaf24@firebug.cl.cam.ac.uk2005-11-151-1/+1
| * Use make_lowmem_page_readonly/writable() in preference to thekaf24@firebug.cl.cam.ac.uk2005-11-143-11/+10
| * Declare local variables at the start of a block, not in the middlekaf24@firebug.cl.cam.ac.uk2005-11-143-10/+14
| * Clean up xenstore/console shared page initialisation, which iskaf24@firebug.cl.cam.ac.uk2005-11-142-8/+15
| * Revert accidentally applied changes from changesetkaf24@firebug.cl.cam.ac.uk2005-11-142-15/+8
| * If /sbin/ isn't in the path, udev rules will erroneously not getkaf24@firebug.cl.cam.ac.uk2005-11-142-8/+15
| * Merged.emellor@leeni.uk.xensource.com2005-11-111-16/+14
| |\
| | * Fix make_page_readonly/make_page_writeable on PAE guests - previous behaviour smh22@firebug.cl.cam.ac.uk2005-11-111-16/+14
| * | New Xenbus driver structure, bringing an explicit state machine to the table.emellor@leeni.uk.xensource.com2005-11-1110-1110/+1711
| * | New location for code common to both netfront and netback, with the MAC parsingemellor@leeni.uk.xensource.com2005-11-113-0/+124
| |/
| * Missed two files from NULL-pointer-check changeset.kaf24@firebug.cl.cam.ac.uk2005-11-112-6/+3
| * Remove unnecessary NULL checks before freeing memory blocks.kaf24@firebug.cl.cam.ac.uk2005-11-1110-41/+19
| * Max xen skbuff allocation is now 64KB. kmem caches onlykaf24@firebug.cl.cam.ac.uk2005-11-111-1/+1
| * Merge with xen-unstable-ia64.hgkaf24@firebug.cl.cam.ac.uk2005-11-1118-153/+96
| |\
| | * Remove unnecessary ifdef in defn of xprintk. Installkaf24@firebug.cl.cam.ac.uk2005-11-111-4/+0
| | * Fix Linux fault.c indentation.kaf24@firebug.cl.cam.ac.uk2005-11-101-10/+10