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
*
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
*
Augment VM maps with task names
Richard Braun
2016-08-06
1
-1
/
+2
*
Fix overflow checking on VM map copyin
Richard Braun
2016-06-09
1
-6
/
+22
*
Fix deadlock
Richard Braun
2016-06-07
1
-1
/
+1
*
vm_map: back allocations with a red-black tree
Richard Braun
2016-05-20
1
-223
/
+295
*
Fix slab allocator option handling
Richard Braun
2016-02-22
1
-1
/
+1
*
Avoid slab allocation failures caused by memory fragmentation
Richard Braun
2016-02-20
1
-2
/
+6
*
Stack the slab allocator directly on top of the physical allocator
Richard Braun
2016-02-02
1
-53
/
+7
*
Improve map debugging readability
Richard Braun
2015-12-29
1
-9
/
+9
*
Improve VM map debugging
Richard Braun
2015-12-29
1
-1
/
+7
*
Fix vm_map_copyout
Richard Braun
2015-12-29
1
-0
/
+1
*
Fix wired accounting
Samuel Thibault
2015-11-27
1
-0
/
+2
*
Allow non-privileged tasks to wire 64KiB task memory
Samuel Thibault
2015-07-09
1
-0
/
+15
*
Convert from K&R to ANSI
Marin Ramesa
2014-04-04
1
-178
/
+164
*
vm: qualify pointers whose dereferenced values are constant with const
Marin Ramesa
2013-12-17
1
-4
/
+4
*
vm/vm_map.c: use boolean instead of an int
Marin Ramesa
2013-12-09
1
-2
/
+2
*
vm/vm_map.c: remove forward declarations
Marin Ramesa
2013-12-05
1
-4
/
+0
*
vm: move forward declarations into a header file
Marin Ramesa
2013-11-24
1
-16
/
+0
*
vm/vm_map.c: remove register qualifiers
Marin Ramesa
2013-11-15
1
-111
/
+87
*
vm/vm_map.c: trivial stylistic fix for consistency
Marin Ramesa
2013-11-15
1
-1
/
+1
*
vm: organize vm print function prototypes
Marin Ramesa
2013-07-18
1
-0
/
+1
*
Fix compilation warning implicit function declaration kdbprintf
David Höppner
2013-01-04
1
-0
/
+5
*
Fix calls to vm_map when size is 0
Richard Braun
2012-11-20
1
-0
/
+3
*
Augment VM maps with a red-black tree
Richard Braun
2012-04-27
1
-49
/
+68
*
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
-1
/
+1
*
Fix kern/kalloc.h includes
Richard Braun
2011-12-17
1
-0
/
+1
*
Adjust VM initialization
Richard Braun
2011-12-17
1
-25
/
+47
*
Adjust the kernel to use the slab allocator
Richard Braun
2011-12-17
1
-56
/
+49
*
Initialize the new map entry when it's a projected buffer
Guillem Jover
2011-08-27
1
-1
/
+2
*
Do not warn on vm_map_enter with fixed address failing
Samuel Thibault
2011-05-09
1
-12
/
+4
*
Warn once when part of the kernel is lacking space
Samuel Thibault
2011-04-22
1
-7
/
+24
[next]