summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Rename global cnt to vm_cnt to avoid shadowing.bdrewery2014-03-2215-103/+104
* Fix two issues with /dev/mem access on amd64, both causing kernel pagekib2014-03-211-0/+4
* Initialize vm_map_entry member wiring_thread on the map entry creation.kib2014-03-211-0/+1
* vm_page_grab() and vm_pager_get_pages() can drop the vm_object lock,attilio2014-03-191-2/+2
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-161-1/+1
* Initialize paddr to handle the case of zero size.kib2014-03-121-0/+1
* Do not vdrop() the tmpfs vnode until it is unlocked. The holdkib2014-03-121-1/+2
* After r251709, avoid a clang 3.4 warning about an unused static constdim2014-02-141-4/+1
* Fix-up r254141: in the process of making a failing vm_page_rename()attilio2014-02-141-2/+4
* Fix function name in KASSERT().glebius2014-02-121-2/+1
* Correct assertion to assert that the existing device VM object uses thejhb2014-02-111-2/+4
* Create two public UMA_ZONE_PCPU zones: 64 bit sized and pointer sized.glebius2014-02-101-0/+6
* Style.glebius2014-02-101-3/+3
* Make M_ZERO flag work correctly on UMA_ZONE_PCPU zones.glebius2014-02-101-2/+14
* Don't call vm_fault_prefault() on zero-fill faults. It's a waste of time.alc2014-02-091-1/+4
* Provide macros that allow easily export uma(9) zone limits andglebius2014-02-071-0/+29
* Make prefaulting more aggressive on hard faults. Previously, we would onlyalc2014-02-021-24/+32
* In an effort to diagnose possible corruption of struct vm_page on somealc2014-01-241-2/+2
* Fix a couple of typos.jhb2014-01-211-2/+2
* ANSIfy declarations.glebius2014-01-201-32/+11
* Style changes in vm_pageout_scan():alc2014-01-181-12/+11
* Correctly update the count of stuck pages, "addl_page_shortage", inalc2014-01-121-15/+17
* Since the introduction of the popmap to reservations in r259999, there isalc2013-12-313-32/+14
* Add "popmap" assertions: The page being freed isn't already free, and thealc2013-12-291-0/+6
* MFp4 alc_popmapalc2013-12-281-88/+185
* Do not coalesce stack entry, vm_map_stack() asserts that the requestedkib2013-12-271-1/+1
* For ia64, use pmap_remove_pages() and not pmap_remove(). The problem ismarcel2013-12-261-0/+10
* In sys/vm/vm_pageout.c, since vm_pageout_worker() takes a void * asdim2013-12-251-1/+1
* Eliminate a redundant parameter to vm_radix_replace().alc2013-12-083-10/+7
* In keg_dtor(), print out the keg name in the "Freed UMA keg was not empty"rodrigc2013-11-291-1/+2
* - Add bucket size column to `show uma` DDB command.mav2013-11-281-5/+34
* Make UMA to not blindly force offpage slab header allocation for largemav2013-11-271-2/+16
* Don't count bucket allocation failures for UMA zones as their own failures.mav2013-11-271-5/+3
* Fix bug introduced at r252226, when udata argument passed to bucket_alloc()mav2013-11-271-3/+4
* When purging per-CPU UMA caches do not return empty buckets into the globalmav2013-11-231-4/+16
* Vm map code performs clipping when map entry covers region which iskib2013-11-201-0/+15
* Add assertions to cover all places in the wiring and unwiring codekib2013-11-201-1/+9
* Revert back to use int for the page counts. In vn_io_fault(), the i/okib2013-11-201-4/+4
* Implement mechanism to safely but slowly purge UMA per-CPU caches.mav2013-11-191-0/+77
* Grow UMA zone bucket size also on lock congestion during item free.mav2013-11-191-2/+13
* Add two new UMA bucket zones to store 3 and 9 items per bucket.mav2013-11-191-0/+2
* Implement soft pressure on UMA cache bucket sizes.mav2013-11-192-1/+11
* Avoid overflow for the page counts.kib2013-11-121-1/+1
* If filesystem declares that it supports shared locking for writes, usekib2013-11-091-2/+8
* Do not coalesce if the swap object belongs to tmpfs vnode. Thekib2013-11-051-2/+3
* Tidy up the output of "sysctl vm.phys_free".alc2013-10-101-5/+3
* Both the vm_map and vmspace zones are defined as "no free". So, there is noalc2013-09-221-23/+2
* Merge the following changes from projects/bhyve_npt_pmap:neel2013-09-202-6/+15
* The pmap function pmap_clear_reference() is no longer used. Remove it.alc2013-09-201-1/+0
* Extend the support for exempting processes from being killed when swap isjhb2013-09-191-10/+7
OpenPOWER on IntegriCloud