aboutsummaryrefslogtreecommitdiff
path: root/vm
Commit message (Expand)AuthorAgeFilesLines
...
* db_show_vmstat: Show segment name rather than its numberSamuel Thibault2021-08-231-1/+1
* db_show_vmstat: Also show segment sizeSamuel Thibault2021-08-221-0/+2
* db_show_vmstat: Drop duplicate outputSamuel Thibault2021-08-221-3/+0
* db show vmstat: also show segments statsSamuel Thibault2021-08-211-0/+23
* db: Add show vmstat commandSamuel Thibault2021-08-212-0/+48
* memory_object_proxy: Deliver no-sender notifications on a separate portSamuel Thibault2021-08-091-4/+13
* memory_object_proxy: Fix send port right leakSamuel Thibault2021-08-091-1/+2
* memory_object_proxy: Fix checking proxy lengthSamuel Thibault2021-08-091-1/+8
* Memory object proxy: add support for ranges and nestingJoan Lledó2021-08-093-19/+38
* memory_object_proxy: release resources on no-send notificationSamuel Thibault2021-08-091-0/+6
* vm_map: Allow exagerated max_prot for nowSamuel Thibault2021-06-061-3/+3
* Revert "vm_map: Allow passing the name of a memory object"Samuel Thibault2021-05-241-4/+2
* vm_map: Fix proxy object protection checkSergey Bugaev2021-05-241-3/+12
* vm_map: Avoid linking gaps for vm_copy_tSamuel Thibault2021-01-043-20/+26
* vm_map: print warning when max_size gets smaller than sizeSamuel Thibault2021-01-041-0/+2
* vm_map: Fix taking into account high bits in maskSamuel Thibault2020-12-201-2/+29
* vm_kern: Add kmem_alloc_aligned_tableAlmudena Garcia2020-08-122-0/+41
* Add vm_allocate_contiguous RPCSamuel Thibault2020-07-091-0/+126
* vm_map: Allow passing the name of a memory objectSamuel Thibault2020-06-201-2/+4
* kmem_alloc_wired: factorize with kmem_vallocSamuel Thibault2020-05-011-49/+3
* Add kmem_vallocSamuel Thibault2020-05-012-0/+77
* 64bit: Fix vm_size_t sizeSamuel Thibault2020-03-291-2/+2
* vm_object_copy_call: Make sure vm_object_enter succeedsSamuel Thibault2020-03-151-0/+1
* satisfy 'werror=parantheses'.guy fleury iteriteka2019-08-311-1/+1
* Fix the pointer comparison of different type.guy fleury iteriteka2019-08-311-1/+1
* fix return KERN_INVALID_ARGUMENT when the map is NULL.guy fleury iteriteka2019-08-301-2/+2
* Fix allocation testSamuel Thibault2019-08-111-1/+1
* Add vm_object_sync supportSamuel Thibault2018-11-033-0/+87
* vm_map: Fix bugs on huge masks parametersSamuel Thibault2018-04-221-2/+4
* Fix warningSamuel Thibault2018-01-281-1/+1
* Drop the register qualifier.Justus Winter2017-10-231-1/+1
* vm: Remove old memory manager remnants.Justus Winter2017-09-211-5/+0
* vm: Improve error handling.Justus Winter2017-08-141-1/+5
* Fix typo.Justus Winter2017-08-141-1/+1
* vm: Mute paging error message.Justus Winter2017-08-121-1/+1
* Rewrite gsync so that it works with remote tasks v2Agustina Arzille2017-03-041-0/+14
* VM: really fix pageout of external objects backed by the default pagerRichard Braun2016-12-272-25/+10
* VM: add the vm_wire_all callRichard Braun2016-12-243-6/+122
* VM: rework map entry wiringRichard Braun2016-12-244-290/+302
* VM: fix pageout of external objects backed by the default pagerRichard Braun2016-12-242-9/+37
* VM: fix pageability checkRichard Braun2016-12-241-0/+1
* VM: fix pageout timeoutRichard Braun2016-12-211-1/+1
* VM: make vm_wire more POSIX-friendlyRichard Braun2016-12-111-10/+15
* VM: fix pageout throttling to external pagersRichard Braun0 min.4-26/+44
* VM: fix pageout on low memoryRichard Braun2016-11-301-37/+9
* VM: fix eviction logic errorRichard Braun2016-11-301-1/+1
* VM: fix pageout stop conditionRichard Braun2016-11-301-0/+5
* vm: Print names of maps in the debugger.Justus Winter2016-11-041-2/+2
* Gracefully handle pmap allocation failures.Justus Winter2016-10-211-0/+3
* vm: Print map names in case of failures.Justus Winter2016-10-211-4/+8