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
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
2001-11-06
Move the last content from vm/ to uvm/
Artur Grabowski
2001-11-05
Minor sync to NetBSD.
Artur Grabowski
2001-11-01
Don't allow negative offsets. Some type confusion.
Artur Grabowski
2001-11-01
Change d_mmap in struct cdevsw from:
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-08-06
Add a new type voff_t (right now it's typedefed as off_t) used for offsets
Artur Grabowski
2001-07-25
Change the pmap_enter interface to merge access_type and the wired boolean
Artur Grabowski
2001-07-18
Sync in more from NetBSD.
Artur Grabowski
2001-03-22
Sync style, typo, and comments a little closer to NetBSD. art@ ok
smart
2001-01-29
$OpenBSD$
Niklas Hallqvist
2000-03-15
Fix the NetBSD id strings.
Artur Grabowski
[next]