aboutsummaryrefslogtreecommitdiff
path: root/top
AgeCommit message (Expand)Author
2024-03-18top: main: Disable kcfi in addition to cfi for .ctorsArve Hjønnevåg
2022-12-06top: printf format mismatch in function lk_init_secondary_cpusArmelle Laine
2022-12-03top: prevent illegal mem access on thread structArmelle Laine
2022-11-29top/main.c: Disable CFI check for ctors when building with C++Ayrton Munoz
2021-07-15[main] reduce welcome message to SPEWNick Bray
2021-04-08Separate log level from debug levelNick Bray
2017-09-27[init] Don't trace suspend/resume hooks when LK_DEBUGLEVEL >= 2Arve Hjønnevåg
2017-09-21[clang] Refactor declaration and use of extern linker variablesRoberto Pereira
2016-02-14[style] mass reformat all the non external code to 4 space indentsTravis Geiselbrecht
2016-01-17[kernel][smp] reduce impact of SMP code on UP buildsBrian Swetland
2015-11-06[linker] align special sections on native pointer bounaryTravis Geiselbrecht
2015-11-02[main] move the printf for heap after the pre-heap init hooks are runTravis Geiselbrecht
2015-10-26[linker] align all the special sections on 8 byte boundaries, remove x86-64 hackTravis Geiselbrecht
2015-10-26[make] add ability to set EXTRA_LINKER_SCRIPTS in modulesTravis Geiselbrecht
2015-10-22[top] add missing license and reformat top/ moduleTravis Geiselbrecht
2015-10-20[init] bump the earliest init trace level out to TARGET_EARLYTravis Geiselbrecht
2015-10-15[lib][heap] have novm initialize itself, rename novm 'heap' to 'arena' to be ...Travis Geiselbrecht
2015-10-15WIP patch from erikTravis Geiselbrecht
2015-07-07[kernel] call static constructors after heap initWill Lee
2015-05-29[init] don't print init trace messages earlier than a particular levelTravis Geiselbrecht
2015-05-18Merge branch 'master' of https://github.com/travisg/lk into smpArve Hjønnevåg
2015-05-02[init] print init routines at high debug levelsTravis Geiselbrecht
2015-03-31[top] change the welcome message if compiled with SMP enabledTravis Geiselbrecht
2015-03-27[init][smp] have secondary init run in arch code up to threading, and complet...Travis Geiselbrecht
2015-03-18[init] Make lk_init_level re-entrantArve Hjønnevåg
2015-03-11[kernel] Add secondary cpu init and entry pointArve Hjønnevåg
2015-03-11[init] Print cpu that init hook runs onArve Hjønnevåg
2015-03-11[init] Add LK_INIT_HOOK_FLAGSArve Hjønnevåg
2015-03-10[kernel][thread] Allow pinning threads to a specific cpuArve Hjønnevåg
2015-03-10[kernel] remove critical_section, move everything to spinlocksTravis Geiselbrecht
2014-11-21[arm] add ability to pass and generically read up to 4 boot args from whoever...Travis Geiselbrecht
2013-08-05[libc] move tracing out of debug into separate trace.hDima Zavin
2013-08-03[init] new init hook systemTravis Geiselbrecht
2013-06-20[kernel] move the top level kmain() out of kernel/ into top/Travis Geiselbrecht