index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
uvm
/
uvm_pdaemon.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
uvm changes for buffer cache improvements.
beck
2011-07-06
1
-7
/
+40
*
Rip out and burn support for UVM_HIST.
oga
2011-07-03
1
-24
/
+1
*
Typo in comment.
krw
2011-04-01
1
-2
/
+2
*
remove static so things show up in ddb.
thib
2010-09-26
1
-6
/
+6
*
Fix buffer cache backoff in the page daemon - deal with inactive pages to
beck
2009-10-14
1
-11
/
+4
*
fix the page daemon to back off the buffer cache correctly even in the case
beck
2009-08-08
1
-5
/
+11
*
Dynamic buffer cache support - a re-commit of what was backed out
beck
2009-08-02
1
-4
/
+6
*
Put the PG_RELEASED changes diff back in.
oga
2009-07-22
1
-33
/
+18
*
Fix a use after free in the pagedaemon.
oga
2009-06-26
1
-2
/
+7
*
date based reversion of uvm to the 4th May.
oga
2009-06-17
1
-11
/
+11
*
Backout all changes to uvm after pmemrange (which will be backed out
oga
2009-06-16
1
-13
/
+29
*
Back out all the buffer cache changes I committed during c2k9. This reverts three
beck
2009-06-15
1
-8
/
+6
*
Somehow I missed comitting this.
art
2009-06-06
1
-2
/
+1
*
Dynamic buffer cache sizing.
beck
2009-06-05
1
-6
/
+8
*
Since we've now cleared up a lot of the PG_RELEASED setting, remove the
oga
2009-06-01
1
-28
/
+13
*
Remove static qualifier of functions that are not inline.
ariane
2009-05-08
1
-6
/
+6
*
Instead of keeping two ints in the uvm structure specifically just to
oga
2009-05-04
1
-6
/
+6
*
Another case of locking just to read uvmexp.free. Kill the locking, not
oga
2009-04-17
1
-3
/
+1
*
We don't need to grab the fpageqlock to do nothing but look at the value
oga
2009-04-15
1
-4
/
+1
*
The use of uvm.pagedaemon_lock is incredibly inconsistent. only a
oga
2009-04-14
1
-22
/
+13
*
Convert the page queue lock to a mutex instead of a simplelock.
oga
2009-04-13
1
-12
/
+4
*
Instead of doing splbio(); simple_lock(&uvm.aiodoned_lock); just replace
oga
2009-04-06
1
-28
/
+10
*
While working on some stuff in uvm I've gotten REALLY sick of reading
oga
2009-03-20
1
-5
/
+3
*
Register aiodoned_proc, although it is not used anywhere yet; PR #6034
miod
2009-01-12
1
-1
/
+3
*
Make the pagedaemon a bit happier.
art
2008-07-02
1
-17
/
+10
*
Turn the uvm_{lock/unlock}_fpageq() inlines into
thib
2007-12-18
1
-9
/
+9
*
Bring back Mickey's UVM anon change. Testing by thib@, beck@ and
pedro
2007-06-18
1
-3
/
+3
*
While splitting flags and pqflags might have been a good idea in theory
art
2007-04-13
1
-25
/
+30
*
Mechanically rename the "flags" and "version" fields in struct vm_page
art
2007-04-04
1
-14
/
+14
*
fix uvmhist #2: args are always u_long so fix missing %d and %x and no %ll; no change for normal code
mickey
2006-07-31
1
-5
/
+5
*
Back out the anon change. Apparently it was tested by a few, but most of
deraadt
2006-07-13
1
-3
/
+3
*
from netbsd: make anons dynamically allocated from pool.
mickey
2006-06-21
1
-3
/
+3
*
tpyo
mickey
2006-05-16
1
-2
/
+2
*
remove drain hooks from pool.
tedu
2006-05-07
1
-4
/
+1
*
Make sure that b_iodone handlers are called at splbio (and splassert(IPL_BIO) in all known callers, just to make sure).
art
2002-05-24
1
-1
/
+3
*
First round of __P removal in sys
millert
2002-03-14
1
-4
/
+4
*
spelling
deraadt
2002-02-10
1
-2
/
+2
*
Back out a few more uvm changes, especially wrt swap usage.
miod
2002-01-02
1
-51
/
+37
*
UBC was a disaster. It worked very good when it worked, but on some
art
2001-12-19
1
-40
/
+188
*
Sync in more uvm from NetBSD. Mostly just cosmetic stuff.
art
2001-11-28
1
-33
/
+28
*
Sync in more uvm changes from NetBSD.
art
2001-11-28
1
-157
/
+14
*
Bring in more changes from NetBSD. Mostly pagedaemon improvements.
art
2001-11-12
1
-90
/
+96
*
Merge in some parts of the ubc work that has been done in NetBSD that are not
art
2001-11-10
1
-148
/
+164
*
More sync to NetBSD.
art
2001-11-06
1
-3
/
+7
*
Move the last content from vm/ to uvm/
art
2001-11-06
1
-4
/
+2
*
Minor sync to NetBSD.
art
2001-11-05
1
-3
/
+2
*
Don't include <vm/vm_kern.h> if you don't need foo_map.
miod
2001-09-11
1
-2
/
+1
*
Various random fixes from NetBSD.
art
2001-08-11
1
-2
/
+2
*
Make uvm_wait take a const char *
art
2001-07-18
1
-3
/
+3
*
Get rid of the PMAP_NEW option by making it mandatory for all archs.
art
2001-07-18
1
-11
/
+10
[next]