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: remove unused field from struct vm_external
Justus Winter
2016-02-07
1
-0
/
+5
*
|
Fix various memory managment errors
Richard Braun
2016-02-02
5
-43
/
+65
*
|
Stack the slab allocator directly on top of the physical allocator
Richard Braun
2016-02-02
8
-70
/
+16
*
|
Use vm_page as the physical memory allocator
Richard Braun
2016-01-23
6
-411
/
+172
*
|
Import the vm_page module from X15 and relicense to GPLv2+
Richard Braun
2016-01-23
2
-3
/
+965
*
|
Fix object page list type
Richard Braun
2016-01-02
1
-1
/
+1
*
|
Slightly improve map debugging readability
Richard Braun
2016-01-01
1
-1
/
+2
*
|
Improve map debugging readability
Richard Braun
2015-12-29
2
-16
/
+16
*
|
Improve VM map debugging
Richard Braun
2015-12-29
2
-2
/
+9
*
|
Fix vm_map_copyout
Richard Braun
2015-12-29
1
-0
/
+1
*
|
Nicer out of memory condition reporting
Samuel Thibault
2015-11-29
1
-0
/
+4
*
|
Fix wired accounting
Samuel Thibault
2015-11-27
1
-0
/
+2
*
|
vm: collapse unreachable branch into assertion
Justus Winter
2015-08-18
1
-28
/
+3
*
|
vm: fix compiler warning
Justus Winter
2015-08-15
1
-3
/
+0
*
|
vm: enable extra assertions
Justus Winter
2015-08-15
1
-2
/
+0
*
|
vm: really fix traversing the list of inactive pages
Justus Winter
2015-07-12
1
-1
/
+1
*
|
vm: fix traversing the list of inactive pages
Justus Winter
2015-07-11
1
-1
/
+1
*
|
vm: drop debugging remnants
Justus Winter
2015-07-10
1
-10
/
+0
*
|
vm: fix panic message
Justus Winter
2015-07-09
1
-2
/
+1
*
|
Allow non-privileged tasks to wire 64KiB task memory
Samuel Thibault
2015-07-09
3
-3
/
+40
*
|
Fix typo
Flávio Cruz
2015-06-05
1
-1
/
+1
*
|
vm: drop unused `kmem_realloc'
Justus Winter
2015-05-23
2
-103
/
+1
*
|
vm: gracefully handle resource shortage
Justus Winter
2015-05-20
1
-14
/
+12
*
|
kern: import `macros.h' from x15
Justus Winter
2015-05-19
4
-4
/
+4
*
|
kern: avoid #if 0ing out thread_collect_scan
Justus Winter
2015-02-18
1
-0
/
+2
*
|
vm: fix typo
Justus Winter
2015-02-18
1
-1
/
+1
*
|
vm: Fix typo in comment (found by codespell)
Stefan Weil
2015-01-02
1
-1
/
+1
*
|
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
*
|
Tune pageout parameters
Samuel Thibault
2014-08-30
1
-5
/
+5
*
|
Increate the pageout thread priority
Samuel Thibault
2014-08-30
1
-0
/
+1
*
|
vm: make struct vm_map fit into a cache line
Justus Winter
2014-04-30
1
-2
/
+5
*
|
Convert from K&R to ANSI
Marin Ramesa
2014-04-04
8
-494
/
+454
*
|
vm: trigger garbage collection on kernel memory pressure
Richard Braun
2014-02-06
1
-3
/
+48
*
|
Fix potential NULL dereference
Samuel Thibault
2014-02-04
1
-2
/
+4
*
|
vm: remove the declaration of memory_object_create_proxy
Justus Winter
2014-01-16
1
-11
/
+0
*
|
vm: reduce the size of struct vm_page
Justus Winter
2014-01-03
1
-1
/
+1
*
|
vm: merge the two bit fields in struct vm_page
Justus Winter
2014-01-03
1
-7
/
+3
*
|
vm: remove NS32000-specific padding from struct vm_page
Justus Winter
2014-01-03
1
-3
/
+0
*
|
Declare void argument lists (part 2)
Marin Ramesa
2013-12-20
2
-2
/
+2
*
|
Mark functions that don't return with attribute noreturn
Marin Ramesa
2013-12-17
1
-3
/
+3
*
|
vm: qualify pointers whose dereferenced values are constant with const
Marin Ramesa
2013-12-17
9
-21
/
+21
*
|
vm/vm_resident.c (vm_page_print): remove unnecessary casts
Marin Ramesa
2013-12-15
1
-2
/
+2
*
|
vm/vm_kern.c (kmem_submap): remove unnecessary cast
Marin Ramesa
2013-12-15
1
-1
/
+1
*
|
Declare void argument lists
Marin Ramesa
2013-12-15
3
-7
/
+7
*
|
Cleanup of the memcpy(), memmove(), memcmp() and memset() calls
Marin Ramesa
2013-12-11
1
-1
/
+1
*
|
vm/vm_map.c: use boolean instead of an int
Marin Ramesa
2013-12-09
1
-2
/
+2
*
|
vm/vm_object.c: remove unused variable
Marin Ramesa
2013-12-09
1
-2
/
+0
*
|
vm/vm_pageout.c: remove forward declarations
Marin Ramesa
2013-12-09
2
-3
/
+4
*
|
Cleanup of the prototypes
Marin Ramesa
2013-12-09
2
-24
/
+0
[prev]
[next]