1. 2de4a90 cmake: Support coverage flags on all archs by Jeremy Bettis · 3 years, 10 months ago
  2. 49f0c74 arch: common: Fix 10.4 violations by Flavio Ceolin · 4 years ago
  3. 3539c2f arm/arm64: Make ARM64 a standalone architecture by Carlo Caione · 4 years ago
  4. 7191b64 gen_isr_tables: Added check of the IRQ num before accessing the vt by Yonatan Schachter · 4 years, 2 months ago
  5. 14afc02 isr_tables: adopt _irq_vector_table for using on 64bit architectures by Eugeniy Paltsev · 4 years, 3 months ago
  6. 9be3755 timing: do not repeatedly do init()/start()/stop() by Daniel Leung · 4 years, 5 months ago
  7. c02eb30 gen_isr_tables: Function ptr instead of (void *) by Torstein Grindvik · 4 years, 6 months ago
  8. 6e27478 benchmarking: remove execution benchmarking code by Anas Nashif · 4 years, 7 months ago
  9. 5dec235 arch: default timings for all architectures by Anas Nashif · 4 years, 7 months ago
  10. a28ec62 isr_tables: don't whole-archive library by Eugeniy Paltsev · 4 years, 7 months ago
  11. 93cd336 arch: Apply dynamic IRQ API change by Tomasz Bursztyka · 4 years, 7 months ago
  12. 6df8b39 irq: Change dynamic API to take a constant parameter by Tomasz Bursztyka · 4 years, 7 months ago
  13. 3322489 config: Rename TEXT_SECTION_OFFSET to ROM_START_OFFSET by Stephanos Ioannidis · 4 years, 9 months ago
  14. a1b77fd zephyr: replace zephyr integer types with C99 types by Kumar Gala · 4 years, 10 months ago
  15. 6d0896b gen_isr_tables: error improvements by Martí Bolívar · 5 years ago
  16. cdbfbe3 tests: benchmarks: Fix incorrect ARM arch variant check by Stephanos Ioannidis · 5 years ago
  17. 819fe00 tests: benchmarks: Fix Kconfig symbol checks by Stephanos Ioannidis · 5 years ago
  18. 0fb4382 arch: isr: Update z_isr_install for multi-level interrupts by Jaron Kelleher · 5 years ago
  19. 7bb5015 tests: benchmarks: use high-res counter for MEC1501 SoC by Daniel Leung · 5 years ago
  20. b58cc45 interrupts: Do not assert on IRQ enable status for ISR install on GIC by Stephanos Ioannidis · 5 years ago
  21. e816ac7 isr_tables: Support hardware interrupt vector table-only configuration. by Stephanos Ioannidis · 5 years ago
  22. 868264b tests: benchmarks: Add ARM64 case by Carlo Caione · 5 years ago
  23. 350f184 arch: common: Delete isr_tables.ld which was a copy of intlist.ld by Øyvind Rønningstad · 5 years ago
  24. 7d3fa1c gen_isr_tables: Improve error message by Sebastian Bøe · 5 years ago
  25. 05f0d85 extensions.cmake: Replace TEXT_START with ROM_START by Øyvind Rønningstad · 5 years ago
  26. aec9a8c arch: arm: Move ARM code to AArch32 sub-directory by Carlo Caione · 5 years ago
  27. 0b2c8e2 arm, x86, riscv: linker.ld: Move TEXT_SECTION_OFFSET by Øyvind Rønningstad · 5 years ago
  28. 4f77c2a kernel: rename z_arch_ to arch_ by Andrew Boie · 5 years ago
  29. 7bcfdad arch: Simplify private header include path configuration. by Stephanos Ioannidis · 5 years ago
  30. 2d74604 headers: Refactor kernel and arch headers. by Stephanos Ioannidis · 5 years ago
  31. 9e1dda8 timing_info: rename globals by Andrew Boie · 5 years ago
  32. 4be1f45 arch: arm: minor clean-up in irq_init.c and timing_info_bench.c by Ioannis Glaropoulos · 6 years ago
  33. 247d40c gen_isr_tables: Fix pylint warning by using isinstance() by Ulf Magnusson · 6 years ago
  34. 0d39a10 scripts: Fix random typo'd whitespace by Ulf Magnusson · 6 years ago
  35. 74d2609 arch/common: Provide a weak, generic z_arch_irq_connect_dynamic() by Andy Ross · 6 years ago
  36. 5eb90ec cleanup: include/: move misc/__assert.h to sys/__assert.h by Anas Nashif · 6 years ago
  37. 6cbc0e0 arch: common: nocache: fix linker section definition by Ioannis Glaropoulos · 6 years ago
  38. 0296938 arch: common: gen_isr_tables table size check by Augusto Hack · 6 years ago
  39. 9bd9b75 Kconfig: introduce CONFIG_64BIT by Nicolas Pitre · 6 years ago
  40. c760ca0 arch: Put intlist.ld into Cmake by Øyvind Rønningstad · 6 years ago
  41. e4024e2 arch: port nocache linker code to use Cmake function by Øyvind Rønningstad · 6 years ago
  42. 6d00394 arch: Port the ramfunc section to the Cmake function by Øyvind Rønningstad · 6 years ago
  43. 3ae5262 license: cleanup: add SPDX Apache-2.0 license identifier by Anas Nashif · 6 years ago
  44. b33dd7e tests: benchmark: timing_info: Fixed incorrect results. by Adithya Baglody · 6 years ago
  45. 24d7143 all: Add 'U' suffix when using unsigned variables by Patrik Flykt · 6 years ago
  46. 12ba9df scripts: Remove unused variables in all Python scripts by Ulf Magnusson · 6 years ago
  47. ba312fe scripts: Remove unnecessary () around if/while conditions in Python by Ulf Magnusson · 6 years ago
  48. 5c8fd84 scripts: Remove extra trailing newlines from Python scripts by Ulf Magnusson · 6 years ago
  49. 4344e27 all: Update reserved function names by Patrik Flykt · 6 years ago
  50. a23161e gen_isr_tables: Fix _sw_isr_table generation for multi-level IRQs by Rajavardhan Gundi · 6 years ago
  51. 77cb942 gen_isr_tables: error out on duplicate irqs by Andrew Boie · 6 years ago
  52. 259b418 gen_isr_tables: fix typo for 3rd level INTR config symbol by Daniel Leung · 6 years ago
  53. 0aa87e1 drivers: interrupt_controller: multi-level improvements by Marti Bolivar · 6 years ago
  54. 1041ef0 tests/benchmarks/timing: Unify the "standard zephyr timing" cases by Andy Ross · 6 years ago
  55. ce8e1ec Revert "interrupts: use weak linkage instead ..." by Andrew Boie · 6 years ago
  56. 494ef1c arch: Add 'U' to unsigned variable assignments by Patrik Flykt · 6 years ago
  57. 36b93e1 gen_isr_tables: remove hard-coded max IRQ value of 32 by Michael Scott · 6 years ago
  58. 28fe29d gen_isr_tables: fix check for CONFIG_3RD_LEVEL_INTERRUPTS by Michael Scott · 6 years ago
  59. 140863f interrupts: use weak linkage instead of linkonce by Andrew Boie · 6 years ago
  60. 539d301 arch: common: add function for updating IRQ table by Andrew Boie · 6 years ago
  61. 1d27b40 tests: benchmarks: timing_info: Enable benchmarks for riscv32. by Adithya Baglody · 7 years ago
  62. 79f65d4 tests: benchmarks: timing_info: Enable benchmarks for nios2. by Adithya Baglody · 7 years ago
  63. bb918d8 tests: benchmarks: timing_info: Enable benchmarks for xtensa. by Adithya Baglody · 7 years ago
  64. 022588e tests: benchmarks: timing_info: Enable benchmarks for ARC. by Adithya Baglody · 7 years ago
  65. a8b0b0d benchmarks: timing_info: Add hooks in the kernel for userspace. by Adithya Baglody · 7 years ago
  66. a1e806b gen_isr_tables: Delete the dead code accompanying .intList.num_isrs by Sebastian Bøe · 7 years ago
  67. aed0b6c isr_tables: Simplify how the sw_irq_handler function is used by Sebastian Bøe · 7 years ago
  68. 8f321b4 isr_tables: Simplify how the spurious irq function address is found by Sebastian Bøe · 7 years ago
  69. 1e6adba drivers/interrupt_controller: Introduce multi-level interrupt support by Rajavardhan Gundi · 7 years ago
  70. 7417480 gen_isr_tables: Minor refactoring by Sebastian Bøe · 7 years ago
  71. 0829ddf kbuild: Removed KBuild by Sebastian Bøe · 7 years ago
  72. 12f8f76 Introduce cmake-based rewrite of KBuild by Sebastian Bøe · 7 years ago
  73. edd072e tests: benchmarking: cleanup of the benchmarking code. by Adithya Baglody · 7 years ago
  74. 945af95 kernel: introduce object validation mechanism by Andrew Boie · 8 years ago
  75. 27ea2d8 arch: xtensa: Convert Xtensa port to use gen_isr_table by Leandro Pereira · 8 years ago
  76. 397d29d linker: move all linker headers to include/linker by Anas Nashif · 8 years ago
  77. 174f301 build: simplfy how extra build steps are specified by Andrew Boie · 8 years ago
  78. bf53ebf arch: convert to using newly introduced integer sized types by Kumar Gala · 8 years ago
  79. 3944d83 gen_isr_tables: apply offset to irq parameter by Andrew Boie · 8 years ago
  80. bd69c3b riscv32: enable gen_isr_tables mechanism by Andrew Boie · 8 years ago
  81. c99c686 nios2: use gen_isr_tables mechanism by Andrew Boie · 8 years ago
  82. 1927b3d gen_isr_tables: New static interrupt build mechanism by Andrew Boie · 8 years ago