1. d3ce884 MIPS: Fix modpost error in modules attepting to use virt_addr_valid(). by Ralf Baechle · 12 years ago
  2. 348dd60 MIPS: Don't include <asm/page.h> unnecessarily. by Ralf Baechle · 12 years ago
  3. 9120963 Revert "MIPS: Optimise TLB handlers for MIPS32/64 R2 cores." by Ralf Baechle · 12 years ago
  4. cebfa85 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 12 years ago
  5. 241738b Merge branch 'mips-next' of http://dev.phrozen.org/githttp/mips-next into mips-for-linux-next by Ralf Baechle · 12 years ago
  6. bdf2050 MIPS: PMC-Sierra Yosemite: Remove support. by Ralf Baechle · 12 years ago
  7. b99fbc1 MIPS: Highmem: Fix build error if CONFIG_DEBUG_HIGHMEM is disabled by Ralf Baechle · 12 years ago
  8. a16dad7 MIPS: Fix potencial corruption by Ralf Baechle · 12 years ago
  9. e1ced09 MIPS/EDAC: Improve OCTEON EDAC support. by David Daney · 12 years ago
  10. 970d032 MIPS: Transparent Huge Pages support by Ralf Baechle · 12 years ago
  11. f65aad4 MIPS: Cavium: Add EDAC support. by Ralf Baechle · 12 years ago
  12. aa1762f MIPS: Control huge tlb support via Kconfig symbol MIPS_HUGE_TLB_SUPPORT by David Daney · 12 years ago
  13. b666186 mm: use vm_unmapped_area() on mips architecture by Michel Lespinasse · 12 years ago
  14. ac53c4f MIPS: Avoid mcheck by flushing page range in huge_ptep_set_access_flags() by David Daney · 12 years ago
  15. a2c763e MIPS: tlbex: Better debug output. by Ralf Baechle · 12 years ago
  16. fb2b1db MIPS: Remove R5000A. by Ralf Baechle · 12 years ago
  17. b5b64f2 MIPS: Move processing of coherency kernel parameters earlier by Shane McDonald · 12 years ago
  18. f151f3b MIPS: tlbex: Fix section mismatches by Kevin Cernekee · 12 years ago
  19. fb944c9 MIPS: hugetlbfs: Fix hazard between tlb write and pagemask restoration. by Ralf Baechle · 12 years ago
  20. 359187d MIPS: R5000: Fix TLB hazard handling. by Ralf Baechle · 12 years ago
  21. 02a5417 MIPS: tlbex: Deal with re-definition of label by Ralf Baechle · 12 years ago
  22. 748e787 MIPS: Optimize TLB refill for RI/XI configurations. by David Daney · 12 years ago
  23. f59a2d2 MIPS: Optimize pgd_init and pmd_init by David Daney · 12 years ago
  24. 485172b MIPS: Align swapper_pg_dir to 64K for better TLB Refill code. by David Daney · 12 years ago
  25. 9e2d865 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  26. 45cac65 readahead: fault retry breaks mmap file read random detection by Shaohua Li · 12 years ago
  27. 382fc33 Merge branch 'master' of git://dev.phrozen.org/mips-next into mips-for-linux-next by Ralf Baechle · 12 years ago
  28. 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
  29. 77a0d76 Merge branch 'rixi-3.7' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhill into mips-for-linux-next by Ralf Baechle · 12 years ago
  30. 05857c6 MIPS: Replace 'kernel_uses_smartmips_rixi' with 'cpu_has_rixi'. by Steven J. Hill · 12 years ago
  31. ff401e5 MIPS: Optimise TLB handlers for MIPS32/64 R2 cores. by Steven J. Hill · 12 years ago
  32. e6de1a0 MIPS: uasm: Add INS and EXT instructions. by Steven J. Hill · 12 years ago
  33. 625c0a2 MIPS: Avoid pipeline stalls on some MIPS32R2 cores. by Steven J. Hill · 12 years ago
  34. 006a851 MIPS: Add support for the 1074K core. by Steven J. Hill · 12 years ago
  35. af89fa3 MIPS: mm: Add compound tail page _mapcount when mapped by Jovi Zhang · 12 years ago
  36. 62cedc4 MIPS: introduce CPU_R4K_CACHE_TLB by Florian Fainelli · 13 years ago
  37. 71a1c77 MIPS: Fixup ordering of micro assembler instructions. by Steven J. Hill · 12 years ago
  38. dc34b05 MIPS: Fix decoding of c0_config1 for MIPSxx caches with 32 ways per set. by Douglas Leung · 12 years ago
  39. c022630 MIPS: Refactor 'clear_page' and 'copy_page' functions. by Steven J. Hill · 12 years ago
  40. 113c62d MIPS: Add support for the M14Kc core. by Steven J. Hill · 12 years ago
  41. 9cd9669b MIPS: Use board_cache_error_setup for r4k cache error handler setup. by David Daney · 12 years ago
  42. 586016e MIPS: Octeon: Use board_cache_error_setup for cache error handler setup. by David Daney · 12 years ago
  43. 58bca4a Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  44. 0b5f9c0 remove references to cpu_*_map in arch/ by Rusty Russell · 12 years ago
  45. b81947c Disintegrate asm/system.h for MIPS by David Howells · 12 years ago
  46. e8d51e5 MIPS: adapt for dma_map_ops changes by Andrzej Pietrasiewicz · 12 years ago
  47. a24401b highmem: kill all __kmap_atomic() by Cong Wang · 13 years ago
  48. 9c02048 mips: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  49. 43ca495 MIPS: fault.c: Port OOM changes to do_page_fault by Kautuk Consul · 13 years ago
  50. 7bf6612 Merge branches 'next/ar7', 'next/ath79', 'next/bcm63xx', 'next/bmips', 'next/cavium', 'next/generic', 'next/kprobes', 'next/lantiq', 'next/perf' and 'next/raza' into mips-for-linux-next by Ralf Baechle · 13 years ago
  51. 39b7414 Merge branch 'next/generic' into mips-for-linux-next by Ralf Baechle · 13 years ago
  52. d7a887a MIPS: Delete unused function add_temporary_entry. by Ralf Baechle · 13 years ago
  53. f467e4bf MIPS: Flush huge TLB by Hillf Danton · 13 years ago
  54. 1c773ea MIPS: Netlogic: Add XLP makefiles and config by Jayachandran C · 13 years ago
  55. a3d4fb2 MIPS: Netlogic: XLP CPU support. by Jayachandran C · 13 years ago
  56. 43064c0 MIPS: Handle initmem in systems with kernel not in add_memory_region() mem by David Daney · 13 years ago
  57. b1c10be MIPS: Add fast get_user_pages by Hillf Danton · 13 years ago
  58. 3d18c98 MIPS: Fix Jazz 64-bit build error. by Ralf Baechle · 13 years ago
  59. ab75dc0 MIPS: Fix up inconsistency in panic() string argument. by Ralf Baechle · 13 years ago
  60. 694b8c3 MIPS: Remove __init from add_wired_entry() by Manuel Lauss · 13 years ago
  61. d9cdc901 MIPS: cache: Provide cache flush operations for XFS by Ralf Baechle · 13 years ago
  62. 0f4ccbc MIPS: No branches in delay slots for huge pages in handle_tlbl by David Daney · 13 years ago
  63. d954ffe MIPS: tlbex: Fix build error in R3000 code. by Ralf Baechle · 13 years ago
  64. 1665010 MIPS: Trivial style cleanups in mmap.c by Kevin Cernekee · 13 years ago
  65. 6fd4ce8 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 13 years ago
  66. bf28607 MIPS: Close races in TLB modify handlers. by David Daney · 13 years ago
  67. 464fd83 MIPS: Limit fixrange_init() to the FIXMAP region by Kevin Cernekee · 14 years ago
  68. d0023c4 MIPS: Add SYNC after cacheflush by Kevin Cernekee · 14 years ago
  69. b6da0ff MIPS: pfn_valid() is broken on low memory HIGHMEM systems by Kevin Cernekee · 14 years ago
  70. e36863a MIPS: HIGHMEM DMA on noncoherent MIPS32 processors by Dezhong Diao · 14 years ago
  71. d0be89f MIPS: topdown mmap support by Jian Peng · 13 years ago
  72. a8b0ca1 perf: Remove the nmi parameter from the swevent and overflow interface by Peter Zijlstra · 13 years ago
  73. 1c39517 mm: now that all old mmu_gather code is gone, remove the storage by Peter Zijlstra · 13 years ago
  74. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  75. 6f6c3c3 MIPS: Move arch_get_unmapped_area and gang to new file. by Ralf Baechle · 13 years ago
  76. 7f058e8 MIPS: Kconfig and Makefile update for Netlogic XLR/XLS by Jayachandran C · 13 years ago
  77. efa0f81 MIPS: Netlogic: Cache, TLB support and feature overrides for XLR by Jayachandran C · 13 years ago
  78. 4a9040f MIPS: tlbex: Fix GCC 4.6.0 build error by Ralf Baechle · 13 years ago
  79. 71271aa MIPS: c-r4k: Fix GCC 4.6.0 build error by Ralf Baechle · 13 years ago
  80. 07f9479 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  81. 79add62 update David Miller's old email address by Justin P. Mattock · 13 years ago
  82. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  83. d3ce0e9 MIPS: Fix GCC-4.6 'set but not used' warning in arch/mips/mm/init.c by David Daney · 14 years ago
  84. e1c87d2 MIPS: Add an unreachable return statement to satisfy buggy GCCs. by David Daney · 14 years ago
  85. 8d662c8 MIPS: Use WARN() in uasm for better diagnostics. by David Daney · 14 years ago
  86. 2c8c53e MIPS: Optimize TLB handlers for Octeon CPUs by David Daney · 14 years ago
  87. bb3d68c MIPS: Add LDX and LWX instructions to uasm. by David Daney · 14 years ago
  88. cc33ae4 MIPS: Use BBIT instructions in TLB handlers by David Daney · 14 years ago
  89. 3d8bfdd MIPS: Use C0_KScratch (if present) to hold PGD pointer. by David Daney · 14 years ago
  90. c42aef0 MIPS: Add DINSM to uasm. by David Daney · 14 years ago
  91. 081d835 MIPS: Fix build errors in sc-mips.c by Kevin Cernekee · 14 years ago
  92. a3aad4a MIPS: Rename mips_dma_cache_sync back to dma_cache_sync by Ralf Baechle · 14 years ago
  93. ea31a6b MIPS: Honor L2 bypass bit by Kevin Cernekee · 14 years ago
  94. 602977b MIPS: Decouple BMIPS CPU support from bcm47xx/bcm63xx SoC code by Kevin Cernekee · 14 years ago
  95. 7f788d2 MIPS: add support for software performance events by Deng-Cheng Zhu · 14 years ago
  96. c994115 MIPS: Octeon: Apply CN63XXP1 errata workarounds. by David Daney · 14 years ago
  97. f8bf7e6 MIPS: Octeon: Handle Octeon II caches. by David Daney · 14 years ago
  98. 48e1fd5 MIPS: Convert DMA to use dma-mapping-common.h by David Daney · 14 years ago
  99. 48a26e6 MIPS: Remove wait argument of r4k_on_each_cpu by Ralf Baechle · 14 years ago
  100. c8c5f3f MIPS: More detailed description of r4k_on_each_cpu by Ralf Baechle · 14 years ago