1. af6dc22 [MIPS] tlb-r4k: Nuke broken paranoia error test. by Ralf Baechle · 16 years ago
  2. e66ddf1 mips: use generic show_mem() by Johannes Weiner · 16 years ago
  3. 8d8bb39 dma-mapping: add the device argument to dma_mapping_error() by FUJITA Tomonori · 16 years ago
  4. 7e2225d Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 16 years ago
  5. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 16 years ago
  6. 17f61e6 [MIPS] Make two functions static by Dmitri Vorobiev · 16 years ago
  7. 14defd9 [MIPS] Fix 32bit kernels on R4k with 128 byte cache line size by Thomas Bogendoerfer · 16 years ago
  8. b32dfbb [MIPS] Atlas, decstation: Fix section mismatches triggered by defconfigs by Shane McDonald · 16 years ago
  9. 8691e5a smp_call_function: get rid of the unused nonatomic/retry argument by Jens Axboe · 16 years ago
  10. c9c5023 [MIPS] Fix buggy use of kmap_coherent. by Ralf Baechle · 16 years ago
  11. 7bd0fea [MIPS] Fix the fix for divide by zero error in build_{clear,copy}_page by Atsushi Nemoto · 16 years ago
  12. 89052bd [MIPS] Fix build for PNX platforms. by Ralf Baechle · 16 years ago
  13. 497d2ad [MIPS] Export empty_zero_page for sake of the ext4 module. by Ralf Baechle · 16 years ago
  14. cd9da13 Fix divide by zero error in build_clear_page() and build_copy_page() by Yoichi Yuasa · 16 years ago
  15. 326e2e1 [MIPS] R4700: Fix build_tlb_probe_entry by Thomas Bogendoerfer · 16 years ago
  16. a640630 [MIPS] unexport __kmap_atomic_to_page by Adrian Bunk · 16 years ago
  17. e698d66 [MIPS] unexport copy_from_user_page() by Dmitri Vorobiev · 16 years ago
  18. 715243e [MIPS] unexport copy_to_user_page() by Dmitri Vorobiev · 16 years ago
  19. 11327ef [MIPS] unexport copy_user_highpage() by Dmitri Vorobiev · 16 years ago
  20. f2ce89f [MIPS] remove redundant display of free swap space in show_mem() by Johannes Weiner · 16 years ago
  21. 39b8d52 [MIPS] Add support for MIPS CMP platform. by Ralf Baechle · 16 years ago
  22. 3513369 [MIPS] Allow setting of the cache attribute at run time. by Chris Dearman · 17 years ago
  23. 962f480 [MIPS] All MIPS32 processors support64-bit physical addresses. by Chris Dearman · 17 years ago
  24. fb2a27e7 [MIPS] Reimplement clear_page/copy_page by Thiemo Seufer · 16 years ago
  25. 9c5a3d7 [MIPS] Handle aliases in vmalloc correctly. by Ralf Baechle · 16 years ago
  26. b1ec4c8 [MIPS] Add missing 4KEC TLB refill handler by Thomas Bogendoerfer · 16 years ago
  27. 234fcd1 [MIPS] Fix loads of section missmatches by Ralf Baechle · 16 years ago
  28. a7c2996 [MIPS] Fix typo in comment by Thiemo Seufer · 16 years ago
  29. 345599a [MIPS] SB1: Fix CONFIG_SIBYTE_DMA_PAGEOPS build failure. by Thiemo Seufer · 16 years ago
  30. 9a74b3e [MIPS] Fix buggy invocations of kmap_coherent() by Ralf Baechle · 16 years ago
  31. 2eaa7ec [MIPS] Handle I-cache coherency in flush_cache_range() by Ralf Baechle · 17 years ago
  32. 603e82e arch/mips/: Spelling fixes by Joe Perches · 17 years ago
  33. e30ec45 [MIPS] Split the micro-assembler from tlbex.c. by Thiemo Seufer · 17 years ago
  34. 237cfee [MIPS] Alchemy: Au1210/Au1250 CPU support by Manuel Lauss · 17 years ago
  35. c7c6b39 [MIPS] Use correct dma flushing in dma_cache_sync() by Thomas Bogendoerfer · 17 years ago
  36. e9c3357 [MIPS] Use real cache invalidate by Thomas Bogendoerfer · 17 years ago
  37. 92b1e6a [MIPS] tlbex.c: cleanup debug code by Franck Bui-Huu · 17 years ago
  38. cbdbe07 [MIPS] tlbex.c: use __cacheline_aligned instead of __tlb_handler_align by Franck Bui-Huu · 17 years ago
  39. f49b94d8c [MIPS] tlbex.c: cleanup include files by Franck Bui-Huu · 17 years ago
  40. a9af604 [MIPS] tlbex.c: Cleanup __init usages. by Franck Bui-Huu · 17 years ago
  41. 33202349 [MIPS] Remove useless S-cache flushes. by Ralf Baechle · 17 years ago
  42. 526af35 [MIPS] Use pte_present instead of open coded test for _PAGE_PRESENT. by Ralf Baechle · 17 years ago
  43. 619b6e1 [MIPS] R4000/R4400 daddiu erratum workaround by Maciej W. Rozycki · 17 years ago
  44. 161548b [MIPS] tlbex: Cleanup handling of R2 hazards in TLB handlers. by Ralf Baechle · 17 years ago
  45. 3201671 [MIPS] Wrong CONFIG option prevents setup of DMA zone. by Thomas Bogendoerfer · 17 years ago
  46. cce335ae [MIPS] 64-bit Sibyte kernels need DMA32. by Ralf Baechle · 17 years ago
  47. 33b75e5c [MIPS] Sibyte: Replace use of removed IO_SPACE_BASE with IOADDR. by Ralf Baechle · 17 years ago
  48. a8049c5 [MIPS] Convert reference to mem_map to pfn_to_page(). by Ralf Baechle · 17 years ago
  49. a754f70 [MIPS] Sibyte: resurrect old cache hack. by Ralf Baechle · 17 years ago
  50. a76ab5c [MIPS] MT: Fix bug in multithreaded kernels. by Ralf Baechle · 17 years ago
  51. 21b2aec [MIPS] c-r3k: Implement flush_cache_range() by Maciej W. Rozycki · 17 years ago
  52. 6e86b0b [MIPS] Cleanup random difference between the lmo and kernel.org tree. by Ralf Baechle · 17 years ago
  53. 4fcc47a mips: sg_page() fallout by Jens Axboe · 17 years ago
  54. 58b053e Update arch/ to use sg helpers by Jens Axboe · 17 years ago
  55. b460cbc pid namespaces: define is_global_init() and is_container_init() by Serge E. Hallyn · 17 years ago
  56. 622a9ed Remove dma_cache_(wback|inv|wback_inv) functions by Ralf Baechle · 17 years ago
  57. ebc2831 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 17 years ago
  58. 64bfca5 [MIPS] Cache: Provide more information on cache policy on bootup. by Ralf Baechle · 17 years ago
  59. 985c30e [MIPS] Fix aliasing bug in copy_user_highpage, take 2. by Ralf Baechle · 17 years ago
  60. dcca2bd During VM oom condition, kill all threads in process group by Will Schmidt · 17 years ago
  61. 6f1ca1d [MIPS] Revert "[MIPS] tlbex.c: Cleanup __init usage." by Ralf Baechle · 17 years ago
  62. aaf76a3 [MIPS] tlbex.c: Cleanup __init usage. by Franck Bui-Huu · 17 years ago
  63. 21a151d [MIPS] checkfiles: Fix "need space after that ','" errors. by Ralf Baechle · 17 years ago
  64. 49a89ef [MIPS] Fix "no space between function name and open parenthesis" warnings. by Ralf Baechle · 17 years ago
  65. 10cc352 [MIPS] Allow hardwiring of the CPU type to a single type for optimization. by Ralf Baechle · 17 years ago
  66. aeffdbb [MIPS] tlbex: Size optimize code by declaring a few functions inline. by Ralf Baechle · 17 years ago
  67. 1ac74d5 [MIPS] pg-r4k.c: Dump the generated code by Maciej W. Rozycki · 17 years ago
  68. db813fe [MIPS] Avoid indexed cacheops. by Ralf Baechle · 17 years ago
  69. 641e97f [MIPS] Sibyte: Replace SB1 cachecode with standard R4000 class cache code. by Ralf Baechle · 17 years ago
  70. 1c0c13e [MIPS] Add support for BCM47XX CPUs. by Aurelien Jarno · 17 years ago
  71. f6a9e6d [MIPS] pg-r4k.c: Fix a typo in an R4600 v2 erratum workaround by Maciej W. Rozycki · 17 years ago
  72. 8df5bea [MIPS] Workaround for 4Kc machine check exception by Maciej W. Rozycki · 18 years ago
  73. b868868 [MIPS] Fix aliasing bug in copy_user_highpage. by Ralf Baechle · 17 years ago
  74. d6698a2 [MIPS] TLB: Fix instruction bitmasks by Thiemo Seufer · 17 years ago
  75. 8bce4e9 [MIPS] R10000: Fix wrong test in dma-default.c by Maxime Bizon · 17 years ago
  76. 9975e77 [MIPS] Gcc 3.3 build fixes. by Ralf Baechle · 17 years ago
  77. dde96ca [MIPS] Use -Werror on subdirectories which build cleanly. by Ralf Baechle · 17 years ago
  78. e001e52 [MIPS] Replace use of stext with _stext. by Ralf Baechle · 17 years ago
  79. f5dbeaf [MIPS] Replace __attribute_used__ with __used by David Rientjes · 17 years ago
  80. fb4bb13 [MIPS] Mark prom_free_prom_memory as __init_refok by Atsushi Nemoto · 17 years ago
  81. 83c5407 mm: fault feedback #2 by Nick Piggin · 17 years ago
  82. 62b3963 [MIPS] SB1: Fix modpost warning. by Ralf Baechle · 17 years ago
  83. 2a21c73 [MIPS] define Hit_Invalidate_I to Index_Invalidate_I for loongson2 by Fuxin Zhang · 17 years ago
  84. 24e9d0b96 [MIPS] Hook for platforms to define cachability of /dev/mem regions by Ralf Baechle · 17 years ago
  85. fbd5604 [MIPS] Make dma_map_sg handle sg elements which are longer than one page by Thomas Bogendoerfer · 17 years ago
  86. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  87. e8b6d40 [MIPS] tlbex: use __maybe_unused by David Rientjes · 17 years ago
  88. 599ca0f [MIPS] Remove LIMITED_DMA support by Franck Bui-Huu · 17 years ago
  89. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  90. eacb9d6 [MIPS] Remove unused argument from kunmap_coherent(). by Ralf Baechle · 17 years ago
  91. 0550233 [MIPS] Select ZONE_DMA only if GENERIC_ISA_DMA selected by Atsushi Nemoto · 17 years ago
  92. d6f7036 [MIPS] do_page_fault() needs to use raw_smp_processor_id(). by Ralf Baechle · 17 years ago
  93. 8fb303c [MIPS] SB1250: Fix bugs/warnings by creative use of volatile. by Ralf Baechle · 17 years ago
  94. 41a8198 [MIPS] SB1: Fix pile of gcc's bogus format string warnings. by Ralf Baechle · 17 years ago
  95. e007566 [MIPS] R3000: local_flush_data_cache_page take a pointer argument. by Ralf Baechle · 17 years ago
  96. 7575a49 [MIPS] Implement flush_anon_page(). by Ralf Baechle · 17 years ago
  97. 80e8959 [MIPS] SPARSEMEM: The first pfn of zone should be min_low_pfn, not 0. by Atsushi Nemoto · 17 years ago
  98. c9d0696 [MIPS] Always use virt_to_phys() when translating kernel addresses by Franck Bui-Huu · 17 years ago
  99. a5664c4 [MIPS] TX39: Remove redundant tx39_blast_icache() calls by Atsushi Nemoto · 17 years ago
  100. 5b648a9 [MIPS] dma_sync_sg_for_cpu is a no-op except for non-coherent R10000s. by Ralf Baechle · 17 years ago