Go to file
Allan Stephens 1be7bca333 kernel: Add interrupt locking to thread monitoring exit API
This is needed because some thread termination paths can be
invoked with no guarantee that thread preemption won't happen.
(It also aligns with the approach taken by the thread monitoring
initialization code.)

Change-Id: I28a384e051775390eb047498cb23fed22910e4df
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-10-26 17:03:13 +00:00
.known-issues known-issues: update rule for TCF summary line 2016-09-16 11:31:27 -07:00
arch kernel: Standardize thread monitoring initialization 2016-10-26 17:03:12 +00:00
boards boards: clean default configs for 96b_nitrogen and nrf52_pca10040 2016-10-25 23:40:21 +00:00
doc unified/doc: Add heap memory pool section to Kernel Primer 2016-10-25 00:10:35 +00:00
drivers drivers: uart_nrf5: Remove pull-up configuration from RTS 2016-10-26 12:57:56 +00:00
ext drivers:ksdk:random: Rename for consistency with other KSDK shim drivers. 2016-10-25 18:57:20 +00:00
fs fs: Add file system API to flush cache of an open file 2016-09-23 00:06:32 +00:00
include unified: Remove k_thread_abort_handler() support 2016-10-26 17:03:12 +00:00
kernel kernel: Add interrupt locking to thread monitoring exit API 2016-10-26 17:03:13 +00:00
lib iot/zoap: Add support for block sized transfers 2016-10-25 12:56:51 +00:00
misc drivers/uart: Refactor UART input hook. 2016-10-25 11:31:08 +00:00
net net: buf: Make net_buf_frag_add take ownership of the buffer 2016-10-26 12:48:47 +00:00
samples samples: sensors: remove reference to non-existing MDEF_FILE 2016-10-25 23:16:32 +00:00
scripts sanitycheck: Add support for unified kernel 2016-10-25 19:01:28 +00:00
tests iot/zoap: Add unit tests for block-wise transfers 2016-10-25 12:56:51 +00:00
usb usb: do not assert on a variable we do not have 2016-09-24 08:12:35 -04:00
.checkpatch.conf
.gitattributes
.gitignore
.gitreview
.mailmap mailmap: update with new emails 2016-10-07 16:15:24 +00:00
defaults.tc testcases: catch all fatal faults as failures 2016-10-19 15:05:47 +00:00
Kbuild unified/build: adapt Kbuild for unified kernel 2016-09-13 17:12:55 -04:00
Kconfig
Kconfig.zephyr board: organize boards based on architecture 2016-10-24 19:59:42 +00:00
LICENSE
MAINTAINERS board: organize boards based on architecture 2016-10-24 19:59:42 +00:00
Makefile build: add Kconfig mechanism for deprecating boards 2016-10-25 20:56:41 +00:00
Makefile.inc board: organize boards based on architecture 2016-10-24 19:59:42 +00:00
zephyr-env.sh win-build: corrects scripts_path for windows build. 2016-10-15 15:09:54 +00:00