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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix various function pointer types
Sergey Bugaev
2024-12-10
1
-4
/
+4
*
vm_map_lookup: Add parameter for keeping map locked
Damien Zammit
2024-02-22
1
-1
/
+1
*
vm: Add vm_map_coalesce_entry
Sergey Bugaev
2023-11-27
1
-0
/
+2
*
Use -Wstrict-prototypes and fix warnings
Flavio Cruz
2022-12-21
1
-5
/
+9
*
vm_map: Avoid linking gaps for vm_copy_t
Samuel Thibault
2021-01-04
1
-2
/
+4
*
Add vm_object_sync support
Samuel Thibault
2018-11-03
1
-0
/
+4
*
VM: add the vm_wire_all call
Richard Braun
2016-12-24
1
-1
/
+4
*
VM: rework map entry wiring
Richard Braun
2016-12-24
1
-12
/
+7
*
VM: improve pageout deadlock workaround
Richard Braun
2016-09-16
1
-6
/
+2
*
Remove map entry pageability property.
Richard Braun
2016-09-07
1
-6
/
+2
*
Augment VM maps with task names
Richard Braun
2016-08-06
1
-0
/
+8
*
vm_map: back allocations with a red-black tree
Richard Braun
2016-05-20
1
-0
/
+11
*
Stack the slab allocator directly on top of the physical allocator
Richard Braun
2016-02-02
1
-3
/
+0
*
Allow non-privileged tasks to wire 64KiB task memory
Samuel Thibault
2015-07-09
1
-0
/
+1
*
kern: import `macros.h' from x15
Justus Winter
2015-05-19
1
-1
/
+1
*
vm: make struct vm_map fit into a cache line
Justus Winter
2014-04-30
1
-2
/
+5
*
vm/vm_map.c: remove forward declarations
Marin Ramesa
2013-12-05
1
-1
/
+4
*
vm: move forward declarations into a header file
Marin Ramesa
2013-11-24
1
-0
/
+17
*
Increase kernel map entry pool size
Richard Braun
2013-10-10
1
-1
/
+1
*
vm: organize vm print function prototypes
Marin Ramesa
2013-07-18
1
-3
/
+0
*
Double KENTRY_DATA_SIZE
Samuel Thibault
2013-01-06
1
-1
/
+2
*
Augment VM maps with a red-black tree
Richard Braun
2012-04-27
1
-3
/
+8
*
Use unsigned long for addresses and sizes
Samuel Thibault
2012-03-09
1
-1
/
+1
*
Move kentry_data_size initial value to header
Samuel Thibault
2012-03-08
1
-0
/
+2
*
Adjust VM initialization
Richard Braun
2011-12-17
1
-0
/
+3
*
Update constants to nowadays standards
Samuel Thibault
2009-10-14
1
-1
/
+1
*
2008-11-15 Shakthi Kannan <shakshurd@gmail.com>
Samuel Thibault
2009-06-18
1
-0
/
+1
*
2008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>
Samuel Thibault
2009-06-18
1
-0
/
+54
*
2008-07-15 Barry deFreese <bddebian@comcast.net>
Samuel Thibault
2009-06-18
1
-0
/
+6
*
2007-05-05 Thomas Schwinge <tschwinge@gnu.org>
Thomas Schwinge
2009-06-18
1
-41
/
+71
*
2006-11-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
Samuel Thibault
2009-06-18
1
-4
/
+0
*
2001-04-04 Roland McGrath <roland@frob.com>
Roland McGrath
2001-04-05
1
-4
/
+4
*
Initial source
Thomas Bushnell
1997-02-25
1
-0
/
+448