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_device.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sync some comments in order to reduce the difference with NetBSD.
mpi
2021-03-20
1
-13
/
+42
*
Remove unused `anon' argument from uvmfault_unlockall().
mpi
2020-11-06
1
-4
/
+4
*
We will soon have DRM on powerpc64.
kettenis
2020-10-24
1
-2
/
+3
*
Constify and use C99 initializer for "struct uvm_pagerops".
mpi
2020-10-21
1
-9
/
+12
*
Convert infinite sleeps to {m,t}sleep_nsec(9).
mpi
2019-12-08
1
-2
/
+3
*
R.I.P. UVM_WAIT(). Use tsleep_nsec(9) directly.
cheloha
2019-07-18
1
-3
/
+3
*
Preparations for arm64 radeondrm(4) support.
kettenis
2018-08-20
1
-4
/
+4
*
Enable radeondrm(4) on loongson to get accelerated graphics
visa
2017-05-21
1
-2
/
+3
*
move the vm_page struct from being stored in RB macro trees to RBT functions
dlg
2016-09-16
1
-2
/
+2
*
fairly simple sizes for free(); ok tedu
deraadt
2015-08-28
1
-3
/
+3
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
Replace a plethora of historical protection options with just
deraadt
2014-11-16
1
-2
/
+1
*
remove uneeded proc.h includes
jsg
2014-09-14
1
-2
/
+1
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-3
/
+3
*
Chuck Cranor rescinded clauses in his license
jsg
2014-07-11
1
-8
/
+1
*
Use real parameter types for u{dv,vn}_attach() instead of void *
matthew
2014-07-02
1
-4
/
+3
*
compress code by turning four line comments into one line comments.
tedu
2014-04-13
1
-68
/
+13
*
Make the tree compile again on architectures without drm(4).
kettenis
2013-08-13
1
-1
/
+4
*
Add proper mmap(2) support for drm(4)/inteldrm(4). This changes the
kettenis
2013-06-07
1
-1
/
+12
*
remove lots of comments about locking per beck's request
tedu
2013-05-30
1
-9
/
+2
*
remove simple_locks from uvm code. ok beck deraadt
tedu
2013-05-30
1
-9
/
+1
*
Rip out and burn support for UVM_HIST.
oga
2011-07-03
1
-18
/
+1
*
Kill pmap_phys_address(), and force every driver's mmap() routine to return
miod
2010-12-26
1
-5
/
+4
*
Right now, if anything internal changes with a uvm object, diverse
oga
2010-04-30
1
-6
/
+2
*
make the uvm device lock a mutex.
oga
2009-08-14
1
-34
/
+25
*
reintroduce the uvm_tree commit.
oga
2009-08-06
1
-3
/
+3
*
date based reversion of uvm to the 4th May.
oga
2009-06-16
1
-29
/
+46
*
Backout all changes to uvm after pmemrange (which will be backed out
oga
2009-06-16
1
-3
/
+3
*
Instead of the global hash table with the terrible hashfunction and a
oga
2009-06-02
1
-3
/
+3
*
Convert the udv_lock for the list of uvm_device objects over to a mutex.
oga
2009-05-12
1
-38
/
+22
*
Remove static qualifier of functions that are not inline.
ariane
2009-05-08
1
-11
/
+10
*
Remove space added in last commit. Pointed out by miod@.
oga
2009-03-23
1
-2
/
+2
*
While working on some stuff in uvm I've gotten REALLY sick of reading
oga
2009-03-20
1
-22
/
+10
*
MALLOC/FREE -> malloc/free
chl
2007-10-29
1
-5
/
+4
*
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
-8
/
+8
*
fix fmts for UVMHIST_LOG() entries making it more useful on 64bit archs; miod@ ok
mickey
2006-07-26
1
-6
/
+6
*
add another uvm histroy for physpage alloc/free and propagate a debugging pgfree check into pglist; no functional change for normal kernels; make histories uncommon
mickey
2006-01-16
1
-3
/
+3
*
sync of pmap_update() calls with NetBSD. pmap_update is defined away on
drahn
2004-02-23
1
-1
/
+5
*
Eliminate the use of KERN_SUCCESS outside of uvm/
art
2002-11-06
1
-2
/
+2
*
First round of __P removal in sys
millert
2002-03-14
1
-12
/
+12
*
UBC was a disaster. It worked very good when it worked, but on some
art
2001-12-19
1
-21
/
+19
*
Yet another sync to NetBSD uvm.
art
2001-12-04
1
-4
/
+4
*
Sync in more uvm from NetBSD. Mostly just cosmetic stuff.
art
2001-11-28
1
-14
/
+16
*
Sync in more uvm changes from NetBSD.
art
2001-11-28
1
-7
/
+7
*
Another sync of uvm to NetBSD. Just minor fiddling, no major changes.
art
2001-11-07
1
-87
/
+27
*
Move the last content from vm/ to uvm/
art
2001-11-06
1
-8
/
+6
*
Minor sync to NetBSD.
art
2001-11-05
1
-47
/
+43
*
Don't allow negative offsets. Some type confusion.
art
2001-11-01
1
-3
/
+6
*
Change d_mmap in struct cdevsw from:
art
2001-11-01
1
-14
/
+5
*
Don't include <vm/vm_kern.h> if you don't need foo_map.
miod
2001-09-11
1
-2
/
+1
[next]