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