aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.6-xen-sparse
Commit message (Expand)AuthorAgeFilesLines
* Remove bind_evtchn_to_irq/unbind_evtchn_from_irq from thekaf24@firebug.cl.cam.ac.uk2005-10-075-28/+25
* The attached fixes a few things to make the blkfront and netfrontkaf24@firebug.cl.cam.ac.uk2005-10-076-72/+31
* Big simplification of the Xen event-channel interface.kaf24@firebug.cl.cam.ac.uk2005-10-077-38/+32
* User tools send evtchn notifications via /dev/xen/evtchnkaf24@firebug.cl.cam.ac.uk2005-10-062-1/+28
* Change how event channels are allocated and used by the controlkaf24@firebug.cl.cam.ac.uk2005-10-064-70/+223
* Merged.emellor@ewan2005-10-069-80/+85
|\
| * Ensure that all fields of evtchn_op_t are initialised whenkaf24@firebug.cl.cam.ac.uk2005-10-069-51/+49
| * Activate suspending/resuming of the TPM interface and addkaf24@firebug.cl.cam.ac.uk2005-10-051-34/+30
| * EVTCHNOP_alloc_unbound can allocate a port in an arbitrarykaf24@firebug.cl.cam.ac.uk2005-10-053-7/+18
* | Allow shutdown code SHUTDOWN_HALT, which we handle here in exactly the sameemellor@ewan2005-10-061-0/+9
|/
* Fix save/restore -- too much work being done inkaf24@firebug.cl.cam.ac.uk2005-10-051-20/+18
* Revert changes checked in by mistake in previous changeset.kaf24@firebug.cl.cam.ac.uk2005-10-051-13/+1
* Clean up DESTDIR handling. Default install is to rootkaf24@firebug.cl.cam.ac.uk2005-10-051-1/+13
* The attached patch places an updated TPM driver into the sparse directory. kaf24@firebug.cl.cam.ac.uk2005-10-057-261/+880
* Clean up sched_op() hypercall interface. One particularkaf24@firebug.cl.cam.ac.uk2005-10-047-185/+25
* Allow EVTCHNOP_bind_{ipi,virq} to specify the vcpu tokaf24@firebug.cl.cam.ac.uk2005-10-041-0/+4
* Rename VCPUOP_craete to VCPUOP_initialise. It is likely thatkaf24@firebug.cl.cam.ac.uk2005-10-042-3/+3
* Merge to restore reverted changes.jrb44@swoop.cl.cam.ac.uk2005-10-041-3/+3
|\
| * Merged.emellor@ewan2005-10-041-221/+0
| * Fix debugging statement that was referring to non-existent field.emellor@ewan2005-10-041-3/+3
| * Added some DPRINTK statements, for debugging.emellor@ewan2005-10-041-4/+30
| |\ | |/ |/|
* | Export some more symbols.kaf24@firebug.cl.cam.ac.uk2005-10-043-0/+3
* | Create new vcpu_op() hypercall. Replaces old boot_vcpu()kaf24@firebug.cl.cam.ac.uk2005-10-036-80/+19
* | Allow adjustment of the size of TPM transfer buffers kaf24@firebug.cl.cam.ac.uk2005-10-033-6/+20
* | x86/64 was using the plain i386 version of the microcodekaf24@firebug.cl.cam.ac.uk2005-10-031-1/+1
* | Do not pickle vcpu state on save/restore. We can constructkaf24@firebug.cl.cam.ac.uk2005-10-036-90/+63
* | Dynamically allocate mmu_update array inkaf24@firebug.cl.cam.ac.uk2005-10-031-10/+22
* | remove useless ptep_establish_new function (called set_pte_at now)vh249@kneesaa.uk.xensource.com2005-10-022-232/+0
|/
* Also send xenbus notifications using evtchn as handle. It'skaf24@firebug.cl.cam.ac.uk2005-09-301-2/+2
* xencons must notify via evtchn. It can't use the irq as thekaf24@firebug.cl.cam.ac.uk2005-09-301-1/+2
* Fix earlier merge with Ewan's xenstore changes.kaf24@firebug.cl.cam.ac.uk2005-09-301-2/+0
* Update comment/variable names to reflect the fact that the backend paths nowemellor@ewan2005-09-301-4/+6
* Fix typos I introduced into tpmfront driver.kaf24@firebug.cl.cam.ac.uk2005-09-301-2/+2
* Allow kernel built with privileged operation support (e.g. -xen/-xen0) to be ...iap10@firebug.cl.cam.ac.uk2005-09-291-4/+7
* More save/restore code in interrupts-enabled contest, wherekaf24@firebug.cl.cam.ac.uk2005-09-292-4/+5
* Remove unused debug code.kaf24@firebug.cl.cam.ac.uk2005-09-292-42/+0
* Move xenbus_suspend outside critical region withkaf24@firebug.cl.cam.ac.uk2005-09-291-2/+2
* Avoid verbosity when connection xenbus -> xenstore.kaf24@firebug.cl.cam.ac.uk2005-09-291-1/+0
* Don't define vectors for IPIs we don't use in Xeniap10@firebug.cl.cam.ac.uk2005-09-291-1/+1
* Slight rejig avoids grant entry warning message on xm save.kaf24@firebug.cl.cam.ac.uk2005-09-292-15/+7
* full devices expect to be able to read the partition table during xlvbd_addvh249@kneesaa.uk.xensource.com2005-09-291-1/+1
* Define new notify_remote_via_irq() interface which is akaf24@firebug.cl.cam.ac.uk2005-09-2913-31/+42
* Change semantics of bind_evtchn_to_xxx andkaf24@firebug.cl.cam.ac.uk2005-09-2920-156/+133
* VIRQs and IPIs on VCPU#0 are automatically re-bound on save/restore.kaf24@firebug.cl.cam.ac.uk2005-09-298-97/+66
* Reindent more xenlinux files. Remove defunct header file.kaf24@firebug.cl.cam.ac.uk2005-09-2914-808/+820
* Fix fixed-point long multiplication used in time deltakaf24@firebug.cl.cam.ac.uk2005-09-281-1/+1
* mergekaf24@firebug.cl.cam.ac.uk2005-09-2812-405/+421
|\
| * Fix gnttab setup, which I broke 2 changesets ago.kaf24@firebug.cl.cam.ac.uk2005-09-281-1/+2
| * This patch fixes a race between when the disable cpu is marked onlinekaf24@firebug.cl.cam.ac.uk2005-09-281-7/+11
| * Reindent grant-table kernel code and reserve first fewkaf24@firebug.cl.cam.ac.uk2005-09-283-244/+263