summaryrefslogtreecommitdiff
path: root/sys/uvm/files.uvm
AgeCommit message (Expand)Author
2021-06-03uvm(9): Enable swap encryption by default.riastradh
2020-08-04G/C USE_TOPDOWN_VM. __USE_TOPDOWN_VM is used (and hidden)skrll
2020-06-29uvm(9): Switch from legacy rijndael API to new aes API.riastradh
2020-05-10Add missing dependency.pgoyette
2020-01-15Merge from yamt-pagecache (after much testing):ad
2019-12-27Redo the page allocator to perform better, especially on multi-core andad
2019-12-15Merge from yamt-pagecache:ad
2019-11-20Move all non-emulation-specific coredump code into the coredump module,pgoyette
2018-05-19Remove emap support. Unfortunately it never got to state where it would bejdolecek
2016-12-23"Make NetBSD great again!"cherry
2016-12-01allow the sizes of the maphist and pdhist to be set in the configmrg
2016-08-12Make UVMHIST_PRINT work again by making it define KERNHIST_PRINTskrll
2015-07-27Several changes and improvements in KMEM_GUARD:maxv
2015-04-12UVM_RESERVED_PAGES_PER_CPU must be a param, not a flag.joerg
2015-04-11Allow changing the per-cpu emergency page reservation via kernel config.joerg
2014-10-10Use opt_*.h to not polute CPPFLAGS.uebayasi
2014-10-10Define "uvm" attribute and mark files.uebayasi
2011-05-17fix the ordering and make UVMHIST enable KERNHIST automatically.mrg
2010-12-09Make UVM_PAGE_TRKOWN a real flag.uebayasi
2010-02-21rename the va0_disabled option and cpp conditional to "disable" as well,drochner
2010-02-18Disable mapping of virtual address 0 by user programs per default.drochner
2009-10-21Remove uarea swap-out functionality:rmind
2009-08-09Add [default] option to make UAREAs swappable. Disabling the option makesmatt
2009-06-28Ephemeral mapping (emap) implementation. Concept is based on the idea thatrmind
2009-03-29kernel memory guard for DEBUG kernels, proposed on tech-kern.ad
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad
2008-06-04- Switch off the map evcnts by default.ad
2007-10-25defparam PAGER_MAP_SIZE.yamt
2007-07-17Add native mremap system call based on the UVM implementation forjoerg
2006-11-25PR/34837: Mindaguas: Add SysV SHM dynamic reallocation and locking to thechristos
2006-10-12uobj_wirepages and uobj_unwirepages from Mindaugas. PR/34771.yamt
2006-09-30add ubc window hit/miss evcnts.yamt
2006-09-15merge yamt-pdpolicy branch.yamt
2006-01-21implement compat_linux mremap.yamt
2005-11-29merge yamt-readahead branch.yamt
2005-11-29read-ahead statistics.yamt
2005-11-27Move UVM files to files.uvmthorpej