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_device.c
Age
Commit message (
Expand
)
Author
2021-12-15
Use a per-UVM object lock to serialize the lower part of the fault handler.
Martin Pieuchot
2021-10-23
Sprinkle uvm_obj_destroy() over UVM object recycling code.
Martin Pieuchot
2021-06-29
remove arch ifdefs around drm.h include
Jonathan Gray
2021-06-25
basic radeondrm / X support for riscv64. Ok kettenis@
Matthieu Herrb
2021-06-16
Change the prefix of UVM object functions to match NetBSD's.
Martin Pieuchot
2021-03-20
Sync some comments in order to reduce the difference with NetBSD.
Martin Pieuchot
2020-11-06
Remove unused `anon' argument from uvmfault_unlockall().
Martin Pieuchot
2020-10-24
We will soon have DRM on powerpc64.
Mark Kettenis
2020-10-21
Constify and use C99 initializer for "struct uvm_pagerops".
Martin Pieuchot
2019-12-08
Convert infinite sleeps to {m,t}sleep_nsec(9).
Martin Pieuchot
2019-07-18
R.I.P. UVM_WAIT(). Use tsleep_nsec(9) directly.
cheloha
2018-08-20
Preparations for arm64 radeondrm(4) support.
Mark Kettenis
2017-05-21
Enable radeondrm(4) on loongson to get accelerated graphics
Visa Hankala
2016-09-16
move the vm_page struct from being stored in RB macro trees to RBT functions
David Gwynne
2015-08-28
fairly simple sizes for free(); ok tedu
Theo de Raadt
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
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-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-07-11
Chuck Cranor rescinded clauses in his license
Jonathan Gray
2014-07-02
Use real parameter types for u{dv,vn}_attach() instead of void *
Matthew Dempsky
2014-04-13
compress code by turning four line comments into one line comments.
Ted Unangst
2013-08-13
Make the tree compile again on architectures without drm(4).
Mark Kettenis
2013-06-07
Add proper mmap(2) support for drm(4)/inteldrm(4). This changes the
Mark Kettenis
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
2011-07-03
Rip out and burn support for UVM_HIST.
Owain Ainsworth
2010-12-26
Kill pmap_phys_address(), and force every driver's mmap() routine to return
Miod Vallat
2010-04-30
Right now, if anything internal changes with a uvm object, diverse
Owain Ainsworth
2009-08-14
make the uvm device lock a mutex.
Owain Ainsworth
2009-08-06
reintroduce the uvm_tree commit.
Owain Ainsworth
2009-06-16
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-02
Instead of the global hash table with the terrible hashfunction and a
Owain Ainsworth
2009-05-12
Convert the udv_lock for the list of uvm_device objects over to a mutex.
Owain Ainsworth
2009-05-08
Remove static qualifier of functions that are not inline.
Ariane van der Steldt
2009-03-23
Remove space added in last commit. Pointed out by miod@.
Owain Ainsworth
2009-03-20
While working on some stuff in uvm I've gotten REALLY sick of reading
Owain Ainsworth
2007-10-29
MALLOC/FREE -> malloc/free
Charles Longeau
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-26
fix fmts for UVMHIST_LOG() entries making it more useful on 64bit archs; miod...
Michael Shalayeff
2006-01-16
add another uvm histroy for physpage alloc/free and propagate a debugging pgf...
Michael Shalayeff
2004-02-23
sync of pmap_update() calls with NetBSD. pmap_update is defined away on
Dale Rahn
2002-11-06
Eliminate the use of KERN_SUCCESS outside of uvm/
Artur Grabowski
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-12-19
UBC was a disaster. It worked very good when it worked, but on some
Artur Grabowski
2001-12-04
Yet another sync to NetBSD uvm.
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-07
Another sync of uvm to NetBSD. Just minor fiddling, no major changes.
Artur Grabowski
[next]