index
:
gnumach.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm
/
vm_map.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix various function pointer types
Sergey Bugaev
2024-12-10
1
-1
/
+1
*
Fix bogus format
Samuel Thibault
2024-07-09
1
-1
/
+1
*
vm: Mark entries as in-transition while wiring down
Sergey Bugaev
2024-04-05
1
-1
/
+26
*
vm: Don't attempt to extend in-transition entries
Sergey Bugaev
2024-04-05
1
-0
/
+4
*
vm: Fix use-after-free in vm_map_pageable_scan()
Sergey Bugaev
2024-04-05
1
-10
/
+16
*
vm_map: Add comment and assert for vm_map_delete
Damien Zammit
2024-02-23
1
-0
/
+7
*
vm_map_lookup: Add parameter for keeping map locked
Damien Zammit
2024-02-22
1
-3
/
+6
*
adjust range when changing memory pageability
Luca Dariz
2024-01-13
1
-5
/
+26
*
vm: Coalesce map entries
Sergey Bugaev
2023-11-27
1
-2
/
+27
*
vm: Add vm_map_coalesce_entry
Sergey Bugaev
2023-11-27
1
-2
/
+76
*
vm: Also check for virtual addresses in vm_map_delete
Samuel Thibault
2023-08-14
1
-0
/
+3
*
vm: Make vm_object_coalesce return new object and offset
Sergey Bugaev
2023-07-05
1
-5
/
+6
*
vm: Eagerly release deallocated pages
Sergey Bugaev
2023-07-03
1
-5
/
+21
*
vm: Allow coalescing entries forward
Sergey Bugaev
2023-07-03
1
-4
/
+35
*
vm: Allow coalescing a VM object with itself
Sergey Bugaev
2023-07-03
1
-6
/
+6
*
Define rpc_vm_size_array_t and rpc_vm_offset_array_t
Flavio Cruz
2023-01-31
1
-6
/
+7
*
Remove existing old style definitions and use -Wold-style-definition.
Flavio Cruz
2023-01-19
1
-2
/
+1
*
Include mig generated headers to avoid warnings with -Wmissing-prototypes.
Flavio Cruz
2023-01-19
1
-0
/
+1
*
Fix some warnings with -Wmissing-prototypes.
Flavio Cruz
2022-12-27
1
-85
/
+7
*
Use -Wstrict-prototypes and fix warnings
Flavio Cruz
2022-12-21
1
-8
/
+6
*
Use __builtin_ffs instead of libc provided ffs in vm_map.c
Flavio Cruz
2022-12-15
1
-2
/
+2
*
Define vm_size_t and vm_offset_t as __mach_uintptr_t.
Flavio Cruz
2022-12-06
1
-4
/
+4
*
vm_wire_all: Fix vm_map_protect case
Samuel Thibault
2022-11-27
1
-1
/
+2
*
fix warnings for 32 bit builds
Luca Dariz
2022-08-27
1
-1
/
+1
*
vm_region_get_proxy: rename to create_proxy
Sergey Bugaev
2021-11-07
1
-4
/
+4
*
Memory proxies: Add support for anonymous mappings
Sergey Bugaev
2021-11-07
1
-4
/
+17
*
vm: vm_region_get_proxy
Joan Lledó
2021-11-07
1
-0
/
+56
*
vm_page_grab: allow allocating in high memory
Samuel Thibault
2021-08-27
1
-1
/
+1
*
vm_map: Avoid linking gaps for vm_copy_t
Samuel Thibault
2021-01-04
1
-16
/
+20
*
vm_map: print warning when max_size gets smaller than size
Samuel Thibault
2021-01-04
1
-0
/
+2
*
vm_map: Fix taking into account high bits in mask
Samuel Thibault
2020-12-20
1
-2
/
+29
*
satisfy 'werror=parantheses'.
guy fleury iteriteka
2019-08-31
1
-1
/
+1
*
Fix the pointer comparison of different type.
guy fleury iteriteka
2019-08-31
1
-1
/
+1
*
fix return KERN_INVALID_ARGUMENT when the map is NULL.
guy fleury iteriteka
2019-08-30
1
-2
/
+2
*
Fix allocation test
Samuel Thibault
2019-08-11
1
-1
/
+1
*
Add vm_object_sync support
Samuel Thibault
2018-11-03
1
-0
/
+31
*
vm_map: Fix bugs on huge masks parameters
Samuel Thibault
2018-04-22
1
-2
/
+4
*
Fix warning
Samuel Thibault
2018-01-28
1
-1
/
+1
*
vm: Improve error handling.
Justus Winter
2017-08-14
1
-1
/
+5
*
Fix typo.
Justus Winter
2017-08-14
1
-1
/
+1
*
VM: add the vm_wire_all call
Richard Braun
2016-12-24
1
-5
/
+86
*
VM: rework map entry wiring
Richard Braun
2016-12-24
1
-271
/
+290
*
VM: make vm_wire more POSIX-friendly
Richard Braun
2016-12-11
1
-10
/
+15
*
vm: Print names of maps in the debugger.
Justus Winter
2016-11-04
1
-2
/
+2
*
Gracefully handle pmap allocation failures.
Justus Winter
2016-10-21
1
-0
/
+3
*
Redefine what an external page is
Richard Braun
2016-09-21
1
-1
/
+1
*
VM: improve pageout deadlock workaround
Richard Braun
2016-09-16
1
-23
/
+40
*
Remove map entry pageability property.
Richard Braun
2016-09-07
1
-56
/
+6
*
vm: fix boot on xen
Richard Braun
2016-08-29
1
-3
/
+10
*
VM: fix pageout-related deadlock
Richard Braun
2016-08-07
1
-0
/
+18
[next]