summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* On a fork allow read-only wired pages to be copy-on-write shared between thealc2014-05-131-5/+5
* Fix locking. The dst_object must remain locked on the retry of thekib2014-05-111-0/+1
* With the new-and-improved vm_fault_copy_entry() (r265843), we can alwaysalc2014-05-111-2/+9
* About 9% of the pmap_protect() calls being performed by vm_map_copy_entry()alc2014-05-101-1/+2
* For the upgrade case in vm_fault_copy_entry(), when the entry does notkib2014-05-101-40/+67
* When printing the map with the ddb 'show procvm' command, do not dumpkib2014-05-101-1/+1
* Print the entry address in addition to the object. The variable iskib2014-05-101-1/+2
* msync(2) must return ENOMEM and not EINVAL when the address is outside thepho2014-05-071-1/+1
* Prior to r254304, a separate function, vm_pageout_page_stats(), was used toalc2014-05-061-3/+5
* For the VM_PHYSSEG_DENSE case, checking the requested range to fallkib2014-04-291-1/+3
* When vm_fault_copy_entry() is called from vm_map_protect() for a wiredkib2014-04-271-8/+15
* Add sysctl OIDs showing the actual size and capacity of the swap zone.des2014-04-261-3/+11
* 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
OpenPOWER on IntegriCloud