1. e246468 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  2. 4f33f6c MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefs by Huacai Chen · 9 years ago
  3. b278737 mips, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 9 years ago
  4. cab25bc MIPS: Extend hardware table walking support to MIPS64 by Paul Burton · 9 years ago
  5. 00bf1c6 MIPS: tlbex: Avoid placing software PTE bits in Entry* PFN fields by Paul Burton · 9 years ago
  6. c676589 MIPS: tlbex: Share MIPS32 32 bit phys & MIPS64 64 bit phys code by Paul Burton · 9 years ago
  7. 974a0b6 MIPS: tlbex: Remove some RIXI redundancy by Paul Burton · 9 years ago
  8. dbfd657 MIPS: tlbex: Stop open-coding build_convert_pte_to_entrylo by Paul Burton · 9 years ago
  9. 8fe4908 MIPS: tlbex: Avoid unnecessary _PAGE_PRESENT shifts by James Hogan · 9 years ago
  10. a3ae565 MIPS: tlbex: Fix broken offsets on r2 without XPA by James Hogan · 9 years ago
  11. a2d25e6 MIPS: tlbex.c: Remove new instance of __cpuinitdata that crept back in by Paul Gortmaker · 9 years ago
  12. 3e20a26 Merge branch '4.0-fixes' into mips-for-linux-next by Ralf Baechle · 9 years ago
  13. 9eaffa8 Revert "MIPS: Avoid pipeline stalls on some MIPS32R2 cores." by Ralf Baechle · 9 years ago
  14. 3057739 MIPS: Add R16000 detection by Joshua Kinard · 10 years ago
  15. c5b3678 MIPS: Add support for XPA. by Steven J. Hill · 9 years ago
  16. be0c37c MIPS: Rearrange PTE bits into fixed positions. by Steven J. Hill · 9 years ago
  17. 77f3ee5 MIPS: mm: tlbex: Use cpu_has_mips_r2_exec_hazard for the EHB instruction by Leonid Yegoshin · 10 years ago
  18. 4695089 MIPS: Add cases for CPU_QEMU_GENERIC by Leonid Yegoshin · 10 years ago
  19. c0222ac0 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  20. 070e76c MIPS: tlbex: Fix potential HTW race on TLBL/M/S handlers by Leonid Yegoshin · 10 years ago
  21. 34adb28 MIPS: Replace MIPS-specific 64BIT_PHYS_ADDR with generic PHYS_ADDR_T_64BIT by Ralf Baechle · 10 years ago
  22. 9e0f162 MIPS: tlbex: Properly fix HUGE TLB Refill exception handler by David Daney · 10 years ago
  23. 475d592 Merge branch '3.16-fixes' into mips-for-linux-next by Ralf Baechle · 10 years ago
  24. 5890f70 MIPS: Use dedicated exception handler if CPU supports RI/XI exceptions by Leonid Yegoshin · 10 years ago
  25. f1014d1 MIPS: mm: Use the Hardware Page Table Walker if the core supports it by Markos Chandras · 10 years ago
  26. 1062080 MIPS: bugfix: missed cache flush of TLB refill handler by Leonid Yegoshin · 10 years ago
  27. 8393c52 MIPS: tlbex: Fix a missing statement for HUGETLB by Huacai Chen · 10 years ago
  28. 18280ed MIPS: Add code for new system 'paravirt' by David Daney · 10 years ago
  29. 35d0470 MIPS: Don't build fast TLB refill handler with 32-bit kernels by David Daney · 10 years ago
  30. 7bb3940 MIPS: mm: Fix broken microMIPS kernel regression. by Steven J. Hill · 10 years ago
  31. c579d31 MIPS: Loongson: Add basic Loongson-3 CPU support by Huacai Chen · 10 years ago
  32. d7b1205 MIPS: Use current_cpu_type() instead of c->cputype by Wu Zhangjin · 14 years ago
  33. f36c472 MIPS: Add support for the M5150 processor by Leonid Yegoshin · 10 years ago
  34. aced4cb MIPS: Add cases for CPU_P5600 by James Hogan · 11 years ago
  35. 442e14a MIPS: Add 1074K CPU support explicitly. by Steven J. Hill · 11 years ago
  36. 3b2663c mips: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  37. 708ac4b MIPS: Add support for the proAptiv cores by Leonid Yegoshin · 11 years ago
  38. 14bd8c0 MIPS: Loongson: Get rid of Loongson 2 #ifdefery all over arch/mips. by Ralf Baechle · 11 years ago
  39. f4ae17a MIPS: mm: Use scratch for PGD when !CONFIG_MIPS_PGD_C0_CONTEXT by Jayachandran C · 11 years ago
  40. c2377a4 MIPS: Move definition of SMP processor id register to header file by Jayachandran C · 11 years ago
  41. 69f24d1 MIPS: Optimize current_cpu_type() for better code. by Ralf Baechle · 11 years ago
  42. 4723b20 MIPS: Generate OCTEON3 TLB handlers with the same features as OCTEON2. by David Daney · 11 years ago
  43. 1b05018 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  44. 38a997a MIPS: tlbex: fix broken build in v3.11-rc1 by Aaro Koskinen · 11 years ago
  45. afc813a MIPS: tlbex: Fix typo in r3000 tlb store handler by Tony Wu · 11 years ago
  46. 078a55f MIPS: Delete __cpuinit/__CPUINIT usage from MIPS code by Paul Gortmaker · 11 years ago
  47. 6ac5310 Merge branch '3.10-fixes' into mips-for-linux-next by Ralf Baechle · 11 years ago
  48. 42a1117 MIPS: Fix typos and cleanup comment by Tony Wu · 11 years ago
  49. 6ba045f MIPS: Move generated code to .text for microMIPS by Jayachandran C · 11 years ago
  50. 3f90b82 MIPS: tlbex: Fix size of area to be flushed. by Ralf Baechle · 11 years ago
  51. a3d9086 MIPS: Flush TLB handlers directly after writing them by Jonas Gorski · 11 years ago
  52. 73acc7d MIPS: Fix TLBR-use hazards for R2 cores in the TLB reload handlers by Ralf Baechle · 11 years ago
  53. 0e6ecc1 MIPS: Fixup check for invalid scratch register by Jayachandran C · 11 years ago
  54. 7777b93 MIPS: Allow platform specific scratch registers by Jayachandran C · 11 years ago
  55. be8a6d4 MIPS: Remove duplicate definition of check_for_high_segbits. by David Daney · 11 years ago
  56. 48c4ac9 Revert "MIPS: Allow ASID size to be determined at boot time." by David Daney · 11 years ago
  57. 8ea6cd7 Revert "MIPS: microMIPS: Support dynamic ASID sizing." by David Daney · 11 years ago
  58. 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
  59. 2a0b24f MIPS: microMIPS: Add support for exception handling. by Steven J. Hill · 11 years ago
  60. f6b06d9 MIPS: microMIPS: Support dynamic ASID sizing. by Steven J. Hill · 11 years ago
  61. d532f3d MIPS: Allow ASID size to be determined at boot time. by Steven J. Hill · 11 years ago
  62. 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
  63. 8759934 MIPS: Build uasm-generated code only once to avoid CPU Hotplug problem by Huacai Chen · 11 years ago
  64. 0bfbf6a MIPS: Make declarations and definitions of tlbmiss_handler_setup_pgd match. by Ralf Baechle · 11 years ago
  65. 8bfc245 Merge branch 'mips-next-3.9' of git://git.linux-mips.org/pub/scm/john/linux-john into mips-for-linux-next by Ralf Baechle · 11 years ago
  66. f8fa481 MIPS: Add support for the M14KEc core. by Steven J. Hill · 12 years ago
  67. 7034228 MIPS: Whitespace cleanup. by Ralf Baechle · 12 years ago
  68. 9120963 Revert "MIPS: Optimise TLB handlers for MIPS32/64 R2 cores." by Ralf Baechle · 12 years ago
  69. 241738b Merge branch 'mips-next' of http://dev.phrozen.org/githttp/mips-next into mips-for-linux-next by Ralf Baechle · 12 years ago
  70. bdf2050 MIPS: PMC-Sierra Yosemite: Remove support. by Ralf Baechle · 12 years ago
  71. 970d032 MIPS: Transparent Huge Pages support by Ralf Baechle · 12 years ago
  72. aa1762f MIPS: Control huge tlb support via Kconfig symbol MIPS_HUGE_TLB_SUPPORT by David Daney · 12 years ago
  73. a2c763e MIPS: tlbex: Better debug output. by Ralf Baechle · 12 years ago
  74. fb2b1db MIPS: Remove R5000A. by Ralf Baechle · 12 years ago
  75. f151f3b MIPS: tlbex: Fix section mismatches by Kevin Cernekee · 12 years ago
  76. 359187d MIPS: R5000: Fix TLB hazard handling. by Ralf Baechle · 12 years ago
  77. 02a5417 MIPS: tlbex: Deal with re-definition of label by Ralf Baechle · 12 years ago
  78. 748e787 MIPS: Optimize TLB refill for RI/XI configurations. by David Daney · 12 years ago
  79. cb418b3 Merge branch 'ralf-3.7' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhill into mips-for-linux-next by Ralf Baechle · 12 years ago
  80. 05857c6 MIPS: Replace 'kernel_uses_smartmips_rixi' with 'cpu_has_rixi'. by Steven J. Hill · 12 years ago
  81. ff401e5 MIPS: Optimise TLB handlers for MIPS32/64 R2 cores. by Steven J. Hill · 12 years ago
  82. 625c0a2 MIPS: Avoid pipeline stalls on some MIPS32R2 cores. by Steven J. Hill · 12 years ago
  83. 113c62d MIPS: Add support for the M14Kc core. by Steven J. Hill · 12 years ago
  84. b81947c Disintegrate asm/system.h for MIPS by David Howells · 12 years ago
  85. 0f4ccbc MIPS: No branches in delay slots for huge pages in handle_tlbl by David Daney · 13 years ago
  86. d954ffe MIPS: tlbex: Fix build error in R3000 code. by Ralf Baechle · 13 years ago
  87. bf28607 MIPS: Close races in TLB modify handlers. by David Daney · 13 years ago
  88. efa0f81 MIPS: Netlogic: Cache, TLB support and feature overrides for XLR by Jayachandran C · 13 years ago
  89. 4a9040f MIPS: tlbex: Fix GCC 4.6.0 build error by Ralf Baechle · 13 years ago
  90. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  91. e1c87d2 MIPS: Add an unreachable return statement to satisfy buggy GCCs. by David Daney · 14 years ago
  92. 2c8c53e MIPS: Optimize TLB handlers for Octeon CPUs by David Daney · 14 years ago
  93. cc33ae4 MIPS: Use BBIT instructions in TLB handlers by David Daney · 14 years ago
  94. 3d8bfdd MIPS: Use C0_KScratch (if present) to hold PGD pointer. by David Daney · 14 years ago
  95. 602977b MIPS: Decouple BMIPS CPU support from bcm47xx/bcm63xx SoC code by Kevin Cernekee · 14 years ago
  96. 83ccf69 MIPS: JZ4740: Add base support for Ingenic JZ4740 System-on-a-Chip by Lars-Peter Clausen · 14 years ago
  97. 1ec5632 MIPS: Check for accesses beyond the end of the PGD. by David Daney · 14 years ago
  98. 3be6022 MIPS: Use uasm_i_ds{r,l}l_safe() instead of uasm_i_ds{r,l}l() in tlbex.c by David Daney · 14 years ago
  99. 3d45285 MIPS: Sibyte: Fix M3 TLB exception handler workaround. by Ralf Baechle · 14 years ago
  100. 6dd9344 MIPS: Implement Read Inhibit/eXecute Inhibit by David Daney · 15 years ago