aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.6-xen-sparse/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * Many fixes for save/restore and related areas for PAE in particular. Nowsmh22@firebug.cl.cam.ac.uk2005-11-161-6/+4
| * 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-161-4/+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-161-2/+2
| * Ensure we initialise the cpu_present_map beforekaf24@firebug.cl.cam.ac.uk2005-11-152-2/+13
| * 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
| * Fix make_page_readonly/make_page_writeable on PAE guests - previous behaviour smh22@firebug.cl.cam.ac.uk2005-11-111-16/+14
| * 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-119-129/+70
| |\
| | * Fix Linux fault.c indentation.kaf24@firebug.cl.cam.ac.uk2005-11-101-10/+10
| | * Fix page-table dump on PAE with >4GB MFNs. smh22@firebug.cl.cam.ac.uk2005-11-101-10/+13
| | * Indirect writes to phys_to_machine_mapping array through an inlinekaf24@firebug.cl.cam.ac.uk2005-11-101-7/+7
| | * When creating exception/interrupt stack frames for a guest,kaf24@firebug.cl.cam.ac.uk2005-11-104-5/+4
| | * Enable export of set_nmi_callback in suitably priv 64-bit doms.kaf24@firebug.cl.cam.ac.uk2005-11-101-2/+4
| | * Move linear faulting address (%cr2) out of the page faultkaf24@firebug.cl.cam.ac.uk2005-11-097-114/+51
* | | Fall back to zx1-based configs, defconfigs don't work yet to boot domUdjm@kirby.fc.hp.com2005-11-182-250/+288
* | | Turn off duplicate console output (by Alex Williamson)djm@kirby.fc.hp.com2005-11-171-0/+1
* | | Enable build to work for both generic and non-generic (hpsim issue)djm@kirby.fc.hp.com2005-11-161-0/+5
* | | Enable generic build for dom0 and build for domU with CONFIG_VT forced offdjm@kirby.fc.hp.com2005-11-164-288/+1528
|/ /
* | Blkfront no longer built by default, need CONFIG_XEN_BLKDEV_FRONTENDdjm@kirby.fc.hp.com2005-11-101-0/+5
* | Fix typodjm@kirby.fc.hp.com2005-11-101-1/+1
* | Merge latest xen-unstable into xen-ia64-unstabledjm@kirby.fc.hp.com2005-11-1018-223/+299
|\|
| * Attached patch allows building of netfront and blkfront as moduleskaf24@firebug.cl.cam.ac.uk2005-11-091-2/+2
| * gnttab_request_free_callback needs to be exported for building modularkaf24@firebug.cl.cam.ac.uk2005-11-091-0/+1
| * Allow xen_create_contiguous_region() to fail gracefully if itkaf24@firebug.cl.cam.ac.uk2005-11-095-11/+44
| * Fix alloc_skb() to ensure data is always physically contiguous.kaf24@firebug.cl.cam.ac.uk2005-11-088-2/+55
| * Rationalise the kernel event-channel binding interfaces. Thekaf24@firebug.cl.cam.ac.uk2005-11-086-171/+189
| * mergeMichael.Fetterman@cl.cam.ac.uk2005-11-082-9/+7
| |\
| | * mergeMichael.Fetterman@cl.cam.ac.uk2005-11-082-9/+7
| | |\
| | | * Make xen0's default config match itself after a "make oldconfig"unknown@aosda.research.intel-research.net2005-11-072-9/+7
| * | | Remove unused and unnecessary gnttab ioctl.kaf24@firebug.cl.cam.ac.uk2005-11-081-47/+1
* | | | Adapt to new evtchn interfaces.djm@kirby.fc.hp.com2005-11-101-49/+108
* | | | Fix domU (by Kevin Tian)djm@kirby.fc.hp.com2005-11-081-12/+3
|/ / /
* | | Merge xen-unstable into xen-ia64-unstable again (to get ioapic changes)djm@kirby.fc.hp.com2005-11-074-84/+80
|\| |
| * | Fix pagetable pinning logic for xen/i386 kernels. The pinkaf24@firebug.cl.cam.ac.uk2005-11-074-84/+80
| |/
* | Merge latest xen-unstable into xen-ia64-unstabledjm@kirby.fc.hp.com2005-11-0713-72/+123
|\|
| * Specifying 'mem=' as Linux boot parameter disables the defaultkaf24@firebug.cl.cam.ac.uk2005-11-042-13/+21
| * Changeset 7419 introduced a check for DOM0 before setting a bit in thekaf24@firebug.cl.cam.ac.uk2005-11-021-6/+6
| * Fix 'nosmp' and ensure that CPU#0 is reported properlykaf24@firebug.cl.cam.ac.uk2005-11-011-17/+13
| * Fix CPU hotplug -- cpu initialisation functions must be declaredkaf24@firebug.cl.cam.ac.uk2005-11-012-7/+7
| * Change the grant table interface so that gnttab_end_foreign_access_ref returnsemellor@leeni.uk.xensource.com2005-10-301-5/+19
| * Remove out: label, to silence warning.emellor@leeni.uk.xensource.com2005-10-301-3/+2
| * Merged.emellor@leeni.uk.xensource.com2005-10-307-17/+42
| |\
| | * Fix floating-point corruption (a nasty race in fp task-switchkaf24@firebug.cl.cam.ac.uk2005-10-302-9/+16
| | * Add a commented-out sanity check for lazy fpu switching.kaf24@firebug.cl.cam.ac.uk2005-10-301-0/+3
| | * mergekaf24@firebug.cl.cam.ac.uk2005-10-292-4/+17
| | |\
| | | * Clean up the 'initial mapping' area properly on x86/64.kaf24@firebug.cl.cam.ac.uk2005-10-281-3/+16