1. cbe7b4f linker: Re-implement {APP,KERNEL}_INPUT_SECTION by Sebastian Bøe · 7 years ago
  2. c69fb0d userspace: app_shared_mem: Fixed incorrect implementation. by Adithya Baglody · 7 years ago
  3. d46e2c7 ld: Don't use --start-group and --end-group by Sebastian Bøe · 7 years ago
  4. 353acf4 gen_syscalls.py: do not output data to stdout by Andrew Boie · 7 years ago
  5. 573f32b userspace: compartmentalized app memory organization by Shawn Mosley · 7 years ago
  6. 15bc615 cmake: Use _FORTIFY_SOURCE only with optimizations enabled by Thomas Ebert Hansen · 7 years ago
  7. 6b836d6 cmake: Add "gap-fill 0xFF" option for CMAKE_OBJCOPY command. by Walter Xie · 7 years ago
  8. e67720b syscalls: Scan multiple folders to build complete syscall list by Adithya Baglody · 7 years ago
  9. c288241 cmake: Allow C standard version to be overriden by Alberto Escolar Piedras · 7 years ago
  10. 347f9a0 cmake: LD: Specify the entry point in the linker scripts by Sebastian Bøe · 7 years ago
  11. 72edc4e clang/llvm: add initial configuration file for clang by Anas Nashif · 7 years ago
  12. 1b60070 cmake: Invoke 'python' instead of py scripts directly by Sebastian Bøe · 7 years ago
  13. 080e32e cmake: Using symlinks on unix like os'es for dependencies by Torsten Rasmussen · 7 years ago
  14. 3c1a78e cmake: replace PROJECT_SOURCE_DIR with ZEPHYR_BASE by Alex Tereschenko · 7 years ago
  15. e8413d1 kconfig: add a compiler speed optimization by Aurelien Jarno · 7 years ago
  16. 92a6898 cmake: allow multiple compiler options by Aurelien Jarno · 7 years ago
  17. f38e388 cmake: Update to dependency handling for syscalls.json by Torsten Rasmussen · 7 years ago
  18. a74e80f cmake: Removing the need for always rebuild by Torsten Rasmussen · 7 years ago
  19. ee9af86 cmake: Improve user error feedback when -H$ZEPHYR_BASE is specified by Sebastian Bøe · 7 years ago
  20. f90416c cmake: fix warning message by Ioannis Glaropoulos · 7 years ago
  21. 411686f build: suppress asserts warning if forced off by Andrew Boie · 7 years ago
  22. 59b2c74 cmake: Remove dead logic related to CONFIG_DEBUG_SECTION_MISMATCH by Kumar Gala · 7 years ago
  23. 878f39c makefile: Fix dependencies for privileged stacks by Andy Gross · 7 years ago
  24. 08172cd xtensa: provide XCC compiler support for Xtensa by Rajavardhan Gundi · 7 years ago
  25. 7db4d56 Revert "warnings: Disable "unused-local-typedefs" compiler warning" by Rajavardhan Gundi · 7 years ago
  26. 71b849f cmake: Port Zephyr to use zephyr_check_compiler_flag by Sebastian Bøe · 7 years ago
  27. 39dc7d0 scripts: gen_kobject_list: Generate enums and case statements by Leandro Pereira · 7 years ago
  28. c200367 drivers: Perform a runtime check if a driver is capable of an operation by Leandro Pereira · 7 years ago
  29. d9ac1d4 warnings: Disable "unused-local-typedefs" compiler warning by Leandro Pereira · 7 years ago
  30. c1aa9d1 cmake: Fix CONFIG_CUSTOM_LINKER_SCRIPT by Sebastian Bøe · 7 years ago
  31. daf7716 build: use git version and hash for boot banner by Anas Nashif · 7 years ago
  32. 87031e3 cmake: Find out earlier whether ccache is to be used or not by Sebastian Bøe · 7 years ago
  33. 440cc18 cmake: Move SOC_* var defines to cmake/app/boilerplate.cmake by Kumar Gala · 7 years ago
  34. 5a0ba2f cmake: disable privilege stack generation for arc by Wayne Ren · 7 years ago
  35. e1fc5c2 cmake: Add CONFIG_APPLICATION_MEMORY constraint by Andy Gross · 7 years ago
  36. 7ee8bb9 build: deprecate ZEPHYR_GCC_VARIANT by Anas Nashif · 7 years ago
  37. 0225e95 cmake: ld: add application source dir to linker script cpp command by Kristian Klomsten Skordal · 7 years ago
  38. 1e6adba drivers/interrupt_controller: Introduce multi-level interrupt support by Rajavardhan Gundi · 7 years ago
  39. 18560a0 arm: Generate privileged stacks by Chunlin Han · 7 years ago
  40. e8860fe arm: Add app data section alignment constraints by Andy Gross · 7 years ago
  41. 1f0ff06 makefile: Convert linker function to use names by Andy Gross · 7 years ago
  42. ce9a5a2 cmake: kobject: Fixed kobject text area overflow for optimization 0 by Adithya Baglody · 7 years ago
  43. 600c8f7 kconfig: Change how optimization level is set by Sebastian Bøe · 7 years ago
  44. f60527a build: Added CONFIG_NO_OPTIMIZATIONS by Alberto Escolar Piedras · 7 years ago
  45. f5758b5 cmake: Fix dependencies between kobject_hash files by Sebastian Bøe · 7 years ago
  46. 8409532 cmake: do not set CMAKE_SKIP_INSTALL_RULES to ON by Patrick Boettcher · 7 years ago
  47. df48e11 build: warn user about Meltdown vulnerability by Andrew Boie · 7 years ago
  48. 6f946e2 cmake: Execute arch/CMakeLists.txt before subsys/CMakeList.txt by Sebastian Bøe · 7 years ago
  49. 7d764b3 cmake: Use path-corrected version of ZEPHYR_BASE by Carles Cufi · 7 years ago
  50. 64edbaf cmake: Don't assert that imported zephyr libraries have source files by Sebastian Bøe · 7 years ago
  51. 33592e8 cmake: remove IS_TEST handling by Anas Nashif · 7 years ago
  52. a55279a cmake: gen_isr_tables: Reduce verbosity of non-verbose builds. by Sebastian Bøe · 7 years ago
  53. b1ab501 cmake: ld: Ensure that a linker script change triggers a rebuild by Sebastian Bøe · 7 years ago
  54. 8062a88 cmake: LD: Add comment explaining the -P flag by Sebastian Bøe · 7 years ago
  55. 1c2de10 cmake: ninja: Change how CMake names the kernelspace archives by Sebastian Bøe · 7 years ago
  56. a0b9129 cmake: Ninja: ld: Use the correct depfile in the second pass by Sebastian Bøe · 7 years ago
  57. b85dd3c cmake: ld: Refactor the linker script's cpp command construction by Sebastian Bøe · 7 years ago
  58. 34aebad coverage: build with -O0 to get more information by Anas Nashif · 7 years ago
  59. c34b7a3 cmake: Fix CMAKE_REQUIRED_FLAGS corruption by Sebastian Bøe · 7 years ago
  60. 72fe097 testing: add option to generate coverage reports by Anas Nashif · 7 years ago
  61. 4592ff2 native: build zephyr.exe for posix arch by Anas Nashif · 7 years ago
  62. fd276ae cmake: cleanup qemu runner configuration by Anas Nashif · 7 years ago
  63. c15d3c9 cmake: support other emulation platforms/runners by Anas Nashif · 7 years ago
  64. 76f76441 arch: native: Run Zephyr natively in a POSIX OS by Alberto Escolar Piedras · 7 years ago
  65. 5146dbb arch: architecture defines kernel entry by Anas Nashif · 7 years ago
  66. ba0b283 cmake: Fix the -Wl,--print-memory-usage compatibility test by Sebastian Bøe · 7 years ago
  67. dbdd722 ld: Introduce --print-memory-usage by Sebastian Bøe · 7 years ago
  68. 4ece94d cmake: Fail with an error message when empty libraries exist by Sebastian Bøe · 7 years ago
  69. 89516fb cmake: Change the zephyr_get_* API to be LANG-aware by Sebastian Bøe · 7 years ago
  70. 4c41892 cmake: honor again CONFIG_KERNEL_ENTRY by Gustavo Lima Chaves · 7 years ago
  71. 13a6840 cmake: Re-organize syscall generation wrt. the build system by Sebastian Bøe · 7 years ago
  72. 2ead15d cmake: Move syscall_macros.h generation into the build stage by Sebastian Bøe · 7 years ago
  73. 703dc59 kernel: stack: add -fstack-protector-all without checks by Sebastian Bøe · 7 years ago
  74. 033fe7e Revert "kernel: stack: add -fstack-protector-all without checks" by Sebastian Bøe · 7 years ago
  75. eb88bf2 kernel: stack: add -fstack-protector-all without checks by Anas Nashif · 7 years ago
  76. 1f1143a build: use kconfig to select generated artifacts by Anas Nashif · 7 years ago
  77. e51ce4d cmake: Generate POST_BUILD items based on KConfig by Sebastian Bøe · 7 years ago
  78. 9f59045 cmake: Refactored EXTRA_FLAGS code into a dedicated script by Sebastian Bøe · 7 years ago
  79. 12f8f76 Introduce cmake-based rewrite of KBuild by Sebastian Bøe · 7 years ago