1. 0dd83b8 kernel: Add k_heap synchronized memory allocator by Andy Ross · 5 years ago
  2. 02fe85d net: Remove leftovers for obsolete net stacks shell command by Jukka Rissanen · 5 years ago
  3. 4e1637b kernel: add sys init level for SMP by Daniel Leung · 5 years ago
  4. 28be793 kernel: delete separate logic for priv stacks by Andrew Boie · 5 years ago
  5. 2f3a89f kernel: rename _k_object_assignment by Andrew Boie · 5 years ago
  6. e816ac7 isr_tables: Support hardware interrupt vector table-only configuration. by Stephanos Ioannidis · 5 years ago
  7. 8ccc04d tracing: add infrastructure for collection of tracing data by Wentong Wu · 5 years ago
  8. 87d8a03 arch: arm64: Support aarch64-gcc compiler by Carlo Caione · 5 years ago
  9. b7eb04b x86: consolidate x86_64 architecture, SoC and boards by Daniel Leung · 5 years ago
  10. ff36fc7 linker: cxx: Include .gcc_except_table sections by Jan Van Winkel · 6 years ago
  11. 3cf1bff arch/x86: complete 64-bit linker script by Charles E. Youse · 6 years ago
  12. 70c4aa4 sys_sem: straighten build time definition macros by Nicolas Pitre · 6 years ago
  13. 6767563 arch/x86: remove support for IAMCU ABI by Charles E. Youse · 6 years ago
  14. cd4e789 LOG_BACKEND_DEFINE(): use Z_STRUCT_SECTION_ITERABLE() by Nicolas Pitre · 6 years ago
  15. 1f4b5dd riscv32: rename to riscv by Nicolas Pitre · 6 years ago
  16. 2bdfede cpp: support for 64-bit constructors by Nicolas Pitre · 6 years ago
  17. f95938d net: ppp: Initial support for point-to-point protocol by Jukka Rissanen · 6 years ago
  18. 51bc0a0 linker: Make alignment size for sw_isr_table configurable by Yasushi SHOJI · 6 years ago
  19. b4c5f4b linker: Add dtcm section for Cortex M7 MCUs by Alexander Wachter · 6 years ago
  20. a66a036 subsys/cfb: correct font definition macro for linker script by Peter A. Bigot · 6 years ago
  21. 4e8ddfd Bluetooth: L2CAP: Make use of Z_STRUCT_SECTION_ITERABLE by Luiz Augusto von Dentz · 6 years ago
  22. 8b9920f Bluetooth: GATT: Make use of Z_STRUCT_SECTION_ITERABLE by Luiz Augusto von Dentz · 6 years ago
  23. 66045b5 net/socket: use the iterable section object constructor/iterator by Nicolas Pitre · 6 years ago
  24. a2fd7d7 cleanup: include/: move misc/util.h to sys/util.h by Anas Nashif · 6 years ago
  25. 5f19c81 subsys/settings: Update bluetooth module by Laczen JMS · 6 years ago
  26. c20ff11 subsys/settings: Enable handler ROM registration by Laczen JMS · 6 years ago
  27. f15c12d arch: arm: expose start/end limits of the thread priv stack section by Ioannis Glaropoulos · 6 years ago
  28. 7da47c6 include: scripts: fix typos in priv_stacks.ld by Ioannis Glaropoulos · 6 years ago
  29. aa922885 linker generated list: provide an iterator to simplify list access by Nicolas Pitre · 6 years ago
  30. b1d3742 linker generated list: introduce Z_STRUCT_SECTION_ITERABLE() by Nicolas Pitre · 6 years ago
  31. a3bea88 Bluetooth: L2CAP: Move fixed channels to its own section in ROM by Luiz Augusto von Dentz · 6 years ago
  32. cd92af1c linker: kobject-text.ld: avoid backwards location counter by Wentong Wu · 6 years ago
  33. fb0faaa testsuite: coverage: Port GCOV linker code to Cmake. by Øyvind Rønningstad · 6 years ago
  34. 89bf157 net: sockets: Add a way to register a socket family handler by Jukka Rissanen · 6 years ago
  35. e0f3ab6 Bluetooth: GATT: Add support for static services by Luiz Augusto von Dentz · 6 years ago
  36. 0e4d4fa include/linker: .object_access.* should be in ROM by Wayne Ren · 6 years ago
  37. 3ae5262 license: cleanup: add SPDX Apache-2.0 license identifier by Anas Nashif · 6 years ago
  38. 7c0a245 arch: Rename reserved function names by Patrik Flykt · 6 years ago
  39. 4da0f8b linker: Remove unused (OPTIONAL) from linker scripts by Kumar Gala · 6 years ago
  40. 212ec9a linker: sort app shared mem partition by alignment by Daniel Leung · 6 years ago
  41. e8a2348 linker: move app_smem.ld into include/linker by Daniel Leung · 6 years ago
  42. 4344e27 all: Update reserved function names by Patrik Flykt · 6 years ago
  43. 57f5f80 linker: no need to sort by name for kernel object by Daniel Leung · 6 years ago
  44. c8066c5 linker: remove references to _k_task_list/_k_event_list by Daniel Leung · 6 years ago
  45. bd40fc2 linker: remove references to no longer exist _k_memory_pool by Daniel Leung · 6 years ago
  46. 992f29a arch: make __ramfunc support transparent by Aurelien Jarno · 6 years ago
  47. eb097bd arch: arm: mpu: get the __ramfunc region size from the linker by Aurelien Jarno · 6 years ago
  48. e1cc657 arm: Placing the functions which holds __ramfunc into '.ramfunc' by qianfan Zhao · 6 years ago
  49. 5f4683d x86: fix ROM permissions by Andrew Boie · 6 years ago
  50. ed85b76 LD: Assert when CONFIG_PRIVILEGED_STACK_TEXT_AREA is too small by Sebastian Bøe · 6 years ago
  51. bfaaa6b dts: Convert CONFIG_CCM to DT_CCM by Kumar Gala · 6 years ago
  52. 41f6011 userspace: remove APPLICATION_MEMORY feature by Andrew Boie · 6 years ago
  53. 9bebf4c x86: fix app shared memory if XIP enabled by Adithya Baglody · 6 years ago
  54. c253a68 app_shmem: auto-initialize partitions by Andrew Boie · 6 years ago
  55. 1ee7b0d linker: x86: add orphan linker sections by Anas Nashif · 6 years ago
  56. bfad972 kernel: remove k_alert API by Peter A. Bigot · 6 years ago
  57. b57a149 Gcov: Added linker changes needed by Gcov. by Adithya Baglody · 6 years ago
  58. 71e90f9 Gcov: Enable Code coverage reporting over UART. by Adithya Baglody · 6 years ago
  59. 7740f73 include/linker_defs.h: Remove noop architecture detection by Andy Ross · 6 years ago
  60. a9389da soc: nxp_imx: Add support for device configuration data (DCD) by Maureen Helm · 6 years ago
  61. 8e30049 soc: nxp_imx: Add support for external xip flash boot header by Maureen Helm · 6 years ago
  62. 385bc26 include: linker: improve documentation of app shared mem symbols by Ioannis Glaropoulos · 6 years ago
  63. ce8e1ec Revert "interrupts: use weak linkage instead ..." by Andrew Boie · 6 years ago
  64. d85efe0 arch: arm: Add symbol for flash used by Håkon Øye Amundsen · 6 years ago
  65. 6fd1691 kernel: Add a "nocache" read-write memory section by Aurelien Jarno · 6 years ago
  66. c2e01df workqueues: don't put k_work in special section by Andrew Boie · 6 years ago
  67. 140863f interrupts: use weak linkage instead of linkonce by Andrew Boie · 6 years ago
  68. 506f15c interrupts: simplify position of sw ISR table by Andrew Boie · 6 years ago
  69. 6600c64 linker: warn about orphan sections by Daniel Leung · 6 years ago
  70. 1fa8cf9 linker: arm: place priv.noinit at the end of RAM by Adithya Baglody · 6 years ago
  71. f531e0d subsys: add monochrome character framebuffer by Johann Fischer · 6 years ago
  72. 0d4b5da Revert "linker: warn about orphan sections" by Anas Nashif · 6 years ago
  73. 8c9ce8d Revert "linker: more .rel for orphan sections" by Anas Nashif · 6 years ago
  74. bb0e49c Revert "linker: use wildcards in rel-sections.ld" by Anas Nashif · 6 years ago
  75. 9ae3ea4 linker: use wildcards in rel-sections.ld by Daniel Leung · 6 years ago
  76. 6ba4488 linker: more .rel for orphan sections by Daniel Leung · 6 years ago
  77. 6fc0d77 arch: add big endian support by Yasushi SHOJI · 6 years ago
  78. 8ce758a linker: warn about orphan sections by Daniel Leung · 6 years ago
  79. 67e238e linker: arm: add missing period for CCM section name by Daniel Leung · 6 years ago
  80. eb29978 userspace: move KOBJECT/PRIVILEGED_STACK_TEXT_AREA to Kconfig by Anas Nashif · 6 years ago
  81. 6aed72e shell: Shell subsystem reimplementation by Krzysztof Chruscinski · 7 years ago
  82. 878a0f0 ld: Put 'sizeof(struct device)' in the generated offsets header by Sebastian Bøe · 7 years ago
  83. 67ca176 headers: Fix headers across the project by Flavio Ceolin · 7 years ago
  84. cbe7b4f linker: Re-implement {APP,KERNEL}_INPUT_SECTION by Sebastian Bøe · 7 years ago
  85. 964f6dc linker: Minor refactor of the APP_SMEM_SECTION macro by Sebastian Bøe · 7 years ago
  86. db3f6aa arch: arm: add option to define an NSC region by Ioannis Glaropoulos · 7 years ago
  87. e58b654 kernel: threads: assign index no. to dynamically created threads by Daniel Leung · 7 years ago
  88. 573f32b userspace: compartmentalized app memory organization by Shawn Mosley · 7 years ago
  89. bbeef41 logging: subsystem major redesign by Krzysztof Chruściński · 7 years ago
  90. a1e806b gen_isr_tables: Delete the dead code accompanying .intList.num_isrs by Sebastian Bøe · 7 years ago
  91. 2be6594 usb: bos: Add linker sections for USB BOS descriptor by Andrei Emeltchenko · 7 years ago
  92. aed0b6c isr_tables: Simplify how the sw_irq_handler function is used by Sebastian Bøe · 7 years ago
  93. 8f321b4 isr_tables: Simplify how the spurious irq function address is found by Sebastian Bøe · 7 years ago
  94. b35a41f include: linker: add sections for USB device stack by Johann Fischer · 7 years ago
  95. d70196b linker-defs: Increase the number of kernel objects by Adithya Baglody · 7 years ago
  96. 470349c Bluetooth: settings: Add support for per-submodule handlers by Johan Hedberg · 7 years ago
  97. 31bdfc0 userspace: add support for dynamic kernel objects by Andrew Boie · 7 years ago
  98. 6049207 net: Add initial TX and RX traffic class support by Jukka Rissanen · 7 years ago
  99. 47dafff net: if: Separate IP address configuration from net_if by Jukka Rissanen · 7 years ago
  100. 581446d linker: arm: add stm32 ccm sections by Erwin Rol · 7 years ago