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
*
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
*
Provide basic page cache statistics
Richard Braun
2012-09-23
5
-2
/
+76
*
Augment VM maps with a red-black tree
Richard Braun
2012-04-27
2
-52
/
+76
*
Use unsigned long for addresses and sizes
Samuel Thibault
2012-03-09
4
-4
/
+4
*
Move kentry_data_size initial value to header
Samuel Thibault
2012-03-08
2
-1
/
+3
*
Remove arbitrary limits used by the zone system
Richard Braun
2011-12-17
2
-2
/
+0
*
Fix kern/kalloc.h includes
Richard Braun
2011-12-17
1
-0
/
+1
*
Adjust VM initialization
Richard Braun
2011-12-17
6
-86
/
+111
*
Adjust the kernel to use the slab allocator
Richard Braun
2011-12-17
9
-136
/
+105
*
Further prototyping work for memory_object_proxy.c functions.
Thomas Schwinge
2011-09-06
3
-13
/
+31
*
Free memory used by boot modules
Samuel Thibault
2011-09-05
1
-0
/
+5
*
Add prototypes for memory_object_proxy.c functions
Fridolín Pokorný
2011-09-03
2
-1
/
+29
*
Remove long obsolete RPC routines
Guillem Jover
2011-09-02
1
-28
/
+0
*
Initialize the new map entry when it's a projected buffer
Guillem Jover
2011-08-27
1
-1
/
+2
*
Remove unused variables
Guillem Jover
2011-08-27
1
-1
/
+0
*
Add header for printf prototype
Guillem Jover
2011-08-27
1
-0
/
+1
*
Do not warn on vm_map_enter with fixed address failing
Samuel Thibault
2011-05-09
1
-12
/
+4
*
Warn once when part of the kernel is lacking space
Samuel Thibault
2011-04-22
1
-7
/
+24
[next]