1. abeaf94 soc: arc: fix ARC_HAS_ACCL_REGS settings by Yuguo Zou · 3 years, 4 months ago
  2. 7d8d4fd boards: arc: add a nsim_hs_mpuv6 board simulator by Yuguo Zou · 3 years, 7 months ago
  3. d90ed0c soc: arc: remove unnecessary UART_CONSOLE_ON_DEV_NAME option by Johann Fischer · 3 years, 7 months ago
  4. 37a14c7 ARC: add nsim_hs6x_smp board with 2 cores ARCv3 HS6x by Evgeniy Paltsev · 3 years, 8 months ago
  5. dba0f8d arc: hsdk: add compiler options without check by Watson Zeng · 3 years, 10 months ago
  6. 2cf355f boards: arc: explicitly set link lib for hs boards with mwdt by Watson Zeng · 3 years, 10 months ago
  7. 0a5137f ARC: ARCv3: add qemu HS6x board by Evgeniy Paltsev · 3 years, 11 months ago
  8. 359f349 ARC: ARCv3: add nsim_hs6x board by Evgeniy Paltsev · 3 years, 11 months ago
  9. 6a7982f arc: qemu: enable MPU by Watson Zeng · 3 years, 11 months ago
  10. 8311d27 ARC: Kconfig: cleanup CPU_ARCEM / CPU_ARCHS options usage by Eugeniy Paltsev · 4 years ago
  11. a8b6936 arch: arc: fix mpu version number by Yuguo Zou · 4 years, 1 month ago
  12. 4276d7d pinmux: hsdk: Convert ARC HSDK pinmux to be devicetree based by Kumar Gala · 4 years, 1 month ago
  13. 065dc42 ARC: soc: hsdk: add MWDT compiler options by Eugeniy Paltsev · 4 years, 2 months ago
  14. 7e8fa99 ARC: QEMU: Enable icount support by Alexey Brodkin · 4 years, 2 months ago
  15. 20f59c8 cache: Rename CACHE_FLUSHING to CACHE_MANAGEMENT by Carlo Caione · 4 years, 2 months ago
  16. 3332e15 arc: defconfig: remove SYSTEM_CLOCK_SLOPPY_IDLE option by Watson Zeng · 4 years, 5 months ago
  17. 0076313 soc: arc: Increase cpu frequency for nsim_hs_smp by Ruud Derwig · 4 years, 7 months ago
  18. 3a9bc23 ARC: SOC: NSIM: fix CMakeLists indentation by Eugeniy Paltsev · 4 years, 7 months ago
  19. f609a9a ARC: soc: add MWDT compiler options for nsim targets by Eugeniy Paltsev · 4 years, 7 months ago
  20. fad20c4 boards: arc: nsim: add a new board nsim_em7d_v22 by Watson Zeng · 4 years, 7 months ago
  21. e18fcbb device: Const-ify all device driver instance pointers by Tomasz Bursztyka · 4 years, 7 months ago
  22. ce59510 arch: xip: cleanup XIP Kconfig by Anas Nashif · 4 years, 8 months ago
  23. f60c9bd boards: arc: emsdp: fix secure config for emsdp_em7d_esp by Watson Zeng · 4 years, 10 months ago
  24. 0fa4423 ARC: Add support for basic QEMU platform for ARC EM & HS by Wayne Ren · 4 years, 10 months ago
  25. a1b77fd zephyr: replace zephyr integer types with C99 types by Kumar Gala · 4 years, 10 months ago
  26. 74be178 soc: fix the int numbers of emsdp by Wayne Ren · 4 years, 10 months ago
  27. 6e8775f devicetree: remove DT_HAS_NODE_STATUS_OKAY by Martí Bolívar · 4 years, 11 months ago
  28. fdd85d5 dts: Rename DT_HAS_NODE macro to DT_HAS_NODE_STATUS_OKAY by Kumar Gala · 5 years ago
  29. e7332f9 soc: arc: Use new dts macros in linker scripts and arc_mpu_regions by Kumar Gala · 5 years ago
  30. 29e91a6 soc: snps_arc_iot: replace DT_SNPS_ARCEM_0_CLOCK_FREQUENCY w/new macros by Kumar Gala · 5 years ago
  31. bf44f62 soc: arc: snps_emsk: Convert to new dt macros by Kumar Gala · 5 years ago
  32. ca42ba9 soc: arc: Remove unused defines by Kumar Gala · 5 years ago
  33. 0e6ede8 kconfig: Rename CONFIG_FLOAT to CONFIG_FPU by Stephanos Ioannidis · 5 years ago
  34. 99b7f17 soc: arc: Convert to new DT_INST macros by Kumar Gala · 5 years ago
  35. 24fb6da soc: arc: snps_emsk: fix typo bug in DT define by Kumar Gala · 5 years ago
  36. 47968e3 drivers: spi: dw: handle flags differences in driver by Kumar Gala · 5 years ago
  37. 78ae42d drivers: gpio: dw: handle flags differences in driver by Kumar Gala · 5 years ago
  38. 6fd168e driver: uart: ns16550: convert to DT_INST_* by Timo Teräs · 5 years ago
  39. 69c5aa0 driver: spi: dw: convert to DT_INST defines by Kumar Gala · 5 years ago
  40. bdcf879 driver: gpio: dw: convert to DT_INST defines by Kumar Gala · 5 years ago
  41. 5d332c9 board: hsdk: Convert defines into dts for display by Kumar Gala · 5 years ago
  42. 378d6b1 kconfig: Replace non-defconfig single-symbol 'if's with 'depends on' by Ulf Magnusson · 5 years ago
  43. a42a42c kconfig: Replace defconfig singe-symbol 'if's with 'depends on' by Ulf Magnusson · 5 years ago
  44. c5839f8 kconfig: Remove assignments to CONFIG_<arch> syms and hide them by Ulf Magnusson · 5 years ago
  45. 6f51ef8 boards: em_starterkit: cleanup dts warnings by Kumar Gala · 5 years ago
  46. b921955 boards: arc: nsim: cleanup dts warnings by Kumar Gala · 5 years ago
  47. f5a9d5d driver/spi: Make DT aliases consistent for the DW drivers by Tomasz Bursztyka · 5 years ago
  48. 4e85006 dts: Rename generated_dts_board*.{h,conf} to devicetree*.{h,conf} by Ulf Magnusson · 5 years ago
  49. 984bfae global: Remove leading/trailing blank lines in files by Ulf Magnusson · 5 years ago
  50. 24ae1b1 include: Fix use of <misc/FOO.h> -> <sys/FOO.h> by Kumar Gala · 5 years ago
  51. b4ddc10 soc: arc: enable SYSTEM_CLOCK_SLOPPY for SMP by Wayne Ren · 5 years ago
  52. 3c57e7c soc: snps_arc_hsdk: kconfig: Remove unused CPU_HS38_LINUX symbol by Ulf Magnusson · 5 years ago
  53. bd6e044 kconfig: Clean up header comments and make them consistent by Ulf Magnusson · 5 years ago
  54. 975de21 kconfig: Global whitespace/consistency cleanup by Ulf Magnusson · 5 years ago
  55. e073c4f arch: arc: kconfig: Define FP_FPU_DA outside Kconfig.defconfig files by Ulf Magnusson · 5 years ago
  56. 9343e25 arch: arc: kconfig: Define CPU_EM* syms outside Kconfig.defconfig files by Ulf Magnusson · 5 years ago
  57. 2b61031 kconfig: Remove symbol types from Kconfig.defconfig files by Ulf Magnusson · 5 years ago
  58. 56c4004 soc: nsim_hs: fix the interrupt numbers by Wayne Ren · 5 years ago
  59. fd17b86 arc: hsdk: add lvgl support for hsdk board by Watson Zeng · 6 years ago
  60. 9eb379f arc: hsdk: add pinmux driver support and doc enhancement by Watson Zeng · 6 years ago
  61. 4a47011 arc: rearrange for standard use of extern "C" by Peter Bigot · 6 years ago
  62. 408433d board/nsim: Add support of multi-core ARC HS platform in nSIM by Alexey Brodkin · 6 years ago
  63. dbc29fe boards: hsdk: add initial support of ARC HS Development Kit by Wayne Ren · 6 years ago
  64. 1e2d422 boards: nsim: add initial support of normal/non-secure application by Wayne Ren · 6 years ago
  65. 5bb1f4f boards: emsk: add initial support of normal/non-secure application by Wayne Ren · 6 years ago
  66. 80ca3e0 board: emsdp: doc update and bug fixes by Watson Zeng · 6 years ago
  67. bcba284 boards: arc: emsdp: add basic emsdp board support by Watson Zeng · 6 years ago
  68. 612a608 arc: snps_nsim: Fix -mfpu compiler flag for NSIM_HS build by Kumar Gala · 6 years ago
  69. 8b04c7d arch: arc: optimize the float support by Wayne Ren · 6 years ago
  70. 61f073a board/nsim: Add support of ARC HS cores in nSIM by Alexey Brodkin · 6 years ago
  71. f2fd40e ARC: Add support for ARC HS family of CPU cores by Wayne Ren · 6 years ago
  72. 578ae40 boards: remove quarl_se_c1000 by Anas Nashif · 6 years ago
  73. dc44cb0 drivers: uart_qmsi: Get clock frequency from DTS by Piotr Zięcik · 6 years ago
  74. 4a543e1 drivers: spi_dw: Get clock frequency from DTS by Piotr Zięcik · 6 years ago
  75. 65b7f8d soc: snps_arc_iot: Get CPU clock frequency from DTS by Piotr Zięcik · 6 years ago
  76. a2fd7d7 cleanup: include/: move misc/util.h to sys/util.h by Anas Nashif · 6 years ago
  77. 5eb90ec cleanup: include/: move misc/__assert.h to sys/__assert.h by Anas Nashif · 6 years ago
  78. 6524925 cleanup: include/: move ipm.h to drivers/ipm.h by Anas Nashif · 6 years ago
  79. ef281c4 cleanup: include/: move sys_io.h to sys/sys_io.h by Anas Nashif · 6 years ago
  80. 190e368 cleanup: include/: move power.h to power/power.h by Anas Nashif · 6 years ago
  81. 54b229f soc: arc: optmize and bug fix the compile options by Wayne Ren · 6 years ago
  82. 27fbe34 soc: nsim: nsim em targets are EM4_FPUDA by Wayne Ren · 6 years ago
  83. 57b46bb soc/x86/intel_quark: remove support for Quark D2000 SoC by Charles E. Youse · 6 years ago
  84. a269397 dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... by Kumar Gala · 6 years ago
  85. d0d752a soc/nsim: Minor clean-up by Alexey Brodkin · 6 years ago
  86. 2ff1e56 qmsi: set type to boolean when selecting QMSI by Anas Nashif · 6 years ago
  87. b69ed03 boards: iotdk: add mpu and fpu configuration by Wayne Ren · 6 years ago
  88. 7fdb525 kconfig: Use 'default' instead of 'def_bool' in Kconfig.defconfig files by Ulf Magnusson · 6 years ago
  89. e039053 uart/ns16550, drivers/pcie: add PCI(e) support by Charles E. Youse · 6 years ago
  90. 3ae5262 license: cleanup: add SPDX Apache-2.0 license identifier by Anas Nashif · 6 years ago
  91. fd42bf7 soc: Rename reserved function names by Patrik Flykt · 6 years ago
  92. 0734b4f board: nsim_em: fix the bug in nsim host timer by Wayne Ren · 6 years ago
  93. d6870e4 board: emsk: fix the ddr related definitons by Wayne Ren · 6 years ago
  94. 24d7143 all: Add 'U' suffix when using unsigned variables by Patrik Flykt · 6 years ago
  95. a3082e4 power: modify HAS_STATE_SLEEP_ Kconfig options by Piotr Mienkowski · 6 years ago
  96. 17b08ce power: clean up system power managment function names by Piotr Mienkowski · 6 years ago
  97. 204311d power: rename Low Power States to Sleep States by Piotr Mienkowski · 6 years ago
  98. 62da238 board: emsk: fix the wrong info about DDR by Wayne Ren · 6 years ago
  99. 71b4137 adc: overhaul adc_dw and rename it to adc_intel_quark_se_c1000_ss by Daniel Leung · 6 years ago
  100. 5337639 kconfig: Remove blank lines at the beginning/end of files by Ulf Magnusson · 6 years ago