Age | Commit message (Expand) | Author |
2013-11-09 | Remove lint code | Marin Ramesa |
2013-09-09 | Drop luna88k bits | Marin Ramesa |
2013-07-18 | kern: add missing prototype | Marin Ramesa |
2013-06-29 | (slab_info): fix format warnings | Marin Ramesa |
2013-06-09 | Fix object construction in the slab allocator | Richard Braun |
2013-06-04 | Comment unused variable | Marin Ramesa |
2013-06-04 | Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumach | Samuel Thibault |
2013-06-02 | Remove unused variable | Miguel Figueiredo |
2013-06-02 | Fix yet another locking error in the slab allocator | Richard Braun |
2013-05-19 | Remove unneeded variable initialization | Miguel Figueiredo |
2013-05-19 | Remove duplicate line | Samuel Thibault |
2013-05-16 | Reduce fragmentation in the slab allocator | Richard Braun |
2013-05-16 | Rename list_insert to list_insert_head | Richard Braun |
2013-05-13 | Drop unused variables | Miguel Figueiredo |
2013-04-21 | Optimize slab reaping | Richard Braun |
2013-04-21 | Rework slab lists handling | Richard Braun |
2013-04-21 | Fix locking error in the slab allocator | Richard Braun |
2013-03-11 | Update BASEPRI_USER | Samuel Thibault |
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 |