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
Commit message (
Expand
)
Author
Age
Files
Lines
*
vm_page_print: Fix typo
HEAD
master
Samuel Thibault
2025-02-05
1
-1
/
+1
*
vm_page: Avoid trying to evict internal pages until defpager is up
Samuel Thibault
2025-02-04
1
-1
/
+1
*
Fix various function pointer types
Sergey Bugaev
2024-12-10
3
-7
/
+7
*
vm_page.c: fix a deadlock when running with smp enabled
Etienne Brateau
2024-12-02
1
-1
/
+2
*
fix a compile warning.
jbranso@dismail.de
2024-10-21
1
-2
/
+3
*
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_allocate_contiguous: Add missing page unwiring after making the area non-p...
Samuel Thibault
2024-03-04
1
-0
/
+3
*
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
3
-6
/
+9
*
vm_pages_phys: Avoid faults while we keep vm locks
Samuel Thibault
2024-02-04
1
-2
/
+3
*
Add vm_pages_phys
Samuel Thibault
2024-01-30
1
-0
/
+100
*
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
2
-2
/
+78
*
ddb: Add whatis command
Samuel Thibault
2023-10-01
1
-0
/
+4
*
vm_page_bootalloc: Return a phys_addr_t
Samuel Thibault
2023-08-29
3
-3
/
+4
*
vm_page: Fix setting higher bits in physical addresses
Samuel Thibault
2023-08-29
1
-2
/
+2
*
mach_vm_object_pages: Extend for PAE
Samuel Thibault
2023-08-28
1
-20
/
+69
*
vm_allocate_contiguous: Accept returning end of allowed memory
Samuel Thibault
2023-08-28
1
-1
/
+1
*
typo
Samuel Thibault
2023-08-28
1
-1
/
+1
*
vm_allocate_contiguous: better handle pmax
Samuel Thibault
2023-08-21
1
-4
/
+8
*
vm: Also check for virtual addresses in vm_map_delete
Samuel Thibault
2023-08-14
1
-0
/
+3
*
vm: Fix ordering of addresses between DMA32 and DIRECTMAP
Samuel Thibault
2023-08-14
3
-4
/
+28
*
Fix missing DMA32 limit
Samuel Thibault
2023-08-09
1
-0
/
+8
*
vm: Make vm_object_coalesce return new object and offset
Sergey Bugaev
2023-07-05
3
-19
/
+49
*
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 null object with an internal object
Sergey Bugaev
2023-07-03
1
-26
/
+49
*
vm: Allow coalescing a VM object with itself
Sergey Bugaev
2023-07-03
2
-11
/
+23
*
Shrink struct vm_page size
Sergey Bugaev
2023-07-03
3
-9
/
+15
*
memory_object_create_proxy: avoid casting parameters to 32 bits since the typ...
Flavio Cruz
2023-02-09
1
-7
/
+0
*
vm_page.c: add missing object lock
Etienne Brateau
2023-02-09
1
-0
/
+1
*
slock: Fix initialization of statically-allocated slocks
Samuel Thibault
2023-02-08
3
-5
/
+5
*
Define rpc_vm_size_array_t and rpc_vm_offset_array_t
Flavio Cruz
2023-01-31
3
-17
/
+10
*
Fix several warnings for -Wmissing-prototypes (part 2)
Flavio Cruz
2023-01-25
1
-1
/
+0
*
Remove existing old style definitions and use -Wold-style-definition.
Flavio Cruz
2023-01-19
4
-9
/
+5
*
Include mig generated headers to avoid warnings with -Wmissing-prototypes.
Flavio Cruz
2023-01-19
5
-3
/
+9
*
Add static qualifiers
Flavio Cruz
2023-01-18
1
-1
/
+1
*
Create kern/mach4.h and kern/mach_host.h and define the RPC prototypes for ma...
Flavio Cruz
2023-01-13
1
-0
/
+1
*
Fix some warnings with -Wmissing-prototypes.
Flavio Cruz
2022-12-27
7
-92
/
+16
*
Warn only once about not being able to recycle pages
Samuel Thibault
2022-12-22
1
-1
/
+9
*
Use -Wstrict-prototypes and fix warnings
Flavio Cruz
2022-12-21
8
-38
/
+40
*
vm_page_evict: avoid crashing
Samuel Thibault
2022-12-18
1
-1
/
+1
*
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
2
-5
/
+5
*
vm_wire_all: Fix vm_map_protect case
Samuel Thibault
2022-11-27
1
-1
/
+2
*
hack vm memory object proxy creation for vm arrays
Luca Dariz
2022-08-28
1
-0
/
+7
[next]