index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
atari
/
include
/
pmap.h
Age
Commit message (
Expand
)
Author
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