Age | Commit message (Expand) | Author |
2016-02-08 | Set EPT bits of guest pages in pmap_enter instead of doing it | Stefan Kempf |
2015-11-13 | vmm(4) kernel code | Mike Larkin |
2015-11-10 | pmap changes required for vmm. Changes include addition of pm_type to | Mike Larkin |
2015-08-22 | delete a wrong comment | Mike Larkin |
2015-08-20 | Remove an unused #include file from i386 and amd64 pmap.h | Mike Larkin |
2015-06-29 | Remove some unused #defines | Mike Larkin |
2015-06-24 | Remove a couple of unused and old #defines that discussed phys and virt | Mike Larkin |
2015-03-10 | Make the amd64 pmap (more) mpsafe by protecting both the pmap itself and the | Mark Kettenis |
2015-02-19 | remove unused struct and #define | Mike Larkin |
2015-02-15 | Change pmap_remove_holes() to take a vmspace instead of a map as its argument. | Miod Vallat |
2015-02-07 | Tedu the old idle page zeroing code. | Mark Kettenis |
2014-12-15 | fully parenthesize the PMAP_DIRECT_* macros | Philip Guenther |
2014-12-15 | move needed macros to pmap.c and delete stale ones. ok guenther | Ted Unangst |
2014-12-02 | delete all the simplelocks. ok deraadt | Ted Unangst |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-10-06 | Make amd64 pmap more efficient on multi-processor | Stefan Fritsch |
2014-09-16 | Simple cleanups for amd64 pmap | Stefan Fritsch |
2014-07-11 | Chuck Cranor rescinded clauses in his license | Jonathan Gray |
2014-03-16 | Comment fixes: document the direct map and the kernel image, correct | Philip Guenther |
2014-03-07 | We already assume global mappings (PG_G) are supported, so pmap_pg_g is | Philip Guenther |
2014-01-30 | Move declaration of struct vm_page_md from <machine/vmparam.h> to | Miod Vallat |
2013-03-31 | try to avoid pulling in pte.h and other more crazy things. Checked against | Theo de Raadt |
2013-03-21 | move kernel after 16MB. needed for additional growth that might come in a | Theo de Raadt |
2011-06-30 | ansi, no binary change | Jonathan Gray |
2011-03-23 | Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently. | Paul Irofti |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |
2010-11-30 | Extend bitmasks to 64-bit such that we can support up to 64 CPU cores. | Mark Kettenis |
2010-10-26 | The LDT is only used by dead compat code now, so load the ldt | Philip Guenthe |
2010-09-06 | Stop sending so many superfluous IPIs: zero out pm_cpus in pmap_create(), | Philip Guenthe |
2010-05-13 | Synchronise amd64 more with other PMAP_DIRECT architectures. (step 1, | Owain Ainsworth |
2010-05-08 | Page Attribute Tables (PAT) support for x86. | Owain Ainsworth |
2010-04-22 | - remove ptei(), which was verified to be unused. | Jasper Lievisse Adriaanse |
2009-12-09 | sloppy oga, tsk tsk, you are scaring us | Theo de Raadt |
2009-12-09 | add two new MD only pmap apis to amd64 and i386 (not to be used in MI | Owain Ainsworth |
2009-08-11 | fix some stupidity in x86 bus_space_map. | Owain Ainsworth |
2009-06-09 | revert guenther@'s un-revert of art's curpmap. | Kenneth R Westerback |
2009-06-06 | Unrevert the curpmap change with the addition of correct %gs handling | Philip Guenthe |
2009-06-05 | Revert the curpmap change. We know the IPI is broken on both ends, | Philip Guenthe |
2009-05-28 | Bring back the curpmap change. It was missing a reload of the pmap on | Artur Grabowski |
2009-04-27 | turning pmap_deactivate into a NOP brought back the reaper panics, probably | Theo de Raadt |
2009-04-23 | Make pmap_deactivate a NOP. | Artur Grabowski |
2009-03-30 | Remove the direct uncached map. All its users have been removed. | Owain Ainsworth |
2009-02-05 | Mirroring the i386 commit just made. Add MD PMAP_NOCACHE flag to pmap, | Owain Ainsworth |
2008-06-10 | All your memory belong to us. This has been in snaps for a while, | Tobias Weingartner |
2008-05-23 | - remove USER_LDT, it was never in a state where it would copile, nor will | Jasper Lievisse Adriaanse |
2007-09-10 | Introduce a md pmap hook, pmap_remove_holes(), which is supposed to mark | Miod Vallat |
2007-07-06 | Fix a misleading comment. | Artur Grabowski |
2007-05-29 | PMAP_STEAL_MEMORY for amd64 | Artur Grabowski |
2007-05-27 | add pmap_(un)map_nc_direct() macro's to match the non-nc versions | Jason Wright |
2007-05-27 | - Redo the way we set up the direct map. Map the first 4GB of it | Artur Grabowski |