1. b11e796 kernel/sched: Add CONFIG_CPU_MASK_PIN_ONLY by Andy Ross · 3 years, 6 months ago
  2. 76c309d kernel: thread: Fix thread runtime stats by Krzysztof Chruscinski · 3 years, 6 months ago
  3. f88a420 toolchain: migrate iterable sections calls to the external API by Fabio Baltieri · 3 years, 8 months ago
  4. e9600a7 kernel: thread: add default case, remove unused break by Maksim Masalski · 3 years, 10 months ago
  5. dd574f6 kernel: stack_sentinel: disable in single-threaded builds by Ioannis Glaropoulos · 3 years, 10 months ago
  6. f171443 Tracing: Thread tracing by Torbjörn Leksell · 3 years, 11 months ago
  7. b8fb353 kernel: Move k_busy_wait from thread to timeout by Krzysztof Chruscinski · 4 years ago
  8. f6f951c kernel: Fix 10.4 violations by Flavio Ceolin · 4 years ago
  9. 3f4f3f6 kernel: make tests of a value against zero should be made explicit by Anas Nashif · 4 years ago
  10. 25c87db kernel/arch: cleanup function definitions by Anas Nashif · 4 years ago
  11. bbbc38b kernel: Make both operands of operators of same essential type category by Anas Nashif · 4 years ago
  12. 19db485 kernel: arch: use ENOTSUP instead of ENOSYS in k_float_disable() by Katsuhiro Suzuki · 4 years ago
  13. 59903e2 kernel: arch: introduce k_float_enable() by Katsuhiro Suzuki · 4 years ago
  14. 33c9be9 kernel: fix TOCTTOU issue in k_thread_name_set by James Harris · 4 years, 1 month ago
  15. 6fb6d3c kernel: Add new k_thread_abort()/k_thread_join() by Andy Ross · 4 years, 1 month ago
  16. c0c8cb0 kernel: Remove abort and join implementation (UNBISECTABLE) by Andy Ross · 4 years, 1 month ago
  17. 8e16012 kernel/thread: Initialize pended_on field of struct thread_base by Andy Ross · 4 years, 1 month ago
  18. ecdc770 kernel: thread: do not assert on tests by Anas Nashif · 4 years, 1 month ago
  19. 39f632e kernel: fix usage of KERNEL_COHERENCE macro by Anas Nashif · 4 years, 2 months ago
  20. d1495e9 kernel: fix arch_mem_coherent() call in spinlock by Daniel Leung · 4 years, 2 months ago
  21. 0ab314f kernel: const-qualify objects used to calculate delay values by Peter Bigot · 4 years, 2 months ago
  22. e956639 kernel: Remove CONFIG_LEGACY_TIMEOUT_API by Andy Ross · 4 years, 2 months ago
  23. 00d7f2c kernel: thread: make offload_sem visible for releasing it outside by Enjia Mai · 4 years, 4 months ago
  24. 87dddda Revert "kernel: fix usage of KERNEL_COHERENCE macro" by Anas Nashif · 4 years, 4 months ago
  25. 67c5e6b kernel: fix usage of KERNEL_COHERENCE macro by Anas Nashif · 4 years, 4 months ago
  26. 3ed8083 kernel: Cleanup logger setup in kernel files by Krzysztof Chruscinski · 4 years, 4 months ago
  27. fd7a68d kernel: use timing functions to gather thread runtime stats by Daniel Leung · 4 years, 5 months ago
  28. 11e6b43 tracing: roll thread switch in/out into thread stats functions by Daniel Leung · 4 years, 5 months ago
  29. fc577c4 kernel: gather basic thread runtime statistics by Daniel Leung · 4 years, 5 months ago
  30. 0e30c6a kernel: wipe TLS when dropping to user mode by Andrew Boie · 4 years, 5 months ago
  31. 62cf196 kernel: support using thread local storage for errno by Daniel Leung · 4 years, 5 months ago
  32. 02b2035 kernel: add common bits to support TLS by Daniel Leung · 4 years, 5 months ago
  33. a8d5437 soc/xtensa: Misc. checkpatch fixups by Andy Ross · 4 years, 5 months ago
  34. f6d32ab kernel: Add cache coherence management framework by Andy Ross · 4 years, 5 months ago
  35. b5a71f7 userspace: remove threads from domain on abort by Andrew Boie · 4 years, 5 months ago
  36. 211e5b7 kernel: k_busy_wait() should return immediately on zero timeout by David Komel · 4 years, 6 months ago
  37. 83b9f69 code-guideline: Fixing code violation 10.4 Rule by Aastha Grover · 4 years, 6 months ago
  38. e0ca403 kernel: add assert for mis-used k_thread_create() by Andrew Boie · 4 years, 6 months ago
  39. ae5a761 kernel: Apply IRQ offload API change by Tomasz Bursztyka · 4 years, 7 months ago
  40. 9bfc8d8 userspace: introduce default memory domain by Andrew Boie · 4 years, 7 months ago
  41. 8ce260d kernel: introduce supervisor-only stacks by Andrew Boie · 4 years, 8 months ago
  42. e4cc84a kernel: update arch_switch_to_main_thread() by Andrew Boie · 4 years, 8 months ago
  43. b0c155f kernel: overhaul stack specification by Andrew Boie · 4 years, 8 months ago
  44. 62eb7d9 arch_interface: remove unnecessary params by Andrew Boie · 4 years, 8 months ago
  45. c4f7fae random: Include header where it is used by Flavio Ceolin · 4 years, 9 months ago
  46. 8aa3dc3 kernel: cleanup header inclusion by Anas Nashif · 4 years, 9 months ago
  47. a1b77fd zephyr: replace zephyr integer types with C99 types by Kumar Gala · 4 years, 10 months ago
  48. 378024c userspace: add z_is_in_user_syscall() by Andrew Boie · 4 years, 10 months ago
  49. 743ff98 kernel: wipe TLS before dropping to user mode by Andrew Boie · 4 years, 11 months ago
  50. aaf9320 kconfig: Rename CONFIG_FP_SHARING to CONFIG_FPU_SHARING by Stephanos Ioannidis · 5 years ago
  51. aac2220 kernel: Revert: "Add static threads to k_thread_foreach functions" by Joakim Andersson · 5 years ago
  52. 0e6ede8 kconfig: Rename CONFIG_FLOAT to CONFIG_FPU by Stephanos Ioannidis · 5 years ago
  53. 618426d kernel: add Z_STACK_PTR_ALIGN ARCH_STACK_PTR_ALIGN by Andrew Boie · 5 years ago
  54. 1f6f977 kernel: centralize new thread priority check by Andrew Boie · 5 years ago
  55. c0df99c kernel: reduce scope of z_new_thread_init() by Andrew Boie · 5 years ago
  56. 5a5d3da kernel/timeout: Add timeout remaining/expires APIs by Andy Ross · 5 years ago
  57. 7832738 kernel/timeout: Make timeout arguments an opaque type by Andy Ross · 5 years ago
  58. a4c9190 kernel: fix oops policy for k_thread_abort() by Andrew Boie · 5 years ago
  59. 28be793 kernel: delete separate logic for priv stacks by Andrew Boie · 5 years ago
  60. 2dc2ecf kernel: rename struct _k_object by Andrew Boie · 5 years ago
  61. 2f3a89f kernel: rename _k_object_assignment by Andrew Boie · 5 years ago
  62. 4bad34e kernel: rename _k_thread_stack_element by Andrew Boie · 5 years ago
  63. f2734ab kernel: use a union for kobject data values by Andrew Boie · 5 years ago
  64. 322816e kernel: add k_thread_join() by Andrew Boie · 5 years ago
  65. bd3b4b0 kernel: Add static threads to k_thread_foreach functions by Joakim Andersson · 5 years ago
  66. c4fbc08 kernel: fixup thread monitor locking by Andrew Boie · 5 years ago
  67. 6cf496f kernel: use sched lock for k_thread_suspend/resume by Andrew Boie · 5 years ago
  68. a2f6826 kernel/thread: Don't clobber arch initialization of switch_handle by Andy Ross · 5 years ago
  69. efc5fe0 kernel: overhaul unused stack measurement by Andrew Boie · 5 years ago
  70. 73008b4 tracing: move headers under include/tracing by Anas Nashif · 5 years ago
  71. 96ccc46 kernel/sched: Put k_thread_start() under a single lock by Andy Ross · 5 years ago
  72. 7605ac2 kernel: thread: fix string for _THREAD_PRESTART by Anas Nashif · 5 years ago
  73. 3235451 kernel/swap: Add SMP "wait for switch" synchronization by Andy Ross · 5 years ago
  74. 0ad6765 tracing: better positioning of tracing points by Anas Nashif · 5 years ago
  75. 8bdabcc kernel/sched: Move thread suspend and abort under the scheduler lock by Andy Ross · 5 years ago
  76. 9e3e7f6 kernel: use 'thread' for thread variable consistently by Anas Nashif · 5 years ago
  77. 2c529ce kernel: thread: k_thread_foreach_unlocked: Implement by Radoslaw Koppel · 5 years ago
  78. c9d7840 spinlock: Make SPIN_VALIDATE a Kconfig option. by Danny Oerndrup · 5 years ago
  79. b5c6810 kernel: don't use u32_t for data sizes by Andrew Boie · 5 years ago
  80. e48ed6a kernel: use uintptr_t for kobject data by Andrew Boie · 5 years ago
  81. 50d0942 kernel/thread: Cancel timeouts on k_thread_suspend(), make schedule point by Andy Ross · 5 years ago
  82. 91fd6d0 kernel: thread: Fix randomness problem with stack pointer random by Flavio Ceolin · 5 years ago
  83. e09a025 kernel: sychronize irq_offload() access by Andrew Boie · 5 years ago
  84. 8892406 kernel/sys_clock.h: Deprecate and convert uses of old conversions by Andy Ross · 5 years ago
  85. 4f77c2a kernel: rename z_arch_ to arch_ by Andrew Boie · 5 years ago
  86. 37d6241 kernel: Un-inline z_new_thread_init. by Stephanos Ioannidis · 5 years ago
  87. 2d74604 headers: Refactor kernel and arch headers. by Stephanos Ioannidis · 5 years ago
  88. cb1dd74 kernel: remove vestigal printk references by Andrew Boie · 5 years ago
  89. e1ec59f kernel: renamespace z_is_in_isr() by Andrew Boie · 5 years ago
  90. 61901cc kernel: rename z_new_thread() by Andrew Boie · 5 years ago
  91. 6c283ca kernel/thread: Must always initialize is_idle field by Andy Ross · 6 years ago
  92. e124670 kernel/spinlock: Fix a SMP race condition of SPIN_VALIDATE by Jim Shu · 6 years ago
  93. 5b322d9 debug: tracing: add sys_trace_thread_name_set by Nicholas Lowell · 6 years ago
  94. 6564974 userspace: Support for split 64 bit arguments by Andy Ross · 6 years ago
  95. 8076c80 subsystem: kernel_shell: extend thread info by Pavlo Hamov · 6 years ago
  96. f281b74 userspace: set stack object earlier by Andrew Boie · 6 years ago
  97. 71ce8ce kernel: consolidate error handling code by Andrew Boie · 6 years ago
  98. 0e67759 kernel: fix #endif quard error for k_float_disable by Ioannis Glaropoulos · 6 years ago
  99. 38129ce kernel: fix CONFIG_THREAD_NAME from user mode. by Andrew Boie · 6 years ago
  100. 9ab2a56 cleanup: include/: move misc/printk.h to sys/printk.h by Anas Nashif · 6 years ago