summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Simplify vm_page_is_valid().attilio2013-03-121-4/+1
* Update a comment: The object lock is no longer a mutex.alc2013-03-091-1/+1
* Switch the vm_object mutex to be a rwlock. This will enable in theattilio2013-03-0921-421/+449
|\
| * MFCattilio2013-03-091-7/+0
| * MFCattilio2013-03-081-5/+5
| |\
| * \ MFCattilio2013-03-021-3/+3
| |\ \
| * | | Fix compiling.attilio2013-02-261-2/+2
| * | | MFCattilio2013-02-267-71/+73
| * | | MFCattilio2013-02-262-4/+4
| * | | MFCattilio2013-02-261-1/+1
| * | | As VM_OBJECT_SLEEP() is a vm_object_t specific function, makeattilio2013-02-264-6/+6
| * | | Complete the asserts by definining also assertions forattilio2013-02-211-0/+4
| * | | Hide the details for the assertion for VM_OBJECT_LOCK operations.attilio2013-02-2113-88/+88
| * | | Add read mode operations to VM_OBJECT_LOCK* class of functions.attilio2013-02-201-0/+6
| * | | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-2018-321/+321
| * | | There is no need to use VM_OBJECT_LOCKED() as the assertion won'tattilio2013-02-201-2/+0
| * | | Remove unused VM_OBJECT_LOCKPTR().attilio2013-02-201-2/+0
| * | | Switch vm_object lock to be a rwlock.attilio2013-02-2021-121/+141
* | | | Merge from vmc-playground:attilio2013-03-093-12/+22
* | | | Move the callout subsystem initialization to its own SYSINIT()andre2013-03-081-7/+0
| |_|/ |/| |
* | | Merge from vmcontention:attilio2013-03-041-4/+5
* | | The value held by the vm object's field pg_color is only consideredalc2013-03-021-1/+0
| |/ |/|
* | Merge Capsicum overhaul:pjd2013-03-021-3/+3
* | Merge from vmobj-rwlock:attilio2013-02-271-1/+0
* | Merge from vmc-playground branch:attilio2013-02-267-72/+73
* | Remove white spaces.attilio2013-02-262-4/+4
* | Wrap the sleeps synchronized by the vm_object lock into the specificattilio2013-02-265-12/+12
|/
* On arm, like sparc64, the end of the kernel map varies from one type ofalc2013-02-181-1/+1
* Make VM_NDOMAIN a kernel option so that it can be enabled from a kerneljhb2013-02-141-0/+1
* Try to improve r242655 take III: move these SYSCTLs describing the kernelmarius2013-02-041-0/+11
* Fix typo in debug printf.glebius2013-01-291-1/+1
* - Add system wide page faults requiring I/O counter.zont2013-01-282-2/+4
* - Add sysctls to show number of stats scans.zont2013-01-281-2/+12
* - Style.zont2013-01-281-15/+16
* - Get rid of unused function vmspace_wired_count().zont2013-01-142-7/+0
* - Improve readability of sys_obreak().zont2013-01-111-22/+21
* - Reduce kernel size by removing unnecessary pointer indirections.zont2013-01-103-19/+17
* Fix a bug in the device pager code that can trigger an assertionken2013-01-092-1/+3
* Comment fix: there is no ub_ptr, instead explain meaning of uz_countglebius2012-12-211-1/+1
* - Fix locked memory accounting for maps with MAP_WIREFUTURE flag.zont2012-12-184-18/+106
* In the past four years, we've added two new vm object types. Each time,alc2012-12-097-30/+47
* White-space cleanups.pjd2012-12-081-13/+13
* Implemented uma_zone_set_warning(9) function that sets a warning, whichpjd2012-12-073-1/+49
* Add support for the (relatively) new object type OBJT_MGTDEVICE toalc2012-11-281-0/+4
* Make a few small changes to vm_map_pmap_enter():alc2012-11-251-9/+10
* Correct an error in r230623. When both VM_ALLOC_NODUMP and VM_ALLOC_ZEROalc2012-11-211-2/+2
* - Don't pass geom and provider names as format strings.jh2012-11-201-1/+1
* Update a comment to reflect the elimination of the hold queue in r242300.alc2012-11-171-5/+1
* Move the declaration of vm_phys_paddr_to_vm_page() from vm/vm_page.hkib2012-11-164-2/+3
* Explicitely state that M_USE_RESERVE requires M_NOWAIT, using assertion.kib2012-11-161-0/+3
OpenPOWER on IntegriCloud