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
*
Avoid panics on physical memory exhaustion
Richard Braun
2016-03-13
1
-2
/
+4
*
Merge remote-tracking branch 'remotes/origin/rbraun/vm_cache_policy'
Richard Braun
2016-03-11
4
-145
/
+108
|
\
|
*
Fix page cache accounting
Richard Braun
2016-02-07
2
-31
/
+42
|
*
VM cache policy change
Richard Braun
2013-10-09
4
-120
/
+63
*
|
Fix slab allocator option handling
Richard Braun
2016-02-22
1
-1
/
+1
*
|
Optimize slab lookup on the free path
Richard Braun
2016-02-22
2
-0
/
+17
*
|
Avoid slab allocation failures caused by memory fragmentation
Richard Braun
2016-02-20
1
-2
/
+6
*
|
Avoid panics on physical memory exhaustion
Richard Braun
2016-02-16
1
-2
/
+4
*
|
vm: initialize external maps
Justus Winter
2016-02-07
1
-0
/
+2
*
|
vm: allocate a large map for all objects larger than SMALL_SIZE
Justus Winter
2016-02-07
1
-1
/
+1
*
|
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
[next]