Benjamin Walsh (14): kernel/arch: remove unused uk_task_ptr parameter from _new_thread() kernel: add support for switching to main thread without _Swap() arm: use interrupt stack during early init arc: use one of the interrupt stacks during early init arm: support interrupt stack with CONFIG_INIT_STACKS arc: support interrupt/FIRQ stacks with CONFIG_INIT_STACKS kernel: streamline initialization of _thread_base and timeouts kernel/mbox: add missing dummy thread timeout init arm: fix early boot on Cortex-M0 with init stack arm/frdm_k64f: fix boot issue with MBED bootloader and INIT_STACKS=y kernel/arch: move common thread.flags definitions to common file kernel: remove K_TIMING thread flag arc: fix missing _firq_stack symbol when INIT_STACKS=y and NUM_BANKS=1 arm: fix bug when Zero Latency Interrupts are enabled
Carles Cufi (1): Bluetooth: hci_uart: Fix init order in hci_uart bootup
Flavio Santes (2): tinycrypt/hmac: Array compared to NULL has no effect tinycrypt/sha256: Array compared to NULL has no effect
Inaky Perez-Gonzalez (4): tests/drivers/pci_enum: move to ztest and run in HW when possible libc: remove useless code in _prf() libc/minimal: snprintf(): KILL negative len parameter tests/ztest/mock: remove usage of legacy k_fifo_get()
Iván Briano (1): ext hal qmsi: Avoid QMSI specific flags when QMSI is not used
James Fagan (1): aio: Configuration issue in aio driver
Javier B Perez (1): release notes: add release notes doc
Jithu Joseph (1): samples: event_collector: Remove redundant check
Johan Hedberg (1): release-notes: Add Bluetooth changes
Luiz Augusto von Dentz (3): Bluetooth: L2CAP: Fix regression with move to k_sem API Bluetooth: L2CAP: Fix segmentation Bluetooth: L2CAP: Fix possibly reading past the end of buffer
Marcus Shawcroft (2): gpio: Document public API return codes. gpio: Add doxygen markup for internal only definitions.
Ramesh Thomas (3): tests: power_mgmt: Fix wrong value being passed to post_ops func quark_se: power_mgmt: Fixes a cpu context save bug quark_se_ss: power_mgmt: Fix a bug in call to sleep instruction
Szymon Janc (4): Bluetooth: Kconfig: Remove deprecated dependency for ECC support Bluetooth: tests: Fix Makefiles comments Bluetooth: Kconfig: Remove deprecated dependency on NANO_TIMEOUT Bluetooth: GATT: Fix primary service discovery response
Tomasz Bursztyka (1): clock_control: NRF5 Kconfig option should be available only on NRF5
Vinayak Chettimada (1): kernel: declare main and idle stack as globals
Vincenzo Frascino (2): arm: Fix CONFIG_RUNTIME_NMI behavior arm: Enable REBOOT when RUNTIME_NMI is selected