1. 2a872a5 MIPS: mm: Fix output of __do_page_fault by Matt Redfearn · 8 years ago
  2. 1031398 MIPS: Mask out limit field when calculating wired entry count by Paul Burton · 8 years ago
  3. 63ae602 Merge branch 'gup_flag-cleanups' by Linus Torvalds · 8 years ago
  4. c164154 mm: replace get_user_pages_unlocked() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  5. 20d3306 MIPS: Support per-device DMA coherence by Paul Burton · 8 years ago
  6. cfa93fb MIPS: dma-default: Don't check hw_coherentio if device is non-coherent by Paul Burton · 8 years ago
  7. f230202 MIPS: Sanitise coherentio semantics by Paul Burton · 8 years ago
  8. d9ba577 MIPS: mm: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  9. e710d66 MIPS: tlb-r4k: If there are wired entries, don't use TLBINVF by Matt Redfearn · 8 years ago
  10. b2ff717 MIPS: c-r4k: Fix flush_icache_range() for EVA by James Hogan · 8 years ago
  11. 8e3a9f4 MIPS: cacheflush: Use __flush_icache_user_range() by James Hogan · 8 years ago
  12. 01882b4 MIPS: c-r4k: Split user/kernel flush_icache_range() by James Hogan · 8 years ago
  13. d260d97 MIPS: c-r4k: Drop bc_wback_inv() from icache flush by James Hogan · 8 years ago
  14. 9f3b808 MIPS: Migrate exception table users off module.h and onto extable.h by Paul Gortmaker · 8 years ago
  15. 058effe MIPS: Fix detection of unsupported highmem with cache aliases by Paul Burton · 8 years ago
  16. 801f823 MIPS: c-r4k: Fix size calc when avoiding IPIs for small icache flushes by Paul Burton · 8 years ago
  17. ac7e385 MIPS: MAAR: Fix address alignment by James Hogan · 8 years ago
  18. 4305f42 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
  19. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
  20. 97f2645 tree-wide: replace config_enabled() with IS_ENABLED() by Masahiro Yamada · 8 years ago
  21. 4a89cf8 Merge branch '4.7-fixes' into mips-for-linux-next by Ralf Baechle · 8 years ago
  22. 4f53989 MIPS: mm: Fix definition of R6 cache instruction by Matt Redfearn · 8 years ago
  23. d52bd54 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  24. bd721ea treewide: replace obsolete _refok by __ref by Fabian Frederick · 8 years ago
  25. 221bb8a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  26. 33799a6 MIPS: Modify error handling by Amitoj Kaur Chawla · 8 years ago
  27. 11f7690 MIPS: c-r4k: Use SMP calls for CM indexed cache ops by James Hogan · 8 years ago
  28. f70ddc0 MIPS: c-r4k: Avoid small flush_icache_range SMP calls by James Hogan · 8 years ago
  29. 27b93d9 MIPS: c-r4k: Local flush_icache_range cache op override by James Hogan · 8 years ago
  30. a9341ae MIPS: c-r4k: Split r4k_flush_kernel_vmap_range() by James Hogan · 8 years ago
  31. 640511a MIPS: c-r4k: Exclude sibling CPUs in SMP calls by James Hogan · 8 years ago
  32. 6d758bf MIPS: c-r4k: Fix valid ASID optimisation by James Hogan · 8 years ago
  33. d374d93 MIPS: c-r4k: Add r4k_on_each_cpu cache op type arg by James Hogan · 8 years ago
  34. 8bd646e MIPS: c-r4k: Avoid dcache flush for sigtramps by James Hogan · 8 years ago
  35. e523f28 MIPS: c-r4k: Fix sigtramp SMP call to use kmap by James Hogan · 8 years ago
  36. a05c392 MIPS: SMP: Clear ASID without confusing has_valid_asid() by James Hogan · 8 years ago
  37. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
  38. 2f8f8c0 MIPS: tlbex: Avoid duplicated single_insn_swpd by James Hogan · 8 years ago
  39. f7d9afe MIPS: uasm: Handle low values in uasm_in_compat_space_p() by James Hogan · 8 years ago
  40. 58a7e1c MIPS: RM7000: Double locking bug in rm7k_tc_disable() by Dan Carpenter · 8 years ago
  41. c00ab48 MIPS: Remove cpu_has_safe_index_cacheops by Ralf Baechle · 8 years ago
  42. 6f63405c MIPS: uasm: Add r6 MUL encoding by James Hogan · 8 years ago
  43. 9f730a6 MIPS: uasm: Add MTHI/MTLO instructions by James Hogan · 8 years ago
  44. 61c64cf MIPS: uasm: Add DI instruction by James Hogan · 8 years ago
  45. 59e3559 MIPS: uasm: Add CFCMSA/CTCMSA instructions by James Hogan · 8 years ago
  46. c29732a MIPS: uasm: Add CFC1/CTC1 instructions by James Hogan · 8 years ago
  47. 4b34bca MIPS: Add define for Config.VI (virtual icache) bit by James Hogan · 8 years ago
  48. 4029632 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
  49. aa76042 MIPS: Fix 64-bit HTW configuration by James Hogan · 8 years ago
  50. 6446e6c MIPS: Add 64-bit HTW fields by James Hogan · 8 years ago
  51. a05a70d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  52. fd8cfd3 arch: fix has_transparent_hugepage() by Hugh Dickins · 8 years ago
  53. e56c7e1 MIPS: mm: Panic if an XPA kernel is run without RIXI by Paul Burton · 8 years ago
  54. 4b6f99d MIPS: mm: Don't do MTHC0 if XPA not present by James Hogan · 8 years ago
  55. 2caa89b MIPS: mm: Simplify build_update_entries by Paul Burton · 8 years ago
  56. b4ebbb8 MIPS: mm: Be more explicit about PTE mode bit handling by Paul Burton · 8 years ago
  57. bbeeffe MIPS: mm: Pass scratch register through to iPTE_SW by Paul Burton · 8 years ago
  58. f383219 MIPS: mm: Don't clobber $1 on XPA TLB refill by James Hogan · 8 years ago
  59. 7b2cb64 MIPS: mm: Fix MIPS32 36b physical addressing (alchemy, netlogic) by Paul Burton · 8 years ago
  60. 780602d MIPS: mm: Standardise on _PAGE_NO_READ, drop _PAGE_READ by Paul Burton · 8 years ago
  61. 14bc241 MIPS: Fix HTW config on XPA kernel without LPA enabled by James Hogan · 8 years ago
  62. 4edf00a MIPS: Retrieve ASID masks using function accepting struct cpuinfo_mips by Paul Burton · 8 years ago
  63. cb80b2a MIPS: remove aliasing alignment if HW has antialising support by Leonid Yegoshin · 9 years ago
  64. 1e820da MIPS: Loongson-3: Introduce CONFIG_LOONGSON3_ENHANCEMENT by Huacai Chen · 8 years ago
  65. 380cd58 MIPS: Loongson-3: Fast TLB refill handler by Huacai Chen · 8 years ago
  66. 06e4814 MIPS: Loongson: Invalidate special TLBs when needed by Huacai Chen · 8 years ago
  67. 37fbe8f MIPS: Loongson-3: Set cache flush handlers to cache_noop by Huacai Chen · 8 years ago
  68. b2edcfc MIPS: Loongson: Add Loongson-3A R2 basic support by Huacai Chen · 8 years ago
  69. f675843 MIPS: BMIPS: local_r4k___flush_cache_all needs to blast S-cache by Florian Fainelli · 8 years ago
  70. 73c4ca0 MIPS: BMIPS: Clear MIPS_CACHE_ALIASES earlier by Florian Fainelli · 8 years ago
  71. c130d2f MIPS: BMIPS: BMIPS5000 has I cache filing from D cache by Florian Fainelli · 8 years ago
  72. 37d22a0d MIPS: Sync icache & dcache in set_pte_at by Paul Burton · 8 years ago
  73. f4281bb MIPS: Handle highmem pages in __update_cache by Paul Burton · 8 years ago
  74. 234859e4 MIPS: Flush highmem pages in __flush_dcache_page by Paul Burton · 8 years ago
  75. 1dbf6a8 MIPS: Add M6250 cases to CPU switch statements by Paul Burton · 8 years ago
  76. 1091bfa MIPS: Add P6600 cases to CPU switch statements by Paul Burton · 8 years ago
  77. 8d4925e MIPS: dma-default: Defend against NULL dev in massage_gfp_flags by Matt Redfearn · 9 years ago
  78. 47f2ac5 MIPS: I6400: Icache fills from dcache by James Hogan · 8 years ago
  79. b2a3c5b MIPS: c-r4k: Sync icache when it fills from dcache by James Hogan · 8 years ago
  80. 92a76f6 MIPS: Fix misspellings in comments. by Adam Buchbinder · 8 years ago
  81. 091bc3a MIPS: tlb-r4k: panic if the MMU doesn't support PAGE_SIZE by Paul Burton · 9 years ago
  82. 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  83. fe896d1 mm: introduce page reference manipulation functions by Joonsoo Kim · 8 years ago
  84. 56fa81f MIPS: scache: Fix scache init with invalid line size. by Govindraj Raja · 8 years ago
  85. 5ef11c3 mm: ASLR: use get_random_long() by Daniel Cashman · 8 years ago
  86. d4edcf0 mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm by Dave Hansen · 8 years ago
  87. 3af5a67 MIPS: Fix early CM probing by Paul Burton · 8 years ago
  88. e246468 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
  89. 4f33f6c MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefs by Huacai Chen · 8 years ago
  90. e1534ae mm: differentiate page_mapped() from page_mapcount() for compound pages by Kirill A. Shutemov · 8 years ago
  91. b278737 mips, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 8 years ago
  92. ddc58f2 mm: drop tail page refcounting by Kirill A. Shutemov · 8 years ago
  93. 9530d0f MIPS: fix DMA contiguous allocation by Qais Yousef · 9 years ago
  94. b84da9f Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  95. cab25bc MIPS: Extend hardware table walking support to MIPS64 by Paul Burton · 9 years ago
  96. 00bf1c6 MIPS: tlbex: Avoid placing software PTE bits in Entry* PFN fields by Paul Burton · 9 years ago
  97. c676589 MIPS: tlbex: Share MIPS32 32 bit phys & MIPS64 64 bit phys code by Paul Burton · 9 years ago
  98. 974a0b6 MIPS: tlbex: Remove some RIXI redundancy by Paul Burton · 9 years ago
  99. dbfd657 MIPS: tlbex: Stop open-coding build_convert_pte_to_entrylo by Paul Burton · 9 years ago
  100. 77c5b5d kmap_atomic_to_page() has no users, remove it by Nicolas Pitre · 9 years ago