aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/shadow.h
Commit message (Expand)AuthorAgeFilesLines
...
* Re-arrange code for followup patch and remove extra shadow_lock in function w...cl349@firebug.cl.cam.ac.uk2006-03-291-44/+42
* Lower-casify some macros, and rename kernel_mode() to guest_kernel_mode().kaf24@firebug.cl.cam.ac.uk2006-03-081-2/+2
* Change shadow_direct_map_init/clean param from vcpu to domain.kaf24@firebug.cl.cam.ac.uk2006-02-221-2/+2
* Fix problems with direct-mapping handling especially whenkaf24@firebug.cl.cam.ac.uk2006-02-161-2/+32
* Delete old 'shortcut' function __shadow_status() andkaf24@firebug.cl.cam.ac.uk2006-02-091-47/+5
* Build the phys_to_machine_mapping array in Xen rather thankaf24@firebug.cl.cam.ac.uk2006-02-031-1/+6
* Fix some more pfn/mfn/gmfn/gpfn inconsistencies. Fix some directkaf24@firebug.cl.cam.ac.uk2006-02-021-20/+20
* Rename physical-address-related variables and functionskaf24@firebug.cl.cam.ac.uk2006-02-011-65/+65
* Big merge the HVM full-virtualisation abstractions.kaf24@firebug.cl.cam.ac.uk2006-01-311-10/+7
* Clean up shadow-translate xen patches. Add abstractionskaf24@firebug.cl.cam.ac.uk2006-01-281-0/+38
* Turn down debug a bit, and generally tidy hings up a little.sos22@douglas.cl.cam.ac.uk2006-01-271-1/+1
* Merge up and generally make shadow mode be nice.sos22@douglas.cl.cam.ac.uk2006-01-271-1/+1
* Make shadow translate mode work for unprivileged, uniprocessor guestssos22@douglas.cl.cam.ac.uk2006-01-251-1/+1
* Rename per-domain cpumask to more descriptive domain_dirty_cpumask.kaf24@firebug.cl.cam.ac.uk2006-01-061-1/+1
* Clean up domain shutdown and modification of vcpukaf24@firebug.cl.cam.ac.uk2006-01-061-5/+5
* Remove direct references to frame_table array. Usekaf24@firebug.cl.cam.ac.uk2005-12-201-21/+21
* Clear all shadow caches when return to real mode from protect mode.kaf24@firebug.cl.cam.ac.uk2005-12-151-0/+2
* More fixes for live migrate on PAE and 64-bit. smh22@firebug.cl.cam.ac.uk2005-12-021-4/+4
* writable_pl1e in shadow mode is a machine address, sokaf24@firebug.cl.cam.ac.uk2005-11-301-1/+1
* mergeMichael.Fetterman@cl.cam.ac.uk2005-11-281-28/+12
|\
| * Allow __gpfn_to_mfn() to automatically deal with translated domains != current.Michael.Fetterman@cl.cam.ac.uk2005-11-281-21/+7
* | Shootdown TLB entries across all VCPUs for SMP shadow mode.kaf24@firebug.cl.cam.ac.uk2005-11-241-2/+2
* | Quiet down live migrate on PAE domains.smh22@firebug.cl.cam.ac.uk2005-11-241-6/+2
* | Clean up mark_dirty() implementation to check for log-dirtykaf24@firebug.cl.cam.ac.uk2005-11-241-69/+20
* | Fix __gpfn_to_mfn() to work correctly when not executedkaf24@firebug.cl.cam.ac.uk2005-11-231-11/+13
|/
* Add -Wdeclaration-after-statement to Xen and tools build.kaf24@firebug.cl.cam.ac.uk2005-11-221-1/+2
* Remove unnecessary assert. smh22@firebug.cl.cam.ac.uk2005-11-211-1/+0
* Attached patch allows PAE xenlinux to run in the shadow mode usingsmh22@firebug.cl.cam.ac.uk2005-11-111-7/+15
* Cleanup various shadow mode asserts.Michael.Fetterman@cl.cam.ac.uk2005-11-081-13/+23
* Small shadow pagetable fixes.kaf24@firebug.cl.cam.ac.uk2005-10-301-1/+1
* Attached patch avoids "Bad L1 flags 80" for VMX domains. Thanks Ian forkaf24@firebug.cl.cam.ac.uk2005-10-241-3/+11
* In the shadow mode, thanks to recent patches, the shadowkaf24@firebug.cl.cam.ac.uk2005-10-181-2/+0
* Because of a bug with reference counting against the target guest pagekaf24@firebug.cl.cam.ac.uk2005-10-131-1/+19
* Fix VMX domains not cleaning up properly, since some page refncts arekaf24@firebug.cl.cam.ac.uk2005-09-191-0/+2
* This patch is to boot 32-bit VMX guest on the 64-bit host.kaf24@firebug.cl.cam.ac.uk2005-09-021-17/+20
* Unify access to mpt using macros.kaf24@firebug.cl.cam.ac.uk2005-08-301-4/+4
* Now we have verbose=y in Xen by default, tidy up a few unhelpful printk's.iap10@freefall.cl.cam.ac.uk2005-08-141-5/+5
* Writable pagetables for x86/64. Xen portion.kaf24@firebug.cl.cam.ac.uk2005-08-081-6/+7
* Really just basic preparation: switch over PAE builds to the newkaf24@firebug.cl.cam.ac.uk2005-07-291-77/+1
* Shadow mode's writable-PTs should only allow guest kernels access to PTsmaf46@burn.cl.cam.ac.uk2005-07-191-3/+8
* Fix Xen build with PAE enabled, and a fix to helpkaf24@firebug.cl.cam.ac.uk2005-07-121-0/+77
* Now we have extended the patch to support x86_64 domU as well. Thekaf24@firebug.cl.cam.ac.uk2005-07-111-9/+18
* bitkeeper revision 1.1689 (42a58901_lkUvZPbAZcV8H9a9NNmtg)kaf24@firebug.cl.cam.ac.uk2005-06-071-4/+2
* bitkeeper revision 1.1688 (42a561d8CR-Fck16qBCLCOs9F40q3g)kaf24@firebug.cl.cam.ac.uk2005-06-071-6/+6
* bitkeeper revision 1.1654 (429f793bJpez_x78azX5iKCsmtPMUQ)cl349@firebug.cl.cam.ac.uk2005-06-021-66/+66
|\
| * bitkeeper revision 1.1644.1.1 (429f749dKFzVUg9NXDMVu4apHJvpNQ)kaf24@firebug.cl.cam.ac.uk2005-06-021-66/+66
* | bitkeeper revision 1.1653 (429f7931iJ8kgS9qBlBbtyY9irorQA)cl349@firebug.cl.cam.ac.uk2005-06-021-0/+1
|/
* bitkeeper revision 1.1643 (429f4488tj590Fmn5s5Gd_pv8fLXeg)kaf24@firebug.cl.cam.ac.uk2005-06-021-6/+6
* bitkeeper revision 1.1624 (429d7aa7Gb7U1ztIGbXeQ0gPWlG51g)kaf24@firebug.cl.cam.ac.uk2005-06-011-35/+34
* bitkeeper revision 1.1615.1.1 (429c8530L_ZtVuxsQcKwKB3yPuljog)kaf24@firebug.cl.cam.ac.uk2005-05-311-2/+4