aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.6-xen-sparse
Commit message (Expand)AuthorAgeFilesLines
* [linux] Delay making the VCPUOP_initialise calls until the cpu is brought upChristian Limpach2007-01-291-2/+8
* [LINUX] Force .data segment to be 4k aligned on i386.Ian Campbell2007-01-291-0/+1
* netfront: Better fix for netfront_tx_slot_available().kfraser@localhost.localdomain2007-01-251-5/+2
* netfront: Check availability of grant references in start_xmit().kfraser@localhost.localdomain2007-01-251-0/+4
* [linux] remove gratuitous differences with plain linux.Christian Limpach2007-01-241-3/+1
* [linux] Disable GENERIC_TIME until we have a xen clocksource.Christian Limpach2007-01-242-1914/+1
* bimodal blkback: Support multiple ring protocols.kfraser@localhost.localdomain2007-01-249-59/+299
* Close save-after-restore race.john.levon@sun.com2007-01-233-7/+6
* linux: Make resend_irq_on_evtchn() non-static for ia64 use.kfraser@localhost.localdomain2007-01-231-2/+2
* bimodal blkfront: Create a new node "protocol" in xenstore, add thekfraser@localhost.localdomain2007-01-231-0/+7
* bimodal: pvfb frontendkfraser@localhost.localdomain2007-01-231-1/+6
* linux: Fix enable_irq() crash by removing a BUG_ON() assumption in ourkfraser@localhost.localdomain2007-01-232-27/+25
* [PV-on-HVM] Make PV drivers on HVM kernels work on older kernels afterIan Campbell2007-01-222-1/+9
* linux/i386: widen physical address rangekfraser@localhost.localdomain2007-01-221-1/+1
* linux/i386: relax highpte pinning/write-protectingkfraser@localhost.localdomain2007-01-229-89/+342
* [LINUX] Fix native build.Ian Campbell2007-01-221-1/+1
* linux: Fix x86/64 build (which is failing on some systems).kaf24@localhost.localdomain2007-01-211-1/+2
* Add unsuspend hook for resuming devices in the checkpoint parent.kfraser@localhost.localdomain2007-01-192-0/+24
* Make xen_suspend handle resume.kfraser@localhost.localdomain2007-01-194-22/+36
* [merge] with xen-unstableChristian Limpach2007-01-1923-485/+1165
|\
| * [linux networking] Remove the code to allocate page sized skbs.Christian Limpach2007-01-187-233/+14
| * Merge with xen-ia64-unstable.hgkfraser@localhost.localdomain2007-01-181-8/+10
| |\
| | * [linux] remove gratuitous differences with plain linux.Christian Limpach2007-01-181-8/+10
| * | merge with xen-unstable.hgawilliam@xenbuild2.aw2007-01-172-7/+11
| |\|
| * | [IA64] Remove duplicate check is_running_on_xenawilliam@xenbuild2.aw2007-01-171-160/+2
| * | [IA64] Paravirtualize syscall path in file fsys.Sawilliam@xenbuild2.aw2007-01-161-0/+41
| * | [IA64] Add fsys.S to sparse treeawilliam@xenbuild2.aw2007-01-161-0/+884
| * | merge with xen-unstable.hgawilliam@xenbuild2.aw2007-01-1514-130/+199
| |\ \
| * | | [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
| |\ \ \
| * | | | [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-unstableChristian Limpach2007-01-1817-140/+216
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | linux: Allow microcode updates of smaller than default size.kfraser@localhost.localdomain2007-01-171-1/+1
| * | | | linux/i386: enhance dump_fault_path() in the highpte casekfraser@localhost.localdomain2007-01-171-6/+10
| | |_|/ | |/| |
| * | | 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