aboutsummaryrefslogtreecommitdiff
path: root/vm
Commit message (Expand)AuthorAgeFilesLines
...
* sign-extend mask in vm_map() with 32-bit userspaceLuca Dariz2022-08-281-0/+5
* fix warnings for 32 bit buildsLuca Dariz2022-08-272-1/+2
* gnumach: vm_allocate_contiguous: Allow small power 2 alignmentsDamien Zammit2022-08-211-0/+4
* vm_object_page_map: update prototypeSamuel Thibault2022-02-181-1/+1
* vm_allocate_contiguous: fix checking the end of the allocationSamuel Thibault2022-02-171-1/+1
* mach_vm_object_pages: Print a warning if the physical address is beyond 4GiBSamuel Thibault2022-02-171-0/+2
* vm_allocate_contiguous: Make sure we enforce physical addresses contraintsSamuel Thibault2022-02-171-0/+3
* projected_buffer_*: Fix storing physical addressSamuel Thibault2022-02-171-3/+5
* vm_object: Fix vm_object_page_map map function prototypeSamuel Thibault2022-02-161-2/+2
* vm_wire: extend per-task wiring limit to 8MiBSamuel Thibault2021-12-161-1/+1
* Fix rejecting the mapping of some pagesSamuel Thibault2021-11-282-4/+7
* vm_region_get_proxy: rename to create_proxySergey Bugaev2021-11-071-4/+4
* Memory proxies: Add support for anonymous mappingsSergey Bugaev2021-11-071-4/+17
* vm: vm_region_get_proxyJoan Lledó2021-11-072-0/+64
* memory_object_create_proxy: Fix and check coherency with RPCSamuel Thibault2021-11-071-4/+5
* memory_object_create_proxy: Make len parameter vm_size_array_tSamuel Thibault2021-10-171-1/+1
* vm_page_grab: allow allocating in high memorySamuel Thibault2021-08-274-9/+27
* 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