1. 6f99bdb kernel: Provide only one _SYSCALL_HANDLER() macro by Leandro Pereira · 7 years ago
  2. a73d373 kernel: add k_uptime_get() as a system call by Andrew Boie · 7 years ago
  3. 225e4c0 kernel: greatly simplify syscall handlers by Andrew Boie · 7 years ago
  4. 76c04a2 kernel: implement some more system calls by Andrew Boie · 7 years ago
  5. 8920cf1 cleanup: Move #include directives by Anas Nashif · 8 years ago
  6. 397d29d linker: move all linker headers to include/linker by Anas Nashif · 8 years ago
  7. 3989de7 kernel: fix short time-slice reset by Andrew Boie · 8 years ago
  8. 89ffd44 kernel: tickless: Add tickless kernel support by Ramesh Thomas · 8 years ago
  9. cc334c7 Convert remaining code to using newly introduced integer sized types by Kumar Gala · 8 years ago
  10. 34a57db Revert "kernel: Convert formatter strings to use PRI defines" by Kumar Gala · 8 years ago
  11. 7b9dc10 kernel: Convert formatter strings to use PRI defines by Kumar Gala · 8 years ago
  12. 6f4bc80 kernel/timeout: fix handling expired timeouts in reverve queuing order by Benjamin Walsh · 8 years ago
  13. c88d0fb kernel: fix typo by Benjamin Walsh · 8 years ago
  14. ac74d8b license: Replace Apache boilerplate with SPDX tag by David B. Kinder · 8 years ago
  15. 2bffa30 kernel: use __ticks_to_ms directly by Anas Nashif · 8 years ago
  16. 6209218 kernel: optimize ms-to-ticks for certain tick frequencies by Benjamin Walsh · 8 years ago
  17. eec37e6 kernel: add flag that tells the system is handling timeouts by Benjamin Walsh · 8 years ago
  18. dc3d73b kernel: fix all nanokernel usage in comments by Anas Nashif · 8 years ago
  19. d687a95 kernel: move kernel code to kernel/ directly by Anas Nashif · 8 years ago[Renamed from kernel/unified/sys_clock.c]
  20. b889fa8 kernel: enhance realtime-ness when handling timeouts by Benjamin Walsh · 8 years ago
  21. f6ca7de kernel/arch: consolidate tTCS and TNANO definitions by Benjamin Walsh · 8 years ago
  22. b85e58a kernel: don't directly use deprecated sys_tick_get APIs by Andrew Boie · 8 years ago
  23. 1a5450b unified: merge NANO_TIMERS and NANO_TIMEOUTS with SYS_CLOCK_EXISTS by Benjamin Walsh · 8 years ago
  24. 055262c unified: remaining timeout cleanup by Benjamin Walsh · 8 years ago
  25. 35497d6 unified: cache the next thread to run by Benjamin Walsh · 8 years ago
  26. ba5ddc1 unified: implement k_uptime_{get,delta}() by Benjamin Walsh · 9 years ago
  27. ba26615 unified: Remove unused _nano_get_earliest_deadline() by Peter Mitsis · 9 years ago
  28. b272494 unified: Remove references to obsolete task_timeout by Peter Mitsis · 9 years ago
  29. 3259d0e unified: Replace _nano_get_earliest_deadline() by Peter Mitsis · 9 years ago
  30. 68d1f4b unified: Add timeslice support by Peter Mitsis · 9 years ago
  31. 456c6da unified: initial unified kernel implementation by Benjamin Walsh · 9 years ago