index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
uvm
/
uvm_pdaemon.c
Age
Commit message (
Expand
)
Author
2011-04-01
Typo in comment.
Kenneth R Westerback
2010-09-26
remove static so things show up in ddb.
Thordur I. Bjornsson
2009-10-14
Fix buffer cache backoff in the page daemon - deal with inactive pages to
Bob Beck
2009-08-08
fix the page daemon to back off the buffer cache correctly even in the case
Bob Beck
2009-08-02
Dynamic buffer cache support - a re-commit of what was backed out
Bob Beck
2009-07-22
Put the PG_RELEASED changes diff back in.
Owain Ainsworth
2009-06-26
Fix a use after free in the pagedaemon.
Owain Ainsworth
2009-06-17
date based reversion of uvm to the 4th May.
Owain Ainsworth
2009-06-16
Backout all changes to uvm after pmemrange (which will be backed out
Owain Ainsworth
2009-06-15
Back out all the buffer cache changes I committed during c2k9. This reverts t...
Bob Beck
2009-06-06
Somehow I missed comitting this.
Artur Grabowski
2009-06-05
Dynamic buffer cache sizing.
Bob Beck
2009-06-01
Since we've now cleared up a lot of the PG_RELEASED setting, remove the
Owain Ainsworth
2009-05-08
Remove static qualifier of functions that are not inline.
Ariane van der Steldt
2009-05-04
Instead of keeping two ints in the uvm structure specifically just to
Owain Ainsworth
2009-04-17
Another case of locking just to read uvmexp.free. Kill the locking, not
Owain Ainsworth
2009-04-15
We don't need to grab the fpageqlock to do nothing but look at the value
Owain Ainsworth
2009-04-14
The use of uvm.pagedaemon_lock is incredibly inconsistent. only a
Owain Ainsworth
2009-04-13
Convert the page queue lock to a mutex instead of a simplelock.
Owain Ainsworth
2009-04-06
Instead of doing splbio(); simple_lock(&uvm.aiodoned_lock); just replace
Owain Ainsworth
2009-03-20
While working on some stuff in uvm I've gotten REALLY sick of reading
Owain Ainsworth
2009-01-12
Register aiodoned_proc, although it is not used anywhere yet; PR #6034
Miod Vallat
2008-07-02
Make the pagedaemon a bit happier.
Artur Grabowski
2007-12-18
Turn the uvm_{lock/unlock}_fpageq() inlines into
Thordur I. Bjornsson
2007-06-18
Bring back Mickey's UVM anon change. Testing by thib@, beck@ and
Pedro Martelletto
2007-04-13
While splitting flags and pqflags might have been a good idea in theory
Artur Grabowski
2007-04-04
Mechanically rename the "flags" and "version" fields in struct vm_page
Artur Grabowski
2006-07-31
fix uvmhist #2: args are always u_long so fix missing %d and %x and no %ll; n...
Michael Shalayeff
2006-07-13
Back out the anon change. Apparently it was tested by a few, but most of
Theo de Raadt
2006-06-21
from netbsd: make anons dynamically allocated from pool.
Michael Shalayeff
2006-05-16
tpyo
Michael Shalayeff
2006-05-07
remove drain hooks from pool.
Ted Unangst
2002-05-24
Make sure that b_iodone handlers are called at splbio (and splassert(IPL_BIO)...
Artur Grabowski
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-02-10
spelling
Theo de Raadt
2002-01-02
Back out a few more uvm changes, especially wrt swap usage.
Miod Vallat
2001-12-19
UBC was a disaster. It worked very good when it worked, but on some
Artur Grabowski
2001-11-28
Sync in more uvm from NetBSD. Mostly just cosmetic stuff.
Artur Grabowski
2001-11-28
Sync in more uvm changes from NetBSD.
Artur Grabowski
2001-11-12
Bring in more changes from NetBSD. Mostly pagedaemon improvements.
Artur Grabowski
2001-11-10
Merge in some parts of the ubc work that has been done in NetBSD that are not
Artur Grabowski
2001-11-06
More sync to NetBSD.
Artur Grabowski
2001-11-06
Move the last content from vm/ to uvm/
Artur Grabowski
2001-11-05
Minor sync to NetBSD.
Artur Grabowski
2001-09-11
Don't include <vm/vm_kern.h> if you don't need foo_map.
Miod Vallat
2001-08-11
Various random fixes from NetBSD.
Artur Grabowski
2001-07-18
Make uvm_wait take a const char *
Artur Grabowski
2001-07-18
Get rid of the PMAP_NEW option by making it mandatory for all archs.
Artur Grabowski
2001-03-22
Sync style, typo, and comments a little closer to NetBSD. art@ ok
smart
2001-03-08
Replace thread_wakeup() with wakeup(). It is defined in vm_extern.h as a
smart
[next]