1. 622a9ed Remove dma_cache_(wback|inv|wback_inv) functions by Ralf Baechle · 17 years ago
  2. ebc2831 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 17 years ago
  3. 64bfca5 [MIPS] Cache: Provide more information on cache policy on bootup. by Ralf Baechle · 17 years ago
  4. 985c30e [MIPS] Fix aliasing bug in copy_user_highpage, take 2. by Ralf Baechle · 17 years ago
  5. dcca2bd During VM oom condition, kill all threads in process group by Will Schmidt · 17 years ago
  6. 6f1ca1d [MIPS] Revert "[MIPS] tlbex.c: Cleanup __init usage." by Ralf Baechle · 17 years ago
  7. aaf76a3 [MIPS] tlbex.c: Cleanup __init usage. by Franck Bui-Huu · 17 years ago
  8. 21a151d [MIPS] checkfiles: Fix "need space after that ','" errors. by Ralf Baechle · 17 years ago
  9. 49a89ef [MIPS] Fix "no space between function name and open parenthesis" warnings. by Ralf Baechle · 17 years ago
  10. 10cc352 [MIPS] Allow hardwiring of the CPU type to a single type for optimization. by Ralf Baechle · 17 years ago
  11. aeffdbb [MIPS] tlbex: Size optimize code by declaring a few functions inline. by Ralf Baechle · 17 years ago
  12. 1ac74d5 [MIPS] pg-r4k.c: Dump the generated code by Maciej W. Rozycki · 17 years ago
  13. db813fe [MIPS] Avoid indexed cacheops. by Ralf Baechle · 17 years ago
  14. 641e97f [MIPS] Sibyte: Replace SB1 cachecode with standard R4000 class cache code. by Ralf Baechle · 17 years ago
  15. 1c0c13e [MIPS] Add support for BCM47XX CPUs. by Aurelien Jarno · 17 years ago
  16. f6a9e6d [MIPS] pg-r4k.c: Fix a typo in an R4600 v2 erratum workaround by Maciej W. Rozycki · 17 years ago
  17. 8df5bea [MIPS] Workaround for 4Kc machine check exception by Maciej W. Rozycki · 18 years ago
  18. b868868 [MIPS] Fix aliasing bug in copy_user_highpage. by Ralf Baechle · 17 years ago
  19. d6698a2 [MIPS] TLB: Fix instruction bitmasks by Thiemo Seufer · 17 years ago
  20. 8bce4e9 [MIPS] R10000: Fix wrong test in dma-default.c by Maxime Bizon · 17 years ago
  21. 9975e77 [MIPS] Gcc 3.3 build fixes. by Ralf Baechle · 17 years ago
  22. dde96ca [MIPS] Use -Werror on subdirectories which build cleanly. by Ralf Baechle · 17 years ago
  23. e001e52 [MIPS] Replace use of stext with _stext. by Ralf Baechle · 17 years ago
  24. f5dbeaf [MIPS] Replace __attribute_used__ with __used by David Rientjes · 17 years ago
  25. fb4bb13 [MIPS] Mark prom_free_prom_memory as __init_refok by Atsushi Nemoto · 17 years ago
  26. 83c5407 mm: fault feedback #2 by Nick Piggin · 17 years ago
  27. 62b3963 [MIPS] SB1: Fix modpost warning. by Ralf Baechle · 17 years ago
  28. 2a21c73 [MIPS] define Hit_Invalidate_I to Index_Invalidate_I for loongson2 by Fuxin Zhang · 18 years ago
  29. 24e9d0b96 [MIPS] Hook for platforms to define cachability of /dev/mem regions by Ralf Baechle · 17 years ago
  30. fbd5604 [MIPS] Make dma_map_sg handle sg elements which are longer than one page by Thomas Bogendoerfer · 18 years ago
  31. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 18 years ago
  32. e8b6d40 [MIPS] tlbex: use __maybe_unused by David Rientjes · 18 years ago
  33. 599ca0f [MIPS] Remove LIMITED_DMA support by Franck Bui-Huu · 18 years ago
  34. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
  35. eacb9d6 [MIPS] Remove unused argument from kunmap_coherent(). by Ralf Baechle · 18 years ago
  36. 0550233 [MIPS] Select ZONE_DMA only if GENERIC_ISA_DMA selected by Atsushi Nemoto · 18 years ago
  37. d6f7036 [MIPS] do_page_fault() needs to use raw_smp_processor_id(). by Ralf Baechle · 18 years ago
  38. 8fb303c [MIPS] SB1250: Fix bugs/warnings by creative use of volatile. by Ralf Baechle · 18 years ago
  39. 41a8198 [MIPS] SB1: Fix pile of gcc's bogus format string warnings. by Ralf Baechle · 18 years ago
  40. e007566 [MIPS] R3000: local_flush_data_cache_page take a pointer argument. by Ralf Baechle · 18 years ago
  41. 7575a49 [MIPS] Implement flush_anon_page(). by Ralf Baechle · 18 years ago
  42. 80e8959 [MIPS] SPARSEMEM: The first pfn of zone should be min_low_pfn, not 0. by Atsushi Nemoto · 18 years ago
  43. c9d0696 [MIPS] Always use virt_to_phys() when translating kernel addresses by Franck Bui-Huu · 18 years ago
  44. a5664c4 [MIPS] TX39: Remove redundant tx39_blast_icache() calls by Atsushi Nemoto · 18 years ago
  45. 5b648a9 [MIPS] dma_sync_sg_for_cpu is a no-op except for non-coherent R10000s. by Ralf Baechle · 18 years ago
  46. 36a8853 [MIPS] Fix and cleanup the mess that a dozen prom_printf variants are. by Ralf Baechle · 18 years ago
  47. 9b43fb6 [MIPS] Fix dma_sync_*_for_device() functions by Thomas Bogendoerfer · 18 years ago
  48. d2af363 [MIPS] Kill redundant EXTRA_AFLAGS by Atsushi Nemoto · 18 years ago
  49. 5ce704f Revert "[PATCH] Generic ioremap_page_range: mips conversion" by Ralf Baechle · 18 years ago
  50. bf15f76 [MIPS] Declare highstart_pfn, highend_pfn only if CONFIG_HIGHMEM=y by Ralf Baechle · 18 years ago
  51. 6a1e552 [MIPS] Add external declaration of pagetable_init() to pgalloc.h by Atsushi Nemoto · 18 years ago
  52. 366d6ae [MIPS] Fix uniprocessor Sibyte builds. by Andrew Sharp · 18 years ago
  53. 9a88cbb [MIPS] Unify dma-{coherent,noncoherent.ip27,ip32} by Ralf Baechle · 18 years ago
  54. 82ddcb0 [PATCH] extend the set of "__attribute__" shortcut macros by Robert P. J. Day · 18 years ago
  55. 69a6c31 [MIPS] Move some kernel globals from asm file to C file. by Atsushi Nemoto · 18 years ago
  56. db84dc6 [MIPS] Setup min_low_pfn/max_low_pfn correctly by Franck Bui-Huu · 18 years ago
  57. c44e8d5 [MIPS] prom_free_prom_memory cleanup by Atsushi Nemoto · 18 years ago
  58. 80aac59 [MIPS] Fix reported amount of freed memory - it's in kB not bytes by Thiemo Seufer · 18 years ago
  59. 2806ccd [MIPS] Delete duplicate call to load_irq_save. by Ralf Baechle · 18 years ago
  60. 33b06b5 [MIPS] TX49: Fix use of CDEX build_store_reg() by Atsushi Nemoto · 18 years ago
  61. bcd0228 [PATCH] MIPS: Fix COW D-cache aliasing on fork by Atsushi Nemoto · 18 years ago
  62. cbb8fc0 [MIPS] paging_init(): use highend_pfn/highstart_pfn by Franck Bui-Huu · 18 years ago
  63. 9202f32 [MIPS] Export local_flush_data_cache_page for sake of IDE. by Ralf Baechle · 18 years ago
  64. 8e08792 [PATCH] Generic ioremap_page_range: mips conversion by Haavard Skinnemoen · 18 years ago
  65. d3fa72e [PATCH] Pass struct dev pointer to dma_cache_sync() by Ralf Baechle · 18 years ago
  66. f67637e [PATCH] Add struct dev pointer to dma_is_consistent() by Ralf Baechle · 18 years ago
  67. a866374 [PATCH] mm: pagefault_{disable,enable}() by Peter Zijlstra · 18 years ago
  68. 617667b [MIPS] Avoid dupliate D-cache flush on R400C / R4400 SC and MC variants. by Ralf Baechle · 18 years ago
  69. 0550d9d [MIPS] Remove redundant r4k_blast_icache() calls by Atsushi Nemoto · 18 years ago
  70. 656be92 [MIPS] Load modules to CKSEG0 if CONFIG_BUILD_ELF64=n by Atsushi Nemoto · 18 years ago
  71. acd86b8 [MIPS] Make free_init_pages() arguments to be physical addresses by Franck Bui-Huu · 18 years ago
  72. a7837b7 [MIPS] setup.c: clean up initrd related code by Franck Bui-Huu · 18 years ago
  73. 99e3b94 [MIPS] page.h: remove __pa() usages. by Franck Bui-Huu · 18 years ago
  74. eb48287 [MIPS] Hack for SB1 cache issues by Thiemo Seufer · 18 years ago
  75. d6b861c [MIPS] SB1: On bootup only flush cache on local CPU. by Ralf Baechle · 18 years ago
  76. 242954b [MIPS] 16K & 64K page size fixes by Ralf Baechle · 18 years ago
  77. 9448b8f [MIPS] Make SB1 cache flushes not to use on_each_cpu by Manish Lachwani · 18 years ago
  78. f0ec69e [MIPS] Fix warning about unused definition in c-sb1.c by Yoichi Yuasa · 18 years ago
  79. f8829ca [MIPS] Fix aliasing bug in copy_to_user_page / copy_from_user_page by Ralf Baechle · 18 years ago
  80. d89e36d [MIPS] Fix iounmap argument to const volatile. by Ralf Baechle · 18 years ago
  81. 708e168 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  82. 4b3f686 Attack of "the the"s in arch by Matt LaPlante · 18 years ago
  83. b58e5d0 [MIPS] Fix size of zones_size and zholes_size array by Atsushi Nemoto · 18 years ago
  84. 2312669 [MIPS] Stacktrace build-fix and improvement by Atsushi Nemoto · 18 years ago
  85. c59a0f1 [MIPS] Remove __flush_icache_page by Atsushi Nemoto · 18 years ago
  86. f400e19 [PATCH] pidspace: is_init() by Sukadev Bhattiprolu · 18 years ago
  87. 432bef2 [MIPS] Replace BARRIER with more appropriate hazard barrier. by Ralf Baechle · 18 years ago
  88. a00f631 [MIPS] c-r4k: Convert init functions from inline to __init. by Ralf Baechle · 18 years ago
  89. 00932ba [MIPS] Make PROT_WRITE imply PROT_READ. by Ralf Baechle · 18 years ago
  90. f650279 [MIPS] Do not use drop_mmu_context to flusing other task's VIPT I-cache. by Atsushi Nemoto · 18 years ago
  91. 585fa72 [MIPS] Retire flush_icache_page from mm use. by Ralf Baechle · 18 years ago
  92. df586d5 [MIPS] c-r4k: Typo fix. by Ralf Baechle · 18 years ago
  93. f06a968 [PATCH] reduce MAX_NR_ZONES: fix MAX_NR_ZONES array initializations by Christoph Lameter · 18 years ago
  94. f4dee85 [MIPS] sparsemem: fix crash in show_mem by Atsushi Nemoto · 18 years ago
  95. 115f2a4 [MIPS] Print out TLB handler assembly for debugging. by Thiemo Seufer · 18 years ago
  96. 2874fe5 [MIPS] vr41xx: Replace magic number for P4K bit with symbol. by Yoichi Yuasa · 18 years ago
  97. 1058ecd [MIPS] vr41xx: Changed workaround to recommended method by Yoichi Yuasa · 18 years ago
  98. 565200a [MIPS] Do not count pages in holes with sparsemem by Atsushi Nemoto · 18 years ago
  99. 4e8ab36 [MIPS] VR41xx: Set VR41_CONF_BP only for PrId 0x0c80. by Yoichi Yuasa · 18 years ago
  100. fc5d2d2 [MIPS] Use the proper technical term for naming some of the cache macros. by Ralf Baechle · 18 years ago