index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
mvme88k
/
include
/
mmu.h
Age
Commit message (
Expand
)
Author
2004-04-26
Fix RCSID
Miod Vallat
2004-04-26
Start factorizing luna88k and mvme88k common parts.
Miod Vallat
2003-12-19
When temporarily unlocking a pmap, do not release the spl as well.
Miod Vallat
2003-11-08
Inline invalidate_pte().
Miod Vallat
2003-10-13
Get rid of the "page table group" stuff. "groups" used to be one logical page
Miod Vallat
2003-10-05
Kill vm_offset_t and vm_size_t, in favor of the [pv]addr_t and [pv]size_t
Miod Vallat
2003-09-26
Death to the bitfields, this time cmmu_apr_t and batc_entry_t. In the
Miod Vallat
2003-09-07
The PTE bit used to flag wiring is zeroed behind our back on 88110, so
Miod Vallat
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-01-24
Convert m88k pmap from physseg to VM_PAGE_MD.
Miod Vallat
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-12-24
- completely change the mmu segment and page table structure definitions,
Miod Vallat
2001-12-22
mc88110 mods.
Steve Murphree
2001-12-16
Revert the mvme88k to 20011212. Recent changes had not been merged correctly,
Miod Vallat
2001-12-13
Support for MVME197 completed. Fix SPL defs.
Steve Murphree
2001-08-24
Cleanup.
Miod Vallat
2001-08-12
#(endif|else) foo is incorrect, make it #endif /* foo */
Heikki Korpela
2001-08-07
One more typo.
Miod Vallat
2001-06-27
rip old vm
Artur Grabowski
2001-06-14
Big cleanup of VM issues:
Miod Vallat
2001-03-09
kernel will compile with -Werror. Added intr.h
Steve Murphree
2001-01-14
Complete move to UVM virtual memory system. More header fixes.
Steve Murphree
2001-01-13
Booting kernel with MACHINE_NEW_NONCONTIG. UVM code added but not working.
Steve Murphree
1999-02-09
Added kernel support for user debugging. Fixed file ID's
Steve Murphree
1997-03-03
Cleanup after import. This also seems to bring up the current version.
Dale S. Rahn
1997-03-03
This is a remove to get rid of the old mvme88k port which was incomplete
Dale S. Rahn
1995-10-18
initial 88k import; code by nivas and based on mach luna88k
Theo de Raadt