1. 631330f MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users. by Ralf Baechle · 15 years ago
  2. 605b7ef MIPS: Support 64-byte D-cache line size by Kevin Cernekee · 15 years ago
  3. 7fc7316 MIPS: Print the actual detected I-cache associativity on bootup. by Ralf Baechle · 15 years ago
  4. 270717a MIPS: Alchemy: unify CPU model constants. by Manuel Lauss · 15 years ago
  5. 5864810 MIPS: VR5500: Enable prefetch by Shinya Kuribayashi · 15 years ago
  6. a8ca8b6 MIPS: Avoid destructive invalidation on partial cachelines. by Ralf Baechle · 16 years ago
  7. e0cee3e [MIPS] Fix WARNING: at kernel/smp.c:290 by Thomas Bogendoerfer · 16 years ago
  8. 8691e5a smp_call_function: get rid of the unused nonatomic/retry argument by Jens Axboe · 16 years ago
  9. c9c5023 [MIPS] Fix buggy use of kmap_coherent. by Ralf Baechle · 16 years ago
  10. 89052bd [MIPS] Fix build for PNX platforms. by Ralf Baechle · 16 years ago
  11. 39b8d52 [MIPS] Add support for MIPS CMP platform. by Ralf Baechle · 16 years ago
  12. 3513369 [MIPS] Allow setting of the cache attribute at run time. by Chris Dearman · 17 years ago
  13. 9c5a3d7 [MIPS] Handle aliases in vmalloc correctly. by Ralf Baechle · 16 years ago
  14. 234fcd1 [MIPS] Fix loads of section missmatches by Ralf Baechle · 16 years ago
  15. 2eaa7ec [MIPS] Handle I-cache coherency in flush_cache_range() by Ralf Baechle · 16 years ago
  16. 603e82e arch/mips/: Spelling fixes by Joe Perches · 16 years ago
  17. 237cfee [MIPS] Alchemy: Au1210/Au1250 CPU support by Manuel Lauss · 17 years ago
  18. e9c3357 [MIPS] Use real cache invalidate by Thomas Bogendoerfer · 17 years ago
  19. 33202349 [MIPS] Remove useless S-cache flushes. by Ralf Baechle · 16 years ago
  20. 526af35 [MIPS] Use pte_present instead of open coded test for _PAGE_PRESENT. by Ralf Baechle · 16 years ago
  21. a754f70 [MIPS] Sibyte: resurrect old cache hack. by Ralf Baechle · 17 years ago
  22. a76ab5c [MIPS] MT: Fix bug in multithreaded kernels. by Ralf Baechle · 17 years ago
  23. 64bfca5 [MIPS] Cache: Provide more information on cache policy on bootup. by Ralf Baechle · 17 years ago
  24. 21a151d [MIPS] checkfiles: Fix "need space after that ','" errors. by Ralf Baechle · 17 years ago
  25. 10cc352 [MIPS] Allow hardwiring of the CPU type to a single type for optimization. by Ralf Baechle · 17 years ago
  26. db813fe [MIPS] Avoid indexed cacheops. by Ralf Baechle · 17 years ago
  27. 641e97f [MIPS] Sibyte: Replace SB1 cachecode with standard R4000 class cache code. by Ralf Baechle · 17 years ago
  28. e001e52 [MIPS] Replace use of stext with _stext. by Ralf Baechle · 17 years ago
  29. 2a21c73 [MIPS] define Hit_Invalidate_I to Index_Invalidate_I for loongson2 by Fuxin Zhang · 17 years ago
  30. 617667b [MIPS] Avoid dupliate D-cache flush on R400C / R4400 SC and MC variants. by Ralf Baechle · 18 years ago
  31. 0550d9d [MIPS] Remove redundant r4k_blast_icache() calls by Atsushi Nemoto · 18 years ago
  32. c59a0f1 [MIPS] Remove __flush_icache_page by Atsushi Nemoto · 18 years ago
  33. a00f631 [MIPS] c-r4k: Convert init functions from inline to __init. by Ralf Baechle · 18 years ago
  34. f650279 [MIPS] Do not use drop_mmu_context to flusing other task's VIPT I-cache. by Atsushi Nemoto · 18 years ago
  35. 585fa72 [MIPS] Retire flush_icache_page from mm use. by Ralf Baechle · 18 years ago
  36. df586d5 [MIPS] c-r4k: Typo fix. by Ralf Baechle · 18 years ago
  37. 2874fe5 [MIPS] vr41xx: Replace magic number for P4K bit with symbol. by Yoichi Yuasa · 18 years ago
  38. 1058ecd [MIPS] vr41xx: Changed workaround to recommended method by Yoichi Yuasa · 18 years ago
  39. 4e8ab36 [MIPS] VR41xx: Set VR41_CONF_BP only for PrId 0x0c80. by Yoichi Yuasa · 18 years ago
  40. fc5d2d2 [MIPS] Use the proper technical term for naming some of the cache macros. by Ralf Baechle · 18 years ago
  41. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  42. 2e78ae3 [MIPS] 74K: Assume it will also have an AR bit in config7 by Ralf Baechle · 18 years ago
  43. beab375 [MIPS] Treat CPUs with AR bit as physically indexed. by Ralf Baechle · 18 years ago
  44. 73f4035 [MIPS] Fix handling of 0 length I & D caches. by Chris Dearman · 18 years ago
  45. 9318c51 [MIPS] MIPS32/MIPS64 secondary cache management by Chris Dearman · 18 years ago
  46. 9370b35 [MIPS] Save write-only Config.OD from being clobbered by Sergei Shtylyov · 18 years ago
  47. 44d921b [MIPS] Treat R14000 like R10000. by Kumba · 18 years ago
  48. 7f3f1d0 [MIPS] Fix deadlock on MP with cache aliases. by Ralf Baechle · 18 years ago
  49. 98a41de [MIPS] Add missing 34K processor IDs by Nigel Stephens · 18 years ago
  50. 3c68da7 [MIPS] Use __ffs() instead of ffs() for waybit calculation. by Atsushi Nemoto · 18 years ago
  51. 7e3bfc7 [MIPS] Handle IDE PIO cache aliases on SMP. by Ralf Baechle · 18 years ago
  52. 67a3f6d [MIPS] Fix tx49_blast_icache32_page_indexed. by Atsushi Nemoto · 18 years ago
  53. de862b4 [MIPS] TX49XX has prefetch. by Atsushi Nemoto · 18 years ago
  54. de62893 [MIPS] local_r4k_flush_cache_page fix by Atsushi Nemoto · 18 years ago
  55. 4debe4f [MIPS] Initialize S-cache function pointers even on S-cache-less CPUs. by Ralf Baechle · 18 years ago
  56. 41700e7 [MIPS] Add protected_blast_icache_range, blast_icache_range, etc. by Atsushi Nemoto · 18 years ago
  57. d4264f1 [MIPS] Remove wrong __user tags. by Atsushi Nemoto · 18 years ago
  58. e7958bb MIPS: Rename MIPS_CPU_ISA_M{32,64} -> MIPS_CPU_ISA_M{32,64}R1. by Ralf Baechle · 19 years ago
  59. 6ec2580 Rename page argument of flush_cache_page to something more descriptive. by Ralf Baechle · 19 years ago
  60. 02cf211 Cleanup the mess in cpu_cache_init. by Ralf Baechle · 19 years ago
  61. 10a3dab Add/Fix missing bit of R4600 hit cacheop workaround. by Thiemo Seufer · 19 years ago
  62. 02fe2c9 Minor code cleanup. by Thiemo Seufer · 19 years ago
  63. d8748a3 More .set push/pop. by Thiemo Seufer · 19 years ago
  64. 330cfe0 Let r4600 PRID detection match only legacy CPUs, cleanups. by Thiemo Seufer · 19 years ago
  65. 1d40cfc Avoid SMP cacheflushes. This is a minor optimization of startup but by Ralf Baechle · 19 years ago
  66. e01402b More AP / SP bits for the 34K, the Malta bits and things. Still wants by Ralf Baechle · 19 years ago
  67. ec74e36 Mark a few variables __read_mostly. by Ralf Baechle · 19 years ago
  68. cc61c1f MIPS R2 instruction hazard handling. by Ralf Baechle · 19 years ago
  69. ba5187d Better interface to run uncached cache setup code. by Thiemo Seufer · 19 years ago
  70. fe00f94 Sparseify MIPS. by Ralf Baechle · 19 years ago
  71. e3ad1c2 Base Au1200 2.6 support. by Pete Popov · 19 years ago
  72. 26a51b2 Use intermediate variable. by Thiemo Seufer · 19 years ago
  73. 79acf83 Moves a test which determines if we actually need to perform a by Ralf Baechle · 19 years ago
  74. c6e8b58 Update MIPS to use the 4-level pagetable code thereby getting rid of by Ralf Baechle · 19 years ago
  75. 505403b 25Kf is also physically indexed. by Ralf Baechle · 19 years ago
  76. a95970f 20Kc and SB1 don't suffer from aliases. by Ralf Baechle · 19 years ago
  77. ae6aafe Move missplaced code line to the right place. by Ralf Baechle · 19 years ago
  78. d1e344e Use hardware mechanism to deal with cache aliases in the 24K. by Ralf Baechle · 19 years ago
  79. 28ecca4 Remove old wrong bits of cache code. by Ralf Baechle · 19 years ago
  80. 42a3b4f [PATCH] mips: nuke trailing whitespace by Ralf Baechle · 19 years ago
  81. 875d43e [PATCH] mips: clean up 32/64-bit configuration by Ralf Baechle · 19 years ago
  82. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago