aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.6-xen-sparse
Commit message (Expand)AuthorAgeFilesLines
* Merged.emellor@leeni.uk.xensource.com2005-11-258-360/+351
|\
| * Update vtpm driver following the recent changes to the kaf24@firebug.cl.cam.ac.uk2005-11-256-316/+315
| * Big reworking of SHARED_KERNEL_PMD logic. Includes severalkaf24@firebug.cl.cam.ac.uk2005-11-242-44/+36
* | Move XenbusState from the Linux-specific xenbus.h into a new file with the Xenemellor@leeni.uk.xensource.com2005-11-251-21/+2
|/
* Merged.emellor@leeni.uk.xensource.com2005-11-249-56/+62
|\
| * Remove CONFIG_PREEMPT configuration option from Xen kernel builds.kaf24@firebug.cl.cam.ac.uk2005-11-248-40/+26
| * Another PAE fix for pgd_ctor.kaf24@firebug.cl.cam.ac.uk2005-11-241-9/+8
| * More PAE PGD fixes. Ensure we do not pin PGDs with no kernelkaf24@firebug.cl.cam.ac.uk2005-11-241-10/+23
| * Fix pgd allocation for PAE. We must handle the fact thatkaf24@firebug.cl.cam.ac.uk2005-11-241-3/+11
* | Added a count of the number of users of this block device, and refuse to closeemellor@leeni.uk.xensource.com2005-11-242-1/+35
|/
* Minor tidy, no semantic change.emellor@leeni.uk.xensource.com2005-11-241-2/+1
* Make the microcode driver builtin.rread@ubuntu.eng.hq.xensource.com2005-11-231-2/+2
* Disable crufty modules still using cli and friends.rread@ubuntu.eng.hq.xensource.com2005-11-231-33/+8
* Compile IDE drivers as builtins instead of modules.rread@ubuntu.eng.hq.xensource.com2005-11-231-31/+31
* Reverse accidental commits for changesets 8001 and 7996-7999.emellor@leeni.uk.xensource.com2005-11-231-3/+3
* Merged.emellor@leeni.uk.xensource.com2005-11-231-3/+3
* Merged.emellor@leeni.uk.xensource.com2005-11-237-25/+32
|\
| * Build the mouse device into the kernel.rread@ubuntu.eng.hq.xensource.com2005-11-231-2/+2
| * Add __iomem and __user pointer annotations to linux sparse tree.kaf24@firebug.cl.cam.ac.uk2005-11-236-23/+30
* | Inside xenbus_switch_state, don't write the new state if the node has alreadyemellor@leeni.uk.xensource.com2005-11-231-2/+5
* | Added a hotplug KOBJ_OFFLINE call, for symmetry with the ONLINE call used here.emellor@leeni.uk.xensource.com2005-11-231-2/+3
|/
* Avoid GPF when attempting to save / restore 64bit guests. More thought smh22@firebug.cl.cam.ac.uk2005-11-221-0/+11
* Build the USB boot keyboard and mouse drivers as modules, so the realrread@ubuntu.eng.hq.xensource.com2005-11-211-4/+4
* Change semantics of gnttab_transfer to take the page awaykaf24@firebug.cl.cam.ac.uk2005-11-211-23/+6
* 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