aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.6-xen-sparse
Commit message (Expand)AuthorAgeFilesLines
* Fix the test inside all_devices_ready, and move it from xenbus_probe (aemellor@leeni.uk.xensource.com2006-04-101-26/+37
* Introduce page_to_bus() and use it in pci-dma-xen.c and swiotlb.c. Onkaf24@firebug.cl.cam.ac.uk2006-04-104-4/+6
* Do not disable spurious irq debugging in i386 xenlinux. It maykaf24@firebug.cl.cam.ac.uk2006-04-071-4/+0
* Power down an x86 system directly within domain0 rather thankaf24@firebug.cl.cam.ac.uk2006-04-071-0/+4
* Clean up xenoprof code a bit. The main remaining TODO is tokaf24@firebug.cl.cam.ac.uk2006-04-072-2/+2
* mergeack@kneesa.uk.xensource.com2006-04-063-17/+24
|\
| * Do not create blkback vbd kernel thread until fully connectedkaf24@firebug.cl.cam.ac.uk2006-04-063-17/+24
* | Add xenoprof supportack@kneesa.uk.xensource.com2006-04-067-2/+474
|/
* Cleanups to do_callback_op() new hypercall changeset.kaf24@firebug.cl.cam.ac.uk2006-04-063-7/+6
* Fix long-standing save/restore bug on x86-64. smh22@firebug.cl.cam.ac.uk2006-04-061-0/+19
* Clean up files created by the XenLinux boot-xen code.kaf24@firebug.cl.cam.ac.uk2006-04-061-0/+1
* Add code to make handling domain poweroff/reboot symmetrical betweenkaf24@firebug.cl.cam.ac.uk2006-04-061-0/+1
* Move misplaced CONFIG_KEXEC code chunk in setup-xen.c to its proper location.kaf24@firebug.cl.cam.ac.uk2006-04-061-5/+5
* Add new hypercall "set_callback" taking a callback identifier and theIan.Campbell@xensource.com2006-04-064-7/+44
* More simplifications to blkback:kaf24@firebug.cl.cam.ac.uk2006-04-064-45/+27
* Stupidly forgot there is a separate waitqueue for free pending requestkaf24@firebug.cl.cam.ac.uk2006-04-061-2/+5
* Fix the blkif_schedule() kthread loop. Much simpler; much more correct.kaf24@firebug.cl.cam.ac.uk2006-04-061-37/+10
* Allow CONFIG_DEBUG_INFO to be specified when buildingkaf24@firebug.cl.cam.ac.uk2006-04-061-224/+0
* Fix a problem that was caused by recent changes to the xenbus'skaf24@firebug.cl.cam.ac.uk2006-04-061-42/+79
* Remove unused code in netback's net_rx_action():kaf24@firebug.cl.cam.ac.uk2006-04-061-3/+0
* Use PAGE_OFFSET instead of __PAGE_OFFSET in netfront.c.kaf24@firebug.cl.cam.ac.uk2006-04-061-4/+4
* Remove unused teardown_irq() definition. Removes two files from sparse tree.kaf24@firebug.cl.cam.ac.uk2006-04-062-669/+0
* There are a couple of bugs with the current handling of reads and writeskaf24@firebug.cl.cam.ac.uk2006-04-051-5/+8
* Fix checksum-offload problems introduced in c/s 9514, due tokaf24@firebug.cl.cam.ac.uk2006-04-052-10/+21
* The attached patch fixes a race condition that occurs if after theemellor@leeni.uk.xensource.com2006-04-031-0/+1
* 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