| Commit message (Expand) | Author | Age | Files | Lines |
* | Relax one of the new assertions in pmap_enter() a little. Specifically, | alc | 2010-06-11 | 1 | -1/+2 |
* | Reduce the scope of the page queues lock and the number of | alc | 2010-06-10 | 1 | -9/+13 |
* | Eliminate a stale comment. | alc | 2010-05-31 | 1 | -4/+0 |
* | Simplify the inner loop of pmap_collect(): While iterating over the page's | alc | 2010-05-30 | 1 | -2/+2 |
* | Merge various changes from i386/i386/pmap.c: | alc | 2010-05-30 | 1 | -72/+57 |
* | Push down page queues lock acquisition in pmap_enter_object() and | alc | 2010-05-26 | 1 | -4/+6 |
* | Roughly half of a typical pmap_mincore() implementation is machine- | alc | 2010-05-24 | 1 | -54/+53 |
* | On entry to pmap_enter(), assert that the page is busy. While I'm | alc | 2010-05-16 | 1 | -7/+16 |
* | Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), and | alc | 2010-05-08 | 1 | -20/+17 |
* | merge 194209 in to the i386/xen pmap | kmacy | 2010-04-30 | 1 | -46/+47 |
* | On Alan's advice, rather than do a wholesale conversion on a single | kmacy | 2010-04-30 | 1 | -2/+9 |
* | MFi386 r207205 | alc | 2010-04-27 | 1 | -13/+7 |
* | Resurrect pmap_is_referenced() and use it in mincore(). Essentially, | alc | 2010-04-24 | 1 | -3/+29 |
* | Make NKPT a kernel option on i386 so that it can be set to a non-default | jhb | 2010-03-10 | 1 | -0/+1 |
* | Introduce the new kernel sub-tree x86 which should contain all the code | attilio | 2010-02-25 | 1 | -2/+2 |
* | - fix bootstrap for variable KVA_PAGES | kmacy | 2010-02-21 | 2 | -85/+55 |
* | Allow the pmap code to be built with GCC from FreeBSD 7 again. | ed | 2010-02-18 | 1 | -0/+4 |
* | Recommit r193732: | ed | 2010-01-19 | 1 | -1/+1 |
* | Eliminate an unused declaration. | alc | 2010-01-11 | 1 | -3/+0 |
* | Eliminate unused declarations. | alc | 2010-01-10 | 1 | -3/+0 |
* | Unbreak the XEN build after r201751. | bz | 2010-01-08 | 1 | -0/+4 |
* | Make pmap_set_pg() static. | alc | 2010-01-07 | 1 | -1/+2 |
* | Eliminate unused variables (see r137912). | alc | 2010-01-07 | 1 | -2/+0 |
* | - revert pmap_kenter_temporary to taking a physical address | kmacy | 2009-12-10 | 1 | -1/+2 |
* | i386 has not (yet) any DEV_ATPIC conditional than axe it out from Xen | attilio | 2009-11-27 | 1 | -4/+0 |
* | fixup kernel core dumps on paravirtual guests | kmacy | 2009-11-24 | 1 | -1/+1 |
* | reflect that pg_ps_enabled is a tunable, not just a read-only sysctl | avg | 2009-11-11 | 1 | -1/+1 |
* | o Introduce vm_sync_icache() for making the I-cache coherent with | marcel | 2009-10-21 | 1 | -0/+5 |
* | make read_eflags and write_eflags accomplish the same effect on PVM as native, | kmacy | 2009-10-01 | 1 | -10/+32 |
* | fix UP compilation | kmacy | 2009-09-11 | 1 | -2/+0 |
* | Consolidate CPUID to CPU family/model macros for amd64 and i386 to reduce | jkim | 2009-09-10 | 1 | -1/+1 |
* | As was done in r196643 for i386 and amd64, swap the start/end virtual | kib | 2009-09-09 | 1 | -2/+2 |
* | Delete whitespace not in i386/pmap.c | adrian | 2009-09-01 | 1 | -1/+0 |
* | Migrate to use cpuset_t. | adrian | 2009-09-01 | 1 | -5/+4 |
* | Merge in the pat_works work from sys/i386/i386/pmap.c - primarily to reduce | adrian | 2009-09-01 | 1 | -65/+74 |
* | Fix broken build. | adrian | 2009-09-01 | 1 | -0/+1 |
* | Revert previous commit; that was left-over junk in the tree. | adrian | 2009-08-31 | 1 | -0/+2 |
* | Shuffle pagezero() into the same location as in sys/i386/i386/pmap.c. | adrian | 2009-08-31 | 2 | -18/+16 |
* | Port recent IPI enhachements to en: | attilio | 2009-08-15 | 1 | -0/+38 |
* | * Completely Remove the option STOP_NMI from the kernel. This option | attilio | 2009-08-13 | 1 | -2/+0 |
* | Fix XEN build breakage, by implementing pmap_invalidate_cache_range() | kib | 2009-07-29 | 1 | -16/+88 |
* | Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar to | jhb | 2009-07-24 | 1 | -1/+1 |
* | Change the handling of fictitious pages by pmap_page_set_memattr() on | alc | 2009-07-19 | 1 | -0/+19 |
* | Add support to the virtual memory system for configuring machine- | alc | 2009-07-12 | 1 | -1/+2 |
* | PAE adds another level to the i386 page table. This level is a small | alc | 2009-07-05 | 1 | -6/+5 |
* | Implement a facility for dynamic per-cpu variables. | jeff | 2009-06-23 | 1 | -0/+1 |
* | Revert my change; reintroduce __gnu89_inline. | ed | 2009-06-08 | 1 | -1/+1 |
* | Remove __gnu89_inline. | ed | 2009-06-08 | 1 | -1/+1 |
* | Fix the MP IPI code to differentiate between bitmapped IPIs and function IPIs. | adrian | 2009-05-31 | 1 | -12/+7 |
* | Remove some unused code in ipi_selected() . | adrian | 2009-05-31 | 1 | -5/+0 |