summaryrefslogtreecommitdiff
path: root/kernel/mutex.c
AgeCommit message (Collapse)Author
2017-01-19license: Replace Apache boilerplate with SPDX tagDavid B. Kinder
Replace the existing Apache 2.0 boilerplate header with an SPDX tag throughout the zephyr code tree. This patch was generated via a script run over the master branch. Also updated doc/porting/application.rst that had a dependency on line numbers in a literal include. Manually updated subsys/logging/sys_log.c that had a malformed header in the original file. Also cleanup several cases that already had a SPDX tag and we either got a duplicate or missed updating. Jira: ZEP-1457 Change-Id: I6131a1d4ee0e58f5b938300c2d2fc77d2e69572c Signed-off-by: David B. Kinder <david.b.kinder@intel.com> Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2017-01-17kernel/mutex: prevent priority inheritance from lowering owner's prioBenjamin Walsh
If the system's priority inheritance priority ceiling is not the same as the highest priority in the system, it was possible for a thread owning the mutex to get its priority lowered instead of left unchanged. Change-Id: Ic06a1c4a66322c2949b2ba2f53efa03200fb1fc1 Signed-off-by: Benjamin Walsh <walsh.benj@gmail.com>
2016-12-19tracing: rename CONFIG_DEBUG_TRACING_KERNEL_OBJECTSAnas Nashif
Use a short name for this option CONFIG_OBJECT_TRACING. Change-Id: Id27de7ef9ca299492b6b7d2324d9f5bcf8059a31 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-12-19kernel: move kernel code to kernel/ directlyAnas Nashif
Also remove mentions of unified kernel in various places in the kernel, samples and documentation. Change-Id: Ice43bc73badbe7e14bae40fd6f2a302f6528a77d Signed-off-by: Anas Nashif <anas.nashif@intel.com>