66 Commits (v3.2-branch)

Author SHA1 Message Date
Qi Yang 89c4a074dc kernel: mutex: fix races when lock timeout 3 years ago
Gerard Marull-Paretas cffefc818d kernel: migrate includes to <zephyr/...> 3 years ago
Peter Mitsis e9b288b713 kernel: mutex: remove unnecessary schedule locking 3 years ago
Nazar Kazakov f483b1bc4c everywhere: fix typos 3 years ago
Chih Hung Yu 0ef77d4ea4 kernel: Fix negative mutex lock_count value 4 years ago
Torbjörn Leksell 70d721c1bb Tracing: Incorrect Unlock Mutex Trace Hook Fix 4 years ago
Anas Nashif 4d994af032 kernel: remove object tracing 4 years ago
Torbjörn Leksell ed6148a841 Tracing: Mutex tracing hooks 4 years ago
Krzysztof Chruscinski 3ed8083dc1 kernel: Cleanup logger setup in kernel files 5 years ago
Tomasz Bursztyka e18fcbba5a device: Const-ify all device driver instance pointers 5 years ago
Anas Nashif 390537bf68 tracing: trace mutex/semaphore using dedicated calls 5 years ago
Anas Nashif 8aa3dc340d kernel: cleanup header inclusion 5 years ago
Anas Nashif 2c5d40437b kernel: logging: convert K_DEBUG to LOG_DBG 5 years ago
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types 5 years ago
Andrew Boie 6af9793f0c kernek: don't allow mutex ops in ISRs 5 years ago
Andy Ross 7832738ae9 kernel/timeout: Make timeout arguments an opaque type 5 years ago
Anas Nashif 73008b427c tracing: move headers under include/tracing 5 years ago
Anas Nashif 86bb2d06d7 kernel: mutex: add error checking 6 years ago
Steven Wang 9b909f2d69 kernel/mutex: code improvement 6 years ago
Andy Ross 7022000b5c kernel/mutex: Fix races, make unlock rescheduling 6 years ago
Andrew Boie 4f77c2ad53 kernel: rename z_arch_ to arch_ 6 years ago
Stephanos Ioannidis 2d7460482d headers: Refactor kernel and arch headers. 6 years ago
Andrew Boie 4ad9f687df kernel: rename thread return value functions 6 years ago
Anas Nashif 0bf1f9a408 tracing: add missing end_call for k_mutex_unlock 6 years ago
Andy Ross 6564974bae userspace: Support for split 64 bit arguments 6 years ago
Andy Ross 6f13980fc7 kernel/mutex: Fix locking to be SMP-safe 6 years ago
Anas Nashif ee9dd1a54a cleanup: include/: move misc/dlist.h to sys/dlist.h 6 years ago
Anas Nashif 10291a0789 cleanup: include/: move tracing.h to debug/tracing.h 6 years ago
Nicolas Pitre aa9228854f linker generated list: provide an iterator to simplify list access 6 years ago
Patrik Flykt 24d71431e9 all: Add 'U' suffix when using unsigned variables 6 years ago
Daniel Leung 416d94cd30 kernel/mutex: remove object monitoring empty loop macros 6 years ago
Patrik Flykt 4344e27c26 all: Update reserved function names 6 years ago
Andy Ross 7df0216d1e kernel/mutex: Spinlockify 7 years ago
Andy Ross ec554f44d9 kernel: Split reschdule & pend into irq/spin lock versions 7 years ago
Nicolás Bértolo 258fd2dbeb kernel: mutex: delay setting lock_count = 0. 7 years ago
Flavio Ceolin 4369363f6c kernel: mutex: Change variable declaration 7 years ago
Adithya Baglody 87e592ebda kernel: mutex.c: MISRA C compliance. 7 years ago
Flavio Ceolin 6fdc56d286 kernel: Using boolean types for boolean constants 7 years ago
Flavio Ceolin 4218d5f8f0 kernel: Make If statement have essentially Boolean type 7 years ago
Anas Nashif b6304e66f6 tracing: support generic tracing hooks 7 years ago
Flavio Ceolin 0866d18d03 irq: Fix irq_lock api usage 7 years ago
Andy Ross ccf3bf7ed3 kernel: Fix sloppy wait queue API 7 years ago
Andrew Boie 8345e5ebf0 syscalls: remove policy from handler checks 7 years ago
Andy Ross 22642cf309 kernel: Clean up _unpend_thread() API 7 years ago
Andy Ross 5792ee6da2 kernel/mutex: Clean up k_mutex_unlock() 7 years ago
Andy Ross 0447a73f6c kernel: include cleanup 7 years ago
Andy Ross e0a572beeb kernel: Refactor, unifying _pend_current_thread() + _Swap() idiom 7 years ago
Leandro Pereira bf44bacd24 kernel: mutex: Copy assertions to assertions to syscall handler 7 years ago
Andy Ross 9c62cc677d kernel: Add kswap.h header to unbreak cycles 8 years ago
Andy Ross 32a444c54e kernel: Fix nano_internal.h inclusion 8 years ago