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
*
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
*
vm/vm_user.c: remove register qualifiers
Marin Ramesa
2013-11-15
1
-10
/
+8
*
vm/vm_resident.c: remove register qualifiers
Marin Ramesa
2013-11-15
1
-43
/
+43
*
vm/vm_pageout.c: remove register qualifiers
Marin Ramesa
2013-11-15
1
-12
/
+12
*
vm/vm_object.c: remove register qualifiers
Marin Ramesa
2013-11-15
1
-42
/
+35
*
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/vm_kern.c: remove register qualifiers
Marin Ramesa
2013-11-15
1
-12
/
+10
*
vm/vm_fault.c: remove register qualifiers
Marin Ramesa
2013-11-15
1
-23
/
+17
*
vm/vm_fault.c: remove unused variable
Marin Ramesa
2013-11-15
1
-2
/
+0
*
vm/memory_object_proxy.h: fix definition
Marin Ramesa
2013-11-15
1
-2
/
+2
*
vm/memory_object.c: remove register qualifiers
Marin Ramesa
2013-11-15
1
-12
/
+8
*
Remove lint code
Marin Ramesa
2013-11-09
2
-17
/
+0
*
Increase kernel map entry pool size
Richard Braun
2013-10-10
1
-1
/
+1
*
vm: organize vm print function prototypes
Marin Ramesa
2013-07-18
6
-5
/
+25
*
Fix format warnings
Miguel Figueiredo
2013-06-04
1
-1
/
+1
*
Fix task stats incrementations
Samuel Thibault
2013-01-13
1
-3
/
+3
*
Add statistics for task_events_info
David Höppner
2013-01-13
2
-0
/
+8
*
Double KENTRY_DATA_SIZE
Samuel Thibault
2013-01-06
1
-1
/
+2
*
Fix compilation warning implicit function declaration kdbprintf
David Höppner
2013-01-04
3
-0
/
+14
*
Fix calls to vm_map when size is 0
Richard Braun
2012-11-20
2
-0
/
+6
[next]