| Age | Commit message (Expand) | Author |
| 2009-12-06 | Move initialization of protection_codes[] and kernel_pmap() | tsutsui |
| 2009-03-13 | Use separate free lists for TT and ST ram, and give TT a lower id | abs |
| 2009-01-01 | Pull the following amiga's pmap changes to atari: | tsutsui |
| 2008-12-09 | Make pmap_kernel() a MI macro for struct pmap *kernel_pmap_ptr, | pooka |
| 2008-11-15 | Remove bogus DEBUG uvm_map() calls - (sync with amiga pmap). From Tuomo | abs |
| 2008-01-11 | Include <sys/simplelock.h> to pull in appropriate definitions. | he |
| 2007-02-21 | Replace the Mach-derived boolean_t type with the C99 bool type. A | thorpej |
| 2006-02-16 | Change "inline" back to "__inline" in .h files -- C99 is still too | perry |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-04-02 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2002-09-22 | it really helps to get the stub right before cutting + pasting it 27 times. | chs |
| 2002-09-22 | add pmap_remove_all() hook (empty on most platforms so far). | chs |
| 2001-09-10 | Update pmap_update to now take the updated pmap as an argument. | chris |
| 2001-05-26 | replace vm_page_t with struct vm_page *. | chs |
| 2001-05-26 | replace {simple_,}lock{_data,}_t with struct {simple,}lock {,*}. | chs |
| 2001-04-22 | Undo a misguided previous change to the pmap_update() API. | thorpej |
| 2001-04-22 | Give pmap_update() an argument (a pmap_t) so that it knows which | thorpej |
| 2001-04-21 | #define away pmap_update() in <machine/pmap.h> so that no function | thorpej |
| 2000-09-28 | The Atari pmap does wired page accounting; advertize it to UVM. | is |
| 1999-02-25 | Atari part of fix for pr 6152 | is |
| 1998-09-02 | Get rid of vm_offset_t/vm_size_t | leo |
| 1998-05-07 | Implement MACHINE_NEW_NONCONTIG. Implementation is based on Ignatios' amiga | leo |
| 1998-02-18 | Move pmap_map() function definition to MD headers, as appropriate. It's | cgd |
| 1998-01-06 | Garbage-collect pm_stchanged; it's not used by anything. | thorpej |
| 1998-01-06 | Garbage-collect use of the PCB's copy of the user segment table pointer. | thorpej |
| 1998-01-03 | Now that all ports have pmap_activate(), and it has an identical interface, | thorpej |
| 1998-01-01 | Change an argument name to PMAP_ACTIVATE() to more accurately describe the | thorpej |
| 1998-01-01 | - Make pmap_activate() and pmap_deactivate() take a struct proc *. | thorpej |
| 1997-06-10 | s/atari_btop/m68k_btop/ | veego |
| 1996-11-06 | pmap_changebit() no longer static. | leo |
| 1996-07-20 | Checkpoint integration of 68040 MMU support. Also fix oversight in allocation | leo |
| 1996-07-12 | Sync with atari_init cleanup | leo |
| 1996-04-18 | Yet more prototyping and -Wall fixes. | leo |
| 1995-06-09 | Support & require MACHINE_NONCONTIG | leo |
| 1995-04-16 | Changed '#endif KERNEL' -> '#endif /* _KERNEL */'. | leo |
| 1995-04-10 | Oops; finish that last change. | mycroft |
| 1995-04-10 | Bring back pmap_kernel(), for now always inlined as a pointer to | mycroft |
| 1995-03-30 | KERNEL -> _KERNEL | leo |
| 1995-03-26 | NetBSD/Atari, port by Leo Weppelman. | leo |