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