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