summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Add an initial NUMA affinity/policy configuration for threads and processes.adrian2015-07-114-11/+596
* The intention of r254304 was to scan the active queue continuously.alc2015-07-082-15/+20
* Add a local variable initialization needed in the OBJT_DEFAULT case.markj2015-07-051-0/+1
* vm: don't lock proc around accesses to vm_{t,d}addr and RLIMIT_DATA in sys_mmapmjg2015-07-021-4/+2
* Account for the main process stack being one page below the highestkib2015-07-021-1/+2
* Huge cleanup of random(4) code.markm2015-06-301-32/+4
* If INVARIANTS is specified, add ctor/dtor to junk memory if they arejmg2015-06-252-0/+19
* Avoid pmap_is_modified() on pages that can't be mapped.alc2015-06-211-3/+5
* o Un-inline vm_pager_get_pages(), vm_pager_get_pages_async().glebius2015-06-173-42/+74
* Invalid pages do not need neither update of the activation count norkib2015-06-141-15/+15
* As the next step in eliminating PG_CACHE pages, free rather than cachealc2015-06-141-3/+3
* Make KPI of vm_pager_get_pages() more strict: if a pager changes a pageglebius2015-06-123-25/+13
* Implement lockless resource limits.mjg2015-06-105-24/+16
* Correct a type error in kmem_unback(). Previously, kmem_unback() did notalc2015-06-101-2/+1
* Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages.alc2015-06-082-4/+0
* Add a new file operations hook for mmap operations. File type-specificjhb2015-06-042-228/+117
* Provide vnode in memory map info for files on tmpfsvangyzen2015-06-022-0/+13
* Document vm_page_alloc_contig()'s support for the VM_ALLOC_NODUMP option.alc2015-05-301-0/+1
* Export a list of VM objects in the system via a sysctl. The list can bejhb2015-05-271-0/+137
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* Do grammar fix in the comment to record the right commit message forkib2015-05-201-2/+2
* Remove the write-only variable phent. We currently do not check thekib2015-05-201-0/+1
* Satisfy vm_object uma zone destructor requirements after r282660 whenkib2015-05-101-0/+6
* The vmem callback to reclaim kmem arena address space on low orkib2015-05-093-5/+47
* Place VM objects on the object list when created and never remove them.jhb2015-05-087-26/+30
* oops - how'd i miss this. Sorry!adrian2015-05-081-1/+1
* Add initial memory locality cost awareness to the VM, and includeadrian2015-05-082-0/+48
* Fix the KASSERT and improve wording in r282426.glebius2015-05-061-3/+3
* Fix arithmetical bug in vnode_pager_haspage(). The check against object sizeglebius2015-05-041-9/+14
* Instead of reading, validating and adjusting value of the vm.swap_async_maxglebius2015-05-021-38/+41
* Remove support for Xen PV domU kernels. Support for HVM domU kernelsjhb2015-04-301-8/+0
* Improve support for blacklisting bad memory locations. The user can supplyscottl2015-04-291-25/+153
* Add kern.racct.enable tunable and RACCT_DISABLED config option.trasz2015-04-295-102/+137
* Do not sleep waiting for the MAP_ENTRY_IN_TRANSITION state ending withkib2015-04-281-0/+4
* Revert r281451. It causes a panic/hang early in boot for a number ofscottl2015-04-241-1/+1
* Reassign copyright statements on several files from Advancedjhb2015-04-231-1/+1
* Eliminate an unused variable.alc2015-04-201-2/+1
* Eliminate an unused variable.alc2015-04-191-2/+0
* The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), andkib2015-04-181-0/+2
* Rework r281162. Indeed, the flexible array member is preferable here.dchagin2015-04-122-2/+2
* Correct an off-by-one error in vm_reserv_reclaim_contig() that results inalc2015-04-111-2/+12
* UMA zone limit can be lowered, so remove protection against fromglebius2015-04-101-5/+2
* Remove sleeps from geom_up thread on device destruction.mav2015-04-091-7/+5
* - Simplify vm_pageout_scan() by introducing a new vm_pageout_clean()jeff2015-04-071-120/+123
* Properly calculate "UMA Zones" per cpu cache size. Avoid allocatingdchagin2015-04-061-1/+1
* Until the lock assertions in vm_page_advise() are properly reevaluated,alc2015-04-051-3/+3
* Fix wrong kassert msg in uma.dchagin2015-04-051-2/+2
* Replace vm_fault()'s heuristic for automatic cache behind with a heuristicalc2015-04-041-38/+52
* Fix integer truncation bug in malloc(9)rstone2015-04-013-14/+16
* Catch up on r271387 and remove unused parameter fromglebius2015-03-301-1/+1
OpenPOWER on IntegriCloud