1. b5522ff arch: comply to coding guidelines MISRA C:2012 Rule 14.4 by Simon Hein · 2 years, 8 months ago
  2. 4b91c2d asm: update files with <zephyr/...> include prefix by Gerard Marull-Paretas · 2 years, 10 months ago
  3. 1681166 arch: migrate includes to <zephyr/...> by Gerard Marull-Paretas · 2 years, 10 months ago
  4. 240c975 core: z_data_copy does not depend on CONFIG_XIP by Carlo Caione · 3 years, 1 month ago
  5. ceca27c nios2: remove @return doc for void functions by Daniel Leung · 3 years, 2 months ago
  6. 9285b4c arch: nios2: Fix 10.4 violations by Flavio Ceolin · 4 years ago
  7. 3ed8083 kernel: Cleanup logger setup in kernel files by Krzysztof Chruscinski · 4 years, 4 months ago
  8. 270ce0b nios2: fix register saving during thread switch instrumentation by Daniel Leung · 4 years, 4 months ago
  9. 11e6b43 tracing: roll thread switch in/out into thread stats functions by Daniel Leung · 4 years, 4 months ago
  10. 9be3755 timing: do not repeatedly do init()/start()/stop() by Daniel Leung · 4 years, 4 months ago
  11. 6e27478 benchmarking: remove execution benchmarking code by Anas Nashif · 4 years, 6 months ago
  12. 150c82c arch: nios2: add timing implementation by Anas Nashif · 4 years, 6 months ago
  13. 93cd336 arch: Apply dynamic IRQ API change by Tomasz Bursztyka · 4 years, 6 months ago
  14. 7def6ee arch: Apply IRQ offload API change by Tomasz Bursztyka · 4 years, 6 months ago
  15. 99a268f arch: arm: Collect full register state in Cortex-M Exception Stack Frame by Chris Coleman · 4 years, 7 months ago
  16. c1a2c79 tracing: nios2: fix swap tracing by Anas Nashif · 4 years, 7 months ago
  17. ce59510 arch: xip: cleanup XIP Kconfig by Anas Nashif · 4 years, 7 months ago
  18. 244f826 cmake: remove _if_kconfig() functions by Carles Cufi · 4 years, 8 months ago
  19. b0c155f kernel: overhaul stack specification by Andrew Boie · 4 years, 8 months ago
  20. 24825c8 arches: fix arch_new_thread param names by Andrew Boie · 4 years, 8 months ago
  21. 62eb7d9 arch_interface: remove unnecessary params by Andrew Boie · 4 years, 8 months ago
  22. a1b77fd zephyr: replace zephyr integer types with C99 types by Kumar Gala · 4 years, 9 months ago
  23. a203d21 kernel: remove legacy fields in _kernel by Andrew Boie · 4 years, 10 months ago
  24. 618426d kernel: add Z_STACK_PTR_ALIGN ARCH_STACK_PTR_ALIGN by Andrew Boie · 5 years ago
  25. 1f6f977 kernel: centralize new thread priority check by Andrew Boie · 5 years ago
  26. c0df99c kernel: reduce scope of z_new_thread_init() by Andrew Boie · 5 years ago
  27. 80a0d9d kernel: interrupt/idle stacks/threads as array by Andrew Boie · 5 years ago
  28. 0a41f06 nios2: add arch_irq_is_enabled() by Andrew Boie · 5 years ago
  29. 73008b4 tracing: move headers under include/tracing by Anas Nashif · 5 years ago
  30. aa5d45d tracing: add TRACING_ISR Kconfig by Wentong Wu · 5 years ago
  31. 984bfae global: Remove leading/trailing blank lines in files by Ulf Magnusson · 5 years ago
  32. 4f77c2a kernel: rename z_arch_ to arch_ by Andrew Boie · 5 years ago
  33. 7bcfdad arch: Simplify private header include path configuration. by Stephanos Ioannidis · 5 years ago
  34. 2d74604 headers: Refactor kernel and arch headers. by Stephanos Ioannidis · 5 years ago
  35. bd6e044 kconfig: Clean up header comments and make them consistent by Ulf Magnusson · 5 years ago
  36. 975de21 kconfig: Global whitespace/consistency cleanup by Ulf Magnusson · 5 years ago
  37. 2b61031 kconfig: Remove symbol types from Kconfig.defconfig files by Ulf Magnusson · 5 years ago
  38. 8ffff14 kernel: add architecture interface headers by Andrew Boie · 5 years ago
  39. 54506b5 arches: fix z_arch_is_in_isr() defintion by Andrew Boie · 5 years ago
  40. 89d4c69 kernel: add arch abstraction for irq_offload() by Andrew Boie · 5 years ago
  41. 2c1fb97 kernel: rename __swap by Andrew Boie · 5 years ago
  42. f6fb634 kernel: rename kernel_arch_init() by Andrew Boie · 5 years ago
  43. 4ad9f68 kernel: rename thread return value functions by Andrew Boie · 5 years ago
  44. 07525a3 kernel: add arch interface for idle functions by Andrew Boie · 5 years ago
  45. e1ec59f kernel: renamespace z_is_in_isr() by Andrew Boie · 5 years ago
  46. 61901cc kernel: rename z_new_thread() by Andrew Boie · 5 years ago
  47. 1246cb8 debug: tracing: Remove unneeded abstraction by Mrinal Sen · 5 years ago
  48. a470ba1 kernel: remove z_fatal_print() by Andrew Boie · 6 years ago
  49. 20bb672 arch/nios2: rearrange for standard use of extern "C" by Peter Bigot · 6 years ago
  50. 96571a8 kernel: rename NANO_ESF by Andrew Boie · 6 years ago
  51. 8a9e8e0 kernel: support log system for fatal errors by Andrew Boie · 6 years ago
  52. 5623637 kernel: abolish _default_esf by Andrew Boie · 6 years ago
  53. 71ce8ce kernel: consolidate error handling code by Andrew Boie · 6 years ago
  54. a2fd7d7 cleanup: include/: move misc/util.h to sys/util.h by Anas Nashif · 6 years ago
  55. 9ab2a56 cleanup: include/: move misc/printk.h to sys/printk.h by Anas Nashif · 6 years ago
  56. ee9dd1a cleanup: include/: move misc/dlist.h to sys/dlist.h by Anas Nashif · 6 years ago
  57. 5eb90ec cleanup: include/: move misc/__assert.h to sys/__assert.h by Anas Nashif · 6 years ago
  58. 10291a0 cleanup: include/: move tracing.h to debug/tracing.h by Anas Nashif · 6 years ago
  59. f2cb20c docs: fix misspelling across the tree by Anas Nashif · 6 years ago
  60. b0fb9ec include: arch: remove empty nios2 asm.h by Anas Nashif · 6 years ago
  61. fd97e44 arch: remove unused tracing_arch.h by Ioannis Glaropoulos · 6 years ago
  62. 4f99a38 arch: all: Remove not used struct _caller_saved by Flavio Ceolin · 6 years ago
  63. d61c679 arch: all: Remove legacy code by Flavio Ceolin · 6 years ago
  64. 3ae5262 license: cleanup: add SPDX Apache-2.0 license identifier by Anas Nashif · 6 years ago
  65. 4e5c093 kernel: demote K_THREAD_STACK_BUFFER() to private by Andrew Boie · 6 years ago
  66. 7c0a245 arch: Rename reserved function names by Patrik Flykt · 6 years ago
  67. 24d7143 all: Add 'U' suffix when using unsigned variables by Patrik Flykt · 6 years ago
  68. d410611 arch: Use macro BIT for shift operations by Flavio Ceolin · 6 years ago
  69. e20676d arch: remove unused arch defconfig by Anas Nashif · 6 years ago
  70. 4344e27 all: Update reserved function names by Patrik Flykt · 6 years ago
  71. c8066c5 linker: remove references to _k_task_list/_k_event_list by Daniel Leung · 6 years ago
  72. 494ef1c arch: Add 'U' to unsigned variable assignments by Patrik Flykt · 6 years ago
  73. 46715fa kernel: Remove _IntLibInit function by Flavio Ceolin · 6 years ago
  74. b3c398f nios2: add _arch_irq_connect_dynamic() by Andrew Boie · 6 years ago
  75. 61a1057 kernel: Remove redundant type name by Flavio Ceolin · 6 years ago
  76. e9cb0ae arch: kernel_arch_func.h: Fix MISRA violation by Adithya Baglody · 6 years ago
  77. 9098a45 kernel: New timeslicing implementation by Andy Ross · 6 years ago
  78. 78f27a8 kernel: Using the same paramenters names in a specific function by Flavio Ceolin · 6 years ago
  79. 27459a1 arch: Add LOG_PANIC to fault handlers by Krzysztof Chruscinski · 6 years ago
  80. 67ca176 headers: Fix headers across the project by Flavio Ceolin · 6 years ago
  81. abcf2ad kconfig: move soc selection to ZEPHYR_BASE/soc/ by Anas Nashif · 7 years ago
  82. 696aa86 nios2: move soc to top-level dir soc/ by Anas Nashif · 7 years ago
  83. 483910a systemview: add support natively using tracing hooks by Anas Nashif · 7 years ago
  84. a224878 kernel: event_logger: remove kernel_event_logger by Anas Nashif · 7 years ago
  85. 79f65d4 tests: benchmarks: timing_info: Enable benchmarks for nios2. by Adithya Baglody · 7 years ago
  86. 0866d18 irq: Fix irq_lock api usage by Flavio Ceolin · 7 years ago
  87. 17f1b0a Kconfig: Switch to improved globbing statements by Ulf Magnusson · 7 years ago
  88. ec3eff5 Kconfig: Use the first default with a satisfied condition by Ulf Magnusson · 7 years ago
  89. 347f9a0 cmake: LD: Specify the entry point in the linker scripts by Sebastian Bøe · 7 years ago
  90. b0156b2 arch: nios: Kconfig: Remove redundant 'default n' properties by Ulf Magnusson · 7 years ago
  91. 2e0af08 build: remove unused CMakeLists.txt by Yasushi SHOJI · 7 years ago
  92. 2dd91ec kernel: move thread monitor init to common code by Andrew Boie · 7 years ago
  93. 3ac3216 soc: defconfig: Consistently quote string defaults by Ulf Magnusson · 7 years ago
  94. 3a0cb2d kernel: Remove legacy preemption checking by Andy Ross · 7 years ago
  95. 61ef30d drivers/uart: Use dts to set uart options for ns16550 driver by Tomasz Bursztyka · 7 years ago
  96. 2948924 dts: nios2-qemu: add device tree support by Savinay Dharmappa · 7 years ago
  97. 8f908f3 dts: nios2f: Add device tree support by Savinay Dharmappa · 7 years ago
  98. 547ed9b kconfig: Make 'source' non-globbing and use 'gsource' by Ulf Magnusson · 7 years ago
  99. 15447fa drivers: dma: Add dma driver for Nios-II MSGDMA core by Ramakrishna Pallala · 7 years ago
  100. 4073db7 arch: nios2: Add _nios2_dcache_flush_no_writeback() routine by Ramakrishna Pallala · 7 years ago