1. 33692f2 vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 9 years ago
  2. 60815cf Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux by Linus Torvalds · 10 years ago
  3. 4218091 mips/gup: Replace ACCESS_ONCE with READ_ONCE by Christian Borntraeger · 10 years ago
  4. c0222ac0 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  5. 070e76c MIPS: tlbex: Fix potential HTW race on TLBL/M/S handlers by Leonid Yegoshin · 10 years ago
  6. e2965cd MIPS: Add MFHC0 and MTHC0 instructions to uasm. by Steven J. Hill · 10 years ago
  7. 15d45cc MIPS: Replace use of phys_t with phys_addr_t. by Ralf Baechle · 10 years ago
  8. 34adb28 MIPS: Replace MIPS-specific 64BIT_PHYS_ADDR with generic PHYS_ADDR_T_64BIT by Ralf Baechle · 10 years ago
  9. c441d4a MIPS: mm: Only build one microassembler that is suitable by Maciej W. Rozycki · 10 years ago
  10. d74b017 MIPS: BMIPS: Add special cache handling in c-r4k.c by Kevin Cernekee · 10 years ago
  11. 0dc294c MIPS: DMA: Explain the lack of special handling for R14000/R16000. by Ralf Baechle · 10 years ago
  12. 635c9907 MIPS: Remove useless parentheses by Ralf Baechle · 10 years ago
  13. 6a8dff6 MIPS: tlb-r4k: Add missing HTW stop/start sequences by Markos Chandras · 10 years ago
  14. 9e0f162 MIPS: tlbex: Properly fix HUGE TLB Refill exception handler by David Daney · 10 years ago
  15. 857b50f Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  16. b0e2a55 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  17. f464938 MIPS: DMA: Add cma support by Zubair Lutfullah Kakakhel · 10 years ago
  18. 0b70068 mm: export symbol dependencies of is_zero_pfn() by Ard Biesheuvel · 10 years ago
  19. 2a4a8b1 MIPS: Remove race window in page fault handling by Lars Persson · 10 years ago
  20. 475d592 Merge branch '3.16-fixes' into mips-for-linux-next by Ralf Baechle · 10 years ago
  21. ab9988a MIPS: Initialise MAARs by Paul Burton · 10 years ago
  22. 5890f70 MIPS: Use dedicated exception handler if CPU supports RI/XI exceptions by Leonid Yegoshin · 10 years ago
  23. f1014d1 MIPS: mm: Use the Hardware Page Table Walker if the core supports it by Markos Chandras · 10 years ago
  24. 1062080 MIPS: bugfix: missed cache flush of TLB refill handler by Leonid Yegoshin · 10 years ago
  25. 6ee1d93 MIPS: BCM47XX: Detect more then 128 MiB of RAM (HIGHMEM) by Rafał Miłecki · 10 years ago
  26. d377732 Revert "MIPS: Delete unused function add_temporary_entry." by Rafał Miłecki · 10 years ago
  27. e5cd534 MIPS: Remove incorrect NULL check in local_flush_tlb_page() by Emil Goode · 10 years ago
  28. bf4aac0 MIPS: c-r4k: Avoid duplicate CPU_74K/CPU_1074K checks by Maciej W. Rozycki · 10 years ago
  29. 8393c52 MIPS: tlbex: Fix a missing statement for HUGETLB by Huacai Chen · 10 years ago
  30. 84c68cb MIPS: mm: uasm: Fix lh micro-assembler instruction by Markos Chandras · 10 years ago
  31. 7682f9e MIPS: uasm: Add SLT uasm instruction by Markos Chandras · 10 years ago
  32. 9d98736 MIPS: uasm: Add s3s1s2 instruction builder by Markos Chandras · 10 years ago
  33. 82abb27 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  34. c177c81 hugetlb: restrict hugepage_migration_support() to x86_64 by Naoya Horiguchi · 10 years ago
  35. f8647b5 Merge branch '3.15-fixes' into mips-for-linux-next by Ralf Baechle · 10 years ago
  36. b05d59d Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into next by Linus Torvalds · 10 years ago
  37. f7a89f1 MIPS: Call find_vma with the mmap_sem held by Davidlohr Bueso · 10 years ago
  38. 18280ed MIPS: Add code for new system 'paravirt' by David Daney · 10 years ago
  39. 18a8cd6 MIPS: Add minimal support for OCTEON3 to c-r4k.c by David Daney · 10 years ago
  40. 35d0470 MIPS: Don't build fast TLB refill handler with 32-bit kernels by David Daney · 10 years ago
  41. 8248881 MIPS: uasm: Add lb uasm instruction by Markos Chandras · 10 years ago
  42. 16d21a8 MIPS: uasm: Add mflo uasm instruction by Markos Chandras · 10 years ago
  43. a8e897a MIPS: uasm: Add mul uasm instruction by Markos Chandras · 10 years ago
  44. d6b3314 MIPS: uasm: Add lh uam instruction by Markos Chandras · 10 years ago
  45. ab9e4fa MIPS: uasm: Add wsbh uasm instruction by Markos Chandras · 10 years ago
  46. e8ef868 MIPS: uasm: Add sltu uasm instruction by Markos Chandras · 10 years ago
  47. 390363e MIPS: uasm: Add sltiu uasm instruction by Markos Chandras · 10 years ago
  48. 7fa2268 MIPS: uasm: Add jalr uasm instruction by Markos Chandras · 10 years ago
  49. f3ec7a2 MIPS: uasm: Add mfhi uasm instruction by Markos Chandras · 10 years ago
  50. 4c12a85 MIPS: uasm: Add divu uasm instruction by Markos Chandras · 10 years ago
  51. f31318f MIPS: uasm: Add srlv uasm instruction by Markos Chandras · 10 years ago
  52. bef581b MIPS: uasm: Add sllv uasm instruction by Markos Chandras · 10 years ago
  53. 90f9135 MIPS: Export local_flush_icache_range for KVM by James Hogan · 10 years ago
  54. beef8e0 MIPS: uasm: Add u3u2u1 instruction builders by Markos Chandras · 10 years ago
  55. 2e2d663 Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-for-linux-next by Ralf Baechle · 10 years ago
  56. d674dd1 MIPS: uasm: add MT ASE yield instruction by Paul Burton · 10 years ago
  57. 53ed138 MIPS: uasm: add wait instruction by Paul Burton · 11 years ago
  58. 729ff56 MIPS: uasm: add sync instruction by Paul Burton · 11 years ago
  59. 49e9529b MIPS: uasm: add jalr instruction by Paul Burton · 10 years ago
  60. 8dee590 MIPS: uasm: add a label variant of beq by Paul Burton · 11 years ago
  61. e2a9e5a MIPS: add kmap_noncoherent to wire a cached non-coherent TLB entry by Paul Burton · 10 years ago
  62. f3f0d95 MIPS: R46000: Fix Micro-assembler field overflow for R4600 V2 by Thomas Bogendoerfer · 10 years ago
  63. b633648c5 MIPS: MT: Remove SMTC support by Ralf Baechle · 10 years ago
  64. c836732 MIPS: c-r4k: Call R4600_HIT_CACHEOP_WAR_IMPL only for 32 byte cache lines. by Ralf Baechle · 10 years ago
  65. 7bb3940 MIPS: mm: Fix broken microMIPS kernel regression. by Steven J. Hill · 10 years ago
  66. eaa38d6 MIPS: tlb-r4k: Add CPU PM callback to reconfigure TLB by James Hogan · 10 years ago
  67. 61d7304 MIPS: c-r4k: Add CPU PM callback for coherency by James Hogan · 10 years ago
  68. 8229f1a mips: export flush_icache_range by Kees Cook · 10 years ago
  69. c579d31 MIPS: Loongson: Add basic Loongson-3 CPU support by Huacai Chen · 10 years ago
  70. d7b1205 MIPS: Use current_cpu_type() instead of c->cputype by Wu Zhangjin · 14 years ago
  71. f36c472 MIPS: Add support for the M5150 processor by Leonid Yegoshin · 10 years ago
  72. 8005711 MIPS: Extend DMA_MAYBE_COHERENT logic to DMA_NONCOHERENT use by Manuel Lauss · 10 years ago
  73. 4676f93 MIPS: mm: c-r4k: Flush scache to avoid cache aliases by Leonid Yegoshin · 10 years ago
  74. 80ca69f MIPS: mm: c-r4k: Add support for flushing user pages from cache by Markos Chandras · 10 years ago
  75. 4caa906 MIPS: mm: c-r4k: Build EVA {d,i}cache flushing functions by Leonid Yegoshin · 10 years ago
  76. 0893d3f MIPS: mm: init: Add free_init_pages() callback for EVA by Markos Chandras · 10 years ago
  77. aced4cb MIPS: Add cases for CPU_P5600 by James Hogan · 10 years ago
  78. 0ee958e MIPS: Coherent Processing System SMP implementation by Paul Burton · 10 years ago
  79. 442e14a MIPS: Add 1074K CPU support explicitly. by Steven J. Hill · 10 years ago
  80. 02dc6bf MIPS: mm: c-r4k: Detect instruction cache aliases by Markos Chandras · 10 years ago
  81. cdfc830 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  82. 3b2663c mips: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  83. 885014b MIPS: improve checks for noncoherent DMA by Felix Fietkau · 11 years ago
  84. 26ab96d MIPS: Add support for interAptiv cores by Leonid Yegoshin · 11 years ago
  85. 75b5b5e MIPS: Add support for FTLBs by Leonid Yegoshin · 11 years ago
  86. 601cfa7 MIPS: mm: Use the TLBINVF instruction to flush the VTLB by Leonid Yegoshin · 11 years ago
  87. 708ac4b MIPS: Add support for the proAptiv cores by Leonid Yegoshin · 11 years ago
  88. c01905e MIPS: mm: Move UNIQUE_ENTRYHI macro to a header file by Markos Chandras · 11 years ago
  89. 175cba8 MIPS: mm: c-r4k: Panic if IL or DL fields have a reserved value by Markos Chandras · 11 years ago
  90. 43a0684 MIPS: fix blast_icache32 on loongson2 by Aaro Koskinen · 10 years ago
  91. bad009f MIPS: fix case mismatch in local_r4k_flush_icache_range() by Huacai Chen · 10 years ago
  92. 39cf275 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  93. 14bd8c0 MIPS: Loongson: Get rid of Loongson 2 #ifdefery all over arch/mips. by Ralf Baechle · 11 years ago
  94. f4ae17a MIPS: mm: Use scratch for PGD when !CONFIG_MIPS_PGD_C0_CONTEXT by Jayachandran C · 11 years ago
  95. 4e7f726 MIPS: Remove unnecessary platform dma helper functions by Felix Fietkau · 11 years ago
  96. c2377a4 MIPS: Move definition of SMP processor id register to header file by Jayachandran C · 11 years ago
  97. 37bf063 Merge tag 'v3.12-rc4' into sched/core by Ingo Molnar · 11 years ago
  98. 5596b0b MIPS: Fix forgotten preempt_enable() when CPU has inclusive pcaches by Yoichi Yuasa · 11 years ago
  99. 55c25c2 MIPS: mm: Move some checks out of 'for' loop in DMA operations by Jayachandran C · 11 years ago
  100. bdb4380 sched: Extract the basic add/sub preempt_count modifiers by Peter Zijlstra · 11 years ago