zephyr/tests
Andy Ross aa6e21c24c kernel: Split _Swap() API into irqlock and spinlock variants
We want a _Swap() variant that can atomically release/restore a
spinlock state in addition to the legacy irqlock.  The function as it
was is now named "_Swap_irqlock()", while _Swap() now refers to a
spinlock and takes two arguments.  The former will be going away once
existing users (not that many!  Swap() is an internal API, and the
long port away from legacy irqlocking is going to be happening mostly
in drivers) are ported to spinlocks.

Obviously on uniprocessor setups, these produce identical code.  But
SMP requires that the correct API be used to maintain the global lock.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2019-02-08 14:49:39 -05:00
..
application_development
benchmarks userspace: remove APPLICATION_MEMORY feature 2019-02-08 07:04:30 -05:00
bluetooth Bluetooth: GATT: Implement Database Hash 2019-02-08 18:07:34 +02:00
boards tests: hid: Use HID Device interface 2019-02-08 11:23:04 -05:00
booting/stub
cmsis_rtos_v1 tests: set CONFIG_MAX_THREAD_BYTES for a few tests 2019-02-08 07:04:30 -05:00
cmsis_rtos_v2 tests: cmsis_rtos_v2: Join and detach tests 2019-02-08 11:59:38 -05:00
compliance
coverage
crypto
drivers tests: drivers: counter: Enable tests 2019-02-08 08:56:45 -05:00
include
kernel kernel: Split _Swap() API into irqlock and spinlock variants 2019-02-08 14:49:39 -05:00
lib tests: convert to use app shared memory 2019-02-08 07:04:30 -05:00
misc samples/tests: filter based on toolchain features 2019-02-07 22:46:10 -06:00
net tests: net: ipv6: Fix the DAD failure in the test 2019-02-08 14:24:03 +02:00
posix tests: posix: fs: Decrease ramdisk size, increase stack size 2019-02-08 12:07:53 -05:00
shell
subsys dfu/flash_img: use flash_map instead of flash API 2019-02-08 09:13:09 -06:00
unit
ztest userspace: remove APPLICATION_MEMORY feature 2019-02-08 07:04:30 -05:00
CMakeLists.txt
Kconfig tests: convert to use app shared memory 2019-02-08 07:04:30 -05:00