summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/sparc/vm_machdep.c
AgeCommit message (Expand)Author
2007-06-20In vunmapbuf(), explicitely remove mappings before invoking uvm_km_free().Miod Vallat
2007-05-27pagemove() is no longer used.Miod Vallat
2006-01-20b_un.b_addr -> b_data; no functional change.Miod Vallat
2005-08-18Skip (trap) instruction in cpu_fork() instead of proc_trampoline().Mark Kettenis
2002-12-10Use CPU_ISSUN4M macro rather than check cputyp value. Consistent with the restMiod Vallat
2002-10-14Use uvm_km_valloc_prefer_wait instead of doing the same thing manually.Artur Grabowski
2002-02-20frantzen's stackghost code. wcookie is set at 0 right now, until debuggerTheo de Raadt
2002-01-16Don't include <sys/map.h> when you don't need what's in it.Miod Vallat
2001-12-19UBC was a disaster. It worked very good when it worked, but on someArtur Grabowski
2001-12-09splbio?!? Where did that come from?Artur Grabowski
2001-12-08Sprinkle pmap_update calls where relevant and some otherArtur Grabowski
2001-12-07In dvma_malloc_space and dvma_free allocate and map the memoryArtur Grabowski
2001-11-28Sync in more uvm changes from NetBSD.Artur Grabowski
2001-11-22more pmap_enter vs. pmap_kenter.Artur Grabowski
2001-11-07Add an alignment argument to uvm_map that specifies an alignment hintArtur Grabowski
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-11-06Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument,Artur Grabowski
2001-09-19merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okMichael Shalayeff
2001-09-17Use pmap_k* to map the buffer cache.Artur Grabowski
2001-08-08Fix broken logic in wait flags passed to extent_alloc.Artur Grabowski
2001-07-25Change the pmap_enter interface to merge access_type and the wired booleanArtur Grabowski
2001-07-05Get rid of the wrapper macros around extent_alloc*1Artur Grabowski
2001-06-10Art error #2Theo de Raadt
2001-06-08Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface toArtur Grabowski
2001-05-18Remove a duplicate variable initialization in vunmapbuf(), and removeMiod Vallat
2001-05-10UVM is no longer optional on sparc.Artur Grabowski
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
2001-01-15- increase the amount of space mapped for dvma on sun4mJason Wright
2000-06-08Add explicit inclusions of signalvar.h to files actually using syms definedNiklas Hallqvist
2000-06-05Changes to exit handling.Artur Grabowski
2000-05-01When cache is mandatory, don't pmap_enter uncached in vmapbuf.Artur Grabowski
2000-02-28Sanitize v{,un}mapbuf. (use the sizes we are passed, not the size from b_coun...Theo de Raadt
2000-02-21move fpproc into the cpuinfo structure.Artur Grabowski
2000-02-21When mapping something into iommu space hypersparc requires us to align itArtur Grabowski
2000-02-18In vmapbuf expand uvm_km_valloc_wait into a direct call to uvm_mapArtur Grabowski
2000-02-17In dvma_mapout don't try to flush unmapped memory from cache.Artur Grabowski
2000-02-15Use extents instead of rmaps to handle dvma space.Artur Grabowski
1999-12-09Since we uncache the memory in dvma_malloc, it is a good idea to recacheit inArtur Grabowski
1999-09-03Change the pmap_enter api to pass down an argument that indicatesArtur Grabowski
1999-08-17New cpu_fork API to take a stack in which you point the child's stackpointerNiklas Hallqvist
1999-07-09vm_offset_t -> {v,p}addr_t and vm_size_t -> {v,p}size_tArtur Grabowski
1999-04-22UVM stuff. Mostly name changes.Artur Grabowski
1999-01-10Generalize cpu_set_kpc to take any kind of arg; mostly from NetBSDNiklas Hallqvist
1998-07-28Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t...Todd C. Miller
1997-08-08Mostly sync to NetBSD-current 970804.Jason Downs
1996-08-11netbsd port, now we merge our changes back inTheo de Raadt
1995-12-15new mapdev/()/mapiodev() calling convention uses "struct rom_reg *" to supplyTheo de Raadt
1995-11-10fix DVMA problem on sun4 systems with writeback cache. you needchuck
1995-10-18initial import of NetBSD treeTheo de Raadt