summaryrefslogtreecommitdiff
path: root/kern/kernel.c
AgeCommit message (Expand)Author
2017-09-21New build systemRichard Braun
2017-07-21kern/kernel: fix test startingRichard Braun
2017-07-13Switch to initialization operationsRichard Braun
2017-07-01kern/shutdown: new moduleRichard Braun
2017-06-24vm/vm_page: implement the vm_page_info shell commandRichard Braun
2017-06-14kern/syscnt: new syscnt_info shell commandRichard Braun
2017-06-14Initialize the shell module laterRichard Braun
2017-06-11kern/log: serialize the start of the log and shell threadsRichard Braun
2017-06-10kern/log: new moduleRichard Braun
2017-05-31kern/shell: separate initialization into two stepsRichard Braun
2017-05-28kern/shell: new moduleRichard Braun
2017-03-14Use the X15 namespace consistently for macros defined by autoconfRichard Braun
2017-03-04kern/{thread,turnstile}: implement priority inheritanceRichard Braun
2017-03-04kern/sleepq: new moduleRichard Braun
2014-10-09kern/xcall: new moduleRichard Braun
2014-09-20kern/sref: new moduleRichard Braun
2014-09-05kern/percpu: fix setup of BSP percpu areaRichard Braun
2014-08-30kern/kernel: move call to vm_page_info()Richard Braun
2014-08-11kern/kernel: remove unneeded header inclusionRichard Braun
2014-05-24kern/rdxtree: remove moduleRichard Braun
2014-05-20Add basic internal test frameworkRichard Braun
2014-05-14Print vm_page info at the end of kernel bootstrapRichard Braun
2014-05-14Improve the description of multi-processor setupRichard Braun
2014-01-14Rework bootstrappingRichard Braun
2013-06-09kern/rdxtree: new moduleRichard Braun
2013-06-03kern/work: new moduleRichard Braun
2013-05-19kern/cpumap: new moduleRichard Braun
2013-05-15kern/llsync: new moduleRichard Braun
2013-03-14kern/{kernel,thread}: rework initializationRichard Braun
2012-12-12Simplify requirements on interrupts during initializationRichard Braun
2012-12-12kern/thread: support multiprocessor schedulingRichard Braun
2012-12-11Adjust interrupts configuration on kernel entryRichard Braun
2012-11-19kern/thread: preliminary scheduling implementationRichard Braun
2012-11-09Implement preliminary thread contextRichard Braun
2012-09-30Initial commitRichard Braun