summaryrefslogtreecommitdiffstats
path: root/sys/i386/xen/pmap.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix XEN build breakage, by implementing pmap_invalidate_cache_range()kib2009-07-291-16/+88
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar tojhb2009-07-241-1/+1
* Change the handling of fictitious pages by pmap_page_set_memattr() onalc2009-07-191-0/+19
* Add support to the virtual memory system for configuring machine-alc2009-07-121-1/+2
* PAE adds another level to the i386 page table. This level is a smallalc2009-07-051-6/+5
* Revert my change; reintroduce __gnu89_inline.ed2009-06-081-1/+1
* Remove __gnu89_inline.ed2009-06-081-1/+1
* Fix the Xen build for i386 PV mode.dfr2009-04-011-0/+66
* Remove unnecessary page queues locking around vm_page_wakeup().alc2009-02-141-2/+0
* Don't try to directly update page tableskmacy2009-02-081-2/+5
* merge 186535, 186537, and 186538 from releng_7_xenkmacy2008-12-291-1/+1
* Make nkpt dependent on the size of the initial memory allocationkmacy2008-09-251-1/+2
* Get initial bootstrap of APs working under xen.kmacy2008-09-101-1/+1
* Fix boot time pmap_growkernel panic for case where vm is allocated >= 768Mkmacy2008-08-211-1/+3
* translate machine addresses to physical addresses in new code in pmap_initkmacy2008-08-171-3/+2
* Compile fixes for xen build.kmacy2008-08-151-18/+97
* Import i386 xen sub-arch files.kmacy2008-08-121-0/+4128
OpenPOWER on IntegriCloud