1. f70ca79 sh: r2dplus: Add SCIF1 to the basic DT by Marek Vasut · 4 years, 5 months ago
  2. 3223ca9 sh: Set gd->malloc_base if MALLOC_F_LEN is set by Marek Vasut · 4 years, 5 months ago
  3. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 3 months ago
  4. faf002c Remove CROSS_COMPILE default from arch/*/config.mk by Tom Rini · 4 years, 4 months ago
  5. 56f0174 sh: Enable ffunction-sections and fdata-sections by Marek Vasut · 4 years, 5 months ago
  6. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  7. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  8. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 5 months ago
  9. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 5 months ago
  10. 4d72caa common: Drop image.h from common header by Simon Glass · 4 years, 5 months ago
  11. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  12. 0575163 dma-mapping: add <asm/dma-mapping.h> for all architectures by Masahiro Yamada · 4 years, 7 months ago
  13. 9a3b4ce common: Move reset_cpu() to the CPU header by Simon Glass · 4 years, 9 months ago
  14. 9413387 common: Move relocate_code() to init.h by Simon Glass · 4 years, 9 months ago
  15. 36bf446 common: Move enable/disable_interrupts out of common.h by Simon Glass · 4 years, 10 months ago
  16. c30b7ad common: Move interrupt functions into a new header by Simon Glass · 4 years, 10 months ago
  17. 9d3915b arm: powerpc: Tidy up code style for interrupt functions by Simon Glass · 4 years, 10 months ago
  18. 9edefc2 common: Move some cache and MMU functions out of common.h by Simon Glass · 4 years, 10 months ago
  19. 30c7c43 common: Move checkcpu() out of common.h by Simon Glass · 4 years, 10 months ago
  20. 1045315 common: Move get_ticks() function out of common.h by Simon Glass · 4 years, 10 months ago
  21. a12c90a sh: r2dplus: Fix missing PCI range by Marek Vasut · 5 years ago
  22. fa7cff8 sh: Fix SH4 build with GCC versions without -m4-nofpu by Marek Vasut · 5 years ago
  23. e914109 sh: Fix incorrect linking with new binutils by Marek Vasut · 5 years ago
  24. eaae4ee sh: r2dplus: Switch to DM PCI driver by Marek Vasut · 5 years ago
  25. 8c2c463 sh: r2dplus: Enable OF control by Marek Vasut · 5 years ago
  26. ee3a4a7 sh: Fix OF_SEPARATE support by Marek Vasut · 5 years ago
  27. 6756762 sh: tmu: Fix SH4 TCNT0 offset by Marek Vasut · 5 years ago
  28. a7e3dac sh: r0p7734: Remove the board by Marek Vasut · 5 years ago
  29. c81b1a8 sh: ap325rxa: Remove the board by Marek Vasut · 5 years ago
  30. 52883ba sh: ap_sh4a_4a: Remove the board by Marek Vasut · 5 years ago
  31. 94bb4492 sh: ms7750se: Remove the board by Marek Vasut · 5 years ago
  32. 6b371a7 sh: ms7722: Remove the board by Marek Vasut · 5 years ago
  33. ea34927 sh: espt_giga: Remove the board by Marek Vasut · 5 years ago
  34. d0487da sh: sh3: Remove CPU support by Marek Vasut · 5 years ago
  35. 89a6b74 sh: shmin: Remove the board by Marek Vasut · 5 years ago
  36. d7d7e84 sh: ms7720se: Remove the board by Marek Vasut · 5 years ago
  37. a786d9b sh: mpr2: Remove the board by Marek Vasut · 5 years ago
  38. 7de3ea8 sh: sh2: Remove CPU support by Marek Vasut · 5 years ago
  39. 54eac8b sh: rsk7269: Remove the board by Marek Vasut · 5 years ago
  40. 58300f3 sh: rsk7264: Remove the board by Marek Vasut · 5 years ago
  41. 5736453 sh: rsk7203: Remove the board by Marek Vasut · 5 years ago
  42. 99156cd sh: 7785: Remove CPU support by Marek Vasut · 5 years ago
  43. 0648066 sh: sh7785lcr: Remove the board by Marek Vasut · 5 years ago
  44. d13a614 sh: 7724: Remove CPU support by Marek Vasut · 5 years ago
  45. e4f01b5 sh: ecovec: Remove the board by Marek Vasut · 5 years ago
  46. ce13c19 sh: bitops: add hweight*() macros by Vignesh R · 6 years ago
  47. 1d3b97c Kbuild: add LDFLAGS_STANDALONE by Daniel Schwierzeck · 6 years ago
  48. 0e286c5 sh: tmu: Zap get_tbclk and timer_read_counter by Marek Vasut · 6 years ago
  49. f02c1f6 sh: tmu: Clean up register usage by Marek Vasut · 6 years ago
  50. 8b39df9 sh: tmu: Inline sh_tmu.h by Marek Vasut · 6 years ago
  51. ccce3ac sh: tmu: Clean up CONFIG_SH_TMU_CLK_FREQ by Marek Vasut · 6 years ago
  52. ae59a9f sh: tmu: Inline get_tmu0_clk_rate() by Marek Vasut · 6 years ago
  53. 15f11fc sh: tmu: Inline tmu_timer_{start,stop}() by Marek Vasut · 6 years ago
  54. eb05dcf sh: tmu: Simplify the tmu_bit math by Marek Vasut · 6 years ago
  55. d1da5d6 sh: tmu: Clean up CONFIG_SYS_TMU_CLK_DIV by Marek Vasut · 6 years ago
  56. 2606deb sh: sh7724: Drop EDMR macro by Marek Vasut · 6 years ago
  57. 3747bdb arch: types.h: factor out fixed width typedefs to int-ll64.h by Masahiro Yamada · 6 years ago
  58. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  59. b2a3372 sh: Do not provide strncmp by Tom Rini · 7 years ago
  60. 036c967 sh: Use -m2a-nofpu only by Tom Rini · 7 years ago
  61. 505fe9c sh: Use asm-generic/io.h by Paul Burton · 7 years ago
  62. 34f98a3 sh: Fix linking of ms7722se by Tom Rini · 7 years ago
  63. f40ad66 arch/sh: don't bring common/env_embedded.o into the link by Thomas Petazzoni · 7 years ago
  64. 90340c8 arch/sh: allow building in big-endian mode by Thomas Petazzoni · 7 years ago
  65. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  66. c1c3fe2 env: Convert CONFIG_ENV_IS_IN... to a choice by Simon Glass · 7 years ago
  67. 0649cd0 Move environment files from common/ to env/ by Simon Glass · 7 years ago
  68. 2a728f3 Convert CONFIG_CMD_SH_ZIMAGEBOOT to Kconfig by Simon Glass · 7 years ago
  69. 85fc970 Convert CONFIG_ENV_IS_IN_FLASH to Kconfig by Simon Glass · 7 years ago
  70. 76a5598 sh: generate position independent code for all platforms by Vladimir Zapolskiy · 8 years ago
  71. 3500581 sh: share the correct version of start.S among all cpus by Vladimir Zapolskiy · 8 years ago
  72. 9c141b2 sh4: fix start.S by calling board_init_f() after first code relocation by Vladimir Zapolskiy · 8 years ago
  73. bccf09e sh: add shared relocate_code() function and call board_init_r() by Vladimir Zapolskiy · 8 years ago
  74. cdbb0cf sh: add common dram_init() function for all boards by Vladimir Zapolskiy · 8 years ago
  75. 8371dab sh: add MEMORY command to a shared linker script by Vladimir Zapolskiy · 8 years ago
  76. b26d250 sh: define entry point and reloc_dst inside a linker script by Vladimir Zapolskiy · 8 years ago
  77. 9ec4a67 sh: place board lowlevel_init code in the beginning of .text by Vladimir Zapolskiy · 8 years ago
  78. 3f8b539 sh4: use single u-boot linker script for all boards by Vladimir Zapolskiy · 8 years ago
  79. b032eb1 sh4: remove __io config options from r2dplus and r7780mp boards by Vladimir Zapolskiy · 8 years ago
  80. b33718c sh4: cache: move exported cache manipulation functions into cache.c by Vladimir Zapolskiy · 8 years ago
  81. 6ab8b96 sh: cache: don't modify CCR from P1 area by Vladimir Zapolskiy · 8 years ago
  82. c230a37 sh: cache use jump_to_P2() and back_to_P1() from asm/system.h by Vladimir Zapolskiy · 8 years ago
  83. dad2b30 sh3: remove unused cache.c file from being built by Vladimir Zapolskiy · 8 years ago
  84. 0f62bf6 sh4: cache: correct flush_cache() to writeback and invalidate by Vladimir Zapolskiy · 8 years ago
  85. ee47c4c sh4: cache: correct dcache flush to invalidate with write-back by Vladimir Zapolskiy · 8 years ago
  86. a0b49bc efi: Use asmlinkage for EFIAPI by Simon Glass · 8 years ago
  87. 4491327 Remove arch/${ARCH}/include/asm/errno.h by Masahiro Yamada · 8 years ago
  88. c74b8fc arm, nds32, sh: remove useless ioremap()/iounmap() defines by Masahiro Yamada · 8 years ago
  89. 4c79452 Drop references to CONFIG_SYS_GENERIC_BOARD in config files by Simon Glass · 8 years ago
  90. b61e90e sh: Drop the arch-specific board init by Simon Glass · 8 years ago
  91. f41e608 sh: Fix build errors for generic board by Simon Glass · 8 years ago
  92. 5b8031c Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
  93. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  94. f86411b sh: Use the generic bitops headers by Fabio Estevam · 9 years ago
  95. c9bb942 Move default y configs out of arch/board Kconfig by Joe Hershberger · 9 years ago
  96. a26cd04 arch: Make board selection choices optional by Joe Hershberger · 9 years ago
  97. d2eaec6 net: Remove the bd* parameter from net stack functions by Joe Hershberger · 10 years ago
  98. 7682a99 remove unnecessary version.h includes by Rob Herring · 10 years ago
  99. c3dd823 sh: enable CONFIG_USE_PRIVATE_LIBGCC by default by Masahiro Yamada · 10 years ago
  100. 5f91a3a sh: import missing private libraries from Linux 3.19 by Masahiro Yamada · 10 years ago