aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* Fail the build if NR_hypercalls is not a power of two.kaf24@firebug.cl.cam.ac.uk2006-04-101-0/+5
* Fix a couple of typos.kaf24@firebug.cl.cam.ac.uk2006-04-101-1/+1
* build: Clean up use of .PHONYkaf24@firebug.cl.cam.ac.uk2006-04-107-6/+31
* Remove various compile-time options from SEDF scheduler andkaf24@firebug.cl.cam.ac.uk2006-04-091-465/+262
* Clean up IO-APIC update tracing and demote to DPRINTK().kaf24@firebug.cl.cam.ac.uk2006-04-081-6/+5
* Fix remove_pin_at_irq(), introduced with changesetkaf24@firebug.cl.cam.ac.uk2006-04-081-9/+14
* Added trace buffer virtual irq to implement non-polling trace record access.kaf24@firebug.cl.cam.ac.uk2006-04-083-1/+26
* Robustify and add tracing to the IO-APIC update hypercall.kaf24@firebug.cl.cam.ac.uk2006-04-071-32/+110
* Fix my slightly broken change to pirq_mask logic -- we mustkaf24@firebug.cl.cam.ac.uk2006-04-072-2/+2
* Turn pirq_mask into a generic bitmap type.kaf24@firebug.cl.cam.ac.uk2006-04-073-34/+23
* Avoid double slashes in linker object file lists.kaf24@firebug.cl.cam.ac.uk2006-04-071-1/+1
* Clean up xenoprof code a bit. The main remaining TODO is tokaf24@firebug.cl.cam.ac.uk2006-04-078-153/+132
* Do not accept empty definition of __XEN_INTERFACE_VERSION__kaf24@firebug.cl.cam.ac.uk2006-04-071-4/+1
* Support __XEN_INTERFACE_VERSION__ defined to the empty string.cl349@firebug.cl.cam.ac.uk2006-04-071-1/+4
* Add xenoprof supportack@kneesa.uk.xensource.com2006-04-0616-1/+2227
* Merge. smh22@firebug.cl.cam.ac.uk2006-04-067-81/+74
|\
| * Rename and clean up 'error_code' path in entry.S.kaf24@firebug.cl.cam.ac.uk2006-04-062-65/+56
| * Cleanups to do_callback_op() new hypercall changeset.kaf24@firebug.cl.cam.ac.uk2006-04-062-9/+10
| * Use machine_halt() where it makes sense, to halt all processorskaf24@firebug.cl.cam.ac.uk2006-04-065-7/+8
* | Make root page table sanity check on restore more generic. smh22@firebug.cl.cam.ac.uk2006-04-061-6/+7
|/
* Saner error handling in iret hypercall (x86/64).kaf24@firebug.cl.cam.ac.uk2006-04-061-1/+7
* Add code to make handling domain poweroff/reboot symmetrical betweenkaf24@firebug.cl.cam.ac.uk2006-04-062-0/+37
* Add new hypercall "set_callback" taking a callback identifier and theIan.Campbell@xensource.com2006-04-068-14/+259
* Backtrack on the new interface for reserved event-channelkaf24@firebug.cl.cam.ac.uk2006-04-059-68/+100
* Add new interface for allocating reserved event-channelkaf24@firebug.cl.cam.ac.uk2006-04-052-1/+56
* Clean up build system some more. No need to explicitlykaf24@firebug.cl.cam.ac.uk2006-04-0528-160/+70
* Clean up HDRS Makefile variable.kaf24@firebug.cl.cam.ac.uk2006-04-052-12/+15
* Add support for XCHG instruction accessing LAPIC device model.kaf24@firebug.cl.cam.ac.uk2006-04-055-1/+35
* Rename update_dom_time() to update_vcpu_system_time().kaf24@firebug.cl.cam.ac.uk2006-04-057-35/+31
* Extend the 'badpage' boot option to parse inclusivekaf24@firebug.cl.cam.ac.uk2006-04-051-7/+20
* Fix a regression in hvm_pio_assist() when booting Windowskaf24@firebug.cl.cam.ac.uk2006-04-051-44/+33
* We had reports of reboot not working on certain machines (specificallykaf24@firebug.cl.cam.ac.uk2006-04-043-82/+343
* With the standard (XEN) prefix and the setting of 8 words per line,kaf24@firebug.cl.cam.ac.uk2006-04-042-9/+10
* HVM patch to add pio IOREQ_WRITE OVERLAP/REPZ support in hvm io.ckaf24@firebug.cl.cam.ac.uk2006-04-041-21/+34
* Simplify the Xen genapic code. Many genapic hooks have beenkaf24@firebug.cl.cam.ac.uk2006-04-0424-723/+232
* fix mfn check of gnttab_transfer().sos22@douglas.cl.cam.ac.uk2006-04-041-2/+3
* Clean up subarch 'mach-foo' header files. No need forkaf24@firebug.cl.cam.ac.uk2006-04-0322-194/+32
* Remove send_IPI_all, send_IPI_allbutself and send_IPI_selfkaf24@firebug.cl.cam.ac.uk2006-04-038-176/+26
* Enable HYPERVISOR_sched_op() and HYPERVISOR_sched_opt_compat() for ia64.kaf24@firebug.cl.cam.ac.uk2006-04-021-2/+12
* Define __XEN_INTERFACE_VERSION__ when building Xen.kaf24@firebug.cl.cam.ac.uk2006-04-021-1/+11
* Rename sched_op->sched_op_compat and sched_op_new->sched_opkaf24@firebug.cl.cam.ac.uk2006-04-0110-31/+36
* [SVM] Do not update seg.base in realmode while obtaining the iokaf24@firebug.cl.cam.ac.uk2006-04-011-5/+1
* Add new boot parameter 'lowmem_emergency_pool' which createskaf24@firebug.cl.cam.ac.uk2006-04-011-1/+33
* Various softirq cleanups:kaf24@firebug.cl.cam.ac.uk2006-03-313-11/+8
* See panic messages before the post message processing.kaf24@firebug.cl.cam.ac.uk2006-03-311-0/+1
* Enable the setting and trapping of breakpoints for hvm guest.kaf24@firebug.cl.cam.ac.uk2006-03-312-0/+9
* Remove __HYPERVISOR_sched_op_new in favour of a header file interface version...cl349@firebug.cl.cam.ac.uk2006-03-302-2/+25
* Fix comment.smh22@firebug.cl.cam.ac.uk2006-03-301-2/+2
* More fixes to gdbserver for HVM guest debugging. Also fixkaf24@firebug.cl.cam.ac.uk2006-03-308-73/+46
* Use AFLAGS for assembly files so we can "+=" more flags.kaf24@firebug.cl.cam.ac.uk2006-03-303-3/+6