1. 88b3691 kernel/arch: enhance the "ready thread" cache by Benjamin Walsh · 8 years ago
  2. e6ebe3a arm: relinquish one IRQ priority reserved by kernel by Benjamin Walsh · 8 years ago
  3. 7f577b2 arm: better handling of IRQ priorities reserved by the kernel by Benjamin Walsh · 8 years ago
  4. c016252 arm: add CPU_CORTEX_M_HAS_PROGRAMMABLE_FAULT_PRIOS kconfig flag by Benjamin Walsh · 8 years ago
  5. f5d0cbe arm: move IRQ_PRIORITY_OFFSET to header file, rename to _IRQ_PRIO_OFFSET by Benjamin Walsh · 8 years ago
  6. 194a2e3 arm: add CPU_CORTEX_M_HAS_BASEPRI kconfig flag by Benjamin Walsh · 8 years ago
  7. 6ce672d net: remove unused variable pkt1 by Anas Nashif · 8 years ago
  8. 42738fd net: multicast_eth_addr is use only with IPV6 by Anas Nashif · 8 years ago
  9. 200c403 net: remove unused variable dis by Anas Nashif · 8 years ago
  10. ca4ac62 net: tests: Remove unused variables from dhcpv4 unit test by Tomasz Bursztyka · 8 years ago
  11. 33479ec drivers: spi: Fix the help on sys log level by Tomasz Bursztyka · 8 years ago
  12. 9609751 net: buf: Fix incorrect reference to net_buf_get_debug by Johan Hedberg · 8 years ago
  13. 176d184 power: Add ARC core suspend and resume support by Julien Delayen · 8 years ago
  14. d127864 arcv2_timer0: Add suspend and resume support by Julien Delayen · 8 years ago
  15. cd8504c arcv2_irq: Add power management suspend/resume by Julien Delayen · 8 years ago
  16. 2008af3 arc: Define _arc_v2_irq_unit device by Julien Delayen · 8 years ago
  17. 353cd72 net: Fix incorrect logging format specifiers by Tomasz Bursztyka · 8 years ago
  18. 692771f net: buf: Switch from k_fifo to k_lifo for free buffers by Johan Hedberg · 8 years ago
  19. d659bb0 net: buf: Remove redundant user_data_size from buffers by Johan Hedberg · 8 years ago
  20. 71c7c01 net: buf: Remove the need for net_buf_pool_init() by Johan Hedberg · 8 years ago
  21. 45bc46d net: buf: Introduce net_buf_destroy() wrapper by Johan Hedberg · 8 years ago
  22. c8f8527 net: ieee802154: ACK reply needs to set all FCF attributes. by Tomasz Bursztyka · 8 years ago
  23. 4ca8ca9 iot/mqtt: Fix rlen_decode size check. by Stig Bjørlykke · 8 years ago
  24. 1589f2c sanity: filter the build-all test for ethernet by Genaro Saucedo Tejada · 8 years ago
  25. af97858 Revert "samples/logger-hook: Initialize variable to 0" by Anas Nashif · 8 years ago
  26. 418058a kernel: remove NANOKERNEL and MICROKERNEL configs by Anas Nashif · 8 years ago
  27. b42587e net: Switch net dependency to CONFIG_RANDOM_GENERATOR by Marcus Shawcroft · 8 years ago
  28. 954baea random: Restructure RANDOM Kconfig by Marcus Shawcroft · 8 years ago
  29. fe8d044 tests: Remove unnecessary CONFIG_TEST_RANDOM_GENERATOR by Marcus Shawcroft · 8 years ago
  30. de4727b sensor: update drivers to not return double values by Bogdan Davidoaia · 8 years ago
  31. 708fe8c sensor: use integers for simple value calculations by Bogdan Davidoaia · 8 years ago
  32. 4946e3e sensor: remove SENSOR_VALUE_TYPE_INT by Bogdan Davidoaia · 8 years ago
  33. b584acb sensor: remove unused Q16_16 value type by Bogdan Davidoaia · 8 years ago
  34. c3e08c8 net: buf: Redesigned pool & buffer allocation API by Johan Hedberg · 8 years ago
  35. 1e2e05c drivers: sensor: fxos8700: Fix uninitialized variable by Sergio Rodriguez · 8 years ago
  36. 60f5d4e arc: Add cc to clobber list for sleep instruction by Julien Delayen · 8 years ago
  37. 87a7fe8 kernel: legacy: Fix int overflow in nano_stack_init by Szymon Janc · 8 years ago
  38. 0859df1e kernel: disable MDEF by default by Anas Nashif · 8 years ago
  39. 0951125 scripts: remove old qemu patch by Anas Nashif · 8 years ago
  40. 680270f toolchain: Add a popcount macro for GCC by Carles Cufi · 8 years ago
  41. b80db0a kernel: Add ARG_UNUSED macro to avoid compiler warnings by Flavio Santes · 8 years ago
  42. 59c8f32 x86/soc: Add ARG_UNUSED macro to avoid compiler warnings by Flavio Santes · 8 years ago
  43. 935c447 shell: Add ARG_UNUSED macro to avoid compiler warnings by Flavio Santes · 8 years ago
  44. 5349af8 kernel/mem_slab: Use the right data-type by Flavio Santes · 8 years ago
  45. 380ee05 kernel/mem_pool: Use the right data-type by Flavio Santes · 8 years ago
  46. c8201b2 kernel: Introduce new k_delayed_work_remaining_get API by Johan Hedberg · 8 years ago
  47. f99ad3f kernel: Refactor remaining time evaluation for timeouts by Johan Hedberg · 8 years ago
  48. 142c002 MAINTAINERS: Update network applications section by Flavio Santes · 8 years ago
  49. 79631ad device: do not set struct as deprecated by Anas Nashif · 8 years ago
  50. 3b83146 samples: spi_fram: correct syntax error and update comments by Baohong Liu · 8 years ago
  51. 683cb88 drivers: adc: replace device sync APIs with semaphores by Baohong Liu · 8 years ago
  52. 130ac06 drivers: spi: replace device sync APIs with semaphores by Baohong Liu · 8 years ago
  53. cdf4141 samples: gpio: use correct gpio driver name by Baohong Liu · 8 years ago
  54. fd314e7 drivers: i2c: replace device sync APIs with semaphores by Baohong Liu · 8 years ago
  55. 891273d device: add deprecated attribute to device sync APIs by Baohong Liu · 8 years ago
  56. 362fb9e arm: Fix irq offload inline asm memory ordering. by Marcus Shawcroft · 8 years ago
  57. a715194 random: Rewrite sys_rand32_init() with SYS_INIT() by Marcus Shawcroft · 8 years ago
  58. 409b754 Remove application calls to sys_rand32_init. by Marcus Shawcroft · 8 years ago
  59. 0bc4b49 samples: Add thermometer by Marcus Shawcroft · 8 years ago
  60. a94437c sensor: Add nRF5 temperature driver. by Marcus Shawcroft · 8 years ago
  61. a213fb4 samples: sensor: fxos8700: Check sample fetch return value by Sergio Rodriguez · 8 years ago
  62. 3fcb9c4 Bluetooth: Use _vprintk() instead of _prf() by Johan Hedberg · 8 years ago
  63. 244a4df printk: Export _vprintk similar to how _prf is exported by Johan Hedberg · 8 years ago
  64. 57e1975 pinmux: Deprecate the k64 pinmux driver by Maureen Helm · 8 years ago
  65. 4a1c31a k64: Change the default pinmux driver to the ksdk one by Maureen Helm · 8 years ago
  66. a938790 hexiwear_k64: Add pin init using ksdk pinmux driver by Maureen Helm · 8 years ago
  67. 296c949 frdm_k64f: Add pin init using ksdk pinmux driver by Maureen Helm · 8 years ago
  68. a4e823e pinmux: Introduce new ksdk pinmux driver by Maureen Helm · 8 years ago
  69. d2d62ae logging: Remove bogus SYS_LOG dependency on STDOUT_CONSOLE by Johan Hedberg · 8 years ago
  70. e0359b5 samples: aio: fix some coding style issues by Baohong Liu · 8 years ago
  71. fc7dec1 samples: spi_flash: remove redundant code lines from config file by Baohong Liu · 8 years ago
  72. cb70d7d Merge "Merge bluetooth branch into master" by Anas Nashif · 8 years ago
  73. 1ecaa78 drivers: slip: remove unneeded include path addition by Kumar Gala · 8 years ago
  74. 41c6493 drivers: timers: remove unneeded include path addition by Kumar Gala · 8 years ago
  75. fe144ff drivers: usb: remove unneeded include path additions by Kumar Gala · 8 years ago
  76. 7a74fb0 samples/logger-hook: Initialize variable to 0 by Flavio Santes · 8 years ago
  77. 63e1f4a samples/logger-hook: Increase main stack size by Flavio Santes · 8 years ago
  78. b319558 drivers: sensor: add missing license header by Baohong Liu · 8 years ago
  79. d97239f Merge bluetooth branch into master by Johan Hedberg · 8 years ago
  80. 24b03e7 Bluetooth: Remove not needed header in uuid.c file by Arkadiusz Lichwa · 8 years ago
  81. c4fa607 Bluetooth: Fix format specifier in UUID DBG helpers by Arkadiusz Lichwa · 8 years ago
  82. fb37a5c Bluetooth: Fix stack overhead amount when debug is enabled by Johan Hedberg · 8 years ago
  83. 26056c8 Bluetooth: Fix left-over printf usage by Johan Hedberg · 8 years ago
  84. f858781 Bluetooth: Fix BT_STACK_DEBUG_EXTRA for BLUETOOTH_DEBUG_LOG by Johan Hedberg · 8 years ago
  85. 7775319 Bluetooth: shell: Add support for RFCOMM Disconnect by Jaganath Kanakkassery · 8 years ago
  86. 4349141 Bluetooth: RFCOMM: Implement Disconnect API by Jaganath Kanakkassery · 8 years ago
  87. 49cd3b1 drivers: bluetooth: nble: remove unneeded include path additions by Kumar Gala · 8 years ago
  88. 5c0a502 Bluetooth: L2CAP: Fix uninitialized pointer by Arkadiusz Lichwa · 8 years ago
  89. 047c6ea Bluetooth: Fine-tune debug-based stack size increase by Johan Hedberg · 8 years ago
  90. f53388d Bluetooth: L2CAP: Fix format specifier for hex uint16_t by Johan Hedberg · 8 years ago
  91. b94a69e Bluetooth: Fix format specifier in address helpers by Johan Hedberg · 8 years ago
  92. 4a0c9e8 Bluetooth: GATT: Update CCC addresses by Luiz Augusto von Dentz · 8 years ago
  93. 624a170 Bluetooth: GATT: Fix using bt_addr_le_cmp with destination address by Luiz Augusto von Dentz · 8 years ago
  94. ae213a2 Bluetooth: Fix bt_conn_lookup* by Luiz Augusto von Dentz · 8 years ago
  95. a4b6b24 Bluetooth: Switch from printf to printk functions by Johan Hedberg · 8 years ago
  96. 5ac059b Bluetooth: Extend advertising parameters with optional own address by Johan Hedberg · 8 years ago
  97. d883fcf Bluetooth: Make LE random address helpers public by Johan Hedberg · 8 years ago
  98. ede69e5 Bluetooth: AVDTP: Fix Coding style by Arun Jagadish · 8 years ago
  99. 9849df8 kernel: Disable interrupts after tick calculation in k_sleep() by Carles Cufi · 8 years ago
  100. 3027753 drivers/ethernet: Fix SYS_LOG_DBG format specifier for MAC by Johan Hedberg · 8 years ago