summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_uio.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r291716, r291724, r291741, r291742ken2015-12-161-0/+54
* Merge the fueword(9) and casueword(9). In particular,kib2014-11-181-0/+130
* MFC r263710, r273377, r273378, r273423 and r273455:hselasky2014-10-271-1/+1
* Remove zero-copy sockets code. It only worked for anonymous memory,kib2013-09-161-171/+0
* On all the architectures, avoid to preallocate the physical memoryattilio2013-08-091-1/+7
* The soft and hard busy mechanism rely on the vm object lock to work.attilio2013-08-091-1/+1
* Fix r253823. Some WIP patches snuck in.scottl2013-07-301-7/+1
* Create a knob, kern.ipc.sfreadahead, that allows one to tune the amount ofscottl2013-07-301-1/+7
* Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-2/+2
* Switch vm_object lock to be a rwlock.attilio2013-02-201-1/+1
* Reform the busdma API so that new types may be added without modifyingkib2013-02-121-0/+46
* Eliminate superfluous code.davidxu2012-12-061-1/+0
* Replace the ill-named ZERO_COPY_SOCKET kernel option with twoandre2012-10-231-5/+5
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonkib2012-08-051-1/+1
* Handle spurious page faults that may occur in no-fault sections of thealc2012-03-221-2/+6
* Fix found places where uio_resid is truncated to int.kib2012-02-211-4/+4
* Constify args to copyiniov and copyinuio.alfred2011-11-141-2/+2
* Add a facility to disable processing page faults. When activated,kib2011-07-091-10/+53
* Fix the check for vm_map_remove() error.kib2011-03-281-1/+1
* Trim white spaces, adjust style.kib2011-03-281-10/+12
* Handle zero length in copyout_unmap().kib2011-03-281-0/+3
* Promote ksyms_map() and ksyms_unmap() to general facilitykib2011-03-281-0/+49
* Remove the uio_yield prototype and symbol. This function has beenmdf2011-02-081-7/+0
* Based on discussions on the svn-src mailing list, rework r218195:mdf2011-02-081-24/+2
* Put the general logic for being a CPU hog into a new functionmdf2011-02-021-6/+17
* Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), andalc2010-05-081-3/+0
* Acquire the page lock around all remaining calls to vm_page_free() onalc2010-05-051-0/+2
* Decompose the most lousy named file in sys/kern; kern_subr.c.ed2010-02-211-0/+478
OpenPOWER on IntegriCloud