summaryrefslogtreecommitdiff
path: root/vm
AgeCommit message (Expand)Author
2022-12-27Fix some warnings with -Wmissing-prototypes.Flavio Cruz
2022-12-22Warn only once about not being able to recycle pagesSamuel Thibault
2022-12-21Use -Wstrict-prototypes and fix warningsFlavio Cruz
2022-12-18vm_page_evict: avoid crashingSamuel Thibault
2022-12-15Use __builtin_ffs instead of libc provided ffs in vm_map.cFlavio Cruz
2022-12-06Define vm_size_t and vm_offset_t as __mach_uintptr_t.Flavio Cruz
2022-11-27vm_wire_all: Fix vm_map_protect caseSamuel Thibault
2022-08-28hack vm memory object proxy creation for vm arraysLuca Dariz
2022-08-28sign-extend mask in vm_map() with 32-bit userspaceLuca Dariz
2022-08-27fix warnings for 32 bit buildsLuca Dariz
2022-08-21gnumach: vm_allocate_contiguous: Allow small power 2 alignmentsDamien Zammit
2022-02-18vm_object_page_map: update prototypeSamuel Thibault
2022-02-17vm_allocate_contiguous: fix checking the end of the allocationSamuel Thibault
2022-02-17mach_vm_object_pages: Print a warning if the physical address is beyond 4GiBSamuel Thibault
2022-02-17vm_allocate_contiguous: Make sure we enforce physical addresses contraintsSamuel Thibault
2022-02-17projected_buffer_*: Fix storing physical addressSamuel Thibault
2022-02-16vm_object: Fix vm_object_page_map map function prototypeSamuel Thibault
2021-12-16vm_wire: extend per-task wiring limit to 8MiBSamuel Thibault
2021-11-28Fix rejecting the mapping of some pagesSamuel Thibault
2021-11-07vm_region_get_proxy: rename to create_proxySergey Bugaev
2021-11-07Memory proxies: Add support for anonymous mappingsSergey Bugaev
2021-11-07vm: vm_region_get_proxyJoan Lledó
2021-11-07memory_object_create_proxy: Fix and check coherency with RPCSamuel Thibault
2021-10-17memory_object_create_proxy: Make len parameter vm_size_array_tSamuel Thibault
2021-08-27vm_page_grab: allow allocating in high memorySamuel Thibault
2021-08-23db_show_vmstat: Show segment name rather than its numberSamuel Thibault
2021-08-22db_show_vmstat: Also show segment sizeSamuel Thibault
2021-08-22db_show_vmstat: Drop duplicate outputSamuel Thibault
2021-08-21db show vmstat: also show segments statsSamuel Thibault
2021-08-21db: Add show vmstat commandSamuel Thibault
2021-08-09memory_object_proxy: Deliver no-sender notifications on a separate portSamuel Thibault
2021-08-09memory_object_proxy: Fix send port right leakSamuel Thibault
2021-08-09memory_object_proxy: Fix checking proxy lengthSamuel Thibault
2021-08-09Memory object proxy: add support for ranges and nestingJoan Lledó
2021-08-09memory_object_proxy: release resources on no-send notificationSamuel Thibault
2021-06-06vm_map: Allow exagerated max_prot for nowSamuel Thibault
2021-05-24Revert "vm_map: Allow passing the name of a memory object"Samuel Thibault
2021-05-24vm_map: Fix proxy object protection checkSergey Bugaev
2021-01-04vm_map: Avoid linking gaps for vm_copy_tSamuel Thibault
2021-01-04vm_map: print warning when max_size gets smaller than sizeSamuel Thibault
2020-12-20vm_map: Fix taking into account high bits in maskSamuel Thibault
2020-08-12vm_kern: Add kmem_alloc_aligned_tableAlmudena Garcia
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-08-31satisfy 'werror=parantheses'.guy fleury iteriteka
2019-08-31Fix the pointer comparison of different type.guy fleury iteriteka