| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove zero-copy sockets code. It only worked for anonymous memory, | kib | 2013-09-16 | 1 | -171/+0 |
* | On all the architectures, avoid to preallocate the physical memory | attilio | 2013-08-09 | 1 | -1/+7 |
* | The soft and hard busy mechanism rely on the vm object lock to work. | attilio | 2013-08-09 | 1 | -1/+1 |
* | Fix r253823. Some WIP patches snuck in. | scottl | 2013-07-30 | 1 | -7/+1 |
* | Create a knob, kern.ipc.sfreadahead, that allows one to tune the amount of | scottl | 2013-07-30 | 1 | -1/+7 |
* | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to | attilio | 2013-02-20 | 1 | -2/+2 |
* | Switch vm_object lock to be a rwlock. | attilio | 2013-02-20 | 1 | -1/+1 |
* | Reform the busdma API so that new types may be added without modifying | kib | 2013-02-12 | 1 | -0/+46 |
* | Eliminate superfluous code. | davidxu | 2012-12-06 | 1 | -1/+0 |
* | Replace the ill-named ZERO_COPY_SOCKET kernel option with two | andre | 2012-10-23 | 1 | -5/+5 |
* | After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason | kib | 2012-08-05 | 1 | -1/+1 |
* | Handle spurious page faults that may occur in no-fault sections of the | alc | 2012-03-22 | 1 | -2/+6 |
* | Fix found places where uio_resid is truncated to int. | kib | 2012-02-21 | 1 | -4/+4 |
* | Constify args to copyiniov and copyinuio. | alfred | 2011-11-14 | 1 | -2/+2 |
* | Add a facility to disable processing page faults. When activated, | kib | 2011-07-09 | 1 | -10/+53 |
* | Fix the check for vm_map_remove() error. | kib | 2011-03-28 | 1 | -1/+1 |
* | Trim white spaces, adjust style. | kib | 2011-03-28 | 1 | -10/+12 |
* | Handle zero length in copyout_unmap(). | kib | 2011-03-28 | 1 | -0/+3 |
* | Promote ksyms_map() and ksyms_unmap() to general facility | kib | 2011-03-28 | 1 | -0/+49 |
* | Remove the uio_yield prototype and symbol. This function has been | mdf | 2011-02-08 | 1 | -7/+0 |
* | Based on discussions on the svn-src mailing list, rework r218195: | mdf | 2011-02-08 | 1 | -24/+2 |
* | Put the general logic for being a CPU hog into a new function | mdf | 2011-02-02 | 1 | -6/+17 |
* | Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), and | alc | 2010-05-08 | 1 | -3/+0 |
* | Acquire the page lock around all remaining calls to vm_page_free() on | alc | 2010-05-05 | 1 | -0/+2 |
* | Decompose the most lousy named file in sys/kern; kern_subr.c. | ed | 2010-02-21 | 1 | -0/+478 |