259 Commits (f5c343fc93e865d65a7539d5c160cb0ebb37e91f)

Author SHA1 Message Date
Katsuhiro Suzuki 8453a73ede kernel: init: activate FPU for main thread 5 years ago
Anas Nashif 4b59312a94 kernel: init: move banner handling 5 years ago
Anas Nashif de69edbf42 kernel: move xip code to dedicated file 5 years ago
Krzysztof Chruscinski 3ed8083dc1 kernel: Cleanup logger setup in kernel files 5 years ago
Daniel Leung fd7a68dbe9 kernel: use timing functions to gather thread runtime stats 5 years ago
Andy Ross f6d32ab0a4 kernel: Add cache coherence management framework 5 years ago
Andrew Boie f5a7e1a108 kernel: handle thread self-aborts on idle thread 5 years ago
Tomasz Bursztyka e18fcbba5a device: Const-ify all device driver instance pointers 5 years ago
Ioannis Glaropoulos 60bd51aa37 kernel: init: allow custom switch to main for no-multithreading case 5 years ago
Andrew Boie 0c297461c5 kernel: idle thread stacks are kernel-only 5 years ago
Andrew Boie 8b4b0d6264 kernel: z_interrupt_stacks are now kernel stacks 5 years ago
Andrew Boie e4cc84a537 kernel: update arch_switch_to_main_thread() 5 years ago
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types 5 years ago
Andrew Boie 468efadd47 kernel: simplify dummy thread implementation 5 years ago
Martí Bolívar 6e8775ff84 devicetree: remove DT_HAS_NODE_STATUS_OKAY 5 years ago
Peter Bigot c308f8069f kernel: init: move C++ initialization before application init loop 5 years ago
Tomasz Bursztyka 8d7bb8ffd8 device: Refactor device structures 5 years ago
Andrew Boie c24673eefc kernel: properly name idle threads 5 years ago
Kumar Gala fdd85d5ad7 dts: Rename DT_HAS_NODE macro to DT_HAS_NODE_STATUS_OKAY 5 years ago
Kumar Gala 9b4298c20d arm: Convert DT_CCM_* to new devicetree.h macros 5 years ago
Kumar Gala a49817d17e arm: Convert DT_DTCM_* to new devicetree.h macros 5 years ago
Kumar Gala 43a7d26603 drivers: entropy: replace CONFIG_ENTROPY_NAME with DT macro 5 years ago
Daniel Leung 4e1637b54e kernel: add sys init level for SMP 5 years ago
Andrew Boie fb1c29475f kernel: zero app shmem bss via SYS_INIT 5 years ago
Andrew Boie 80a0d9d16b kernel: interrupt/idle stacks/threads as array 5 years ago
Flavio Ceolin 8ae822c9fa kernel: random: ifdef z_early_boot_rand_get 5 years ago
Andy Ross eefd3daa81 kernel/smp: arch/x86_64: Address race with CPU migration 5 years ago
Anas Nashif 73008b427c tracing: move headers under include/tracing 5 years ago
Anas Nashif 471ffbe77d coverage: do not dump coverage data by default 6 years ago
Anas Nashif 1530819e12 tracing: remove duplicate tracing of thread creation 6 years ago
Peter Bigot 74ef395332 kernel: move test of kernel startup state to more visible location 6 years ago
Anas Nashif 9e3e7f6dda kernel: use 'thread' for thread variable consistently 6 years ago
Anas Nashif e4a9be94c0 kernel: init: simplify boot banner printing 6 years ago
Flavio Ceolin 91fd6d0866 kernel: thread: Fix randomness problem with stack pointer random 6 years ago
Andrew Boie 4f77c2ad53 kernel: rename z_arch_ to arch_ 6 years ago
Flavio Ceolin 394f66b77e kernel: canaries: Add terminator character 6 years ago
Andrew Boie 144f2cb2b3 logging: abstract log_core_init() 6 years ago
Andrew Boie fe031611fd kernel: rename main/idle thread/stacks 6 years ago
Andrew Boie e6654103ba kernel: rename boot time globals 6 years ago
Andrew Boie f6fb634b89 kernel: rename kernel_arch_init() 6 years ago
Andrew Boie 845aa6d114 kernel: renamespace arch_nop() 6 years ago
Andy Ross 6c283ca3d0 kernel/thread: Must always initialize is_idle field 6 years ago
Charles E. Youse 3036faf88a tests/benchmarks: fix BOOT_TIME_MEASUREMENT 6 years ago
Alexander Wachter b4c5f4b32b linker: Add dtcm section for Cortex M7 MCUs 6 years ago
Anas Nashif efb8df5366 cleanup: include/: move misc/stack.h to debug/stack.h 6 years ago
Anas Nashif fa1c60014b cleanup: include/: move misc/gcov.h to debug/gcov.h 6 years ago
Anas Nashif 9ab2a56751 cleanup: include/: move misc/printk.h to sys/printk.h 6 years ago
Anas Nashif ee9dd1a54a cleanup: include/: move misc/dlist.h to sys/dlist.h 6 years ago
Anas Nashif 969f8f1c68 cleanup: include/: move entropy.h to drivers/entropy.h 6 years ago
Anas Nashif 10291a0789 cleanup: include/: move tracing.h to debug/tracing.h 6 years ago