1. 3ed8083 kernel: Cleanup logger setup in kernel files by Krzysztof Chruscinski · 4 years, 4 months ago
  2. f5a7e1a kernel: handle thread self-aborts on idle thread by Andrew Boie · 4 years, 6 months ago
  3. ffc1da0 kernel: add z_thread_single_abort to private hdr by Andrew Boie · 4 years, 7 months ago
  4. 3425c32 kernel: move stuff into z_thread_single_abort() by Andrew Boie · 4 years, 7 months ago
  5. 282cd93 kernel: don't reschedule thread abort in ISR by Andrew Boie · 4 years, 8 months ago
  6. 5a2619e kernel: use z_swap_unlocked in k_thread_abort by Andrew Boie · 5 years ago
  7. 60be4eb kernel: remove comment in k_thread_abort() by Andrew Boie · 5 years ago
  8. 8bdabcc kernel/sched: Move thread suspend and abort under the scheduler lock by Andy Ross · 5 years ago
  9. 4f77c2a kernel: rename z_arch_ to arch_ by Andrew Boie · 5 years ago
  10. e1ec59f kernel: renamespace z_is_in_isr() by Andrew Boie · 6 years ago
  11. 6564974 userspace: Support for split 64 bit arguments by Andy Ross · 6 years ago
  12. 5eb90ec cleanup: include/: move misc/__assert.h to sys/__assert.h by Anas Nashif · 6 years ago
  13. 8447363 kernel/thread_abort: Swap, don't reschedule when aborting _current by Andy Ross · 6 years ago
  14. 24d7143 all: Add 'U' suffix when using unsigned variables by Patrik Flykt · 6 years ago
  15. 4344e27 all: Update reserved function names by Patrik Flykt · 6 years ago
  16. f6521a3 kernel/thread_abort: Remove needless locking by Andy Ross · 6 years ago
  17. ec554f4 kernel: Split reschdule & pend into irq/spin lock versions by Andy Ross · 6 years ago
  18. 53cae5f kernel: Use _reschedule() instead of _Swap() where possible by Andy Ross · 6 years ago
  19. d8837c6 kernel: Using boolean expression on ASSERT macros by Flavio Ceolin · 7 years ago
  20. 5884c7f kernel: Explicitly ignoring _Swap return by Flavio Ceolin · 7 years ago
  21. 8345e5e syscalls: remove policy from handler checks by Andrew Boie · 7 years ago
  22. 15cb5d7 kernel: Further unify _reschedule APIs by Andy Ross · 7 years ago
  23. 8606fab kernel: Scheduler refactoring: use _reschedule_*() always by Andy Ross · 7 years ago
  24. e922df5 kernel: Allow k_thread_abort(_current) from ISRs by Andy Ross · 7 years ago
  25. 245b54e kernel/include: Missed nano_internal.h -> kernel_internal.h spots by Andy Ross · 7 years ago
  26. 9c62cc6 kernel: Add kswap.h header to unbreak cycles by Andy Ross · 7 years ago
  27. 301acb8 kernel: include: rename nano_internal.h to kernel_internal.h by Ramakrishna Pallala · 7 years ago
  28. 6f99bdb kernel: Provide only one _SYSCALL_HANDLER() macro by Leandro Pereira · 7 years ago
  29. 225e4c0 kernel: greatly simplify syscall handlers by Andrew Boie · 7 years ago
  30. 37ff5a9 kernel: system call handler cleanup by Andrew Boie · 7 years ago
  31. 468190a kernel: convert most thread APIs to system calls by Andrew Boie · 7 years ago
  32. 8eaff5d k_thread_abort(): assert if abort essential thread by Andrew Boie · 8 years ago
  33. 397d29d linker: move all linker headers to include/linker by Anas Nashif · 8 years ago
  34. 306e15e kernel: remove legacy kernel support by Anas Nashif · 8 years ago
  35. ac74d8b license: Replace Apache boilerplate with SPDX tag by David B. Kinder · 8 years ago
  36. d687a95 kernel: move kernel code to kernel/ directly by Anas Nashif · 8 years ago[Renamed from kernel/unified/thread_abort.c]
  37. cef368f kernel/arch: rename ARCH_HAS_NANO_FIBER_ABORT to ARCH_HAS_THREAD_ABORT by Benjamin Walsh · 8 years ago
  38. f6ca7de kernel/arch: consolidate tTCS and TNANO definitions by Benjamin Walsh · 8 years ago
  39. 4aef71b unified: Finish adding thread monitoring support by Allan Stephens · 8 years ago
  40. e262615 unified: Remove k_thread_abort_handler() support by Allan Stephens · 8 years ago
  41. b4b108d unified: rename sched.h to ksched.h by Benjamin Walsh · 8 years ago
  42. b7ef0cb unified: remove last instances of struct tcs by Benjamin Walsh · 8 years ago
  43. 456c6da unified: initial unified kernel implementation by Benjamin Walsh · 9 years ago