1. 25a5818 common: Drop asm/ptrace.h from common header by Simon Glass · 4 years, 5 months ago
  2. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 5 months ago
  3. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 5 months ago
  4. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  5. a682560 watchdog: mpc8xx: Revert the 8xx watchdog back to CONFIG_HW_WATCHDOG by Christophe Leroy · 4 years, 7 months ago
  6. 3f3c153 mpc8xx: Expose show_regs() by Tom Rini · 4 years, 8 months ago
  7. 049f8d6 common: Move get_tbclk() to time.h by Simon Glass · 4 years, 9 months ago
  8. d96c260 common: Move clock functions into a new file by Simon Glass · 4 years, 9 months ago
  9. 9413387 common: Move relocate_code() to init.h by Simon Glass · 4 years, 9 months ago
  10. c30b7ad common: Move interrupt functions into a new header by Simon Glass · 4 years, 10 months ago
  11. 3374d28 common: Drop checkicache() and checkdcache() by Simon Glass · 4 years, 10 months ago
  12. 9edefc2 common: Move some cache and MMU functions out of common.h by Simon Glass · 4 years, 10 months ago
  13. 30c7c43 common: Move checkcpu() out of common.h by Simon Glass · 4 years, 10 months ago
  14. 2189d5f Move strtomhz() to vsprintf.h by Simon Glass · 4 years, 10 months ago
  15. f3729ba watchdog: mpc8xx_wdt: Watchdog driver and macros cleanup by Stefan Roese · 5 years ago
  16. 71c743c powerpc, mpc8xx: clear top of stack by Christophe Leroy · 6 years ago
  17. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  18. c0bc2a7 powerpc: mpc8xx: move watchdog into drivers/watchdog by Christophe Leroy · 7 years ago
  19. 5c5da43 powerpc: mpc8xx: cleaning up watchdog by Christophe Leroy · 7 years ago
  20. ab0d819 powerpc: mpc8xx: refactorise reginfo by Christophe Leroy · 7 years ago
  21. 872807b powerpc: mpc8xx: initialisation of initial RAM by Christophe Leroy · 7 years ago
  22. 18f8d4c powercp: mpc8xx: move commproc.h by Christophe Leroy · 7 years ago
  23. ee1e600 powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xx by Christophe Leroy · 7 years ago
  24. 0ebb538 powerpc: mpc8xx: remove get_immr() argument by Christophe Leroy · 7 years ago
  25. fdef389 powerpc: mpc8xx: get rid of the multiple PVR_ values by Christophe Leroy · 7 years ago
  26. 374a0e3 powerpc: mpc8xx: harmonise initialisation of the immap local pointer by Christophe Leroy · 7 years ago
  27. b08c8c4 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  28. deff9b1 powerpc: Rework interrupt_init_cpu() by Tom Rini · 7 years ago
  29. 08dd988 powerpc, 8xx: fix missing function declarations. by Christophe Leroy · 7 years ago
  30. ba2c5a5 powerpc: move get_pvr() and get_svr() into C by Christophe Leroy · 7 years ago
  31. 506cb8b powerpc, 8xx: move cache helper into C by Christophe Leroy · 7 years ago
  32. 7fd697f powerpc, 8xx: move get_immr() into C by Christophe Leroy · 7 years ago
  33. 1e7cefe powerpc, 8xx: Move cache function into C files by Christophe Leroy · 7 years ago
  34. 36d3260 powerpc, 8xx: Simplifying check_CPU() by Christophe Leroy · 7 years ago
  35. f3603b4 powerpc: Remove unneccessary #ifdefs in reginfo by Christophe Leroy · 7 years ago
  36. 93e85d0 powerpc, timer: Does 8xx specific actions in 8xx cpu_init by Christophe Leroy · 7 years ago
  37. 0819450 powerpc: get rid of addr_probe() by Christophe Leroy · 7 years ago
  38. 7a0a550 powerpc, 8xx: Simplify brgclk calculation and remove get_brgclk() by Christophe Leroy · 7 years ago
  39. 53193a4 powerpc, 8xx: Add support for MCR3000 board from CSSI by Christophe Leroy · 7 years ago
  40. dd7ff47 powerpc, 8xx: move Serial driver to drivers/serial/ by Christophe Leroy · 7 years ago
  41. f88c431 powerpc, 8xx: move SPI driver to drivers/spi/ by Christophe Leroy · 7 years ago
  42. fad51ac powerpc, 8xx: move FEC Ethernet driver in drivers/net by Christophe Leroy · 7 years ago
  43. b1e41d1 powerpc, 8xx: Migrate to Kconfig by Christophe Leroy · 7 years ago
  44. 6f65e75 powerpc, 8xx: Properly set CPM frequency in the device tree by Christophe Leroy · 7 years ago
  45. 70fd071 powerpc, 8xx: Handle checkpatch errors and some of the warnings/checks by Christophe Leroy · 7 years ago
  46. 73bc94c powerpc, 8xx: Implement GLL2 ERRATA by Christophe Leroy · 7 years ago
  47. ba3da73 powerpc, 8xx: Use IO accessors to access IO memory by Christophe Leroy · 7 years ago
  48. d794966 powerpc, 8xx: move specific reginfo by Christophe Leroy · 7 years ago
  49. debd1f3 powerpc, 8xx: move immap.c in arch/powerpc/cpu/mpc8xx/ by Christophe Leroy · 7 years ago
  50. 907208c powerpc: Partialy restore core of mpc8xx by Christophe Leroy · 7 years ago
  51. 5b8e76c powerpc, 8xx: remove support for 8xx by Heiko Schocher · 7 years ago
  52. 7ffce4f i2c: powerpc: Remove use of CONFIG_HARD_I2C by Simon Glass · 7 years ago
  53. 26d6119 fdt: Move fdt_fixup_ethernet to a common place by Tom Rini · 7 years ago
  54. 75efc34 board_f: Remove adjust_sdram_tbs_8xx() from the init sequence by Simon Glass · 7 years ago
  55. 2634555 board_f: Remove sdram_adjust_866() from the init sequence by Simon Glass · 7 years ago
  56. d593c61 board_f: powerpc: Rename get_clocks_866() to get_clocks() by Simon Glass · 7 years ago
  57. 8f3086a powerpc: Drop CONFIG_SYS_ALLOC_DPRAM by Simon Glass · 8 years ago
  58. 875e0bc net: mii: Fix changes made by spatch by Joe Hershberger · 8 years ago
  59. 5a49f17 net: mii: Use spatch to update miiphy_register by Joe Hershberger · 8 years ago
  60. b7707b0 arch/powerpc: Simplify some calculations using ARRAY_SIZE() macro. by Robert P. J. Day · 8 years ago
  61. a6f70a3 Fix spelling of "transferred". by Vagrant Cascadian · 9 years ago
  62. 928f605 Remove unused CONFIG_MODEM_SUPPORT option and associated dead code. by David Müller (ELSOFT AG) · 9 years ago
  63. 192bc69 Fix GCC format-security errors and convert sprintfs. by Ben Whitten · 9 years ago
  64. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  65. 4b6d094 video: Drop DEV_EXT_VIDEO flag by Bin Meng · 9 years ago
  66. a26cd04 arch: Make board selection choices optional by Joe Hershberger · 9 years ago
  67. 1fd92db net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 9 years ago
  68. 0adb5b7 net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · 9 years ago
  69. 8b2c9a7 net: Provide a function to get the current MAC address by Joe Hershberger · 10 years ago
  70. 7682a99 remove unnecessary version.h includes by Rob Herring · 10 years ago
  71. eb8b3f1 mpc8xx: remove unused linker script by Masahiro Yamada · 10 years ago
  72. d19f6a6 powerpc: remove cogent_8xx, cogent_mpc8260 board support by Masahiro Yamada · 10 years ago
  73. af0e351 mpc8xx: remove ESTEEM192E board support by Masahiro Yamada · 10 years ago
  74. 5ec7110 mpc8xx: remove IP860 board support by Masahiro Yamada · 10 years ago
  75. ca620cd mpc8xx: remove IVMS8, IVML24 board support by Masahiro Yamada · 10 years ago
  76. acc2372 mpc8xx: remove lwmon board support by Masahiro Yamada · 10 years ago
  77. f017cd7 mpc8xx: remove NETVIA board support by Masahiro Yamada · 10 years ago
  78. 79cbecb mpc8xx: remove R360MPI board support by Masahiro Yamada · 10 years ago
  79. 8737fc7 mpc8xx: remove RRvision board support by Masahiro Yamada · 10 years ago
  80. 72ba368 mpc8xx: remove SPD823TS board support by Masahiro Yamada · 10 years ago
  81. 4317d07 mpc8xx: remove KUP4X, KUP4K board support by Masahiro Yamada · 10 years ago
  82. 3c5b20f mpc8xx: remove ELPT860 board support by Masahiro Yamada · 10 years ago
  83. ceaf499 powerpc: manroland: remove uc100, uc101, mucmc52, hmi1001 support by Masahiro Yamada · 10 years ago
  84. 5d2a5ef mpc8xx: remove FPS{850, 860}L, NSCU, SM850, TK885D, virtlab2 support by Masahiro Yamada · 10 years ago
  85. 36da51e powerpc: mpc8xx: remove hermes board support by Masahiro Yamada · 10 years ago
  86. b445c33 ppc/arm: remove remainders of dead boards in Kconfig by Masahiro Yamada · 10 years ago
  87. d58a945 ppc/arm: zap EMK boards by Wolfgang Denk · 10 years ago
  88. 1655f9f ppc: Zap MHPC board by Marek Vasut · 10 years ago
  89. 4af5f0f ppc: Zap ICU862 board by Marek Vasut · 10 years ago
  90. ab7cb4e mpc8xx: move common linker scripts into the CPU directory by Masahiro Yamada · 10 years ago
  91. 461be2f kconfig: remove redundant "string" type in arch and board Kconfigs by Masahiro Yamada · 10 years ago
  92. aec6f8c powerpc: mpc8xx: remove FLAGADM board support by Masahiro Yamada · 10 years ago
  93. 6bde1ec powerpc: mpc8xx: remove GEN860T, GEN806T_SC board support by Masahiro Yamada · 10 years ago
  94. 4723ce4 powerpc: mpc8xx: remove SXNI855T board support by Masahiro Yamada · 10 years ago
  95. d1a4aaf powerpc: mpc8xx: remove svm_sc8xx board by Masahiro Yamada · 10 years ago
  96. 0ace4d9 powerpc: mpc8xx: remove stxxtc board support by Masahiro Yamada · 10 years ago
  97. c6d1262 powerpc: remove redundant CPU definition by Masahiro Yamada · 10 years ago
  98. dd84058 kconfig: add board Kconfig and defconfig files by Masahiro Yamada · 10 years ago
  99. 709ea54 stdio: Pass device pointer to stdio methods by Simon Glass · 10 years ago
  100. 98ad54b mpc8xx: remove spc1920 board support by Masahiro Yamada · 10 years ago