aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.6-xen-sparse
Commit message (Expand)AuthorAgeFilesLines
...
* | | merge with xen-unstable.hgawilliam@xenbuild2.aw2007-01-1514-130/+199
|\| |
| * | linux: Add trivial forwarding of dma_{,un}map_page when not using highmemkfraser@localhost.localdomain2007-01-124-10/+14
| * | linux: Reduce restrictions on address width for DMA operationskfraser@localhost.localdomain2007-01-123-19/+50
| * | x86/PAE linux: don't restrict upper half of page table entries to 3 bitskfraser@localhost.localdomain2007-01-121-2/+2
| * | [LINUX] swiotlb: eliminate KM_SWIOTLB and thus the need for a Xen-specific km...kfraser@localhost.localdomain2007-01-122-34/+6
| * | linux/i386: allow CONFIG_HIGHPTE on i386kfraser@localhost.localdomain2007-01-124-7/+26
| * | [LINUX] x86/64: Sync pagetable management with i386 Xen code.kfraser@localhost.localdomain2007-01-122-51/+46
| * | [BLKTAP/BLKBACK] name blktap/blkback kernel threads as "domid.virtual_devname"Jake Wires2007-01-092-7/+55
* | | [IA64] Fix save/restoreawilliam@xenbuild2.aw2007-01-141-2/+1
* | | [IA64] Implement hyper_get_psrawilliam@xenbuild2.aw2007-01-124-0/+46
* | | [IA64] Fix xencomm_arch_hypercall_suspendawilliam@xenbuild2.aw2007-01-121-3/+3
* | | [IA64] Simplify lazy cover algorithmawilliam@xenbuild2.aw2007-01-123-12/+1
* | | [IA64] Hypercall optimizationsawilliam@xenbuild2.aw2007-01-113-81/+36
* | | [IA64] Make crash command happyawilliam@xenbuild2.aw2007-01-121-1/+9
* | | merge with xen-unstable.hgawilliam@xenbuild2.aw2007-01-1033-317/+446
|\| |
| * | [LINUX] Clarify comment in xen_machine_kexec_setup_resources().Ian Campbell2007-01-101-2/+2
| * | [LINUX] Kexec: Don't try to load an NULL image. This can occur when unloading.Ian Campbell2007-01-091-3/+5
| |/
| * [BALLOON] Ifdef some x86-specific balloon init code.kfraser@localhost.localdomain2007-01-051-1/+5
| * [linux] Remove some gratuitous differences with plain 2.6.16.33.Christian Limpach2007-01-042-5/+3
| * Make sure we always have a sensible idle function; this fixes problemsSteven Hand2007-01-042-7/+12
| * [LINUX] Implement the idle=poll option in the kernel when running on Xen.kfraser@localhost.localdomain2007-01-032-12/+76
| * [LINUX] Build blktap as module named xenblktap.kfraser@localhost.localdomain2007-01-031-1/+3
| * [PV-on-HVM] blkfront: use %Lu instead of %llu to xenbus_gather.Ian Campbell2007-01-021-1/+1
| * [LINUX] Extend the event-channel interfaces to provide helper methodskaf24@localhost.localdomain2006-12-3021-188/+222
| * Revert cset 13181:f087c013cf12 since the event channel is already unbound viaSteven Hand2006-12-291-2/+0
| * [BLK] front: Fix free of event channel.kaf24@localhost.localdomain2006-12-281-0/+2
| * [LINUX][IA64] New file swiotlb.h.kfraser@localhost.localdomain2006-12-211-0/+45
| * [NET] front: Fix interface teardown.kfraser@localhost.localdomain2006-12-201-73/+32
| * [LINUX] dma: Use swiotlb mask for coherent mappings tookfraser@localhost.localdomain2006-12-203-11/+14
| * [LINUX] Disallow nested event delivery.kfraser@localhost.localdomain2006-12-201-19/+32
* | [IA64] Use rum psr.be instead of XEN_HYPER_RSM_BEawilliam@xenbuild2.aw2007-01-042-2/+1
* | [IA64] allocate contiguous_bitmap sparsely like virtual memmap.awilliam@xenbuild2.aw2007-01-041-3/+83
* | [IA64] Fix warning when building with CONFIG_FLATMEM unsetawilliam@xenbuild2.aw2007-01-042-1/+1
* | [IA64] remove the requirement (vpsr.ic==0) from hyperprivopawilliam@xenbuild2.aw2007-01-028-187/+51
* | [IA64] don't allocate bitmap from low poolawilliam@xenbuild2.aw2006-12-191-1/+1
* | [IA64] don't dereference xen_start_info when running on raw hardwareawilliam@xenbuild2.aw2006-12-191-1/+2
|/
* merge with xen-unstable.hgawilliam@xenbuild2.aw2006-12-181-13/+87
|\
| * [XENFB] xenfb_update_screen() calls zap_page_range() while holding spinlock m...kfraser@localhost.localdomain2006-12-151-13/+87
* | [IA64] evtchn_callback fix and cleanawilliam@xenbuild2.aw2006-12-185-21/+31
|/
* [NET]: Fix segmentation of linear packetskfraser@localhost.localdomain2006-12-151-5/+4
* Merge with xen-ia64-unstable.hgkfraser@localhost.localdomain2006-12-143-16/+16
|\
| * [NET] front: Fix crashes when xenstore watches fire multiple times.kfraser@localhost.localdomain2006-12-142-0/+6
| * [XENFB] No need for IRQs to be disabled in critical regions.kfraser@localhost.localdomain2006-12-141-16/+10
* | merge with xen-unstable.hgawilliam@xenbuild2.aw2006-12-142-18/+17
|\|
| * [LINUX] Fix seg-fixup warning.kfraser@localhost.localdomain2006-12-141-5/+5
| * [LINUX] Fix build without CONFIG_HOTPLUG_CPUkfraser@localhost.localdomain2006-12-141-13/+12
* | [IA64][BUILD] XEN_XKBUFF needs to depend on NETawilliam@xenbuild2.aw2006-12-141-0/+1
|/
* [NET] back: Atomic buffer allocations use __GFP_NOWARN.kfraser@localhost.localdomain2006-12-111-2/+3
* merge with xen-unstable.hgawilliam@xenbuild2.aw2006-12-0818-81/+2392
|\
| * [LINUX] Kexec: Remove remainder of kexec-generic.patchIan Campbell2006-12-085-6/+5