1. b4c455c arch: add interface to get stack space of privileged stack by Daniel Leung · 7 months ago
  2. c9aa98e kernel: mmu: support for on-demand mappings by Nicolas Pitre · 7 months ago
  3. 98a16b4 kernel: Define optional arch_thread_name_set() by Rubin Gerritsen · 7 months ago
  4. ef639ef style: kernel: comply with MISRA C:2012 Rule 15.6 by Pisit Sawangvonganan · 7 months ago
  5. 2a41d85 k_mem_map: move some assertions to unconditional checks by Nicolas Pitre · 7 months ago
  6. b8bef42 device_dt_metadata: handle dt_meta being NULL by Jan Peters · 8 months ago
  7. f53d5d5 arch: move custom arch call Kconfigs by Anas Nashif · 8 months ago
  8. 28b4bab kernel: fatal: Fix NO_OPTIMIZATIONS build by Krzysztof Chruściński · 8 months ago
  9. 8c48665 kernel: Remove k_thread_priority_set() restriction by Peter Mitsis · 8 months ago
  10. 28215fc kernel: thread: Add k_thread_runtime_stats_cpu_get() by Jyri Sarha · 8 months ago
  11. b8a1a62 kernel: thread: Add k_thread_foreach_filter_by_cpu() and unlocked version by Jyri Sarha · 8 months ago
  12. ad63ca2 kconfig: replace known integer constants with variables by Pieter De Gendt · 8 months ago
  13. 2e0e9b1 kernel: reduce `k_spin_unlock` calls using `if-else if-else` structure by Pisit Sawangvonganan · 8 months ago
  14. 2a39132 device: remove const qualifier from node label copy by Anas Nashif · 8 months ago
  15. 20dee1a kernel: Tweak z_unpend_thread_no_timeout() API by Peter Mitsis · 8 months ago
  16. 9efb8fd kernel: Remove z_sched_abort() prototype by Peter Mitsis · 8 months ago
  17. 74c871d build: Prefix missed generated syscall includes by Ben Marsh · 9 months ago
  18. 980d3f4 kernel: corrected parameter names by Hess Nathan · 9 months ago
  19. 5ed3cd4 kernel: fix typo by Pisit Sawangvonganan · 9 months ago
  20. 3da87b9 kernel kconfig: Do not enable STATIC_INIT_GNU w the old native_posix by Alberto Escolar Piedras · 9 months ago
  21. e309f78 libc: common: Fix init hang issue by Maochen Wang · 9 months ago
  22. 6e977ae lib c/cpp: Move .ctor .init_array handling from C++ to kernel by Alberto Escolar Piedras · 9 months ago
  23. 302422a everywhere: replace double words by Lingao Meng · 9 months ago
  24. 0787093 everywhere: replace double words by Jordan Yates · 9 months ago
  25. ada3c90 kernel: Add CONFIG_SCHED_IPI_CASCADE by Peter Mitsis · 9 months ago
  26. 15dc87d tracing: trace sys_init calls by Yong Cong Sin · 10 months ago
  27. 555c07e sched: Limit deadline scheduler parameter by TaiJu Wu · 10 months ago
  28. 6a3aa3b demand_paging: add frame tracking functions to eviction algorithms by Nicolas Pitre · 10 months ago
  29. 25cdda1 kernel: Unified type of stack protection canary __stack_chk_guard. by Lars-Ove Karlsson · 10 months ago
  30. d817940 kernel: avoided increments/decrements with side effects by frei tycho · 10 months ago
  31. 1bf5af7 kernel: banner: Add option to clear screen on boot by Reto Schneider · 10 months ago
  32. 0313091 kernel: mmu: make k_mem_unmap() work with demand paging by Nicolas Pitre · 10 months ago
  33. 7f6d600 kernel: mm: rename z_num_pagefaults_get to k_mem_num_* by Daniel Leung · 10 months ago
  34. 564ca11 kernel: mm: rename z_page_fault() to k_mem_page_fault() by Daniel Leung · 10 months ago
  35. 54af5dd kernel: mm: rename z_page_frame_* to k_mem_page_frame_* by Daniel Leung · 10 months ago
  36. 7715aa3 kernel: mm: rename Z_SCRATCH_PAGE to K_MEM_SCRATCH_PAGE by Daniel Leung · 10 months ago
  37. 0168275 kernel: mm: rename Z_VM_RESERVED to K_MEM_VM_RESERVED by Daniel Leung · 10 months ago
  38. a459cdf kernel: mm: rename Z_FREE_VM_START to K_MEM_VM_FREE_START by Daniel Leung · 10 months ago
  39. b2784c9 kernel: mm: rename Z_KERNEL_VIRT_* to K_MEM_KERNEL_VIRT_* by Daniel Leung · 10 months ago
  40. 03eded1 kernel: mm: rename Z_VIRT_RAM_* to K_MEM_VIRT_* by Daniel Leung · 10 months ago
  41. 3fd66de kernel: mm: rename Z_PHYS_RAM_* to K_MEM_PHYS_* by Daniel Leung · 10 months ago
  42. b6f951b kernel: mm: rename Z_VM_OFFSET to K_MEM_VM_OFFSET by Daniel Leung · 10 months ago
  43. def364a kernel: mm: rename Z_BOOT_* to K_MEM_BOOT_* by Daniel Leung · 10 months ago
  44. db9d313 kernel: mm: rename Z_MEM_PHYS/VIRT_ADDR to K_MEM_* by Daniel Leung · 10 months ago
  45. 552e297 kernel: mm: rename z_phys_un/map to k_mem_*_phys_bare by Daniel Leung · 10 months ago
  46. 295254a kernel: mm: remove k_mem_phys_un/map() by Daniel Leung · 10 months ago
  47. 9f9dd26 kernel: mm: rename k_mem_un/map_impl to k_mem_*_phys_guard by Daniel Leung · 10 months ago
  48. 749566a kernel/init: use zephyr's stack size macro for main/idle thread creation by Dong Wang · 10 months ago
  49. c20e798 arch: call arch_smp_init() directly, do not use SYS_INIT by Anas Nashif · 10 months ago
  50. 15c9d37 kernel: add CONFIG_DEVICE_DT_METADATA and helpers by Martí Bolívar · 10 months ago
  51. 7b2ccf4 kernel: increase main stack size for ztests on nios2 by Anas Nashif · 10 months ago
  52. 3283659 kernel: mem_slab: only define slab_ptr_is_good with assert enabled by Fabio Baltieri · 10 months ago
  53. 87946a8 kernel: banner: fix disabling boot banner by Krzysztof Sychla · 10 months ago
  54. 5f2620f kernel: mem_slab: extend slab pointer validation by Nicolas Pitre · 10 months ago
  55. 67706a1 kernel: mem_slab: reverse free list initialization by Nicolas Pitre · 10 months ago
  56. 4c2938a kernel: added missing parenthesis by frei tycho · 10 months ago
  57. 0bcdae2 kernel: Add CONFIG_ARCH_HAS_DIRECTED_IPIS by Peter Mitsis · 10 months ago
  58. d8a4c8a kernel: Add CONFIG_IPI_OPTIMIZE by Peter Mitsis · 10 months ago
  59. 9ff5221 kernel: Update IPI usage in k_thread_priority_set() by Peter Mitsis · 10 months ago
  60. ed7a5f3 kernel: Update CONFIG_PIPES Kconfig description by Peter Mitsis · 10 months ago
  61. 6a3cb93 arch: remove the use of `z_arch_esf_t` completely from internal by Yong Cong Sin · 10 months ago
  62. e54b27b arch: define `struct arch_esf` and deprecate `z_arch_esf_t` by Yong Cong Sin · 10 months ago
  63. 65fc5b7 device: Remove z_device_is_ready by Flavio Ceolin · 10 months ago
  64. 3570408 build: namespace syscall sources to `zephyr/` by Yong Cong Sin · 10 months ago
  65. bbe5e1e build: namespace the generated headers with `zephyr/` by Yong Cong Sin · 10 months ago
  66. 8c37f14 tracing: add k_realloc trace by Fin Maaß · 10 months ago
  67. 09eaa87 kernel: implement k_realloc by Fin Maaß · 10 months ago
  68. 20b5542 coding guidelines: comply with MISRA Rule 13.4 by Hess Nathan · 10 months ago
  69. 4d85f3d pm: Deprecate z_pm_save_idle_exit by Flavio Ceolin · 10 months ago
  70. f7437ac pm: Move z_pm_save_idle_exit to pm subsys by Flavio Ceolin · 10 months ago
  71. b34e94f kernel: demand_paging: fix arch_page_location_get() documentation by Nicolas Pitre · 10 months ago
  72. d082cd2 kernel: Relax loop in z_smp_global_lock() by Peter Mitsis · 10 months ago
  73. c12f050 userspace: dynamic: Fix k_thread_stack_free verification by Flavio Ceolin · 10 months ago
  74. e6abc03 kernel: mem_domain: new config for isolated stacks by Daniel Leung · 10 months ago
  75. 169bc07 kernel: move memory domain kconfigs into its own file by Daniel Leung · 10 months ago
  76. 17a5beb kernel: Predicate _cpus_active on CONFIG_PM by Andy Ross · 10 months ago
  77. 2ad265c kernel: userspace: manipulate _thread_idx_map on per-byte basis by Daniel Leung · 11 months ago
  78. e9a47d9 kernel: mmu: shrink and align struct z_page_frame by Nicolas Pitre · 11 months ago
  79. 5730597 kernel: mmu: abstract access to page frame flags and address by Nicolas Pitre · 11 months ago
  80. 9fc2680 linker: decouple KERNEL_WHOLE_ARCHIVE from LLEXT by Daniel Apperloo · 11 months ago
  81. 6d417d5 coding guidelines: comply with MISRA Rule 12.1. by Hess Nathan · 11 months ago
  82. e05c4a8 coding guidelines: comply with MISRA Rule 11.8 by Hess Nathan · 11 months ago
  83. 68ea73a kernel: sem: Remove constant expression by Flavio Ceolin · 11 months ago
  84. f147a5f spelling: Replace occurrences of "iff" with "if and only if" by Pieter De Gendt · 11 months ago
  85. fe38c70 kernel: coding guidelines: cast unused arguments to void by frei tycho · 11 months ago
  86. 2f5e939 Revert "kernel: retrieve system timer clock frequency at runtime or static" by Alberto Escolar Piedras · 11 months ago
  87. 7c03e5d kernel: retrieve system timer clock frequency at runtime or static by Najumon B.A · 11 months ago
  88. dec022a kernel/sched: Fix edge^2 case in abort/join by Andy Ross · 11 months ago
  89. 47ab663 kernel/sched: Fix lockless ordering in halt_thread() by Andy Ross · 11 months ago
  90. fd340eb sched: Optimize dummy thread usage on SMP by Andy Ross · 11 months ago
  91. f0fd54c kernel/sched: Fix free-memory write when ISRs abort _current by Andy Ross · 11 months ago
  92. fc56050 kernel/spinlock: Fix SPIN_VALIDATE in ISRs by Andy Ross · 11 months ago
  93. 14cb7d5 kernel: coding guidelines: add explicit cast to void by frei tycho · 11 months ago
  94. 7659cfd coding guidelines: comply with MISRA Rule 2.2 by Hess Nathan · 11 months ago
  95. e44d2e6 kernel: timeslicing: add time slice reset in slice per thread api by Adrian Bonislawski · 11 months ago
  96. 527e712 coding guidelines: comply with MISRA Rule 20.9 by Hess Nathan · 11 months ago
  97. 32af724 coding guidelines: comply with MISRA C:2012 Rule 11.2 by Hess Nathan · 11 months ago
  98. c30a9c4c coding guidelines: comply with MISRA Rule 21.15 by Hess Nathan · 11 months ago
  99. a3c7152 kernel: Update thread cpu in z_get_next_switch_handle() by Peter Mitsis · 11 months ago
  100. 69c5c6d kernel: Remove duplicate execution_cycles write and improve docstring by Eric Johnson · 11 months ago