summaryrefslogtreecommitdiffstats
path: root/sys/uvm/uvm_device.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sync some comments in order to reduce the difference with NetBSD.mpi2021-03-201-13/+42
* Remove unused `anon' argument from uvmfault_unlockall().mpi2020-11-061-4/+4
* We will soon have DRM on powerpc64.kettenis2020-10-241-2/+3
* Constify and use C99 initializer for "struct uvm_pagerops".mpi2020-10-211-9/+12
* Convert infinite sleeps to {m,t}sleep_nsec(9).mpi2019-12-081-2/+3
* R.I.P. UVM_WAIT(). Use tsleep_nsec(9) directly.cheloha2019-07-181-3/+3
* Preparations for arm64 radeondrm(4) support.kettenis2018-08-201-4/+4
* Enable radeondrm(4) on loongson to get accelerated graphicsvisa2017-05-211-2/+3
* move the vm_page struct from being stored in RB macro trees to RBT functionsdlg2016-09-161-2/+2
* fairly simple sizes for free(); ok teduderaadt2015-08-281-3/+3
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Replace a plethora of historical protection options with justderaadt2014-11-161-2/+1
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-3/+3
* Chuck Cranor rescinded clauses in his licensejsg2014-07-111-8/+1
* Use real parameter types for u{dv,vn}_attach() instead of void *matthew2014-07-021-4/+3
* compress code by turning four line comments into one line comments.tedu2014-04-131-68/+13
* Make the tree compile again on architectures without drm(4).kettenis2013-08-131-1/+4
* Add proper mmap(2) support for drm(4)/inteldrm(4). This changes thekettenis2013-06-071-1/+12
* remove lots of comments about locking per beck's requesttedu2013-05-301-9/+2
* remove simple_locks from uvm code. ok beck deraadttedu2013-05-301-9/+1
* Rip out and burn support for UVM_HIST.oga2011-07-031-18/+1
* Kill pmap_phys_address(), and force every driver's mmap() routine to returnmiod2010-12-261-5/+4
* Right now, if anything internal changes with a uvm object, diverseoga2010-04-301-6/+2
* make the uvm device lock a mutex.oga2009-08-141-34/+25
* reintroduce the uvm_tree commit.oga2009-08-061-3/+3
* date based reversion of uvm to the 4th May.oga2009-06-161-29/+46
* Backout all changes to uvm after pmemrange (which will be backed outoga2009-06-161-3/+3
* Instead of the global hash table with the terrible hashfunction and aoga2009-06-021-3/+3
* Convert the udv_lock for the list of uvm_device objects over to a mutex.oga2009-05-121-38/+22
* Remove static qualifier of functions that are not inline.ariane2009-05-081-11/+10
* Remove space added in last commit. Pointed out by miod@.oga2009-03-231-2/+2
* While working on some stuff in uvm I've gotten REALLY sick of readingoga2009-03-201-22/+10
* MALLOC/FREE -> malloc/freechl2007-10-291-5/+4
* fix uvmhist #2: args are always u_long so fix missing %d and %x and no %ll; no change for normal codemickey2006-07-311-8/+8
* fix fmts for UVMHIST_LOG() entries making it more useful on 64bit archs; miod@ okmickey2006-07-261-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 uncommonmickey2006-01-161-3/+3
* sync of pmap_update() calls with NetBSD. pmap_update is defined away ondrahn2004-02-231-1/+5
* Eliminate the use of KERN_SUCCESS outside of uvm/art2002-11-061-2/+2
* First round of __P removal in sysmillert2002-03-141-12/+12
* UBC was a disaster. It worked very good when it worked, but on someart2001-12-191-21/+19
* Yet another sync to NetBSD uvm.art2001-12-041-4/+4
* Sync in more uvm from NetBSD. Mostly just cosmetic stuff.art2001-11-281-14/+16
* Sync in more uvm changes from NetBSD.art2001-11-281-7/+7
* Another sync of uvm to NetBSD. Just minor fiddling, no major changes.art2001-11-071-87/+27
* Move the last content from vm/ to uvm/art2001-11-061-8/+6
* Minor sync to NetBSD.art2001-11-051-47/+43
* Don't allow negative offsets. Some type confusion.art2001-11-011-3/+6
* Change d_mmap in struct cdevsw from:art2001-11-011-14/+5
* Don't include <vm/vm_kern.h> if you don't need foo_map.miod2001-09-111-2/+1