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: 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
*
vm/vm_page.h: remove unused variables
Marin Ramesa
2013-12-09
1
-5
/
+0
*
vm/vm_user.c: remove forward declaration
Marin Ramesa
2013-12-05
1
-2
/
+0
*
vm/vm_resident.c: correct comment
Marin Ramesa
2013-12-05
1
-1
/
+1
*
vm/vm_map.c: remove forward declarations
Marin Ramesa
2013-12-05
2
-5
/
+4
*
vm/vm_kern.c: remove forward declarations
Marin Ramesa
2013-12-05
2
-3
/
+14
*
vm/vm_fault.c: remove forward declaration
Marin Ramesa
2013-12-05
2
-2
/
+6
*
kern/startup.c: remove forward declarations
Marin Ramesa
2013-12-05
2
-0
/
+27
*
vm: move forward declarations into a header file
Marin Ramesa
2013-11-24
2
-16
/
+17
*
vm: move forward declarations into a header file
Marin Ramesa
2013-11-24
2
-10
/
+10
*
Remove leftover register qualifiers
Marin Ramesa
2013-11-24
2
-4
/
+4
*
Add copyright
Marin Ramesa
2013-11-19
1
-0
/
+18
*
i386/i386/vm_tuning.h: remove file
Marin Ramesa
2013-11-15
1
-1
/
+0
[next]