Age | Commit message (Expand) | Author |
2015-04-21 | Reduce differences between i386 pmap modes. | Mike Larkin |
2015-04-12 | Fix some KNF, spacing, and typo issues. Moving the deck chairs around to | Mike Larkin |
2015-04-12 | Bring PAE code back to life, in a different form. This diff (via bluhm then | Mike Larkin |
2015-03-13 | move some deck chairs around in preparation for i386 PAE. no functional | Mike Larkin |
2015-02-15 | Change pmap_remove_holes() to take a vmspace instead of a map as its argument. | Miod Vallat |
2015-01-09 | Cleanup some macros and #defines in i386 pmap. Previously committed and | Mike Larkin |
2014-12-23 | backout previous, because libkvm needs two pieces. will let mike | Theo de Raadt |
2014-12-22 | Move PD_MASK, PT_MASK and a couple macros into pmap.c. The only other | Mike Larkin |
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-07-11 | Chuck Cranor rescinded clauses in his license | Jonathan Gray |
2014-01-30 | Move declaration of struct vm_page_md from <machine/vmparam.h> to | Miod Vallat |
2014-01-06 | Increase NPTECL, as cache-lines are 64-bytes nowadays. | Stefan Fritsch |
2013-03-31 | try to avoid pulling in pte.h and other more crazy things. Checked against | Theo de Raadt |
2013-03-25 | PGSHIFT -> PAGE_SHIFT | Theo de Raadt |
2013-03-23 | refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added | Theo de Raadt |
2011-06-25 | ansi, no binary change | Jonathan Gray |
2011-05-07 | So long, uvm_pglist.h | Owain Ainsworth |
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-05-08 | Page Attribute Tables (PAT) support for x86. | Owain Ainsworth |
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-03 | Just like on amd64. Instead of keeping a bitmap of which cpus a pmap | Artur Grabowski |
2009-02-05 | add MD PMAP_NOCACHE flag to i386 and use it to implement the | Owain Ainsworth |
2008-12-18 | Don't set the global bit PG_G for kernel pmap low memory mappings. Use a | Kurt Miller |
2008-11-22 | Allow wired memory to be accounted on i386. This automatically changes | Mike Belopuhov |
2007-09-10 | Introduce a md pmap hook, pmap_remove_holes(), which is supposed to mark | Miod Vallat |
2007-05-29 | Remove support for 80386 processors. Apologies if you have one of | Tom Cosgrove |
2007-05-25 | Replace the overdesigned and overcomplicated tlb shootdown code with | Artur Grabowski |
2007-04-26 | Switch i386 pmap to VM_PAGE_MD. We store the MOD/REF flags in | Artur Grabowski |
2007-04-12 | untypo | Artur Grabowski |
2007-02-20 | Revert PAE pmap for now, until the strange bug is found. This stops | Tom Cosgrove |
2006-04-27 | implement separate PAE pmap that allows access to 64g of physmem | Michael Shalayeff |
2006-01-12 | Move to using gdt only (no more ldt in general case) but with a variable | Tobias Weingartner |
2005-11-23 | finnish the PTDPTDI and APTDPTDI conversion to PDSLOT_PTE and PDSLOT_APTE thu... | Michael Shalayeff |
2005-11-22 | pm_pdirpa is apaddr_t and PTDpaddr (on the contrary) is u_int32_t | Michael Shalayeff |
2005-11-14 | convert and remove the last traces of i386_round_page(), | Martin Reindl |
2004-12-14 | fix a comment. | Hans-Joerg Hoexer |
2004-08-06 | rename sparc kill_user_windows() to pmap_unuse_final(). provide empty stubs | Theo de Raadt |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2004-05-20 | Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpc | Mark Kettenis |
2003-05-26 | pmap_protect strikes again. | Artur Grabowski |
2003-05-13 | The current solution to handle the protection fault trap is not | Artur Grabowski |
2003-04-09 | Correct commentary describing page table layouts | Niklas Hallqvist |
2003-04-07 | Spring cleaning: remove unused code. | Niklas Hallqvist |
2002-11-24 | also no opt_user_ldt.h | Philipp Buehler |
2002-09-12 | Change the PMAP_PAGEIDLEZERO api to take the struct vm_page instead of the pa. | Artur Grabowski |
2002-07-31 | support for changing stack execution protection through mprotect() | Michael Shalayeff |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |