summaryrefslogtreecommitdiff
path: root/kern
AgeCommit message (Expand)Author
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
2011-09-05Drop module memory free verbositySamuel Thibault
2011-09-05Free memory used by boot modulesSamuel Thibault
2011-09-03Add prototypes for memory_object_proxy.c functionsFridolín Pokorný
2011-09-02Remove long obsolete RPC routinesGuillem Jover
2011-09-02Add vsnprintf prototypeGuillem Jover
2011-08-30Cast function timeout() argument to fix a warningGuillem Jover
2011-08-27Add prototype for log functionGuillem Jover
2011-08-22Add more details to "zone exhausted" panics.Samuel Thibault
2011-08-18Add compiler barrier to update_mapped_timeSamuel Thibault
2011-04-22Update constants to nowadays standardsSamuel Thibault
2011-04-20Warn once when part of the kernel is lacking memorySamuel Thibault
2011-01-15Move -d and -H parse to kern/startup.cSamuel Thibault
2010-04-06Fix crash on Xen when no module is providedSamuel Thibault
2009-12-21Add a SoftDebugger functionSamuel Thibault
2009-12-16Add Xen supportSamuel Thibault
2009-11-30Add stack-protector supportSamuel Thibault