summaryrefslogtreecommitdiff
path: root/vm
AgeCommit message (Expand)Author
2020-07-09Merge branch 'master-user_level_drivers' into master-user_level_drivers-debianSamuel Thibault
2020-07-09Add vm_allocate_contiguous RPCSamuel Thibault
2020-06-20vm_map: Allow passing the name of a memory objectSamuel Thibault
2020-05-01kmem_alloc_wired: factorize with kmem_vallocSamuel Thibault
2020-05-01Add kmem_vallocSamuel Thibault
2020-03-2964bit: Fix vm_size_t sizeSamuel Thibault
2020-03-15vm_object_copy_call: Make sure vm_object_enter succeedsSamuel Thibault
2019-11-11Merge branch 'master-user_level_drivers' into master-user_level_drivers-debianSamuel Thibault
2019-11-11Merge branch 'master' into master-user_level_driversSamuel Thibault
2019-08-31satisfy 'werror=parantheses'.guy fleury iteriteka
2019-08-31Fix the pointer comparison of different type.guy fleury iteriteka
2019-08-30fix return KERN_INVALID_ARGUMENT when the map is NULL.guy fleury iteriteka
2019-08-11Fix allocation testSamuel Thibault
2018-11-03Add vm_object_sync supportSamuel Thibault
2018-04-22vm_map: Fix bugs on huge masks parametersSamuel Thibault
2018-01-28Fix warningSamuel Thibault
2017-10-23Drop the register qualifier.Justus Winter
2017-09-21vm: Remove old memory manager remnants.Justus Winter
2017-08-14vm: Improve error handling.Justus Winter
2017-08-14Fix typo.Justus Winter
2017-08-12vm: Mute paging error message.Justus Winter
2017-03-04Rewrite gsync so that it works with remote tasks v2Agustina Arzille
2017-01-02For now DDE is not committed into the main upstream branchSamuel Thibault
2017-01-02Fix experimental_vm_allocate_contiguousRichard Braun
2017-01-02Update to new allocatorSamuel Thibault
2017-01-02Merge branch 'master' into master-user_level_driversSamuel Thibault
2016-12-27VM: really fix pageout of external objects backed by the default pagerRichard Braun
2016-12-24VM: add the vm_wire_all callRichard Braun
2016-12-24VM: rework map entry wiringRichard Braun
2016-12-24VM: fix pageout of external objects backed by the default pagerRichard Braun
2016-12-24VM: fix pageability checkRichard Braun
2016-12-21VM: fix pageout timeoutRichard Braun
2016-12-11VM: make vm_wire more POSIX-friendlyRichard Braun
0 min.VM: fix pageout throttling to external pagersRichard Braun
2016-11-30VM: fix pageout on low memoryRichard Braun
2016-11-30VM: fix eviction logic errorRichard Braun
2016-11-30VM: fix pageout stop conditionRichard Braun
2016-11-04vm: Print names of maps in the debugger.Justus Winter
2016-10-21Gracefully handle pmap allocation failures.Justus Winter
2016-10-21vm: Print map names in case of failures.Justus Winter
2016-10-03Remove deprecated external memory management interface.Justus Winter
2016-10-02Merge branch 'master' into HEADSamuel Thibault
2016-09-21Enable high memoryRichard Braun
2016-09-21Rework pageout to handle multiple segmentsRichard Braun
2016-09-21Redefine what an external page isRichard Braun
2016-09-21Replace vm_offset_t with phys_addr_t where appropriateRichard Braun
2016-09-21Remove phys_first_addr and phys_last_addr global variablesRichard Braun
2016-09-20VM: remove commented out codeRichard Braun
2016-09-16VM: improve pageout deadlock workaroundRichard Braun
2016-09-07Remove map entry pageability property.Richard Braun