summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include/pmap.h
AgeCommit message (Expand)Author
2007-09-10Introduce a md pmap hook, pmap_remove_holes(), which is supposed to markMiod Vallat
2007-05-27Move powerpc to vm_page_md, 'throw it in' kettenis@Dale Rahn
2007-05-03Implement pmap_steal_memory() on powerpc. With some help from art@.Miod Vallat
2006-05-29clean userland namespace a bit more; ok miodTheo de Raadt
2005-12-17Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_tMiod Vallat
2005-10-09Nearly functional crashdump support for macppc. Because savecoreDale Rahn
2005-10-03G5 pmap support, most of this G5 work has been done by kettenis@Dale Rahn
2004-08-06rename sparc kill_user_windows() to pmap_unuse_final(). provide empty stubsTheo de Raadt
2004-07-13#define __HAVE_PMAP_DIRECT and use it. requested by artTed Unangst
2004-06-09rename POOLPAGE macros to pmap_map_directTed Unangst
2004-05-20Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpcMark Kettenis
2004-01-15Undo backout of this piece of 'SR restores', this feature is used byDale Rahn
2004-01-03backout segment register restore diff which causes reproducible hangs; ok der...Peter Valchev
2003-10-31Fix ppc segment register restores, this fixes the 1GB ram limit andDale Rahn
2002-09-15backout prematureTheo de Raadt
2002-09-15KNFTheo de Raadt
2002-09-12Change the PMAP_{MAP,UNMAP}_POOLPAGE api to take a vm_page as argumentArtur Grabowski
2002-07-24- change pte_spill_X() to take an extra parameter to determine ifDale Rahn
2002-07-15Perform accounting for executable pages on powerpc, prepare forDale Rahn
2002-07-12Cleanup: use less _t typedefs, use the structure itself.Dale Rahn
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-13Complete rewrite of the powerpc pmap handling, Instead of keepingDale Rahn
2001-12-05Update pmap_update macro for arches Art missed. Still just a noop.Todd C. Miller
2001-11-28Make pmap_update functions into nops so that we can have a consistentArtur Grabowski
2001-11-06Need to prototype pmap_pinit and pmap_release here.Artur Grabowski
2001-09-18Changing the way the pmap code works again.Dale Rahn
2001-09-10move vtophys proto into a port-area in order to remove it for macppc eventual...Michael Shalayeff
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-08-18Move pmap_{de,}activate to vm/pmap.h, it's same on all archs.Artur Grabowski
2001-07-18fxp and de are fixed, enable vtophysMichael Shalayeff
2001-07-18Fix prototype that art missed...Dale Rahn
2001-07-18Get rid of the PMAP_NEW option by making it mandatory for all archs.Artur Grabowski
2001-07-10Until fxp and if_de are fixed with the correct parameter to vtophys()Dale Rahn
2001-07-09looking at other archs vtophys lives thereMichael Shalayeff
2001-07-09more spacees, includes, protosMichael Shalayeff
2001-06-29header file include/define cleanup. commit N of many.Dale Rahn
2001-06-24Add prototypes for softnet, ofrootfound.Dale Rahn
2001-06-24Prototype functions used in macros in this header file.Dale Rahn
2001-05-26Add one more '0' in comment.Artur Grabowski
2001-05-25Implement PMAP_MAP_POOLPAGE.Artur Grabowski
2001-05-09More sync to NetBSD.Artur Grabowski
2001-02-22Improve the page mapped check algorithm in the powerpc pmap module,Dale Rahn
1997-01-09adding further support.Dale S. Rahn
1996-12-28adding OpenBSD tag to files.Dale S. Rahn
1996-12-21Check-in of powerpc kernel support.Dale S. Rahn