218 Commits (0b90fd5adf1f01625412efadba4331b5041fb828)

Author SHA1 Message Date
Keith Packard 0b90fd5adf samples, tests, boards: Switch main return type from void to int 2 years ago
Gerard Marull-Paretas a5fd0d184a init: remove the need for a dummy device pointer in SYS_INIT functions 2 years ago
Kumar Gala 0722b6f74f smp: Add BUILD_ASSERT to make sure Kconfig values are the same 2 years ago
Jordan Yates db3d51bb7d pm: device_runtime: add `zephyr,pm-device-runtime-auto` 2 years ago
Daniel Leung 256db60ebf kernel: mark z_cstart to not have stack protector 2 years ago
Stephanos Ioannidis 4a64bfe351 treewide: Use CONFIG_CPP instead of CONFIG_CPLUSPLUS 3 years ago
Stephanos Ioannidis fa5fd41b61 kernel: Add C++ main() support 3 years ago
Kumar Gala 4f458ba8de kernel: Convert away from CONFIG_MP_NUM_CPUS 3 years ago
Kumar Gala c778eb2a56 smp: Move arrays to use CONFIG_MP_MAX_NUM_CPUS 3 years ago
Gerard Marull-Paretas 495245a971 init: remove _SYS_INIT_LEVEL* definitions 3 years ago
Gerard Marull-Paretas 831239300f kernel: move z_sys_init_run_level to init.c 3 years ago
Gerard Marull-Paretas e42f58ec94 init: s/ARCH/EARLY, call it just before arch kernel init 3 years ago
Gerard Marull-Paretas a202341958 devices: constify device pointers initialized at compile time 3 years ago
Andy Ross 5722da71ce kernel: Skip bss clear on native_posix 3 years ago
Gerard Marull-Paretas afffc1006f kernel: remove redundant <zephyr/zephyr.h> includes 3 years ago
David Palchak b4a7f0f2ca linker: ensure global constructors only run once 3 years ago
Gerard Marull-Paretas cffefc818d kernel: migrate includes to <zephyr/...> 3 years ago
Trond Einar Snekvik 6224ecbfa6 kernel: Remove idle thread cpu index on single-core devices 3 years ago
Nazar Kazakov 9713f0d47c everywhere: fix typos 3 years ago
Gerard Marull-Paretas 5573d8d11e kernel: use DEVICE_DT_GET_OR_NULL for entropy device 3 years ago
Flavio Ceolin ac079fcba6 kernel: init: Simplify early rand get 3 years ago
Andy Ross 2b210cb3db kernel: Refactor SMP cpu initialization a bit 3 years ago
Nicolas Pitre 3617398f1d kernel/init.c: missing memset() to early_memset() conversion 3 years ago
Nicolas Pitre 678b76e4b0 kernel/init.c: allow for memset/memcpy alternatives during early boot 3 years ago
Immo Birnbaum da28829b64 kernel: zero the bss section of OCM memory at boot time 3 years ago
Ederson de Souza 75fd452bc0 kernel/init.c: Initialise logging subsystem after arch 4 years ago
Daniel Leung d3b030be9b kernel: remove @return doc for void functions 4 years ago
Peter Mitsis 0ebd6c7f26 kernel/sched: enable/disable runtime stats 4 years ago
Christopher Friedt 86f94ebaa6 kernel: init: remove empty lcov exclusion 4 years ago
Andy Ross c6d077e1bc soc: intel_adsp/cavs_v25: Add CPU halt and relaunch APIs 4 years ago
Stephanos Ioannidis a77e7566a8 kernel: Remove unused timeout_q from z_kernel 4 years ago
Torsten Rasmussen 25e1b12ec0 kernel: extract __weak main() into independent file 4 years ago
Daniel Leung e88afd2c37 kernel: mmu: pin/unpin boot sections during boot process 4 years ago
Daniel Leung ebbfde9742 kernel: move z_main_stack into pinned section 4 years ago
Evgeniy Paltsev 497cb2e587 CPP: fix static objects init for MWDT toolchain 4 years ago
David Palchak 043507dbd6 kernel: native_posix: Don't run global C++ constructors 4 years ago
Andy Ross 851d14afc8 kernel/sched: Remove "cooperative scheduling only" special cases 4 years ago
Daniel Leung 660d1478c6 kernel: init.c: tag source for boot/pinned sections 4 years ago
Daniel Leung 1310ad6b0e linker: add bits for pinned regions 4 years ago
Daniel Leung d812728ec4 linker: add bits for boot regions 4 years ago
Jennifer Williams ca75bbef3c tests: boot_time: remove all the code and instrumentation feeding into test 4 years ago
Krzysztof Chruscinski 7dcff6ecfe kernel: Move _kernel from sched to init 4 years ago
Daniel Leung 1117169980 kernel: generate placeholders for kobj tables before final build 4 years ago
Daniel Leung 1559712b22 timing: add kconfig CONFIG_TIMING_FUNCTIONS_NEED_AT_BOOT 4 years ago
Anas Nashif bbbc38ba8f kernel: Make both operands of operators of same essential type category 4 years ago
Kumar Gala e3285d5f24 kernel: Remove duplicate include of kswap.h 4 years ago
Peter Bigot 1cadd8b305 device: perform dynamic device initialization during system startup 4 years ago
Ioannis Glaropoulos 40aab3276c Revert "kernel: init: activate FPU for main thread" 4 years ago
Anas Nashif 39f632e7f0 kernel: fix usage of KERNEL_COHERENCE macro 4 years ago
Daniel Leung 079bc64c16 kernel: fix _kernel argument to arch_mem_coherent 4 years ago