1. 8c56208 MIPS: lib: memset: Add MIPS R6 support by Leonid Yegoshin · 10 years ago
  2. b0ce4bd MIPS: lib: memcpy: Add MIPS R6 support by Leonid Yegoshin · 10 years ago
  3. 8716a76 MIPS: asm: irqflags: Add MIPS R6 related definitions by Markos Chandras · 10 years ago
  4. 4e0748f MIPS: Use generic checksum functions for MIPS R6 by Markos Chandras · 10 years ago
  5. dd2adea MIPS: lib: memset: Clean up some MIPS{EL,EB} ifdefery by Markos Chandras · 10 years ago
  6. 0845bb7 MIPS: iomap: Use __mem_{read,write}{b,w,l} for MMIO by Markos Chandras · 10 years ago
  7. f4f7d86 MIPS: lib: mips-atomic.c: Remove obsolete ifdefery by Markos Chandras · 10 years ago
  8. 432d9ec MIPS: R3000: Remove redundant parentheses by Isamu Mogi · 10 years ago
  9. 80e8bd2 MIPS: R3000: Replace magic numbers with macros by Isamu Mogi · 10 years ago
  10. 4ff3fcc MIPS: Remove __strlen_user(). by Ralf Baechle · 10 years ago
  11. 51b1029 MIPS: lib: memcpy: Restore NOP on delay slot before returning to caller by Markos Chandras · 10 years ago
  12. 491a48a MIPS: R3000: Fix debug output for Virtual page number by Isamu Mogi · 10 years ago
  13. 0097761 MIPS: Fix strnlen_user() return value in case of overlong strings. by Ralf Baechle · 10 years ago
  14. 3c09bae MIPS: Use WSBH/DSBH/DSHD on Loongson 3A by Chen Jie · 10 years ago
  15. e496453 MIPS: __delay ABI-dependent subtraction simplification by Maciej W. Rozycki · 10 years ago
  16. b633648c5 MIPS: MT: Remove SMTC support by Ralf Baechle · 10 years ago
  17. 44ba138 MIPS: csum_partial.S CPU_DADDI_WORKAROUNDS bug fix by Maciej W. Rozycki · 10 years ago
  18. 465ca5d6 MIPS: __strncpy_from_user_asm CPU_DADDI_WORKAROUNDS bug fix by Maciej W. Rozycki · 10 years ago
  19. 2db4bc3 MIPS: __delay CPU_DADDI_WORKAROUNDS bug fix by Maciej W. Rozycki · 10 years ago
  20. 6f85ceb MIPS: lib: csum_partial: Add EVA support by Markos Chandras · 11 years ago
  21. e89fb56 MIPS: lib: csum_partial: Add macro to build csum_partial symbols by Markos Chandras · 11 years ago
  22. 2ab82e6 MIPS: lib: csum_partial: Merge EXC and load/store macros by Markos Chandras · 11 years ago
  23. ac85227 MIPS: checksum: Split the 'copy_user' symbol by Markos Chandras · 11 years ago
  24. fd9720e MIPS: lib: memset: Add EVA support for the __bzero function. by Markos Chandras · 11 years ago
  25. 6d5155c MIPS: lib: memset: Use macro to build the __bzero symbol by Markos Chandras · 11 years ago
  26. 8483b14 MIPS: lib: memset: Whitespace fixes by Markos Chandras · 11 years ago
  27. cd26cb4 MIPS: lib: memcpy: Add EVA support by Markos Chandras · 11 years ago
  28. cf62a8b MIPS: lib: memcpy: Use macro to build the copy_user code by Markos Chandras · 11 years ago
  29. bda4d98 MIPS: lib: memcpy: Split source and destination prefetch macros by Markos Chandras · 11 years ago
  30. 5bc0597 MIPS: lib: memcpy: Merge EXC and load/store macros by Markos Chandras · 11 years ago
  31. b3c3025 MIPS: lib: strncpy_user: Add EVA support by Markos Chandras · 11 years ago
  32. cc59fe5 MIPS: lib: strncpy_user: Use macro to build the strncpy_from_user symbol by Markos Chandras · 11 years ago
  33. 05397054 MIPS: lib: strlen_user: Add EVA support by Markos Chandras · 11 years ago
  34. 5cc4949 MIPS: lib: strlen_user: Use macro to build the strlen_user symbol by Markos Chandras · 11 years ago
  35. 4968db4 MIPS: lib: strnlen_user: Add EVA support by Markos Chandras · 11 years ago
  36. c48be43 MIPS: lib: strnlen_user: Use macro to build the strnlen_user symbol by Markos Chandras · 11 years ago
  37. 3b2663c mips: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  38. 078a55f MIPS: Delete __cpuinit/__CPUINIT usage from MIPS code by Paul Gortmaker · 11 years ago
  39. 48c4ac9 Revert "MIPS: Allow ASID size to be determined at boot time." by David Daney · 11 years ago
  40. b22d1b6 Merge branch 'mti-next' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhill into mips-for-linux-next by Ralf Baechle · 11 years ago
  41. 3e9f37e MIPS: microMIPS: Optimise 'strnlen' core library function. by Steven J. Hill · 11 years ago
  42. b1bac37 MIPS: microMIPS: Optimise 'strlen' core library function. by Steven J. Hill · 11 years ago
  43. 0131f2b MIPS: microMIPS: Optimise 'strncpy' core library function. by Steven J. Hill · 11 years ago
  44. 26c5e07 MIPS: microMIPS: Optimise 'memset' core library function. by Steven J. Hill · 11 years ago
  45. d532f3d MIPS: Allow ASID size to be determined at boot time. by Steven J. Hill · 11 years ago
  46. 9b3539e Merge branch 'mips-next-3.10' of git://git.linux-mips.org/pub/scm/john/linux-john into mips-for-linux-next by Ralf Baechle · 11 years ago
  47. 3018965 MIPS: Remove unneeded volatile from arch/mips/lib/bitops.c by David Daney · 11 years ago
  48. 02b849f MIPS: Get rid of the use of .macro in C code. by Ralf Baechle · 12 years ago
  49. 0c81157 MIPS: Fix logic errors in bitops.c by David Daney · 11 years ago
  50. e744109 MIPS: Use CONFIG_CPU_MIPSR2 in csum_partial.S by Gabor Juhos · 11 years ago
  51. 7034228 MIPS: Whitespace cleanup. by Ralf Baechle · 12 years ago
  52. 4ea494b MIPS: delay.c: Check BITS_PER_LONG instead of __SIZEOF_LONG__ by Geert Uytterhoeven · 12 years ago
  53. f93a1a0 MIPS: Fix crash that occurs when function tracing is enabled by Al Cooper · 12 years ago
  54. e97c5b6 MIPS: Make irqflags.h functions preempt-safe for non-mipsr2 cpus by Jim Quinlan · 12 years ago
  55. 92d1159 MIPS: Remove irqflags.h dependency from bitops.h by Jim Quinlan · 12 years ago
  56. 01422ff MIPS: Restore pagemask after dumping the TLB. by Ralf Baechle · 12 years ago
  57. 5210edc MIPS: Make __{,n,u}delay declarations match definitions and generic delay.h by David Daney · 12 years ago
  58. 3165c84 MIPS: introduce CPU_GENERIC_DUMP_TLB by Florian Fainelli · 13 years ago
  59. bb0757e MIPS: Unify memcpy.S and memcpy-inatomic.S by David Daney · 12 years ago
  60. 0f3b395 mips: use the the PCI controller's io_map_base by Michael S. Tsirkin · 13 years ago
  61. 4964e06 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 13 years ago
  62. 1c773ea MIPS: Netlogic: Add XLP makefiles and config by Jayachandran C · 13 years ago
  63. eab9029 mips: switch to GENERIC_PCI_IOMAP by Michael S. Tsirkin · 13 years ago
  64. 7f058e8 MIPS: Kconfig and Makefile update for Netlogic XLR/XLS by Jayachandran C · 13 years ago
  65. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  66. e5674ad MIPS: Separate two consecutive loads in memset.S by Tony Wu · 14 years ago
  67. b44c779 MIPS: libgcc.h: Checkpatch cleanup by Andrea Gelmini · 15 years ago
  68. abe5b41 MIPS: delay: Fix use of current_cpu_data in preemptable code. by Ralf Baechle · 14 years ago
  69. 3cb3a66 MIPS: Fix __ndelay build error and add 'ull' suffix for 32-bit kernel by Atsushi Nemoto · 15 years ago
  70. 5636919 MIPS: Outline udelay and fix a few issues. by Ralf Baechle · 15 years ago
  71. c52399b MIPS: Cavium: Add support for 8k and 32k page sizes. by Ralf Baechle · 15 years ago
  72. 634286f MIPS: IP27: Switch from DMA_IP27 to DMA_COHERENT by Ralf Baechle · 16 years ago
  73. 7e69deb MIPS: Hook up Cavium OCTEON in arch/mips. by David Daney · 16 years ago
  74. 542c102 MIPS: Add CONFIG_CPU_R5500 for NEC VR5500 series processors by Shinya Kuribayashi · 16 years ago
  75. b65a75b MIPS: IP checksums: Optimize adjust of sum on buffers of odd alignment. by Ralf Baechle · 16 years ago
  76. 60724ca MIPS: IP checksums: Remove unncessary .set pseudos by Ralf Baechle · 16 years ago
  77. d86a812 MIPS: IP checksums: Remove unncessary folding of sum to 16 bit. by Ralf Baechle · 16 years ago
  78. b80a1b8 [MIPS] Fix 64-bit IP checksum code by Atsushi Nemoto · 16 years ago
  79. b70d3a2 iomap: fix 64 bits resources on 32 bits by Benjamin Herrenschmidt · 16 years ago
  80. 234fcd1 [MIPS] Fix loads of section missmatches by Ralf Baechle · 16 years ago
  81. 4177017 [MIPS] Export __ucmpdi2 to modules. by Ralf Baechle · 16 years ago
  82. c5ec198 [MIPS] Eleminate local symbols from the symbol table. by Ralf Baechle · 17 years ago
  83. 930bff8 [MIPS] IP28: added cache barrier to assembly routines by Thomas Bogendoerfer · 17 years ago
  84. 48ef262 [MIPS] Put cast inside macro instead of all the callers by Andrew Sharp · 17 years ago
  85. 619b6e1 [MIPS] R4000/R4400 daddiu erratum workaround by Maciej W. Rozycki · 17 years ago
  86. 49a89ef [MIPS] Fix "no space between function name and open parenthesis" warnings. by Ralf Baechle · 17 years ago
  87. 2704afe [MIPS] Add __cmpdi2 by Ralf Baechle · 17 years ago
  88. 8c41286 [MIPS] Include cacheflush.h in uncache.c by Atsushi Nemoto · 17 years ago
  89. 40df383 [MIPS] Cleanup tlbdebug.h by Atsushi Nemoto · 17 years ago
  90. 2a21c73 [MIPS] define Hit_Invalidate_I to Index_Invalidate_I for loongson2 by Fuxin Zhang · 17 years ago
  91. 69ed25b [MIPS] Remove unused dump_tlb functions by Atsushi Nemoto · 17 years ago
  92. 4becef1 [MIPS] Unify dump_tlb by Atsushi Nemoto · 17 years ago
  93. f7c2778 [MIPS] Change libgcc-style functions from lib-y to obj-y by Ralf Baechle · 17 years ago
  94. 3ca5079 [MIPS] __ucmpdi2 arguments are unsigned long long. by Ralf Baechle · 17 years ago
  95. df6b106 [MIPS] Add __ucmpdi2 implementation by Thiemo Seufer · 17 years ago
  96. 6473d16 PCI: Cleanup the includes of <linux/pci.h> by Jean Delvare · 17 years ago
  97. 36a8853 [MIPS] Fix and cleanup the mess that a dozen prom_printf variants are. by Ralf Baechle · 17 years ago
  98. d2af363 [MIPS] Kill redundant EXTRA_AFLAGS by Atsushi Nemoto · 18 years ago
  99. e03b526 [MIPS] Fixup copy_from_user_inatomic by Ralf Baechle · 18 years ago
  100. 140c172 [MIPS] Iomap implementation. by Ralf Baechle · 18 years ago