aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.6-xen-sparse
Commit message (Expand)AuthorAgeFilesLines
...
* linux-x86_64: Sync with native.cl349@firebug.cl.cam.ac.uk2006-03-181-1/+2
* Fix a race that crash domU by calling xenbus_probe twice if it receive eventvhanquez@kneesa.uk.xensource.com2006-03-181-3/+3
* merge with xen-ia64-unstable.hgkaf24@firebug.cl.cam.ac.uk2006-03-1812-22/+45
|\
| * Update to Linux 2.6.16-rc6.cl349@firebug.cl.cam.ac.uk2006-03-1812-22/+45
* | mergeawilliam@xenbuild.aw2006-03-1714-28/+56
|\|
| * Reinitialize producer and consumer index to 0 if indexes corruption are detectedvhanquez@kneesa.uk.xensource.com2006-03-171-2/+6
| * Substitute kmalloc+memset by kzalloc where possiblevhanquez@kneesa.uk.xensource.com2006-03-178-19/+8
| * Explicitly include time.h to get gettimeofday declaration.kaf24@firebug.cl.cam.ac.uk2006-03-161-0/+1
| * pcifront poll loop now checks gettimeofday rather than jiffies,kaf24@firebug.cl.cam.ac.uk2006-03-161-4/+16
| * Make MTU rx check in netfront more permissive to allow for 8021q vlan tagging.kaf24@firebug.cl.cam.ac.uk2006-03-151-2/+2
| * Do not BUG when receiving unexpected message type from xenbusvhanquez@kneesa.uk.xensource.com2006-03-151-1/+8
| * There is no need to pin page tables when XENFEAT_writable_page_tablesIan.Campbell@xensource.com2006-03-152-0/+15
* | [IA64] remaining privified insns removedawilliam@xenbuild.aw2006-03-163-22/+57
* | [IA64] remove warning of xen_init()awilliam@xenbuild.aw2006-03-151-0/+2
* | mergeawilliam@xenbuild.aw2006-03-1456-458/+598
|\|
| * Define a new sched_op hypercall called sched_op_new, which differs from thekaf24@firebug.cl.cam.ac.uk2006-03-147-13/+99
| * Add a read barrier to the time-values-uptodate xenlinux time checking function.kaf24@firebug.cl.cam.ac.uk2006-03-141-2/+3
| * When both stolen and blocked are rounded down, it is possible for thekaf24@firebug.cl.cam.ac.uk2006-03-141-3/+7
| * Fix PAE ptep_get_and_clear_full(). The fast path requires us to manually clearkaf24@firebug.cl.cam.ac.uk2006-03-141-0/+9
| * Initialise blkfront_info to zeroes after allocating it.kaf24@firebug.cl.cam.ac.uk2006-03-141-6/+2
| * Clean up block-device hotplug routines in xenlinux.kaf24@firebug.cl.cam.ac.uk2006-03-132-14/+13
| * Make time-backwarsd warning a run-time configurable option.kaf24@firebug.cl.cam.ac.uk2006-03-131-6/+34
| * No need to pin/unpin intermediate pagetables in x86/64 xenlinux.kaf24@firebug.cl.cam.ac.uk2006-03-124-69/+0
| * Add missing include of a header file to avoid a compile warning.kaf24@firebug.cl.cam.ac.uk2006-03-121-0/+1
| * pciback sends evtchn notification to pcifront when its request is processed.kaf24@firebug.cl.cam.ac.uk2006-03-121-0/+1
| * Changeset 9134 introduced a caching mechanism when xenbus_switch_statekaf24@firebug.cl.cam.ac.uk2006-03-111-1/+2
| * Map grant table pages in vmalloc kernel address space instead of fixmap.cl349@firebug.cl.cam.ac.uk2006-03-103-18/+43
| * Change the location of the shared_info page for auto_translated_physmap guests.cl349@firebug.cl.cam.ac.uk2006-03-094-7/+32
| * Build MTRR support into privileged xenlinux x86/64.kaf24@firebug.cl.cam.ac.uk2006-03-091-1/+1
| * Apply proper locking in xenlinux mtrr interface functions.kaf24@firebug.cl.cam.ac.uk2006-03-091-3/+12
| * Explain disadvantages of building pciback as a module in Kconfig help.kaf24@firebug.cl.cam.ac.uk2006-03-092-2/+4
| * Allow pciback to be built as a module.kaf24@firebug.cl.cam.ac.uk2006-03-087-30/+45
| * Allow pciback to be placed into a permissive mode of operation whereby it allowskaf24@firebug.cl.cam.ac.uk2006-03-081-1/+19
| * Trivial fix for pcifront bringup.kaf24@firebug.cl.cam.ac.uk2006-03-081-1/+3
| * Keep totalram_pages in sync with current_pages in balloon driver.kaf24@firebug.cl.cam.ac.uk2006-03-081-0/+2
| * Fix 64-bit Linux build.kaf24@firebug.cl.cam.ac.uk2006-03-081-1/+1
| * Upgrade all hypercalls to use the new guest_handle interface (on the Xen side).kaf24@firebug.cl.cam.ac.uk2006-03-074-6/+12
| * Cleanup i386 entry.S.cl349@firebug.cl.cam.ac.uk2006-03-071-81/+85
| * No need to re-set vm_pgoff before calling remap_pfn_range(). It will dokaf24@firebug.cl.cam.ac.uk2006-03-061-3/+2
| * Make /proc/xen/xsd_kva with permissions 0600 so it can be openedkaf24@firebug.cl.cam.ac.uk2006-03-061-1/+1
| * Cleanup whitespace.cl349@firebug.cl.cam.ac.uk2006-03-0626-193/+169
* | [IA64] compilation fix hypercall.hawilliam@xenbuild.aw2006-03-101-0/+1
|/
* Merged.emellor@leeni.uk.xensource.com2006-03-041-2/+23
|\
| * /proc/xen/xsd_kva exports mmap interface that xenstored now uses to map thekaf24@firebug.cl.cam.ac.uk2006-03-031-2/+23
* | Added a 'state' field to the xenbus_device structure, which caches the stateemellor@leeni.uk.xensource.com2006-03-043-11/+14
|/
* Merged.emellor@leeni.uk.xensource.com2006-03-035-335/+267
|\
| * Domain0 identifies IOAPIC by physical base address rather than BIOS-assigned ...kaf24@firebug.cl.cam.ac.uk2006-03-032-8/+8
| * VTPM fixes:kaf24@firebug.cl.cam.ac.uk2006-03-033-327/+259
* | Wait for the devices configured at start-up, before allowing the boot toemellor@leeni.uk.xensource.com2006-03-031-0/+49
|/
* Clean up use of wait_event_interruptible().kaf24@firebug.cl.cam.ac.uk2006-03-022-7/+25