summaryrefslogtreecommitdiff
path: root/kernel/unified/init.c
AgeCommit message (Expand)Author
2016-12-19kernel: move kernel code to kernel/ directlyAnas Nashif
2016-12-19kernel: remove nano/micro wording and usageAnas Nashif
2016-12-15kernel: introduce single-threaded kernelBenjamin Walsh
2016-12-15kernel: fix dummy init thread prio in preempt-only configurationsBenjamin Walsh
2016-12-15kernel/arch: enhance the "ready thread" cacheBenjamin Walsh
2016-12-11random: Rewrite sys_rand32_init() with SYS_INIT()Marcus Shawcroft
2016-12-02kernel: replace .BSS and .DATA setup with standard library callsMahavir Jain
2016-12-02kernel: include kernel version in boot bannerMahavir Jain
2016-11-23kernel: declare main and idle stack as globalsVinayak Chettimada
2016-11-23kernel: add support for switching to main thread without _Swap()Benjamin Walsh
2016-11-23kernel/arch: remove unused uk_task_ptr parameter from _new_thread()Benjamin Walsh
2016-11-12kernel/arch: consolidate tTCS and TNANO definitionsBenjamin Walsh
2016-11-10kernel: Treat aborting by main() as a fatal system errorAllan Stephens
2016-11-09kernel: deprecate old init levelsAndrew Boie
2016-11-07benchmarks: rename _NanoTscRead -> _tsc_readAnas Nashif
2016-11-04unified: Rename ESSENTIAL to K_ESSENTIALAllan Stephens
2016-10-31unified: Fix boot_time nanokernel benchmarkPeter Mitsis
2016-10-28unified: handle MDEF files that declare main()Andrew Boie
2016-10-26unified: add kconfig option for idle thread stack sizeBenjamin Walsh
2016-10-18unified: Fix bug in invocation of init functionsAllan Stephens
2016-10-14unified: rename sched.h to ksched.hBenjamin Walsh
2016-10-10unified: merge NANO_TIMERS and NANO_TIMEOUTS with SYS_CLOCK_EXISTSBenjamin Walsh
2016-10-10unified: cleanup kernel initializationBenjamin Walsh
2016-10-04unified: Add tickless idle support for x86 and ARMPeter Mitsis
2016-09-28unified: Invoke kernel object initialization with SYS_INIT macroDmitriy Korovkin
2016-09-23unified: Eliminate useless check in idle threadPeter Mitsis
2016-09-23unified: Remove references to obsolete task_timeoutPeter Mitsis
2016-09-13unified: initial unified kernel implementationBenjamin Walsh