1. 5c0516b cleanup: include/: move misc/sflist.h to sys/sflist.h by Anas Nashif · 6 years ago
  2. 659fa0d lifo/fifo: first word is not always first 4 bytes by Nicolas Pitre · 6 years ago
  3. aa922885 linker generated list: provide an iterator to simplify list access by Nicolas Pitre · 6 years ago
  4. 4344e27 all: Update reserved function names by Patrik Flykt · 6 years ago
  5. 603ea42 kernel/queue: Spinlockify by Andy Ross · 6 years ago
  6. ec554f4 kernel: Split reschdule & pend into irq/spin lock versions by Andy Ross · 6 years ago
  7. 4f911e1 kernel: Add missing include by Andy Ross · 6 years ago
  8. 76b3518 kernel: Make statements evaluate boolean expressions by Flavio Ceolin · 6 years ago
  9. a42de64 kernel: queue: Fix MISRA-C violation by Flavio Ceolin · 6 years ago
  10. 2a78b8d kernel: queue: MISRA C compliance. by Adithya Baglody · 6 years ago
  11. c806ac3 kernel: Compare pointers with NULL in while statements by Flavio Ceolin · 7 years ago
  12. 4218d5f kernel: Make If statement have essentially Boolean type by Flavio Ceolin · 7 years ago
  13. 45c0b20 kernel: k_poll: Introduce separate status for cancelled events by Paul Sokolovsky · 7 years ago
  14. cc74ad0 kernel: Explicitly ignoring results of queue_insert by Flavio Ceolin · 7 years ago
  15. 80e6a97 kernel/drivers: fix compile warnings by Anas Nashif · 7 years ago
  16. b173e43 kernel/queue: Fix spurious NULL exit condition when using timeouts by Andy Ross · 7 years ago
  17. ccf3bf7 kernel: Fix sloppy wait queue API by Andy Ross · 7 years ago
  18. 8345e5e syscalls: remove policy from handler checks by Andrew Boie · 7 years ago
  19. 2b9b4b2 k_queue: allow user mode access via allocators by Andrew Boie · 7 years ago
  20. 22642cf kernel: Clean up _unpend_thread() API by Andy Ross · 7 years ago
  21. 15cb5d7 kernel: Further unify _reschedule APIs by Andy Ross · 7 years ago
  22. 0447a73 kernel: include cleanup by Andy Ross · 7 years ago
  23. e0a572b kernel: Refactor, unifying _pend_current_thread() + _Swap() idiom by Andy Ross · 7 years ago
  24. 8606fab kernel: Scheduler refactoring: use _reschedule_*() always by Andy Ross · 7 years ago
  25. 345553b kernel/queue: Clean up scheduler API usage by Andy Ross · 7 years ago
  26. 9c62cc6 kernel: Add kswap.h header to unbreak cycles by Andy Ross · 7 years ago
  27. 32a444c kernel: Fix nano_internal.h inclusion by Andy Ross · 7 years ago
  28. 48fadfe queue: k_queue_cancel_wait: Fix not interrupting other threads by Luiz Augusto von Dentz · 7 years ago
  29. f87c4c6 queue: k_queue_get: Fix NULL return by Luiz Augusto von Dentz · 7 years ago
  30. 199d07e kernel: queue: k_queue_poll: Fix slist access race condition by Paul Sokolovsky · 7 years ago
  31. 7d01c5e poll: Enable multiple threads to use k_poll in the same object by Luiz Augusto von Dentz · 8 years ago
  32. 84db641 queue: Use k_poll if enabled by Luiz Augusto von Dentz · 8 years ago
  33. 397d29d linker: move all linker headers to include/linker by Anas Nashif · 8 years ago
  34. 059544d kernel: make sure that CONFIG_OBJECT_TRACING structs are properly ifdef'ed by Maciek Borzecki · 8 years ago
  35. 3f50707 kernel: queue, fifo: Add cancel_wait operation. by Paul Sokolovsky · 8 years ago
  36. cc334c7 Convert remaining code to using newly introduced integer sized types by Kumar Gala · 8 years ago
  37. a7ddb87 kernel: Add k_queue API by Luiz Augusto von Dentz · 8 years ago