1. c44046a kernel: Fix comment section of semaphore object by Ramakrishna Pallala · 7 years ago
  2. 6f99bdb kernel: Provide only one _SYSCALL_HANDLER() macro by Leandro Pereira · 7 years ago
  3. 225e4c0 kernel: greatly simplify syscall handlers by Andrew Boie · 7 years ago
  4. 37ff5a9 kernel: system call handler cleanup by Andrew Boie · 7 years ago
  5. c5c7187 kernel: sem: fix k_sem_take return value by Andrew Boie · 7 years ago
  6. fc273c0 kernel: convert k_sem APIs to system calls by Andrew Boie · 8 years ago
  7. 945af95 kernel: introduce object validation mechanism by Andrew Boie · 8 years ago
  8. 7d01c5e poll: Enable multiple threads to use k_poll in the same object by Luiz Augusto von Dentz · 8 years ago
  9. 397d29d linker: move all linker headers to include/linker by Anas Nashif · 8 years ago
  10. 059544d kernel: make sure that CONFIG_OBJECT_TRACING structs are properly ifdef'ed by Maciek Borzecki · 8 years ago
  11. cc334c7 Convert remaining code to using newly introduced integer sized types by Kumar Gala · 8 years ago
  12. af6bf1c kernel: remove legacy semaphore groups support by Anas Nashif · 8 years ago
  13. a234fc4 kernel/sem: fix coding conventions by Benjamin Walsh · 8 years ago
  14. 2e0bf3a kernel/sem: fix issue with expired timeouts on group operations by Benjamin Walsh · 8 years ago
  15. b017986 kernel/poll: add missing poll_event runtime init by Benjamin Walsh · 8 years ago
  16. acc68c1 kernel: add k_poll() API by Benjamin Walsh · 8 years ago
  17. a8978ab kernel: rename thread states symbols by Benjamin Walsh · 8 years ago
  18. ac74d8b license: Replace Apache boilerplate with SPDX tag by David B. Kinder · 8 years ago
  19. f955476 kernel/arch: optimize memory use of some thread fields by Benjamin Walsh · 8 years ago
  20. 2f203c2 tracing: rename CONFIG_DEBUG_TRACING_KERNEL_OBJECTS by Anas Nashif · 8 years ago
  21. d687a95 kernel: move kernel code to kernel/ directly by Anas Nashif · 8 years ago[Renamed from kernel/unified/sem.c]
  22. 569f0b4 debug: move debug features from misc to subsys/debug by Anas Nashif · 8 years ago
  23. cb888e6 kernel: remove nano/micro wording and usage by Anas Nashif · 8 years ago
  24. b889fa8 kernel: enhance realtime-ness when handling timeouts by Benjamin Walsh · 8 years ago
  25. a36e0cf kernel: remove K_TIMING thread flag by Benjamin Walsh · 8 years ago
  26. 069fd36 kernel: streamline initialization of _thread_base and timeouts by Benjamin Walsh · 8 years ago
  27. f6ca7de kernel/arch: consolidate tTCS and TNANO definitions by Benjamin Walsh · 8 years ago
  28. 0b474ee kernel: deprecate old init levels by Andrew Boie · 8 years ago
  29. e7d2cc2 unified: Add object tracing support for kernel objects by Allan Stephens · 8 years ago
  30. 673cd8b unified: add _sem_give_non_preemptible() by Benjamin Walsh · 8 years ago
  31. b4b108d unified: rename sched.h to ksched.h by Benjamin Walsh · 8 years ago
  32. 055262c unified: remaining timeout cleanup by Benjamin Walsh · 8 years ago
  33. 7caef45 unified: streamline "timeout abort" internal interface by Benjamin Walsh · 8 years ago
  34. 4540367 unified: Add support for semaphore groups by Peter Mitsis · 9 years ago
  35. 456c6da unified: initial unified kernel implementation by Benjamin Walsh · 9 years ago