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
2014-11-16
Replace a plethora of historical protection options with just
Theo de Raadt
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2014-09-09
Make the cleaner, syncer, pagedaemon, aiodone daemons all
Bret Lambert
2014-07-12
Add a function to drop all clean pages on the page daemon queues and call
Mark Kettenis
2014-07-11
Chuck Cranor rescinded clauses in his license
Jonathan Gray
2014-07-08
subtle rearrangement of includes
Theo de Raadt
2014-07-08
bye bye UBC; ok beck dlg
Theo de Raadt
2014-04-13
compress code by turning four line comments into one line comments.
Ted Unangst
2014-02-06
add some more bufbackoff calls. uvm_wait optimistically (?), uvm_wait_pla
Ted Unangst
2014-02-06
parenthesis to make the math right. ok beck kettenis
Ted Unangst
2013-05-30
remove lots of comments about locking per beck's request
Ted Unangst
2013-05-30
remove simple_locks from uvm code. ok beck deraadt
Ted Unangst
2013-02-07
make sure the page daemon considers BUFPAGES_INACT when deciding
Bob Beck
2012-12-10
Always back the buffer cache off on any page daemon wakeup. This avoids
Bob Beck
2012-11-07
Fix the buffer cache.
Bob Beck
2011-07-06
uvm changes for buffer cache improvements.
Bob Beck
2011-07-03
Rip out and burn support for UVM_HIST.
Owain Ainsworth
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
[next]