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
/
kern
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use uint32_t instead of unsigned32_t.
Flavio Cruz
2016-04-04
1
-1
/
+1
*
Fix stack allocation on Xen
Richard Braun
2016-03-09
1
-21
/
+12
*
Relax slab allocation alignment constraint
Richard Braun
2016-03-09
1
-8
/
+12
*
Inherit fpu control word from parent to child
Samuel Thibault
2016-03-06
1
-1
/
+1
*
Document thread_sleep about events woken from interrupt handlers
Samuel Thibault
2016-02-26
1
-0
/
+3
*
Include the exception protocol in 'gnumach.msgids'
Justus Winter
2016-02-23
1
-0
/
+22
*
Remove kmem cache flags from the debugging interface
Richard Braun
2016-02-22
1
-6
/
+1
*
Fix slab allocator option handling
Richard Braun
2016-02-22
2
-50
/
+66
*
Optimize slab lookup on the free path
Richard Braun
2016-02-22
1
-11
/
+43
*
Fix unused variable warnings
Richard Braun
2016-02-22
1
-2
/
+0
*
Avoid slab allocation failures caused by memory fragmentation
Richard Braun
2016-02-20
2
-63
/
+93
*
Remove kmem map
Richard Braun
2016-02-07
2
-18
/
+0
*
Change computation of slab size
Richard Braun
2016-02-06
1
-56
/
+26
*
Fix various memory managment errors
Richard Braun
2016-02-02
3
-24
/
+44
*
Stack the slab allocator directly on top of the physical allocator
Richard Braun
2016-02-02
7
-120
/
+65
*
Use vm_page as the physical memory allocator
Richard Braun
2016-01-23
4
-6
/
+19
*
Import the log2 module from X15 and relicense to GPLv2+
Richard Braun
2016-01-23
1
-0
/
+50
*
Increase kernel map size
Samuel Thibault
2016-01-13
1
-1
/
+1
*
fix some compiler warnings in gnumach
Flavio Cruz
2016-01-01
1
-1
/
+1
*
Fix time going back in Xen case
Samuel Thibault
2015-10-05
1
-2
/
+10
*
kern/slab: print total used and reclaimable memory
Justus Winter
2015-09-29
1
-1
/
+10
*
kern/slab: include flags in the slab information
Justus Winter
2015-09-29
1
-6
/
+7
*
ddb: add new command `show slabinfo'
Justus Winter
2015-09-29
2
-3
/
+22
*
i386: improve syscall tracing
Justus Winter
2015-09-27
1
-3
/
+3
*
Fix build with -DDEBUG
Justus Winter
2015-09-27
1
-1
/
+3
*
kern/bootstrap: drop into the debugger
Justus Winter
2015-09-27
1
-1
/
+9
*
kern: use proper memory fences when handling the mapped time
Justus Winter
2015-09-07
1
-15
/
+18
*
kern: fix loop reading the time value
Justus Winter
2015-09-07
2
-3
/
+5
*
Make sure the reply port's reference is released when the thread needs to be ...
Flávio Cruz
2015-08-28
5
-9
/
+33
*
Add a thread_no_continuation definition
Flávio Cruz
2015-08-28
7
-13
/
+15
*
kern/bootstrap: tune locking
Justus Winter
2015-08-20
1
-1
/
+1
*
kern: really zero-out unused simple lock info entries
Justus Winter
2015-08-20
1
-1
/
+1
*
kern: keep track of the writer when debugging locks
Justus Winter
2015-08-17
2
-1
/
+41
*
kern: improve simple lock debugging
Justus Winter
2015-08-17
2
-17
/
+30
*
kern: disable the simple lock checks while debugging
Justus Winter
2015-08-17
2
-1
/
+19
*
Avoid re-defining macros
Justus Winter
2015-08-15
1
-0
/
+8
*
kern: add boot-time clock, use it for time stamps
Justus Winter
2015-07-25
4
-4
/
+49
*
kern/lock: make sure the macros are only used on simple locks
Justus Winter
2015-07-25
1
-11
/
+24
*
kern/bootstrap: deallocate thread
Justus Winter
2015-07-20
1
-0
/
+1
*
kern/bootstrap: deallocate task
Justus Winter
2015-07-19
1
-0
/
+1
*
kern/printf: do not serialize printf and co
Justus Winter
2015-07-18
3
-37
/
+0
*
kern/lock: use compiler built-in functions to get return address
Justus Winter
2015-07-18
1
-9
/
+5
*
kern/bootstrap: fix locking
Justus Winter
2015-07-18
1
-0
/
+2
*
kern/slab: fix locking
Justus Winter
2015-07-18
1
-1
/
+1
*
kern: make sure the queue macros are only used on queues
Justus Winter
2015-07-11
1
-5
/
+26
*
kern: make printf handle long long integers
Justus Winter
2015-07-10
2
-8
/
+23
*
kern: remove superfluous file
Justus Winter
2015-07-09
1
-104
/
+0
*
kern: improve error handling
Justus Winter
2015-07-09
1
-1
/
+2
*
kern: fix error handling
Justus Winter
2015-06-20
1
-1
/
+5
*
kern: add function attributes to the printf-functions
Justus Winter
2015-06-09
1
-4
/
+9
[next]