1. 071cf27 global: Rework architecture global_data.h to include <linux/types.h> by Tom Rini · 10 months ago
  2. 65778d1 mips: io.h: Add defines for read/write/in/out functions by Igor Prusov · 11 months ago
  3. 9539702 mips: io.h: Add const to reads functions params by Igor Prusov · 11 months ago
  4. 8991fed mips: Remove common.h usage by Tom Rini · 1 year ago
  5. f2c169a mips: use asm-generic/unaligned.h by Jens Wiklander · 1 year, 5 months ago
  6. a867392 Correct SPL use of MIPS_CM by Simon Glass · 1 year, 9 months ago
  7. 2948d9cf mips: add support for noncached_alloc() by Weijie Gao · 2 years, 5 months ago
  8. 3a6cf2d mips: add more definitions for asm/cm.h by Weijie Gao · 2 years, 5 months ago
  9. 1cca8ba mips: add asm/mipsmtregs.h for MIPS multi-threading by Weijie Gao · 2 years, 5 months ago
  10. bb20a10 Convert CONFIG_SYS_BOOT_RAMDISK_HIGH to Kconfig by Tom Rini · 2 years, 4 months ago
  11. 0cf207e WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 1 month ago
  12. ab92b38 Finish converting CONFIG_SYS_CACHELINE_SIZE to Kconfig by Tom Rini · 3 years, 2 months ago
  13. 4dda435 Merge tag 'mips-pull-2021-04-24' of https://source.denx.de/u-boot/custodians/u-boot-mips by Tom Rini · 3 years, 6 months ago
  14. 2d80cbf mips: global_data.h: Add Octeon specific data to arch_global_data struct by Stefan Roese · 3 years, 10 months ago
  15. 77b8cfe lmb: move CONFIG_LMB in Kconfig by Patrick Delaunay · 3 years, 7 months ago
  16. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  17. 81d4b14 mips: sync asm/mipsregs.h with Linux 5.7 by Daniel Schwierzeck · 4 years, 3 months ago
  18. c0f9957 mips: sync asm/addrspace.h with Linux 5.7 by Daniel Schwierzeck · 4 years, 3 months ago
  19. eac8000 mips: sync asm/asm.h with Linux 5.7 by Daniel Schwierzeck · 4 years, 3 months ago
  20. dd1bb42 mips: remove deprecated UNCACHED_SDRAM() macro by Daniel Schwierzeck · 4 years, 3 months ago
  21. 2eed3dc mips: cache: Allow using CONFIG_MIPS_L2_CACHE without CONFIG_MIPS_CM by Stefan Roese · 4 years, 5 months ago
  22. c372813 mips: reloc: Change R_MIPS_NONE to catch pre-reloc BSS usage by Stefan Roese · 4 years, 5 months ago
  23. a02bc1f mips: traps: Set WG bit in EBase register on Octeon by Stefan Roese · 4 years, 5 months ago
  24. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  25. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  26. a60c1e6 mips: add a mtmips-specific field to architecture-specific global data by Weijie Gao · 4 years, 6 months ago
  27. 7105973 mips: add support to restore exception vector base before booting linux by Weijie Gao · 4 years, 6 months ago
  28. 0575163 dma-mapping: add <asm/dma-mapping.h> for all architectures by Masahiro Yamada · 4 years, 8 months ago
  29. b325c4d mips: Add SPL header by Paul Burton · 6 years ago
  30. 464b96b MIPS: Allow to prefetch and lock instructions into cache by Gregory CLEMENT · 6 years ago
  31. 48ee7b6 MIPS: move create_tlb() in an proper header: mipsregs.h by Gregory CLEMENT · 6 years ago
  32. a0abb52 MIPS: remove local_irq_[save|restore] from CP0 macros by Daniel Schwierzeck · 6 years ago
  33. 6d4d9be MIPS: drop asm/const.h by Baruch Siach · 6 years ago
  34. 5c8fd32 Use _AC and UL macros from linux/const.h by Baruch Siach · 6 years ago
  35. 4ff942b mips: mt76xx: Enable watchdog support by Stefan Roese · 6 years ago
  36. 4d9ada5 mips: Implement {in, out}_{le, be}_{16, 32, 64} and {in, out}_8 by Mario Six · 6 years ago
  37. 02df9c5 mips: use asm-generic/atomic.h by Chris Packham · 6 years ago
  38. 503f6f7 mips: Add arch/mips/include/asm/atomic.h by Stefan Roese · 6 years ago
  39. 3747bdb arch: types.h: factor out fixed width typedefs to int-ll64.h by Masahiro Yamada · 6 years ago
  40. 481ea2e mips: au1x00: Remove support for these SoCs by Tom Rini · 6 years ago
  41. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  42. d8b3269 MIPS: Clear instruction hazards in flush_cache() by Paul Burton · 7 years ago
  43. d1cbeaf mips: Use asm-generic/io.h by Paul Burton · 7 years ago
  44. 703ec9d MIPS: Stop building position independent code by Paul Burton · 7 years ago
  45. a320acc mips: Make u-boot-mips.h a private header by Simon Glass · 7 years ago
  46. 86f21c9 mips: Use common _AC macro now. by Tom Rini · 8 years ago
  47. 6fd596a MIPS: Fix map_physmem for cached mappings by Paul Burton · 8 years ago
  48. e7e0469 mips: Let cache.h be included from assembly source by Marek Vasut · 8 years ago
  49. 6c59363 MIPS: add handling for generic and EJTAG exceptions by Daniel Schwierzeck · 9 years ago
  50. 67588bd MIPS: add asm-offsets for struct pt_regs by Daniel Schwierzeck · 9 years ago
  51. 65d297a MIPS: fix iand optimize setup of CP0 registers by Daniel Schwierzeck · 9 years ago
  52. a0b49bc efi: Use asmlinkage for EFIAPI by Simon Glass · 8 years ago
  53. 4491327 Remove arch/${ARCH}/include/asm/errno.h by Masahiro Yamada · 8 years ago
  54. 31d36f7 MIPS: Hang if run on a secondary CPU by Paul Burton · 8 years ago
  55. 7953354 MIPS: Join the coherent domain when a CM is present by Paul Burton · 8 years ago
  56. 4baa0ab MIPS: L2 cache support by Paul Burton · 8 years ago
  57. b2b135d MIPS: Map CM Global Control Registers by Paul Burton · 8 years ago
  58. 4f9226b MIPS: Preserve Config implementation-defined bits by Paul Burton · 8 years ago
  59. 8cb4817 MIPS: Probe cache line sizes once during boot by Paul Burton · 8 years ago
  60. 3722862 MIPS: Split I & D cache line size config by Paul Burton · 8 years ago
  61. 83b0fac MIPS: remove dead code from asm/u-boot-mips.h by Daniel Schwierzeck · 8 years ago
  62. 2e4cc1c MIPS: Use CPHYSADDR to implement mips32 virt_to_phys by Paul Burton · 8 years ago
  63. 3e085c9 mips: Drop unused code in u-boot.h by Simon Glass · 8 years ago
  64. 1ad3a6f mips: Drop JZ4740 remnants by Marek Vasut · 8 years ago
  65. 1d3d0f1 mips: add base support for QCA/Atheros ath79 SOCs by Wills Wang · 9 years ago
  66. 499b847 MIPS: fix mips_cache fallback without __builtin_mips_cache by Matthias Schiffer · 9 years ago
  67. 05e3425 MIPS: Support dynamic I/O port base address by Paul Burton · 9 years ago
  68. 8ac493c MIPS: Remove SLOW_DOWN_IO by Paul Burton · 9 years ago
  69. d6ea6d8 mips: asm/io.h: Add in <linux/bug.h> by Tom Rini · 9 years ago
  70. 0e0efb4 MIPS: implement bit manipulating I/O accessors by Daniel Schwierzeck · 9 years ago
  71. 898582b MIPS: fix SPDX license identifier in remaining arch header files by Daniel Schwierzeck · 9 years ago
  72. a3ab2ae MIPS: sync processor and register definitions with linux-4.4 by Daniel Schwierzeck · 9 years ago
  73. 23ff863 MIPS: sync I/O related header files with linux-4.4 by Daniel Schwierzeck · 9 years ago
  74. f53830e MIPS: kconfig: add option for MIPS_L1_CACHE_SHIFT by Daniel Schwierzeck · 9 years ago
  75. 76ada5f MIPS: au1x00: move SoC header files to arch/mips/mach-au1x00/include/mach/ by Daniel Schwierzeck · 9 years ago
  76. 5b6f357 MIPS: create .text sub-sections for assembler functions by Daniel Schwierzeck · 9 years ago
  77. 1134929 MIPS: fix annotation of _start and relocate_code by Daniel Schwierzeck · 9 years ago
  78. 1a96780 MIPS: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIO. by Purna Chandra Mandal · 9 years ago
  79. b810aa1 mips: Use the generic bitops headers by Fabio Estevam · 9 years ago
  80. 73a4152 mips: Use unsigned int when reading c0 registers by Chris Packham · 9 years ago
  81. b11c5d1 MIPS: change 'extern inline' to 'static inline' by Daniel Schwierzeck · 9 years ago
  82. 49bbdae MIPS: fix missing semicolon in cacheops.h by Tony Wu · 9 years ago
  83. ba21a45 malta: IDE support by Paul Burton · 10 years ago
  84. 2b8bcc5 MIPS: avoid .set ISA for cache operations by Paul Burton · 10 years ago
  85. e520023 MIPS: add support for pre-relocation malloc by Daniel Schwierzeck · 10 years ago
  86. afc366f Replace <compiler.h> with <linux/compiler.h> by Masahiro Yamada · 10 years ago
  87. 2a1680e common/board_f: Initialized global data for generic board by York Sun · 10 years ago
  88. 8e26157 bd_info: remove bi_barudrate member from struct bd_info by Masahiro Yamada · 11 years ago
  89. 538cf92 MIPS: drop incaip board by Daniel Schwierzeck · 11 years ago
  90. 9f0868f MIPS: allow use of generic board by Paul Burton · 11 years ago
  91. 37f93f7 MIPS: fix types u64 and __u64 to unsigned long long by Daniel Schwierzeck · 11 years ago
  92. bea12b7 malta: enable PIIX4 SERIRQ by Paul Burton · 11 years ago
  93. 10473d0 malta: use unmapped flash base address by Gabor Juhos · 11 years ago
  94. a3e8090 malta: arch/mips/include/asm/malta.h SPDX license tag by Paul Burton · 11 years ago
  95. 81f98bb malta: setup PIIX4 interrupt route by Paul Burton · 11 years ago
  96. e0ada63 malta: display "U-boot" on the LCD screen by Paul Burton · 11 years ago
  97. baf37f0 malta: support for coreFPGA6 boards by Paul Burton · 11 years ago
  98. fa476f7 mips32: detect L1 cache sizes if they're not defined by Paul Burton · 11 years ago
  99. 643aae1 include: delete include/linux/config.h by Masahiro Yamada · 11 years ago
  100. 0f0f757 cosmetic: remove empty lines at the top of file by Masahiro Yamada · 11 years ago