summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-22Bluetooth: L2CAP: Fix segmentationLuiz Augusto von Dentz
2016-11-22Bluetooth: L2CAP: Fix regression with move to k_sem APILuiz Augusto von Dentz
2016-11-22Bluetooth: Kconfig: Remove deprecated dependency on NANO_TIMEOUTSzymon Janc
2016-11-22Bluetooth: tests: Fix Makefiles commentsSzymon Janc
2016-11-22Bluetooth: Kconfig: Remove deprecated dependency for ECC supportSzymon Janc
2016-11-22libc: remove useless code in _prf()Inaky Perez-Gonzalez
2016-11-22tests/drivers/pci_enum: move to ztest and run in HW when possibleInaky Perez-Gonzalez
2016-11-22tests: power_mgmt: Fix wrong value being passed to post_ops funcRamesh Thomas
2016-11-22arm: Fix CONFIG_RUNTIME_NMI behaviorVincenzo Frascino
2016-11-22kernel/mbox: add missing dummy thread timeout initBenjamin Walsh
2016-11-22kernel: streamline initialization of _thread_base and timeoutsBenjamin Walsh
2016-11-22arc: support interrupt/FIRQ stacks with CONFIG_INIT_STACKSBenjamin Walsh
2016-11-22arm: support interrupt stack with CONFIG_INIT_STACKSBenjamin Walsh
2016-11-22kernel: declare main and idle stack as globalsVinayak Chettimada
2016-11-22arc: use one of the interrupt stacks during early initBenjamin Walsh
2016-11-22arm: use interrupt stack during early initBenjamin Walsh
2016-11-22kernel: add support for switching to main thread without _Swap()Benjamin Walsh
2016-11-22kernel/arch: remove unused uk_task_ptr parameter from _new_thread()Benjamin Walsh
2016-11-22aio: Configuration issue in aio driverJames Fagan
2016-11-22gpio: Add doxygen markup for internal only definitions.Marcus Shawcroft
2016-11-22gpio: Document public API return codes.Marcus Shawcroft
2016-11-22clock_control: NRF5 Kconfig option should be available only on NRF5Tomasz Bursztyka
2016-11-22doc: fix ring_buffer code snippetMahavir Jain
2016-11-22tinycrypt/sha256: Array compared to NULL has no effectFlavio Santes
2016-11-22tinycrypt/hmac: Array compared to NULL has no effectFlavio Santes
2016-11-21ext hal qmsi: Avoid QMSI specific flags when QMSI is not usedIván Briano
2016-11-19Zephyr 1.6-rc2v1.6.0-rc2Anas Nashif
2016-11-18samples: configure philosophers with more than 32 prioritiesBenjamin Walsh
2016-11-18kernel: support for more than 32 total prioritiesBenjamin Walsh
2016-11-18win-build: Fixes a kconfig incompatibility for WindowsJuan Manuel Cruz
2016-11-18enc28j60: Fixes an issue reading/writing long frames from SPIJuan Manuel Cruz
2016-11-18kernel: Minor optimization to kernel event logger timestampingAllan Stephens
2016-11-18doc: Revise kernel event logger documentationAllan Stephens
2016-11-18doc: Fix up API descriptions for kernel event loggerAllan Stephens
2016-11-18kernel: Ensure event logger APIs convert timeouts to millsecondsAllan Stephens
2016-11-18sensor: fixes program hangs in the apds9960 sampleJuan Manuel Cruz
2016-11-18sensor: fixes dead code in the apds9960 sampleJuan Manuel Cruz
2016-11-18iot/zoap: Fix decoding of 16-bit deltaVinicius Costa Gomes
2016-11-18tests: test CONFIG_KERNEL_DEBUG and CONFIG_ASSERTAnas Nashif
2016-11-18kernel: fix obsolete access to fields in K_DEBUG() callsBenjamin Walsh
2016-11-18kernel: fix thread prio and stack size types in some APIsBenjamin Walsh
2016-11-18test_static_idt: fix unininitialized variableInaky Perez-Gonzalez
2016-11-18tests/legacy/kernel/test_libs: use memcpy() vs strncpy()Inaky Perez-Gonzalez
2016-11-18scrips/kconfig: use snprintf() vs sprintf()Inaky Perez-Gonzalez
2016-11-18test_fp_saring/nanokernel: fix uninitialized variableInaky Perez-Gonzalez
2016-11-18test_map: initialize memory blockInaky Perez-Gonzalez
2016-11-18test_map: fix uninitialized areaInaky Perez-Gonzalez
2016-11-18test_static_idt: fix uninitialized variableInaky Perez-Gonzalez
2016-11-18test_fp_sharing: fix uninitialized variableInaky Perez-Gonzalez
2016-11-18samples/kernel_event_logger: initialize variableInaky Perez-Gonzalez