1. b34e94f kernel: demand_paging: fix arch_page_location_get() documentation by Nicolas Pitre · 10 months ago
  2. d082cd2 kernel: Relax loop in z_smp_global_lock() by Peter Mitsis · 10 months ago
  3. c12f050 userspace: dynamic: Fix k_thread_stack_free verification by Flavio Ceolin · 10 months ago
  4. e6abc03 kernel: mem_domain: new config for isolated stacks by Daniel Leung · 10 months ago
  5. 169bc07 kernel: move memory domain kconfigs into its own file by Daniel Leung · 10 months ago
  6. 17a5beb kernel: Predicate _cpus_active on CONFIG_PM by Andy Ross · 10 months ago
  7. 2ad265c kernel: userspace: manipulate _thread_idx_map on per-byte basis by Daniel Leung · 10 months ago
  8. e9a47d9 kernel: mmu: shrink and align struct z_page_frame by Nicolas Pitre · 11 months ago
  9. 5730597 kernel: mmu: abstract access to page frame flags and address by Nicolas Pitre · 11 months ago
  10. 9fc2680 linker: decouple KERNEL_WHOLE_ARCHIVE from LLEXT by Daniel Apperloo · 11 months ago
  11. 6d417d5 coding guidelines: comply with MISRA Rule 12.1. by Hess Nathan · 11 months ago
  12. e05c4a8 coding guidelines: comply with MISRA Rule 11.8 by Hess Nathan · 11 months ago
  13. 68ea73a kernel: sem: Remove constant expression by Flavio Ceolin · 11 months ago
  14. f147a5f spelling: Replace occurrences of "iff" with "if and only if" by Pieter De Gendt · 11 months ago
  15. fe38c70 kernel: coding guidelines: cast unused arguments to void by frei tycho · 11 months ago
  16. 2f5e939 Revert "kernel: retrieve system timer clock frequency at runtime or static" by Alberto Escolar Piedras · 11 months ago
  17. 7c03e5d kernel: retrieve system timer clock frequency at runtime or static by Najumon B.A · 11 months ago
  18. dec022a kernel/sched: Fix edge^2 case in abort/join by Andy Ross · 11 months ago
  19. 47ab663 kernel/sched: Fix lockless ordering in halt_thread() by Andy Ross · 11 months ago
  20. fd340eb sched: Optimize dummy thread usage on SMP by Andy Ross · 11 months ago
  21. f0fd54c kernel/sched: Fix free-memory write when ISRs abort _current by Andy Ross · 11 months ago
  22. fc56050 kernel/spinlock: Fix SPIN_VALIDATE in ISRs by Andy Ross · 11 months ago
  23. 14cb7d5 kernel: coding guidelines: add explicit cast to void by frei tycho · 11 months ago
  24. 7659cfd coding guidelines: comply with MISRA Rule 2.2 by Hess Nathan · 11 months ago
  25. e44d2e6 kernel: timeslicing: add time slice reset in slice per thread api by Adrian Bonislawski · 11 months ago
  26. 527e712 coding guidelines: comply with MISRA Rule 20.9 by Hess Nathan · 11 months ago
  27. 32af724 coding guidelines: comply with MISRA C:2012 Rule 11.2 by Hess Nathan · 11 months ago
  28. c30a9c4c coding guidelines: comply with MISRA Rule 21.15 by Hess Nathan · 11 months ago
  29. a3c7152 kernel: Update thread cpu in z_get_next_switch_handle() by Peter Mitsis · 11 months ago
  30. 69c5c6d kernel: Remove duplicate execution_cycles write and improve docstring by Eric Johnson · 11 months ago
  31. c05cba6 Revert "kernel/spinlock: Fix SPIN_VALIDATE in ISRs" by Alberto Escolar Piedras · 11 months ago
  32. ea26bcf Revert "kernel/sched: Fix free-memory write when ISRs abort _current" by Alberto Escolar Piedras · 11 months ago
  33. c9ec937 Revert "sched: Optimize dummy thread usage on SMP" by Alberto Escolar Piedras · 11 months ago
  34. c60d4c2 Revert "kernel/sched: Fix lockless ordering in halt_thread()" by Alberto Escolar Piedras · 11 months ago
  35. 7084662 kernel: system_work_q: Mark queue thread as essential by Mohamed ElShahawi · 11 months ago
  36. 9ba4653 kernel: work_queue: make thread essential flag configurable by Mohamed ElShahawi · 11 months ago
  37. 02b2491 kernel/sched: Fix lockless ordering in halt_thread() by Andy Ross · 11 months ago
  38. 20611f1 sched: Optimize dummy thread usage on SMP by Andy Ross · 11 months ago
  39. 61c7062 kernel/sched: Fix free-memory write when ISRs abort _current by Andy Ross · 11 months ago
  40. 93dc7e7 kernel/spinlock: Fix SPIN_VALIDATE in ISRs by Andy Ross · 11 months ago
  41. 5fa2b6f kernel/sched: Refeactor/cleanup z_thread_halt() by Andy Ross · 11 months ago
  42. 297ad51 kernel: increase main stack size for ztest on ARC by Anas Nashif · 11 months ago
  43. 4593f0d kernel: priority queues: declare as static inlines by Anas Nashif · 11 months ago
  44. 11b85ee kernel: stack: Check possible overflow by Flavio Ceolin · 11 months ago
  45. eeebb4d kernel: Device deferred initialization by Ederson de Souza · 12 months ago
  46. d0a90a0 kernel: add the ability to memory map thread stacks by Daniel Leung · 12 months ago
  47. 04c5632 kernel: mm: introduce k_mem_phys_map()/_unmap() by Daniel Leung · 12 months ago
  48. 378131c kernel: add options to cleanup after aborting current thread by Daniel Leung · 12 months ago
  49. aee8dd1 kernel: timeout: Optimize setting next alarm by Krzysztof Chruściński · 12 months ago
  50. ebdb07a kernel: Clean up mailbox async msg configuration by Simon Hein · 12 months ago
  51. 20b2c98 kernel: move nothread support to own file by Anas Nashif · 12 months ago
  52. fbaf7df kernel: banner: use BUILD_VERSION only if not empty by Yong Cong Sin · 12 months ago
  53. 8a88cd4 kernel: thread: move thread states to header by Anas Nashif · 12 months ago
  54. f5435b3 kernel: thread: move k_thread_priority_get by Anas Nashif · 12 months ago
  55. 5c170c7 kernel: thread: rename is_preempt by Anas Nashif · 12 months ago
  56. 6754cbd kernel: thread: move k_is_preempt_thread to thread.c by Anas Nashif · 12 months ago
  57. 17c874f kernel: thread: rename is_metairq by Anas Nashif · 12 months ago
  58. 0b473ce kernel: rename sliceable -> thread_is_sliceable by Anas Nashif · 12 months ago
  59. 37df485 kernel: split timeslicing/ipi code out of sched.c by Anas Nashif · 12 months ago
  60. 31bc210 kernel: sched: remove unused prototype: z_is_thread_time_slicing by Anas Nashif · 12 months ago
  61. ebb503f kernel: move thread related helper function kthread.h by Anas Nashif · 12 months ago
  62. d34351d kernel: align thread stack size declaration by Daniel Leung · 1 year ago
  63. 6cd7936 kernel: align kernel stack size declaration by Daniel Leung · 1 year ago
  64. efe3074 kernel: rename Z_THREAD_STACK_BUFFER to K_THREAD_STACK_BUFFER by Daniel Leung · 1 year ago
  65. b69d248 kernel: rename Z_KERNEL_STACK_BUFFER to K_KERNEL_STACK_BUFFER by Daniel Leung · 1 year ago
  66. 321e395 linker: Include libkernel.a in the whole-archive when llext is enabled by Ederson de Souza · 1 year ago
  67. bcd1d19 kernel: add closing comments to config endifs by Simon Hein · 1 year ago
  68. 6ea749d arch: rename arch_start_cpu() to arch_cpu_start() by Daniel Leung · 1 year ago
  69. 3664ed6 arch: move arch_interface.h under zephyr/arch by Daniel Leung · 1 year ago
  70. e2f3840 kernel: Fix possible overflow in k_mem_map by Flavio Ceolin · 1 year ago
  71. 67bb6db syscall: Export all emitted syscalls, enabling them for extensions by Ederson de Souza · 1 year ago
  72. 1f5f0cf sched: Remove multi-level queue priority limit by TaiJu Wu · 1 year, 1 month ago
  73. f2280d1 kernel/sched: Don't touch deadline values on queued threads by Andy Ross · 1 year, 1 month ago
  74. c31d646 kernel: timeout: optimize z_timeout_expires() by Nicolas Pitre · 1 year, 1 month ago
  75. 39f7101 sched: finalize_cancel_locked can early return by TaiJu Wu · 1 year, 1 month ago
  76. 9f7695d kernel: Remove unused z_pend_curr_irqlock() by Peter Mitsis · 1 year, 1 month ago
  77. 0d8da5f kernel: rename scheduler spinlock variable and make it private by Anas Nashif · 1 year, 1 month ago
  78. 868f099 kernel: sched: z_set_prio -> z_thread_prio_set by Anas Nashif · 1 year, 1 month ago
  79. 477a04a kernel: rename h -> heap by Anas Nashif · 1 year, 1 month ago
  80. 595ff63 kernel: thread: use consistent thread parameter by Anas Nashif · 1 year, 1 month ago
  81. 3dc0c45 kernel: move float operations out of thread.c by Anas Nashif · 1 year, 1 month ago
  82. 6c003bd kernel: remove unused code in headers by Anas Nashif · 1 year, 1 month ago
  83. 9e83413 kernel: split thread monitor by Anas Nashif · 1 year, 1 month ago
  84. 5e591c3 kernel: do not export z_thread_priority_set by Anas Nashif · 1 year, 1 month ago
  85. 3ca50f5 kernel: move z_init_static_threads to where it is being used by Anas Nashif · 1 year, 1 month ago
  86. a6ce422 kernel: remove cmsis-rtos layering violation by Anas Nashif · 1 year, 1 month ago
  87. 077222c kernel: split cpu_mask handling into own file by Anas Nashif · 1 year, 1 month ago
  88. 6e95bde kernel: reorg Kconfigs and split them by Anas Nashif · 1 year, 1 month ago
  89. 8791012 kernel: move essential flag related routines out by Anas Nashif · 1 year, 1 month ago
  90. 2c31db4 kernel: split irq_offload ccode into own file by Anas Nashif · 1 year, 1 month ago
  91. a7d74f8 kernel: move spinlock validation to own file by Anas Nashif · 1 year, 1 month ago
  92. 4440d6a kernel/userspace: Fix dynamic thread stack allocation at userspace by Ederson de Souza · 1 year, 1 month ago
  93. 46484da kernel: move priority queue handling to own file/header by Anas Nashif · 1 year, 1 month ago
  94. ee9c44f linker: Round TLS sizes up in linker script by Peter Mitsis · 1 year, 1 month ago
  95. 8188be5 kernel: fix spelling errors by Nguyen Minh Thien · 1 year, 1 month ago
  96. 51ae993 kernel: Update k_wakeup() by Peter Mitsis · 1 year, 1 month ago
  97. 09cf3e0 smp: fix a race when starting / resuming multiple CPUs by Guennadi Liakhovetski · 1 year, 1 month ago
  98. d622533 kernel: thread: Allow stack in coherent memory by Flavio Ceolin · 1 year, 2 months ago
  99. caacc27 kernel: smp: CPU start may result in null pointer access by Daniel Leung · 1 year, 2 months ago
  100. 840db78 kernel/thread: Detect in-kernel "reserved" stack overflow by Andy Ross · 1 year, 2 months ago