1. 24d7143 all: Add 'U' suffix when using unsigned variables by Patrik Flykt · 6 years ago
  2. 4344e27 all: Update reserved function names by Patrik Flykt · 6 years ago
  3. 9eeb6b8 kernel/mbox: Spinlockify by Andy Ross · 6 years ago
  4. ec554f4 kernel: Split reschdule & pend into irq/spin lock versions by Andy Ross · 6 years ago
  5. 76b3518 kernel: Make statements evaluate boolean expressions by Flavio Ceolin · 6 years ago
  6. ac14685 kernel: Delimiting the scope of some variables by Flavio Ceolin · 6 years ago
  7. 3e97acc kernel: Sanitize if else statement according with MISRA-C by Flavio Ceolin · 7 years ago
  8. 0a44784 kernel; Checking functions return by Flavio Ceolin · 7 years ago
  9. 6699423 kernel: Explicitly ignoring memcpy return by Flavio Ceolin · 7 years ago
  10. ccf3bf7 kernel: Fix sloppy wait queue API by Andy Ross · 7 years ago
  11. 22642cf kernel: Clean up _unpend_thread() API by Andy Ross · 7 years ago
  12. 15cb5d7 kernel: Further unify _reschedule APIs by Andy Ross · 7 years ago
  13. 0447a73 kernel: include cleanup by Andy Ross · 7 years ago
  14. e0a572b kernel: Refactor, unifying _pend_current_thread() + _Swap() idiom by Andy Ross · 7 years ago
  15. 8606fab kernel: Scheduler refactoring: use _reschedule_*() always by Andy Ross · 7 years ago
  16. b481d0a kernel: Allow pending w/o wait_q for scheduler API cleanup by Andy Ross · 7 years ago
  17. a1ae845 kernel: Name of static functions should not begin with an underscore by Leandro Pereira · 7 years ago
  18. 9c62cc6 kernel: Add kswap.h header to unbreak cycles by Andy Ross · 7 years ago
  19. 32a444c kernel: Fix nano_internal.h inclusion by Andy Ross · 7 years ago
  20. 87aa621 kernel: Use SYS_DLIST_FOR_EACH_CONTAINER whenever possible by Luiz Augusto von Dentz · 8 years ago
  21. 397d29d linker: move all linker headers to include/linker by Anas Nashif · 8 years ago
  22. 059544d kernel: make sure that CONFIG_OBJECT_TRACING structs are properly ifdef'ed by Maciek Borzecki · 8 years ago
  23. 73cb958 k_mem_pool: Complete rework by Andy Ross · 8 years ago
  24. cc334c7 Convert remaining code to using newly introduced integer sized types by Kumar Gala · 8 years ago
  25. 5e1f709 kernel: mailbox: remove legacy support by Anas Nashif · 8 years ago
  26. a8978ab kernel: rename thread states symbols by Benjamin Walsh · 8 years ago
  27. ac74d8b license: Replace Apache boilerplate with SPDX tag by David B. Kinder · 8 years ago
  28. 9bb3934 kernel: mailbox: legacy calls depend on CONFIG_LEGACY_KERNEL by Anas Nashif · 8 years ago
  29. f955476 kernel/arch: optimize memory use of some thread fields by Benjamin Walsh · 8 years ago
  30. 2f203c2 tracing: rename CONFIG_DEBUG_TRACING_KERNEL_OBJECTS by Anas Nashif · 8 years ago
  31. d687a95 kernel: move kernel code to kernel/ directly by Anas Nashif · 8 years ago[Renamed from kernel/unified/mailbox.c]
  32. 569f0b4 debug: move debug features from misc to subsys/debug by Anas Nashif · 8 years ago
  33. 04c542d kernel/mbox: add missing dummy thread timeout init by Benjamin Walsh · 8 years ago
  34. ade6dc9 kernel: fix mailbox usage of SYS_DLIST_FOR_EACH_NODE() by Benjamin Walsh · 8 years ago
  35. f6ca7de kernel/arch: consolidate tTCS and TNANO definitions by Benjamin Walsh · 8 years ago
  36. 0b474ee kernel: deprecate old init levels by Andrew Boie · 8 years ago
  37. e7d2cc2 unified: Add object tracing support for kernel objects by Allan Stephens · 8 years ago
  38. 1209270 unified: Relocate mailbox doxygen style function headers by Peter Mitsis · 8 years ago
  39. 40680f6 unified: Tweak mailbox API parameters by Peter Mitsis · 8 years ago
  40. b7ef0cb unified: remove last instances of struct tcs by Benjamin Walsh · 8 years ago
  41. 7caef45 unified: streamline "timeout abort" internal interface by Benjamin Walsh · 8 years ago
  42. 0cb65c3 unified: Eliminate k_mem_pool_t typedef by Peter Mitsis · 8 years ago
  43. 284042d unified: Invoke kernel object initialization with SYS_INIT macro by Dmitriy Korovkin · 9 years ago
  44. 0bee91d unified: fix some leftover K_<obj>_DEFINE macros by Benjamin Walsh · 9 years ago
  45. 7f14618 unified: Enable memory pools in mailbox tests by Dmitriy Korovkin · 9 years ago
  46. 456c6da unified: initial unified kernel implementation by Benjamin Walsh · 9 years ago