1. 5b322d9 debug: tracing: add sys_trace_thread_name_set by Nicholas Lowell · 6 years ago
  2. 2b2fa66 [Code coverage]: Fix the issue of function code coverage in device.c. by Steven Wang · 6 years ago
  3. a470ba1 kernel: remove z_fatal_print() by Andrew Boie · 6 years ago
  4. 643701a kernel: syscalls: Whitespace fixups by Andy Ross · 6 years ago
  5. 075c94f kernel: Port remaining syscalls to new API by Andy Ross · 6 years ago
  6. 346cce3 kernel: Port remaining buildable syscalls to new API by Andy Ross · 6 years ago
  7. 6564974 userspace: Support for split 64 bit arguments by Andy Ross · 6 years ago
  8. 8076c80 subsystem: kernel_shell: extend thread info by Pavlo Hamov · 6 years ago
  9. 90e6536 kernel: fix default z_arch_cpu_halt() by Andrew Boie · 6 years ago
  10. a6067a3 kernel: reimplement k_uptime_get_32() by Peter Bigot · 6 years ago
  11. 1084f48 kernel: ignore z_fatal_halt() from code coverage by Peng Su · 6 years ago
  12. 6f13980 kernel/mutex: Fix locking to be SMP-safe by Andy Ross · 6 years ago
  13. b6d961b kernel: remove log system support for fatal msgs by Andrew Boie · 6 years ago
  14. 00bf76e kernel: add z_fatal_halt() to interface by Andrew Boie · 6 years ago
  15. 20d0724 kernel: sched: Do not force preempt when k_sched_unlock() by Yasushi SHOJI · 6 years ago
  16. 8915e41 userspace: adjust arch memory domain interface by Andrew Boie · 6 years ago
  17. 7fae2bb tests: increase main stack size for x86 with ztest by Andrew Boie · 6 years ago
  18. f281b74 userspace: set stack object earlier by Andrew Boie · 6 years ago
  19. 1f4b5dd riscv32: rename to riscv by Nicolas Pitre · 6 years ago
  20. e9cdcc2 kernel: timeout: Fix macro usage in next_timeout function by Robert Lubos · 6 years ago
  21. 81ef42d sanitycheck: simplify fault detection by Andrew Boie · 6 years ago
  22. 96571a8 kernel: rename NANO_ESF by Andrew Boie · 6 years ago
  23. 8a9e8e0 kernel: support log system for fatal errors by Andrew Boie · 6 years ago
  24. 71ce8ce kernel: consolidate error handling code by Andrew Boie · 6 years ago
  25. 2463ded kernel: timeout: do not active time slicing if idle thread ready by Wentong Wu · 6 years ago
  26. b4c5f4b linker: Add dtcm section for Cortex M7 MCUs by Alexander Wachter · 6 years ago
  27. f9ae2d8 Includes: #ifdef CONFIG_USE_SWITCH instead of #if to avoid undef warning by Nicholas Lowell · 6 years ago
  28. 4d8e1f2 kernel/sched: Fix k_thread_priority_set() on SMP by Andy Ross · 6 years ago
  29. 0e67759 kernel: fix #endif quard error for k_float_disable by Ioannis Glaropoulos · 6 years ago
  30. 7bde81f kernel: msgq: avoid single char variables for msgq by Anas Nashif · 6 years ago
  31. 39cd2eb malloc: make sure returned memory is properly aligned by Nicolas Pitre · 6 years ago
  32. 905209b kernel/mempool: Fix ticks/ms confusion by Andy Ross · 6 years ago
  33. ed7d863 kernel/sched: Interpret zero timeslice time correctly by Andy Ross · 6 years ago
  34. 669730f kernel: Crank up default tick rate by Andy Ross · 6 years ago
  35. 5d423b8 userspace: minor typo fixes in various places by Ioannis Glaropoulos · 6 years ago
  36. 38129ce kernel: fix CONFIG_THREAD_NAME from user mode. by Andrew Boie · 6 years ago
  37. 8753bec kernel: delete k_futex_init() by Andrew Boie · 6 years ago
  38. 1db9f18 kernel/timeout: Remove "clock_always_on", replace with "SLOPPY_IDLE" by Andy Ross · 6 years ago
  39. efb8df5 cleanup: include/: move misc/stack.h to debug/stack.h by Anas Nashif · 6 years ago
  40. fa1c600 cleanup: include/: move misc/gcov.h to debug/gcov.h by Anas Nashif · 6 years ago
  41. a2fd7d7 cleanup: include/: move misc/util.h to sys/util.h by Anas Nashif · 6 years ago
  42. 536dd5a cleanup: include/: move misc/slist.h to sys/slist.h by Anas Nashif · 6 years ago
  43. 5c0516b cleanup: include/: move misc/sflist.h to sys/sflist.h by Anas Nashif · 6 years ago
  44. 1859244 cleanup: include/: move misc/rb.h to sys/rb.h by Anas Nashif · 6 years ago
  45. 9ab2a56 cleanup: include/: move misc/printk.h to sys/printk.h by Anas Nashif · 6 years ago
  46. 0c9e280 cleanup: include/: move misc/mutex.h to sys/mutex.h by Anas Nashif · 6 years ago
  47. 6ecadb0 cleanup: include/: move misc/math_extras.h to sys/math_extras.h by Anas Nashif · 6 years ago
  48. 447311e cleanup: include/: move misc/libc-hooks.h to sys/libc-hooks.h by Anas Nashif · 6 years ago
  49. ee9dd1a cleanup: include/: move misc/dlist.h to sys/dlist.h by Anas Nashif · 6 years ago
  50. 5eb90ec cleanup: include/: move misc/__assert.h to sys/__assert.h by Anas Nashif · 6 years ago
  51. 969f8f1 cleanup: include/: move entropy.h to drivers/entropy.h by Anas Nashif · 6 years ago
  52. ef281c4 cleanup: include/: move sys_io.h to sys/sys_io.h by Anas Nashif · 6 years ago
  53. 190e368 cleanup: include/: move power.h to power/power.h by Anas Nashif · 6 years ago
  54. e1e05a2 cleanup: include/: move atomic.h to sys/atomic.h by Anas Nashif · 6 years ago
  55. 10291a0 cleanup: include/: move tracing.h to debug/tracing.h by Anas Nashif · 6 years ago
  56. 659fa0d lifo/fifo: first word is not always first 4 bytes by Nicolas Pitre · 6 years ago
  57. 39c8451 kernel: mem_domain: fix warning in ASSERT expression by Ioannis Glaropoulos · 6 years ago
  58. f32330b stdint.h: streamline type definitions by Nicolas Pitre · 6 years ago
  59. 777336e tests: userspace: cover missing/bad syscalls by Andrew Boie · 6 years ago
  60. aade2b5 kernel: offsets: exclude from coverage by Andrew Boie · 6 years ago
  61. 68c389c include: move system timer headers to include/drivers/timer/ by Anas Nashif · 6 years ago
  62. 5611e92 kernel: add futex support by Wentong Wu · 6 years ago
  63. bc30f4f mem_slab: rationalize block alignment assertion by Nicolas Pitre · 6 years ago
  64. f2cb20c docs: fix misspelling across the tree by Anas Nashif · 6 years ago
  65. d4df6ba BOOT_BANNER: show KERNEL_VERSION and BUILD_VERSION differently by Marc Herbert · 6 years ago
  66. 676b1ae kernel: idle: exclude no-op funcs from coverage by Andrew Boie · 6 years ago
  67. 3f97424 kernel: allow k_sleep(K_FOREVER) by Andrew Boie · 6 years ago
  68. c5164f3 kernel: init: exclude unreachable code by Andrew Boie · 6 years ago
  69. 8e05333 kernel: init: fix coverage gap by Andrew Boie · 6 years ago
  70. fe228a8 kernel: init: exclude some funcs from coverage by Andrew Boie · 6 years ago
  71. 3d51f7c k_stack: make it 64-bit compatible by Nicolas Pitre · 6 years ago
  72. a6cb8b0 kernel: introduce k_float_disable system call by Ioannis Glaropoulos · 6 years ago
  73. 6e27d6d mbedtls: move to external module by Anas Nashif · 6 years ago
  74. b83f99a debug: tracing: Fix tracing hooks by Marek Pieta · 6 years ago
  75. aa922885 linker generated list: provide an iterator to simplify list access by Nicolas Pitre · 6 years ago
  76. a12f2d6 kernel/smp: Rename smp_init() by Andy Ross · 6 years ago
  77. 6d359df logging: use os as a domain for low level system debugging by Anas Nashif · 6 years ago
  78. 58d839b misc: memory address type conversions by Nicolas Pitre · 6 years ago
  79. 312b43f kernel/sched: Don't reschedule inside a nested lock by Andy Ross · 6 years ago
  80. 8447363 kernel/thread_abort: Swap, don't reschedule when aborting _current by Andy Ross · 6 years ago
  81. 76d9d78 x86: remove unused and x86 only latency benchmark by Anas Nashif · 6 years ago
  82. 0b5d9f7 thread_cpu: make it 64-bit compatible by Nicolas Pitre · 6 years ago
  83. df0b49c kernel/init.c: remove needless casts by Nicolas Pitre · 6 years ago
  84. 4afcc0f sanitycheck: CONFIG_TEST_USERSPACE / userspace tag cleanup by Marc Herbert · 6 years ago
  85. 7583696 kernel: remove redundant #ifdef CONFIG_MULTITHREADING by Ioannis Glaropoulos · 6 years ago
  86. 5a709f5 kernel: init: use K_THREAD_STACK_SIZEOF when switching to main thread by Ioannis Glaropoulos · 6 years ago
  87. fd49cf7 kernel: timeout: add syscall for runtime clk freq by Andrew Boie · 6 years ago
  88. a567831 kernel/sched.c: add k_usleep() API function by Charles E. Youse · 6 years ago
  89. b186303 kernel/sched.c: refactor k_sleep() implementation for varied timescales by Charles E. Youse · 6 years ago
  90. 201fdf0 kernel: Fix usage of CONFIG_SYS_CLOCK_EXISTS by Carles Cufi · 6 years ago
  91. c8708d9 misc: Replace uses of __builtin_*_overflow() with <misc/math_extras.h>. by Jakob Olesen · 6 years ago
  92. be3d423 kernel: fix k_stack_alloc_init() by Andrew Boie · 6 years ago
  93. 0f6c9a5 kernel: adjust default main stack for riscv by Andrew Boie · 6 years ago
  94. 9915b4e C++: Fix compilation error "invalid conversion" by Benoit Leforestier · 6 years ago
  95. 873dd10 kernel: mem_domain: update name/doc of API function for partition add by Ioannis Glaropoulos · 6 years ago
  96. afda764 kernel: increase workq sizes if COVERAGE=y by Andrew Boie · 6 years ago
  97. 2e0095a security: kernel: Fix STACK_POINTER_RANDOM dependency by Flavio Ceolin · 6 years ago
  98. 09dc929 userspace: fix copy from user locking by Andrew Boie · 6 years ago
  99. 4f99a38 arch: all: Remove not used struct _caller_saved by Flavio Ceolin · 6 years ago
  100. d61c679 arch: all: Remove legacy code by Flavio Ceolin · 6 years ago