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