Age | Commit message (Expand) | Author |
2013-03-06 | Increase number of priorities | Samuel Thibault |
2013-03-05 | Do not hardcode maximum priority value | Samuel Thibault |
2013-01-22 | Add the mach_print debugging system call | Richard Braun |
2013-01-13 | Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumach | Samuel Thibault |
2013-01-13 | Add statistics for task_events_info | David Höppner |
2013-01-08 | Fix slab cache list locking | Richard Braun |
2013-01-08 | Add function to dump a raw summary of the slab allocator state | Richard Braun |
2012-12-23 | Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumach | Samuel Thibault |
2012-12-23 | Make thread_suspend wait for !TH_UNINT | Samuel Thibault |
2012-12-05 | Fix kernel task creation time | Richard Braun |
2012-12-04 | Strongly reduce risks of name capture in rbtree macros | Richard Braun |
2012-09-23 | Fix gnumach_server_routine prototype | Samuel Thibault |
2012-09-23 | Add missing file for page statistics | Richard Braun |
2012-09-23 | Provide basic page cache statistics | Richard Braun |
2012-07-08 | Fix slab collection timing | Richard Braun |
2012-07-07 | Increase the slab collection interval | Richard Braun |
2012-07-07 | Allocate kernel thread stacks out of kmem_map | Richard Braun |
2012-07-07 | Merge kalloc_map into kmem_map | Richard Braun |
2012-04-22 | Update comments. | Richard Braun |
2012-04-22 | Fix copyright assignment | Richard Braun |
2012-04-06 | Fix integer type | Samuel Thibault |
2012-04-06 | Do not take address of va_list variable | Samuel Thibault |
2012-03-20 | Use long types | Samuel Thibault |
2012-03-20 | Use compiler defined __i386__ symbol instead of use defined i386 | Guillem Jover |
2012-03-09 | Use unsigned long for addresses and sizes | Samuel Thibault |
2012-01-28 | Merge branch 'master' into master-slab | Samuel Thibault |
2012-01-22 | Fix build on 64bit host | Samuel Thibault |
2011-12-29 | Upgrade number of event queues | Samuel Thibault |
2011-12-17 | Remove arbitrary limits used by the zone system | Richard Braun |
2011-12-17 | Remove the defunct kernel_task_create() function | Richard Braun |
2011-12-17 | Fix kern/kalloc.h includes | Richard Braun |
2011-12-17 | Adjust the kernel to use the slab allocator | Richard Braun |
2011-12-17 | Import the slab allocator | Richard Braun |
2011-12-17 | Import utility files | Richard Braun |
2011-09-28 | Make thread_suspend honor the TH_UNINT flag | Sergio López |
2011-09-12 | Remove unused [!MACH_KERNEL] driver code | Guillem Jover |
2011-09-05 | Drop module memory free verbosity | Samuel Thibault |
2011-09-05 | Free memory used by boot modules | Samuel Thibault |
2011-09-03 | Add prototypes for memory_object_proxy.c functions | Fridolín Pokorný |
2011-09-02 | Remove long obsolete RPC routines | Guillem Jover |
2011-09-02 | Add vsnprintf prototype | Guillem Jover |
2011-08-30 | Cast function timeout() argument to fix a warning | Guillem Jover |
2011-08-27 | Add prototype for log function | Guillem Jover |
2011-08-22 | Add more details to "zone exhausted" panics. | Samuel Thibault |
2011-08-18 | Add compiler barrier to update_mapped_time | Samuel Thibault |
2011-04-22 | Update constants to nowadays standards | Samuel Thibault |
2011-04-20 | Warn once when part of the kernel is lacking memory | Samuel Thibault |
2011-01-15 | Move -d and -H parse to kern/startup.c | Samuel Thibault |
2010-04-06 | Fix crash on Xen when no module is provided | Samuel Thibault |
2009-12-21 | Add a SoftDebugger function | Samuel Thibault |