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_user.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vm_allocate_contiguous: Add missing page unwiring after making the area non-p...
Samuel Thibault
2024-03-04
1
-0
/
+3
*
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
*
vm_allocate_contiguous: Accept returning end of allowed memory
Samuel Thibault
2023-08-28
1
-1
/
+1
*
vm_allocate_contiguous: better handle pmax
Samuel Thibault
2023-08-21
1
-4
/
+8
*
Fix missing DMA32 limit
Samuel Thibault
2023-08-09
1
-0
/
+8
*
Include mig generated headers to avoid warnings with -Wmissing-prototypes.
Flavio Cruz
2023-01-19
1
-1
/
+3
*
Use -Wstrict-prototypes and fix warnings
Flavio Cruz
2022-12-21
1
-6
/
+5
*
sign-extend mask in vm_map() with 32-bit userspace
Luca Dariz
2022-08-28
1
-0
/
+5
*
gnumach: vm_allocate_contiguous: Allow small power 2 alignments
Damien Zammit
2022-08-21
1
-0
/
+4
*
vm_allocate_contiguous: fix checking the end of the allocation
Samuel Thibault
2022-02-17
1
-1
/
+1
*
vm_allocate_contiguous: Make sure we enforce physical addresses contraints
Samuel Thibault
2022-02-17
1
-0
/
+3
*
vm_wire: extend per-task wiring limit to 8MiB
Samuel Thibault
2021-12-16
1
-1
/
+1
*
Memory object proxy: add support for ranges and nesting
Joan Lledó
2021-08-09
1
-9
/
+18
*
vm_map: Allow exagerated max_prot for now
Samuel Thibault
2021-06-06
1
-3
/
+3
*
Revert "vm_map: Allow passing the name of a memory object"
Samuel Thibault
2021-05-24
1
-4
/
+2
*
vm_map: Fix proxy object protection check
Sergey Bugaev
2021-05-24
1
-3
/
+12
*
Add vm_allocate_contiguous RPC
Samuel Thibault
2020-07-09
1
-0
/
+126
*
vm_map: Allow passing the name of a memory object
Samuel Thibault
2020-06-20
1
-2
/
+4
*
64bit: Fix vm_size_t size
Samuel Thibault
2020-03-29
1
-2
/
+2
*
Add vm_object_sync support
Samuel Thibault
2018-11-03
1
-0
/
+52
*
VM: add the vm_wire_all call
Richard Braun
2016-12-24
1
-0
/
+32
*
VM: rework map entry wiring
Richard Braun
2016-12-24
1
-5
/
+3
*
Change page cache statistics
Richard Braun
2016-06-17
1
-2
/
+2
*
Fix various memory managment errors
Richard Braun
2016-02-02
1
-1
/
+1
*
vm: fix compiler warning
Justus Winter
2015-08-15
1
-3
/
+0
*
Allow non-privileged tasks to wire 64KiB task memory
Samuel Thibault
2015-07-09
1
-3
/
+24
*
Revert "Make vm_map really ignore `address' when `anywhere' is true"
Samuel Thibault
2014-11-10
1
-4
/
+1
*
Make vm_map really ignore `address' when `anywhere' is true
Samuel Thibault
2014-09-06
1
-1
/
+4
*
Convert from K&R to ANSI
Marin Ramesa
2014-04-04
1
-61
/
+56
*
vm: qualify pointers whose dereferenced values are constant with const
Marin Ramesa
2013-12-17
1
-1
/
+1
*
vm/vm_user.c: remove forward declaration
Marin Ramesa
2013-12-05
1
-2
/
+0
*
vm/vm_user.c: remove register qualifiers
Marin Ramesa
2013-11-15
1
-10
/
+8
*
Fix calls to vm_map when size is 0
Richard Braun
2012-11-20
1
-0
/
+3
*
Provide basic page cache statistics
Richard Braun
2012-09-23
1
-0
/
+24
*
Further prototyping work for memory_object_proxy.c functions.
Thomas Schwinge
2011-09-06
1
-5
/
+1
*
Add memory object proxies
Samuel Thibault
2009-11-28
1
-1
/
+22
*
2008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>
Samuel Thibault
2009-06-18
1
-0
/
+1
*
Initial source
Thomas Bushnell
1997-02-25
1
-0
/
+397