1. 280ca7a arch: replace power/power.h with pm/pm.h by Gerard Marull-Paretas · 3 years, 11 months ago
  2. 6fb6d3c kernel: Add new k_thread_abort()/k_thread_join() by Andy Ross · 4 years, 1 month ago
  3. 6d34761 posix: Add cpu_hold() function to better emulate code delay by Alberto Escolar Piedras · 4 years, 3 months ago
  4. c10d4b3 power: move z_pm_save_idle_exit prototype to power.h by Anas Nashif · 4 years, 4 months ago
  5. e0f3833 power: remove SYS_ and sys_ prefixes by Anas Nashif · 4 years, 4 months ago
  6. dd931f9 power: standarize PM Kconfigs and cleanup by Anas Nashif · 4 years, 4 months ago
  7. 11e6b43 tracing: roll thread switch in/out into thread stats functions by Daniel Leung · 4 years, 4 months ago
  8. 8f2d69c arch: posix: add missing include for cpuhalt.c by Mikkel Jakobsen · 4 years, 5 months ago
  9. f5a7e1a kernel: handle thread self-aborts on idle thread by Andrew Boie · 4 years, 6 months ago
  10. c55c64e toolchain: improved toolchain abstraction for compilers and linker by Torsten Rasmussen · 4 years, 7 months ago
  11. ffc1da0 kernel: add z_thread_single_abort to private hdr by Andrew Boie · 4 years, 7 months ago
  12. 3425c32 kernel: move stuff into z_thread_single_abort() by Andrew Boie · 4 years, 7 months ago
  13. 93cd336 arch: Apply dynamic IRQ API change by Tomasz Bursztyka · 4 years, 7 months ago
  14. 7def6ee arch: Apply IRQ offload API change by Tomasz Bursztyka · 4 years, 7 months ago
  15. e5e6ba2 tracing: posix_arch: trace swap by Anas Nashif · 4 years, 7 months ago
  16. be0d69f arch: posix: don't exit ISR on thread abort by Andrew Boie · 4 years, 7 months ago
  17. e4cc84a kernel: update arch_switch_to_main_thread() by Andrew Boie · 4 years, 8 months ago
  18. b0c155f kernel: overhaul stack specification by Andrew Boie · 4 years, 8 months ago
  19. 24825c8 arches: fix arch_new_thread param names by Andrew Boie · 4 years, 8 months ago
  20. 62eb7d9 arch_interface: remove unnecessary params by Andrew Boie · 4 years, 8 months ago
  21. 3cf7f9c arch: posix: Print warning on sys_reboot by Rubin Gerritsen · 4 years, 10 months ago
  22. a1b77fd zephyr: replace zephyr integer types with C99 types by Kumar Gala · 4 years, 10 months ago
  23. 2c0eeca posix arch: build on aarch64 / allow host-specific cmake includes by Christopher Friedt · 4 years, 11 months ago
  24. a203d21 kernel: remove legacy fields in _kernel by Andrew Boie · 4 years, 11 months ago
  25. aaf9320 kconfig: Rename CONFIG_FP_SHARING to CONFIG_FPU_SHARING by Stephanos Ioannidis · 4 years, 11 months ago
  26. ca872a4 lib: posix: Add support for eventfd by Tobias Svehagen · 5 years ago
  27. 618426d kernel: add Z_STACK_PTR_ALIGN ARCH_STACK_PTR_ALIGN by Andrew Boie · 5 years ago
  28. 1f6f977 kernel: centralize new thread priority check by Andrew Boie · 5 years ago
  29. c0df99c kernel: reduce scope of z_new_thread_init() by Andrew Boie · 5 years ago
  30. 73008b4 tracing: move headers under include/tracing by Anas Nashif · 5 years ago
  31. 66bdb76 POSIX arch: Fix C++ main() linkage issue by Alberto Escolar Piedras · 5 years ago
  32. 984bfae global: Remove leading/trailing blank lines in files by Ulf Magnusson · 5 years ago
  33. 4fd7cd5 posix arch: Use zephyr_link_libraries() to set -m32 by Alberto Escolar Piedras · 5 years ago
  34. 4f77c2a kernel: rename z_arch_ to arch_ by Andrew Boie · 5 years ago
  35. 2d74604 headers: Refactor kernel and arch headers. by Stephanos Ioannidis · 5 years ago
  36. bd6e044 kconfig: Clean up header comments and make them consistent by Ulf Magnusson · 5 years ago
  37. f974cb0 posix arch: Untangle headers by Alberto Escolar Piedras · 5 years ago
  38. 979b17f kernel: activate arch interface headers by Andrew Boie · 5 years ago
  39. eba1aa4 arch: posix: kconfig: Remove unused ARCH_POSIX_STOP_ON_FATAL_ERROR sym by Ulf Magnusson · 5 years ago
  40. 8ffff14 kernel: add architecture interface headers by Andrew Boie · 5 years ago
  41. b237597 arch: posix: isolate arch-soc/board IF from kernel-arch IF by Alberto Escolar Piedras · 5 years ago
  42. 54506b5 arches: fix z_arch_is_in_isr() defintion by Andrew Boie · 5 years ago
  43. f0f700c posix: expose z_arch_irq_lock/unlock as inlines by Andrew Boie · 5 years ago
  44. 23a866b cmake: toolchain abstraction for undefined behaviour sanitizer by Jan Van Winkel · 5 years ago
  45. 89e97d1 cmake: toolchain abstraction for address sanitizer by Jan Van Winkel · 5 years ago
  46. 2c1fb97 kernel: rename __swap by Andrew Boie · 5 years ago
  47. f6fb634 kernel: rename kernel_arch_init() by Andrew Boie · 5 years ago
  48. 4ad9f68 kernel: rename thread return value functions by Andrew Boie · 5 years ago
  49. 07525a3 kernel: add arch interface for idle functions by Andrew Boie · 5 years ago
  50. e1ec59f kernel: renamespace z_is_in_isr() by Andrew Boie · 5 years ago
  51. 61901cc kernel: rename z_new_thread() by Andrew Boie · 5 years ago
  52. 40ca638 arch: posix: fix function name in comment by Anas Nashif · 5 years ago
  53. 1246cb8 debug: tracing: Remove unneeded abstraction by Mrinal Sen · 5 years ago
  54. cb56813 native: removed redundant compiler args MMD & MP by Jan Van Winkel · 6 years ago
  55. f3eec6c cmake: toolchain abstraction for coverage by Jan Van Winkel · 6 years ago
  56. 8cd7cd4 native: Set recommended stack size to 40 for 64 bit by Jan Van Winkel · 6 years ago
  57. d157527 native: Added dummy member to struct _thread_arch by Jan Van Winkel · 6 years ago
  58. fce0316 POSIX arch: Fixe issues related to extern "C" by Alberto Escolar Piedras · 6 years ago
  59. 8e437ad thread.c: remove vestigial CONFIG_INIT_STACKS cruft by Charles E. Youse · 6 years ago
  60. 5623637 kernel: abolish _default_esf by Andrew Boie · 6 years ago
  61. 71ce8ce kernel: consolidate error handling code by Andrew Boie · 6 years ago
  62. fece690 arch: POSIX: Fix race with unused threads by Alberto Escolar Piedras · 6 years ago
  63. 1f783d9 arch/posix: 64-bit build flags by Nicolas Pitre · 6 years ago
  64. 81503a2 arch: POSIX: Do not assume 32bit pointers by Alberto Escolar Piedras · 6 years ago
  65. 9ab2a56 cleanup: include/: move misc/printk.h to sys/printk.h by Anas Nashif · 6 years ago
  66. 10291a0 cleanup: include/: move tracing.h to debug/tracing.h by Anas Nashif · 6 years ago
  67. 2aebc98 doc: fix Kconfig misspellings by David B. Kinder · 6 years ago
  68. e6af0f8 arch/*: Add z_arch_irq_unlocked() predicate and test by Andy Ross · 6 years ago
  69. fd97e44 arch: remove unused tracing_arch.h by Ioannis Glaropoulos · 6 years ago
  70. f616aa3 posix: cmake: Abstract freestanding options by Oleg Zhurakivskyy · 6 years ago
  71. 4f99a38 arch: all: Remove not used struct _caller_saved by Flavio Ceolin · 6 years ago
  72. d61c679 arch: all: Remove legacy code by Flavio Ceolin · 6 years ago
  73. 3ae5262 license: cleanup: add SPDX Apache-2.0 license identifier by Anas Nashif · 6 years ago
  74. 4e5c093 kernel: demote K_THREAD_STACK_BUFFER() to private by Andrew Boie · 6 years ago
  75. 7c0a245 arch: Rename reserved function names by Patrik Flykt · 6 years ago
  76. b80c3d9 arch: x86: Remove not used fp struct by Flavio Ceolin · 6 years ago
  77. c31e659 codecov: avoid inlining functions for correct execution counts by Daniel Leung · 6 years ago
  78. 46d9d3f arch: POSIX: Add Kconfig option to stop on all faults by Alberto Escolar Piedras · 6 years ago
  79. e20676d arch: remove unused arch defconfig by Anas Nashif · 6 years ago
  80. 4344e27 all: Update reserved function names by Patrik Flykt · 6 years ago
  81. e1d85f8 kconfig: arch: posix: Remove redundant ARCH_POSIX dep. by Ulf Magnusson · 6 years ago
  82. 65451db tracing: POSIX arch: Trace switch to main thread by Alberto Escolar Piedras · 6 years ago
  83. eb6534f tracing: POSIX arch: Remove redundant trace call by Alberto Escolar Piedras · 6 years ago
  84. ec554f4 kernel: Split reschdule & pend into irq/spin lock versions by Andy Ross · 6 years ago
  85. aa6e21c kernel: Split _Swap() API into irqlock and spinlock variants by Andy Ross · 6 years ago
  86. da44946 arch: posix: posix_cheats: Add some comments by Alberto Escolar Piedras · 6 years ago
  87. d798cbc arch: posix: posix_cheats: Do not rename types by Alberto Escolar Piedras · 6 years ago
  88. 1305a9e arch: posix: Bugfix in POSIX cheats header by Alberto Escolar Piedras · 6 years ago
  89. bdda09e cmake: Remove dead code LTO references by Sebastian Bøe · 6 years ago
  90. 46715fa kernel: Remove _IntLibInit function by Flavio Ceolin · 6 years ago
  91. 41e4311 cmake: Remove global include of board dir by Kumar Gala · 6 years ago
  92. e9cb0ae arch: kernel_arch_func.h: Fix MISRA violation by Adithya Baglody · 6 years ago
  93. 8eb51a3 POSIX arch: Add stub for sys_arch_reboot() by Alberto Escolar Piedras · 6 years ago
  94. 78f27a8 kernel: Using the same paramenters names in a specific function by Flavio Ceolin · 6 years ago
  95. 013f279 uart: Add driver for posix arch by Alberto Escolar Piedras · 6 years ago
  96. 27459a1 arch: Add LOG_PANIC to fault handlers by Krzysztof Chruscinski · 6 years ago
  97. ba5476a native_posix: Add control of traces color by Alberto Escolar Piedras · 7 years ago
  98. 67ca176 headers: Fix headers across the project by Flavio Ceolin · 7 years ago
  99. da49f2e coccicnelle: Ignore return of memset by Flavio Ceolin · 7 years ago
  100. 5884c7f kernel: Explicitly ignoring _Swap return by Flavio Ceolin · 7 years ago