aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* Move construct_vmcs to arch_vmx_do_launch.kaf24@firebug.cl.cam.ac.uk2005-10-075-154/+116
* Big simplification of the Xen event-channel interface.kaf24@firebug.cl.cam.ac.uk2005-10-072-229/+97
* Change how event channels are allocated and used by the controlkaf24@firebug.cl.cam.ac.uk2005-10-061-1/+7
* Reformat the pfn_info structure to ensure thatkaf24@firebug.cl.cam.ac.uk2005-10-053-9/+12
* EVTCHNOP_alloc_unbound can allocate a port in an arbitrarykaf24@firebug.cl.cam.ac.uk2005-10-052-7/+21
* Emulate guest reads of CR4, masking features that Xenkaf24@firebug.cl.cam.ac.uk2005-10-051-0/+8
* Clean up DESTDIR handling. Default install is to rootkaf24@firebug.cl.cam.ac.uk2005-10-051-4/+0
* Handle the case where there are no spaces or parameterskaf24@firebug.cl.cam.ac.uk2005-10-051-3/+4
* Fix DOM0_PHYSINFO to return correct value for totalkaf24@firebug.cl.cam.ac.uk2005-10-054-1/+4
* Move setting of configuration variables to Config.mk.kaf24@firebug.cl.cam.ac.uk2005-10-051-1/+2
* Clean up sched_op() hypercall interface. One particularkaf24@firebug.cl.cam.ac.uk2005-10-046-26/+58
* Allow EVTCHNOP_bind_{ipi,virq} to specify the vcpu tokaf24@firebug.cl.cam.ac.uk2005-10-042-9/+15
* Rename VCPUOP_craete to VCPUOP_initialise. It is likely thatkaf24@firebug.cl.cam.ac.uk2005-10-042-11/+10
* Possible fix for the SEDF scheduler assertion problem.jrb44@plym.cl.cam.ac.uk2005-10-031-2/+8
* Create new vcpu_op() hypercall. Replaces old boot_vcpu()kaf24@firebug.cl.cam.ac.uk2005-10-036-122/+127
* Fix compiler warnings when shadow debugging is enabled.kaf24@firebug.cl.cam.ac.uk2005-09-291-4/+4
* Fix fixed-point long multiplication used in time deltakaf24@firebug.cl.cam.ac.uk2005-09-281-1/+1
* Remove broken assertion in 64-bit shadow pagetable code.kaf24@firebug.cl.cam.ac.uk2005-09-281-1/+0
* imported patch ../tmp/fix_free_monitor_pagetable.patchkaf24@firebug.cl.cam.ac.uk2005-09-282-9/+19
* Save immediate operand into mcip structure.yjiang5@vtsmp-build32.sh.intel.com2005-09-281-0/+1
* Currently the mmio_operands assumes writing to memory when operand 0 iskaf24@firebug.cl.cam.ac.uk2005-09-281-5/+9
* Fix build for pedantic compilers.kaf24@firebug.cl.cam.ac.uk2005-09-241-2/+1
* Fix debug build of Xen.kaf24@firebug.cl.cam.ac.uk2005-09-231-4/+0
* Restructure GNTTABOP_map_grant_ref.kaf24@firebug.cl.cam.ac.uk2005-09-234-279/+151
* Clean up xc_vmx_build():kaf24@firebug.cl.cam.ac.uk2005-09-233-110/+124
* Merge latest xen-unstable into xen-ia64-unstabledjm@kirby.fc.hp.com2005-09-2219-209/+206
|\
| * Netfront/back always use grant tables now. This cleans up akaf24@firebug.cl.cam.ac.uk2005-09-221-25/+10
| * Trivial spelling mistake fix.jbulpin@paploo.uk.xensource.com2005-09-211-1/+1
| * This patch fixes a bug where raise_softirq(SCHEDULE_SOFTIRQ) is calledkaf24@firebug.cl.cam.ac.uk2005-09-213-12/+9
| * Some cleanup in tpm-related files.kaf24@firebug.cl.cam.ac.uk2005-09-211-6/+8
| * Removes redundant/unnecessary __vmread/__vmwrite.kaf24@firebug.cl.cam.ac.uk2005-09-215-69/+113
| * Put_page on vmx_set_cr0 for multiple protected/real mode switch.kaf24@firebug.cl.cam.ac.uk2005-09-201-0/+5
| * Fix an operand size bug in the VMX MMIO decoder.kaf24@firebug.cl.cam.ac.uk2005-09-201-3/+3
| * Fix VMX domains not cleaning up properly, since some page refncts arekaf24@firebug.cl.cam.ac.uk2005-09-192-0/+4
| * The domain structure maintains several shadow mode stats,kaf24@firebug.cl.cam.ac.uk2005-09-192-5/+9
| * Start cleaning up grant tables. gnttab_donate now calledkaf24@firebug.cl.cam.ac.uk2005-09-154-89/+45
* | Patches and recipe to build an elilo.efi that will boot domain0 with initrddjm@kirby.fc.hp.com2005-09-224-0/+624
* | Remove all CONFIG_VTI, VTI now works dynamicallydjm@kirby.fc.hp.com2005-09-2230-166/+110
* | Minor change also needed in vcpu.c for guests to own ar.kr's.djm@kirby.fc.hp.com2005-09-211-1/+4
* | Fix dcr.pp and psr.pp support (non-VTI) so pfmon --system-wide worksdjm@kirby.fc.hp.com2005-09-204-4/+31
* | Get multiple domains working againdjm@kirby.fc.hp.com2005-09-202-1/+11
* | Merge vcpu phase 2djm@kirby.fc.hp.com2005-09-1930-520/+614
* | Add debug output for pfmon (default off, DEBUG_PFMON in config.h)djm@kirby.fc.hp.com2005-09-182-0/+14
* | Re-enable improved PAL code (time and perfmon work again). PAL code remappeddjm@kirby.fc.hp.com2005-09-183-13/+42
* | Add additional stats to track VHPT saturationdjm@kirby.fc.hp.com2005-09-162-0/+23
* | PAL cache flush (added during VTI merge) breaks on simulatordjm@kirby.fc.hp.com2005-09-161-4/+6
* | Comment out DTLB MATCH message as it is more frequent and annoying nowdjm@kirby.fc.hp.com2005-09-161-2/+2
* | Return rid mangling to previous method (to match hyperprivop.S)djm@kirby.fc.hp.com2005-09-161-2/+2
* | Script to generate diffs between linux-xen subdirs and real linuxdjm@kirby.fc.hp.com2005-09-161-0/+25
* | This patch fixes a severe bug in vtlb, where domU may face machine crashdjm@kirby.fc.hp.com2005-09-151-1/+1