summaryrefslogtreecommitdiffstats
path: root/sys/uvm/uvm_init.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sync some comments in order to reduce the difference with NetBSD.mpi2021-03-201-21/+21
* Use per-CPU counters for fault and stats counters reached in uvm_fault().mpi2020-12-281-1/+11
* reorder uvm init to avoid use before initialisation.dlg2017-05-111-7/+12
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Introduce VM_KERNEL_SPACE_SIZE as a replacement formiod2015-02-071-4/+9
* Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latterguenther2014-12-171-3/+3
* Use MAP_INHERIT_* for the 'inh' argument to the UMV_MAPFLAG() macro,guenther2014-12-151-3/+3
* Replace a plethora of historical protection options with justderaadt2014-11-161-5/+5
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* Chuck Cranor rescinded clauses in his licensejsg2014-07-111-8/+1
* compress code by turning four line comments into one line comments.tedu2014-04-131-18/+4
* uvm_fault() will try to fault neighbouring pages for the MADV_NORMAL case,miod2014-04-031-1/+7
* Reduce installmedia pressure from new vmmap.ariane2012-03-151-1/+3
* New vmmap implementation.ariane2012-03-091-1/+13
* No "\n" needed at the end of panic() strings.krw2010-08-071-3/+3
* need pool.h to initialize the dma allocatorderaadt2010-07-131-1/+2
* dma_alloc() and dma_free(). This is a thin shim on top of a bag ofderaadt2010-07-131-1/+6
* reintroduce the uvm_tree commit.oga2009-08-061-5/+3
* date based reversion of uvm to the 4th May.oga2009-06-161-1/+1
* Backout all changes to uvm after pmemrange (which will be backed outoga2009-06-161-1/+2
* Instead of the global hash table with the terrible hashfunction and aoga2009-06-021-2/+1
* a few more memset changes.oga2009-05-021-4/+2
* While working on some stuff in uvm I've gotten REALLY sick of readingoga2009-03-201-2/+2
* init uvm_km_page memory a bit earlier to reduce pressure on pmap bootstrapkurt2008-11-241-3/+6
* Revert the change to use pools for <= PAGE_SIZE allocations. Itkettenis2008-10-181-2/+3
* Use pools to do allocations for all sizes <= PAGE_SIZE.art2008-09-291-3/+2
* Bring back Mickey's UVM anon change. Testing by thib@, beck@ andpedro2007-06-181-6/+4
* Truncate the addresses for the deadbeef values so that they don't needart2007-05-091-3/+3
* Allow machine-dependant overrides for the ``deadbeef'' sentinel values,miod2007-04-121-1/+18
* Back out the anon change. Apparently it was tested by a few, but most ofderaadt2006-07-131-4/+6
* from netbsd: make anons dynamically allocated from pool.mickey2006-06-211-6/+4
* introduce a new km_page allocator that gets pages from kernel_map usingtedu2004-04-191-1/+3
* Move the last content from vm/ to uvm/art2001-11-061-5/+2
* Minor sync to NetBSD.art2001-11-051-3/+2
* merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okmickey2001-09-191-2/+1
* Various random fixes from NetBSD.art2001-08-111-3/+2
* $OpenBSD$niklas2001-01-291-0/+1
* Convert bzero to memset(X, 0..) and bcopy to memcpy.art2000-09-071-1/+1
* Fix the NetBSD id strings.art2000-03-151-1/+1
* sync with NetBSD from 1999.05.24 (there is a reason for this date)art1999-08-231-5/+0
* add OpenBSD tagsart1999-02-261-0/+1
* Import of uvm from NetBSD. Some local changes, some code disabledart1999-02-261-0/+167