102 Commits (b587e8d063baef58da456d449775e24b5721d02c)

Author SHA1 Message Date
Andrew Boie 8ce260d8df kernel: introduce supervisor-only stacks 5 years ago
Ioannis Glaropoulos 8ada29e06c kernel: userspace: fix variable initialization 5 years ago
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types 5 years ago
Andrew Boie be919d3bf7 userspace: improve dynamic object allocation 5 years ago
Andrew Boie 64c8189ab0 userspace: fix bad ssf pointer on bad/no syscall 5 years ago
Andrew Boie 28be793cb6 kernel: delete separate logic for priv stacks 5 years ago
Andrew Boie 2dc2ecfb60 kernel: rename struct _k_object 5 years ago
Andrew Boie 4bad34e749 kernel: rename _k_thread_stack_element 5 years ago
Andrew Boie f2734ab022 kernel: use a union for kobject data values 5 years ago
Andrew Boie fb1c29475f kernel: zero app shmem bss via SYS_INIT 5 years ago
Andy Ross 7353c7f95d kernel/userspace: Move syscall_frame field to thread struct 5 years ago
Anas Nashif 9e3e7f6dda kernel: use 'thread' for thread variable consistently 6 years ago
Andrew Boie 428afe5084 kernel: fix some bad casts in userspace.c 6 years ago
Ulf Magnusson 984bfae831 global: Remove leading/trailing blank lines in files 6 years ago
Andrew Boie 4f77c2ad53 kernel: rename z_arch_ to arch_ 6 years ago
Andrew Boie 800b35f598 kernel: use uintptr_t for syscall arguments 6 years ago
Andrew Boie cb1dd7465b kernel: remove vestigal printk references 6 years ago
Andrew Boie 99b3f8617e kernel: use logging for userspace errors 6 years ago
Andy Ross 6564974bae userspace: Support for split 64 bit arguments 6 years ago
Anas Nashif 1859244b64 cleanup: include/: move misc/rb.h to sys/rb.h 6 years ago
Anas Nashif 9ab2a56751 cleanup: include/: move misc/printk.h to sys/printk.h 6 years ago
Anas Nashif 0c9e280547 cleanup: include/: move misc/mutex.h to sys/mutex.h 6 years ago
Anas Nashif 6ecadb03ab cleanup: include/: move misc/math_extras.h to sys/math_extras.h 6 years ago
Anas Nashif 447311ec3e cleanup: include/: move misc/libc-hooks.h to sys/libc-hooks.h 6 years ago
Anas Nashif ef281c4237 cleanup: include/: move sys_io.h to sys/sys_io.h 6 years ago
Andrew Boie 777336ef38 tests: userspace: cover missing/bad syscalls 6 years ago
Anas Nashif 6e27d6d3d1 mbedtls: move to external module 6 years ago
Anas Nashif 6d359df592 logging: use os as a domain for low level system debugging 6 years ago
Jakob Olesen c8708d9bf3 misc: Replace uses of __builtin_*_overflow() with <misc/math_extras.h>. 6 years ago
Andrew Boie 09dc929d41 userspace: fix copy from user locking 6 years ago
Andrew Boie f0835674a3 lib: os: add sys_mutex data type 6 years ago
Andrew Boie 1dc6612d50 userspace: do not track net_context as a kobject 6 years ago
Andrew Boie 526807c33b userspace: add const qualifiers to user copy fns 6 years ago
Patrik Flykt 21358baa72 all: Update unsigend 'U' suffix due to multiplication 6 years ago
Patrik Flykt 24d71431e9 all: Add 'U' suffix when using unsigned variables 6 years ago
Flavio Ceolin 2df02cc8db kernel: Make if/iteration evaluate boolean operands 6 years ago
Patrik Flykt 4344e27c26 all: Update reserved function names 6 years ago
Andrew Boie e686aefe09 mbedtls: provide user mode access 6 years ago
Andrew Boie 62fad96802 userspace: zero app memory bss earlier 6 years ago
Andrew Boie 7707060959 userspace: get rid of app section placeholders 6 years ago
Andrew Boie 4ce652e4b2 userspace: remove APP_SHARED_MEM Kconfig 6 years ago
Andrew Boie 17ce822ed9 app_shmem: create generic libc partition 6 years ago
Andy Ross 8a3d57b6cc kernel/userspace: Spinlockification 7 years ago
Andrew Boie 7ecc359f2c userspace: do not auto-cleanup static objects 7 years ago
Flavio Ceolin 76b3518ce6 kernel: Make statements evaluate boolean expressions 7 years ago
Flavio Ceolin 8a1481735b kernel: userspace: Change _thread_idx_alloc to return bool 7 years ago
Flavio Ceolin 118715c62d misra: Fixes for MISRA-C rule 8.3 7 years ago
Flavio Ceolin 22236c9d6d kernel: Make tag identifiers unique 7 years ago
Anas Nashif 0a0c8c831f kernel: move to new logger 7 years ago
Flavio Ceolin 3e97acc7f2 kernel: Sanitize if else statement according with MISRA-C 7 years ago