aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.6-xen-sparse
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variable.cl349@firebug.cl.cam.ac.uk2006-03-231-2/+0
* Rename generic_page_range as apply_to_page_range, export the symbolkaf24@firebug.cl.cam.ac.uk2006-03-236-52/+60
* Support late binding of PCI devices to the PCI backend driver inkaf24@firebug.cl.cam.ac.uk2006-03-236-141/+519
* The PCI Frontend doesn't properly clean-up PCI buses and their deviceskaf24@firebug.cl.cam.ac.uk2006-03-232-13/+28
* Update and extend netif transmit/receive flag names.kaf24@firebug.cl.cam.ac.uk2006-03-232-2/+2
* merge with xen-ia64-unstable.hgkaf24@firebug.cl.cam.ac.uk2006-03-2210-127/+522
|\
| * Paravirtualise the CPUID instruction by forcing emulation with an invalid-opc...kaf24@firebug.cl.cam.ac.uk2006-03-227-43/+407
| * Clean up netfront. Eliminate some macros in favour of inline functions.kaf24@firebug.cl.cam.ac.uk2006-03-221-43/+52
| * Externally triggered reboot signal executes ctrl_alt_del()kaf24@firebug.cl.cam.ac.uk2006-03-221-24/+8
| * Replace evtchn macro maze with static inline functions.kaf24@firebug.cl.cam.ac.uk2006-03-221-17/+55
* | [IA64] build xen_sysfs by defaultawilliam@xenbuild.aw2006-03-222-0/+9
|/
* A few cleanups based on comments from Arjan van de Ven.kaf24@firebug.cl.cam.ac.uk2006-03-223-41/+24
* Use shiny new mutexes instead of semaphores where possible in our Linux code.kaf24@firebug.cl.cam.ac.uk2006-03-225-40/+40
* Licensing clarifications in Linux source files:kaf24@firebug.cl.cam.ac.uk2006-03-2239-122/+427
* On x86/64 a domU kernel just sits around forever on a panic becausekaf24@firebug.cl.cam.ac.uk2006-03-221-0/+19
* Clean up #include in init-xen.h.kaf24@firebug.cl.cam.ac.uk2006-03-211-4/+2
* Fix a build problem when enabling XEN_SYSFS on xen/ia64.kaf24@firebug.cl.cam.ac.uk2006-03-211-0/+1
* Nanosecs not usecs in a time comment.kaf24@firebug.cl.cam.ac.uk2006-03-211-1/+1
* 'permitted_clock_jitter' units are nanoseconds not microseconds.kaf24@firebug.cl.cam.ac.uk2006-03-211-1/+1
* Merged.emellor@leeni.uk.xensource.com2006-03-215-0/+409
|\
| * Creates a module that exports Xen Hypervisor attributes to sysfs. Thekaf24@firebug.cl.cam.ac.uk2006-03-215-0/+409
* | Only send the OFFLINE hotplug event if be->netif is set. Firstly, this ensuresemellor@leeni.uk.xensource.com2006-03-211-1/+2
* | Fix the implicit declaration of function `swiotlb_init' warning, by includingemellor@leeni.uk.xensource.com2006-03-211-0/+5
|/
* Update to Linux 2.6.16.cl349@firebug.cl.cam.ac.uk2006-03-202-2/+13
* Add poll() support to xenbus device file.kaf24@firebug.cl.cam.ac.uk2006-03-201-0/+12
* 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