aboutsummaryrefslogtreecommitdiff
path: root/vm/vm_map.c
Commit message (Expand)AuthorAgeFilesLines
* Fix various function pointer typesSergey Bugaev2024-12-101-1/+1
* Fix bogus formatSamuel Thibault2024-07-091-1/+1
* vm: Mark entries as in-transition while wiring downSergey Bugaev2024-04-051-1/+26
* vm: Don't attempt to extend in-transition entriesSergey Bugaev2024-04-051-0/+4
* vm: Fix use-after-free in vm_map_pageable_scan()Sergey Bugaev2024-04-051-10/+16
* vm_map: Add comment and assert for vm_map_deleteDamien Zammit2024-02-231-0/+7
* vm_map_lookup: Add parameter for keeping map lockedDamien Zammit2024-02-221-3/+6
* adjust range when changing memory pageabilityLuca Dariz2024-01-131-5/+26
* vm: Coalesce map entriesSergey Bugaev2023-11-271-2/+27
* vm: Add vm_map_coalesce_entrySergey Bugaev2023-11-271-2/+76
* vm: Also check for virtual addresses in vm_map_deleteSamuel Thibault2023-08-141-0/+3
* vm: Make vm_object_coalesce return new object and offsetSergey Bugaev2023-07-051-5/+6
* vm: Eagerly release deallocated pagesSergey Bugaev2023-07-031-5/+21
* vm: Allow coalescing entries forwardSergey Bugaev2023-07-031-4/+35
* vm: Allow coalescing a VM object with itselfSergey Bugaev2023-07-031-6/+6
* Define rpc_vm_size_array_t and rpc_vm_offset_array_tFlavio Cruz2023-01-311-6/+7
* Remove existing old style definitions and use -Wold-style-definition.Flavio Cruz2023-01-191-2/+1
* Include mig generated headers to avoid warnings with -Wmissing-prototypes.Flavio Cruz2023-01-191-0/+1
* Fix some warnings with -Wmissing-prototypes.Flavio Cruz2022-12-271-85/+7
* Use -Wstrict-prototypes and fix warningsFlavio Cruz2022-12-211-8/+6
* Use __builtin_ffs instead of libc provided ffs in vm_map.cFlavio Cruz2022-12-151-2/+2
* Define vm_size_t and vm_offset_t as __mach_uintptr_t.Flavio Cruz2022-12-061-4/+4
* vm_wire_all: Fix vm_map_protect caseSamuel Thibault2022-11-271-1/+2
* fix warnings for 32 bit buildsLuca Dariz2022-08-271-1/+1
* 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-071-0/+56
* vm_page_grab: allow allocating in high memorySamuel Thibault2021-08-271-1/+1
* vm_map: Avoid linking gaps for vm_copy_tSamuel Thibault2021-01-041-16/+20
* 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
* 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-031-0/+31
* vm_map: Fix bugs on huge masks parametersSamuel Thibault2018-04-221-2/+4
* Fix warningSamuel Thibault2018-01-281-1/+1
* vm: Improve error handling.Justus Winter2017-08-141-1/+5
* Fix typo.Justus Winter2017-08-141-1/+1
* VM: add the vm_wire_all callRichard Braun2016-12-241-5/+86
* VM: rework map entry wiringRichard Braun2016-12-241-271/+290
* VM: make vm_wire more POSIX-friendlyRichard Braun2016-12-111-10/+15
* 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
* Redefine what an external page isRichard Braun2016-09-211-1/+1
* VM: improve pageout deadlock workaroundRichard Braun2016-09-161-23/+40
* Remove map entry pageability property.Richard Braun2016-09-071-56/+6
* vm: fix boot on xenRichard Braun2016-08-291-3/+10
* VM: fix pageout-related deadlockRichard Braun2016-08-071-0/+18