aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.6-xen-sparse
Commit message (Expand)AuthorAgeFilesLines
* Handle failure to register the xen store event channel instead of3.0.2-branchedIan.Campbell@xensource.com2006-04-032-21/+26
* Make checksum handling in the virtual network drivers more robust.kaf24@firebug.cl.cam.ac.uk2006-04-027-32/+56
* [IA64] Include features header in xenbus_probe and build features.ckaf24@firebug.cl.cam.ac.uk2006-04-012-1/+2
* Fix do_IRQ high bit masking.cl349@firebug.cl.cam.ac.uk2006-03-315-8/+8
* Plumb network vif credit-based rate limiting thorugh xenbuskaf24@firebug.cl.cam.ac.uk2006-03-313-22/+41
* Disable xen bus and grant tables when supervisor_mode_kernel is enabled.Ian.Campbell@xensource.com2006-03-312-2/+14
* The ia64 build doesn't yet include drivers/xen/Kconfig directly so wekaf24@firebug.cl.cam.ac.uk2006-03-311-0/+5
* Merged.emellor@leeni.uk.xensource.com2006-03-3114-98/+209
|\
| * Remove __HYPERVISOR_sched_op_new in favour of a header file interface version...cl349@firebug.cl.cam.ac.uk2006-03-3014-96/+207
| * Change how we add the include asm override to CPPFLAGS.cl349@firebug.cl.cam.ac.uk2006-03-302-2/+2
* | Remove the transaction parameter from xenbus_switch_state and move the stateemellor@leeni.uk.xensource.com2006-03-3110-54/+48
|/
* Include the E7520 (e.g., Dell 1850) irqbalance quirk fix even whenkaf24@firebug.cl.cam.ac.uk2006-03-301-1/+1
* Same panic() behaviour as native Linux when running as domain 0.kaf24@firebug.cl.cam.ac.uk2006-03-301-2/+2
* Revert accidental commit.emellor@leeni.uk.xensource.com2006-03-291-1/+0
* Merged.emellor@leeni.uk.xensource.com2006-03-291-0/+1
* Fix save/restore on 64-bit. smh22@firebug.cl.cam.ac.uk2006-03-291-1/+1
* Fix save/restore bug; further rationalization of xenbus state machine smh22@firebug.cl.cam.ac.uk2006-03-291-5/+10
* Some fixes to IRET hypercall and failsafe callback handlers:kaf24@firebug.cl.cam.ac.uk2006-03-293-52/+94
* Clean up and fix VCPU hotplug and SMP save/restore.kaf24@firebug.cl.cam.ac.uk2006-03-286-97/+176
* Change do_IRQ high bit masking.cl349@firebug.cl.cam.ac.uk2006-03-285-10/+10
* Remove special handling of {set,clear}_in_cr4().cl349@firebug.cl.cam.ac.uk2006-03-282-28/+9
* Simplify the failsafe callback handler in x86/64 linux. It doesn'tkaf24@firebug.cl.cam.ac.uk2006-03-281-23/+3
* Add -xen buildconfig for ia64 and tweak CONFIG_VT setup to avoidkaf24@firebug.cl.cam.ac.uk2006-03-282-13/+16
* Whitespace.cl349@firebug.cl.cam.ac.uk2006-03-271-2/+1
* 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