42 Commits (e3ed029b5546d327b0ba73bd50bd9edba4ddaf4a)

Author SHA1 Message Date
Nicolas Pitre 46aa6717ff Revert "arch: deprecate `_current`" 6 months ago
Yong Cong Sin b1def7145f arch: deprecate `_current` 8 months ago
Yong Cong Sin bbe5e1e6eb build: namespace the generated headers with `zephyr/` 1 year ago
Hess Nathan e05c4a8786 coding guidelines: comply with MISRA Rule 11.8 1 year ago
Simon Hein bcd1d19322 kernel: add closing comments to config endifs 1 year ago
Anas Nashif a08bfeb49c syscall: rename Z_OOPS -> K_OOPS 2 years ago
Anas Nashif 9c4d881183 syscall: rename Z_SYSCALL_ to K_SYSCALL_ 2 years ago
Anas Nashif 3ab356604d syscall: rename z_dump_object_error -> k_object_dump_error 2 years ago
Anas Nashif 21254b2f40 syscall: rename z_object_validate -> k_object_validate 2 years ago
Anas Nashif c25d0804f0 syscall: rename z_object_find -> k_object_find 2 years ago
Anas Nashif 993f903830 syscall: rename z_thread_perms_set -> k_thread_perms_set 2 years ago
Anas Nashif e2a9d013e5 kernel: userspace: rename z_thread_perms_clear -> k_thread_perms_clear 2 years ago
Anas Nashif d178b6a0e7 syscall: z_obj_validation_check -> k_object_validation_check 2 years ago
Anas Nashif 684b8fcdd0 syscall: Z_SYSCALL_VERIFY_MSG -> K_SYSCALL_VERIFY_MSG 2 years ago
Anas Nashif 4e396174ce kernel: move syscall_handler.h to internal include directory 2 years ago
Anas Nashif a6b490073e kernel: object: rename z_object -> k_object 2 years ago
Daniel Leung d47b1c05f3 kernel: userspace: add k_object_is_valid() 2 years ago
Flavio Ceolin 67e66e4807 kernel: userspace: Add k_object_alloc_size 2 years ago
Gerard Marull-Paretas cffefc818d kernel: migrate includes to <zephyr/...> 3 years ago
Peter Bigot 2fcf76219e userspace: update k_object API to support immutable objects 5 years ago
Andrew Boie be919d3bf7 userspace: improve dynamic object allocation 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 cb1dd7465b kernel: remove vestigal printk references 6 years ago
Andy Ross 643701aaf8 kernel: syscalls: Whitespace fixups 6 years ago
Andy Ross 6564974bae userspace: Support for split 64 bit arguments 6 years ago
Patrik Flykt 4344e27c26 all: Update reserved function names 6 years ago
Flavio Ceolin 76b3518ce6 kernel: Make statements evaluate boolean expressions 7 years ago
Flavio Ceolin 92ea2f9189 kernel: Calling Z_SYSCALL_VERIFY_MSG with boolean expressions 7 years ago
Andrew Boie 8345e5ebf0 syscalls: remove policy from handler checks 7 years ago
Andrew Boie 97bf001f11 userspace: get dynamic objs from thread rsrc pools 7 years ago
Andrew Boie e9cfc54d00 kernel: remove k_object_access_revoke() as syscall 7 years ago
Andrew Boie 818a96d3af userspace: assign thread IDs at build time 8 years ago
Andrew Boie a2b40ecfaf userspace handlers: finer control of init state 8 years ago
Andrew Boie 41bab6e360 userspace: restrict k_object_access_all_grant() 8 years ago
Andrew Boie 04caa679c9 userspace: allow thread IDs to be re-used 8 years ago
Leandro Pereira 6f99bdb02a kernel: Provide only one _SYSCALL_HANDLER() macro 8 years ago
Andrew Boie a89bf01192 kernel: add k_object_access_revoke() system call 8 years ago
Andrew Boie 225e4c0e76 kernel: greatly simplify syscall handlers 8 years ago
Andrew Boie 7e3d3d782f kernel: userspace.c code cleanup 8 years ago
Andrew Boie 37ff5a9bc5 kernel: system call handler cleanup 8 years ago
Andrew Boie 743e4686a0 kernel: add syscalls for k_object_access APIs 8 years ago