summaryrefslogtreecommitdiffstats
path: root/sys/i386/xen/xen_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Spell CRITICAL_ASSERT correctly.cperciva2011-01-041-2/+1
* Adjust the critical section protecting _xen_flush_queue to cover thecperciva2011-01-041-4/+11
* Rename HYPERVISOR_multicall (which performs the multicall hypercall) tocperciva2010-11-251-0/+21
* Remove vestigal debugging code which, in fork-heavy workloads, can causecperciva2010-11-251-1/+0
* Add VTOM(va) macro as xpmap_ptom(VTOP(va)) to convert to machine addresses.cperciva2010-11-201-14/+12
* Improve the Xen para-virtualized device infrastructure of FreeBSD:gibbs2010-10-191-2/+4
* - fix bootstrap for variable KVA_PAGESkmacy2010-02-211-81/+50
* Eliminate unused declarations.alc2010-01-101-3/+0
* make read_eflags and write_eflags accomplish the same effect on PVM as native,kmacy2009-10-011-10/+32
* Fix the Xen build for i386 PV mode.dfr2009-04-011-1/+35
* make sure that interrupts are disabled when handling page faults et alkmacy2009-02-031-4/+4
* merge 186535, 186537, and 186538 from releng_7_xenkmacy2008-12-291-1/+1
* Integrate 185578 from dfrkmacy2008-12-041-1/+3
* fix initialization for case of normal kernbasekmacy2008-12-041-215/+33
* handle case where eflags represents actual flags value whenkmacy2008-10-251-0/+2
* - move gdt, ldt allocation to before KPT allocationkmacy2008-10-191-40/+59
* Update xen/interface includes to the latest in mercurialkmacy2008-09-261-2/+2
* Make nkpt dependent on the size of the initial memory allocationkmacy2008-09-251-9/+7
* Some people have very strange notions of how large KVA_PAGES should be. Thekmacy2008-09-171-37/+55
* Get initial bootstrap of APs working under xen.kmacy2008-09-101-21/+18
* Accomodate the fact that the number of l1 pages varies with the size of the ...kmacy2008-09-021-5/+8
* Fix problem with large memory configuration by ensuring that all NKPTkmacy2008-09-021-0/+7
* - clean up interrupt handling for xen a tiny bitkmacy2008-08-201-6/+11
* protect queue_log not queuekmacy2008-08-191-2/+4
* Fix compilation without INVARIANTSkmacy2008-08-191-0/+6
* clean up initvalues to work correctly on PAEkmacy2008-08-171-56/+31
* Compile fixes for xen build.kmacy2008-08-151-29/+69
* Import i386 xen sub-arch files.kmacy2008-08-121-0/+1315
OpenPOWER on IntegriCloud