summaryrefslogtreecommitdiff
path: root/kern
AgeCommit message (Expand)Author
2013-06-09Fix object construction in the slab allocatorRichard Braun
2013-06-04Comment unused variableMarin Ramesa
2013-06-04Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumachSamuel Thibault
2013-06-02Remove unused variableMiguel Figueiredo
2013-06-02Fix yet another locking error in the slab allocatorRichard Braun
2013-05-19Remove unneeded variable initializationMiguel Figueiredo
2013-05-19Remove duplicate lineSamuel Thibault
2013-05-16Reduce fragmentation in the slab allocatorRichard Braun
2013-05-16Rename list_insert to list_insert_headRichard Braun
2013-05-13Drop unused variablesMiguel Figueiredo
2013-04-21Optimize slab reapingRichard Braun
2013-04-21Rework slab lists handlingRichard Braun
2013-04-21Fix locking error in the slab allocatorRichard Braun
2013-03-11Update BASEPRI_USERSamuel Thibault
2013-03-06Increase number of prioritiesSamuel Thibault
2013-03-05Do not hardcode maximum priority valueSamuel Thibault
2013-01-22Add the mach_print debugging system callRichard Braun
2013-01-13Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumachSamuel Thibault
2013-01-13Add statistics for task_events_infoDavid Höppner
2013-01-08Fix slab cache list lockingRichard Braun
2013-01-08Add function to dump a raw summary of the slab allocator stateRichard Braun
2012-12-23Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumachSamuel Thibault
2012-12-23Make thread_suspend wait for !TH_UNINTSamuel Thibault
2012-12-05Fix kernel task creation timeRichard Braun
2012-12-04Strongly reduce risks of name capture in rbtree macrosRichard Braun
2012-09-23Fix gnumach_server_routine prototypeSamuel Thibault
2012-09-23Add missing file for page statisticsRichard Braun
2012-09-23Provide basic page cache statisticsRichard Braun
2012-07-08Fix slab collection timingRichard Braun
2012-07-07Increase the slab collection intervalRichard Braun
2012-07-07Allocate kernel thread stacks out of kmem_mapRichard Braun
2012-07-07Merge kalloc_map into kmem_mapRichard Braun
2012-04-22Update comments.Richard Braun
2012-04-22Fix copyright assignmentRichard Braun
2012-04-06Fix integer typeSamuel Thibault
2012-04-06Do not take address of va_list variableSamuel Thibault
2012-03-20Use long typesSamuel Thibault
2012-03-20Use compiler defined __i386__ symbol instead of use defined i386Guillem Jover
2012-03-09Use unsigned long for addresses and sizesSamuel Thibault
2012-01-28Merge branch 'master' into master-slabSamuel Thibault
2012-01-22Fix build on 64bit hostSamuel Thibault
2011-12-29Upgrade number of event queuesSamuel Thibault
2011-12-17Remove arbitrary limits used by the zone systemRichard Braun
2011-12-17Remove the defunct kernel_task_create() functionRichard Braun
2011-12-17Fix kern/kalloc.h includesRichard Braun
2011-12-17Adjust the kernel to use the slab allocatorRichard Braun
2011-12-17Import the slab allocatorRichard Braun
2011-12-17Import utility filesRichard Braun
2011-09-28Make thread_suspend honor the TH_UNINT flagSergio López
2011-09-12Remove unused [!MACH_KERNEL] driver codeGuillem Jover