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
*
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
*
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
[next]