Age | Commit message (Expand) | Author |
2023-04-13 | pmap_copy() has never, ever, been implemented in any of the platforms OpenBSD | Miod Vallat |
2023-01-01 | With the introduction of the PMAP_PREFER_{ALIGN,OFFSET} macros a long time ago, | Miod Vallat |
2022-09-10 | Remove pmap_collect() when a no-op, define __HAVE_PMAP_COLLECT otherwise. | Miod Vallat |
2022-08-07 | Move fallback PMAP_PREFER definitions from uvm_map.c to uvm_pmap.h for them | Miod Vallat |
2019-12-08 | Remove an unnecessary #ifndef PMAP_EXCLUDE_DECLS. It was last utilized | Visa Hankala |
2018-10-31 | Add support to uvm to establish write-combining mappings. Use this in the | Mark Kettenis |
2016-10-19 | Change pmap_proc_iflush() to take a process instead of a proc | Philip Guenther |
2016-03-03 | Remove option USER_LDT and everything depending on it. | Christian Weisgerber |
2015-11-10 | UVM change needed for vmm. | Mike Larkin |
2015-02-15 | Change pmap_remove_holes() to take a vmspace instead of a map as its argument. | Miod Vallat |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |
2010-11-18 | Declare pmap_proc_iflush() in <uvm/uvm_pmap.h> unless <machine/pmap.h> | Miod Vallat |
2009-02-05 | Add some (currently unused) MD pmap flags to be used for pushing in | Owain Ainsworth |
2007-09-10 | Introduce a md pmap hook, pmap_remove_holes(), which is supposed to mark | Miod Vallat |
2005-04-04 | Nuke pmap_bootstrap_alloc(), not used anymore. | Miod Vallat |
2004-01-29 | fix prototype of pmap_update(), ok miod@ | Dale Rahn |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-09-10 | Change the pmap_zero_page and pmap_copy_page API to take the struct vm_page * | Artur Grabowski |
2002-03-18 | These are macro inlines on vax, so check if they're defined before | Hugh Graham |
2002-03-18 | $OpenBSD$ | Hugh Graham |
2002-03-14 | Prototype pmap_unwire() only if it's not already defined. ok drahn@. | Daniel Hartmeier |
2002-03-14 | do not proto pmap(de)activate if one was defined | Michael Shalayeff |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-14 | Don't prototype pmap_copy() if it is a macro | Todd C. Miller |
2002-02-16 | Don't prototype functions if they are really just macros. | Todd C. Miller |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-12-04 | Yet another sync to NetBSD uvm. | Artur Grabowski |
2001-11-28 | Sync in more uvm from NetBSD. Mostly just cosmetic stuff. | Artur Grabowski |
2001-11-28 | more sync to netbsd. some bugfixes in uvm_km_kmemalloc, lots of fixes in uvm_... | Artur Grabowski |
2001-11-28 | make pmap_virtual_space madatory in all pmaps. | Artur Grabowski |
2001-11-28 | pmap_kenter_pgs is not used and not really useful. remove. | Artur Grabowski |
2001-11-06 | Move the last content from vm/ to uvm/ | Artur Grabowski |