124 Commits (30fa612289e9ec87e751b5ca1858c93295b47e27)

Author SHA1 Message Date
Gerard Marull-Paretas a5fd0d184a init: remove the need for a dummy device pointer in SYS_INIT functions 2 years ago
Peter Mitsis f86027ffb7 kernel: pipes: rewrite pipes implementation 3 years ago
Anas Nashif efbadbb677 scripts: move gen_kobject_list.py to scripts/build/gen_kobject_list.py 3 years ago
Jordan Yates 6f41d52734 kernel: switch to `SYS_INIT_NAMED` 3 years ago
Gerard Marull-Paretas cffefc818d kernel: migrate includes to <zephyr/...> 3 years ago
Nicolas Pitre 962b374129 userspace: plug thread index leak in k_object_alloc() 3 years ago
Peter Mitsis 48f516469a kernel: Fix typo in macro name 4 years ago
Daniel Leung b6dd960be8 kernel: userspace: fix dynamic kernel object alignment 4 years ago
Carles Cufi 55350a93e9 kernel: userspace: Fix address-of-packed-mem warning 4 years ago
Daniel Leung 2117a2a44b kernel: app_smem: allowing pinning memory partitions 4 years ago
Naiyuan Tian bc3fda491f kernel: userspace: fix typo in the comments 4 years ago
Maksim Masalski d6c9d40ee0 userspace: remove dead code 4 years ago
Maksim Masalski 929956df70 coding guidelines rule 14_3_j: add explicit case check 4 years ago
Daniel Leung abfe045fd3 kernel: userspace: rename obj_list in struct dyn_obj 4 years ago
Anas Nashif bbbc38ba8f kernel: Make both operands of operators of same essential type category 4 years ago
Daniel Leung fe477ea6d3 kernel: userspace: aligned memory allocation for dynamic objects 5 years ago
Krzysztof Chruscinski 3ed8083dc1 kernel: Cleanup logger setup in kernel files 5 years ago
Maximilian Bachmann b3c5fe6720 kernel: return error instead of misaligned k_thread object 5 years ago
Carlo Caione f161223637 userspace: Fix thread index type in z_thread_perms_all_clear() 5 years ago
Tomasz Bursztyka e18fcbba5a device: Const-ify all device driver instance pointers 5 years ago
Peter Bigot 2fcf76219e userspace: update k_object API to support immutable objects 5 years ago
Spoorthy Priya Yerabolu 9247e8bc44 code-guideline: Tag name should be a unique identifier 5 years ago
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