1. 58bca4a Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  2. 0b5f9c0 remove references to cpu_*_map in arch/ by Rusty Russell · 12 years ago
  3. b81947c Disintegrate asm/system.h for MIPS by David Howells · 12 years ago
  4. e8d51e5 MIPS: adapt for dma_map_ops changes by Andrzej Pietrasiewicz · 12 years ago
  5. a24401b highmem: kill all __kmap_atomic() by Cong Wang · 13 years ago
  6. 9c02048 mips: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  7. 43ca495 MIPS: fault.c: Port OOM changes to do_page_fault by Kautuk Consul · 13 years ago
  8. 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
  9. 39b7414 Merge branch 'next/generic' into mips-for-linux-next by Ralf Baechle · 13 years ago
  10. d7a887a MIPS: Delete unused function add_temporary_entry. by Ralf Baechle · 13 years ago
  11. f467e4b MIPS: Flush huge TLB by Hillf Danton · 13 years ago
  12. 1c773ea MIPS: Netlogic: Add XLP makefiles and config by Jayachandran C · 13 years ago
  13. a3d4fb2 MIPS: Netlogic: XLP CPU support. by Jayachandran C · 13 years ago
  14. 43064c0 MIPS: Handle initmem in systems with kernel not in add_memory_region() mem by David Daney · 13 years ago
  15. b1c10be MIPS: Add fast get_user_pages by Hillf Danton · 13 years ago
  16. 3d18c98 MIPS: Fix Jazz 64-bit build error. by Ralf Baechle · 13 years ago
  17. ab75dc0 MIPS: Fix up inconsistency in panic() string argument. by Ralf Baechle · 13 years ago
  18. 694b8c3 MIPS: Remove __init from add_wired_entry() by Manuel Lauss · 13 years ago
  19. d9cdc90 MIPS: cache: Provide cache flush operations for XFS by Ralf Baechle · 13 years ago
  20. 0f4ccbc MIPS: No branches in delay slots for huge pages in handle_tlbl by David Daney · 13 years ago
  21. d954ffe MIPS: tlbex: Fix build error in R3000 code. by Ralf Baechle · 13 years ago
  22. 1665010 MIPS: Trivial style cleanups in mmap.c by Kevin Cernekee · 13 years ago
  23. 6fd4ce8 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 13 years ago
  24. bf28607 MIPS: Close races in TLB modify handlers. by David Daney · 13 years ago
  25. 464fd83 MIPS: Limit fixrange_init() to the FIXMAP region by Kevin Cernekee · 14 years ago
  26. d0023c4 MIPS: Add SYNC after cacheflush by Kevin Cernekee · 14 years ago
  27. b6da0ff MIPS: pfn_valid() is broken on low memory HIGHMEM systems by Kevin Cernekee · 14 years ago
  28. e36863a MIPS: HIGHMEM DMA on noncoherent MIPS32 processors by Dezhong Diao · 14 years ago
  29. d0be89f MIPS: topdown mmap support by Jian Peng · 13 years ago
  30. a8b0ca1 perf: Remove the nmi parameter from the swevent and overflow interface by Peter Zijlstra · 13 years ago
  31. 1c39517 mm: now that all old mmu_gather code is gone, remove the storage by Peter Zijlstra · 13 years ago
  32. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  33. 6f6c3c3 MIPS: Move arch_get_unmapped_area and gang to new file. by Ralf Baechle · 13 years ago
  34. 7f058e8 MIPS: Kconfig and Makefile update for Netlogic XLR/XLS by Jayachandran C · 13 years ago
  35. efa0f81 MIPS: Netlogic: Cache, TLB support and feature overrides for XLR by Jayachandran C · 13 years ago
  36. 4a9040f MIPS: tlbex: Fix GCC 4.6.0 build error by Ralf Baechle · 13 years ago
  37. 71271aa MIPS: c-r4k: Fix GCC 4.6.0 build error by Ralf Baechle · 13 years ago
  38. 07f9479 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  39. 79add62 update David Miller's old email address by Justin P. Mattock · 13 years ago
  40. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  41. d3ce0e9 MIPS: Fix GCC-4.6 'set but not used' warning in arch/mips/mm/init.c by David Daney · 14 years ago
  42. e1c87d2 MIPS: Add an unreachable return statement to satisfy buggy GCCs. by David Daney · 14 years ago
  43. 8d662c8 MIPS: Use WARN() in uasm for better diagnostics. by David Daney · 14 years ago
  44. 2c8c53e MIPS: Optimize TLB handlers for Octeon CPUs by David Daney · 14 years ago
  45. bb3d68c MIPS: Add LDX and LWX instructions to uasm. by David Daney · 14 years ago
  46. cc33ae4 MIPS: Use BBIT instructions in TLB handlers by David Daney · 14 years ago
  47. 3d8bfdd MIPS: Use C0_KScratch (if present) to hold PGD pointer. by David Daney · 14 years ago
  48. c42aef0 MIPS: Add DINSM to uasm. by David Daney · 14 years ago
  49. 081d835 MIPS: Fix build errors in sc-mips.c by Kevin Cernekee · 14 years ago
  50. a3aad4a MIPS: Rename mips_dma_cache_sync back to dma_cache_sync by Ralf Baechle · 14 years ago
  51. ea31a6b MIPS: Honor L2 bypass bit by Kevin Cernekee · 14 years ago
  52. 602977b MIPS: Decouple BMIPS CPU support from bcm47xx/bcm63xx SoC code by Kevin Cernekee · 14 years ago
  53. 7f788d2 MIPS: add support for software performance events by Deng-Cheng Zhu · 14 years ago
  54. c994115 MIPS: Octeon: Apply CN63XXP1 errata workarounds. by David Daney · 14 years ago
  55. f8bf7e6 MIPS: Octeon: Handle Octeon II caches. by David Daney · 14 years ago
  56. 48e1fd5 MIPS: Convert DMA to use dma-mapping-common.h by David Daney · 14 years ago
  57. 48a26e6 MIPS: Remove wait argument of r4k_on_each_cpu by Ralf Baechle · 14 years ago
  58. c8c5f3f MIPS: More detailed description of r4k_on_each_cpu by Ralf Baechle · 14 years ago
  59. 2027394 mm: fix race in kunmap_atomic() by Peter Zijlstra · 14 years ago
  60. 3e4d3af mm: stack based kmap_atomic() by Peter Zijlstra · 14 years ago
  61. a2e715a MIPS: DMA: Fix computation of DMA flags from device's coherent_dma_mask. by Ralf Baechle · 14 years ago
  62. 543001f MIPS: RM7000: Symbol should be static by Ricardo Mendoza · 14 years ago
  63. 3b9c6c1 dma-mapping: remove dma_is_consistent API by FUJITA Tomonori · 14 years ago
  64. 597781f kmap_atomic: make kunmap_atomic() harder to misuse by Cesar Eduardo Barros · 14 years ago
  65. c1bf207 MIPS: kprobe: Add support. by David Daney · 14 years ago
  66. 22b0763 MIPS: uasm: Add option to export uasm API. by David Daney · 14 years ago
  67. 5b97c3f MIPS: uasm: Add BBIT0 and BBIT1 instructions by David Daney · 14 years ago
  68. de6d5b5 MIPS: uasm: Add drotr32 and uasm_i_drotr_safe. by David Daney · 14 years ago
  69. 83ccf69 MIPS: JZ4740: Add base support for Ingenic JZ4740 System-on-a-Chip by Lars-Peter Clausen · 14 years ago
  70. 745aef5 MIPS: RM7000: Add support for tertiary cache by Ricardo Mendoza · 14 years ago
  71. 58a6d45 MIPS: RM7000: Make use of cache_op() instead of inline asm by Ricardo Mendoza · 14 years ago
  72. ea7a846 MIPS: Remove unnecessary header file inclusion from fault.c. by Ralf Baechle · 14 years ago
  73. 66f9ba1 MIPS: Add -Werror to arch/mips/Kbuild by Sam Ravnborg · 14 years ago
  74. 1ec5632 MIPS: Check for accesses beyond the end of the PGD. by David Daney · 14 years ago
  75. 3be6022 MIPS: Use uasm_i_ds{r,l}l_safe() instead of uasm_i_ds{r,l}l() in tlbex.c by David Daney · 14 years ago
  76. 7b3e543 MIPS: Fix __vmalloc() etc. on MIPS for non-GPL modules by Anton Altaparmakov · 14 years ago
  77. 3d45285 MIPS: Sibyte: Fix M3 TLB exception handler workaround. by Ralf Baechle · 14 years ago
  78. 5808184 MIPS: uasm: Add OR instruction. by Ralf Baechle · 14 years ago
  79. 58b9e22 MIPS: Add SYSCALL to uasm. by David Daney · 14 years ago
  80. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  81. 46bbffa Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  82. 6f32946 MIPS: Give Octeon+ CPUs their own cputype. by David Daney · 15 years ago
  83. 6dd9344 MIPS: Implement Read Inhibit/eXecute Inhibit by David Daney · 15 years ago
  84. 32546f3 MIPS: Add TLBR and ROTR to uasm. by David Daney · 15 years ago
  85. 9b8c389 MIPS: Use 64-bit stores to c0_entrylo on 64-bit kernels. by David Daney · 15 years ago
  86. b66bb60 MIPS: Remove #if 0 r4k_update_mmu_cache_hwbug by David Daney · 15 years ago
  87. 3482d71 MIPS: Move arch/mips/mm/uasm.h to arch/mips/include/asm/uasm.h by Florian Fainelli · 15 years ago
  88. e0e53de MIPS: Nuke trailing blank lines by Ralf Baechle · 14 years ago
  89. 2a88098 MIPS: Remove probe_tlb(). by David Daney · 15 years ago
  90. 325f8a0 MIPS: Two-level pagetables for 64-bit kernels with 64KB pages. by David Daney · 15 years ago
  91. 52ab320 MIPS: Highmem: Fix build error by Yoichi Yuasa · 14 years ago
  92. b7e56ed Merge branch 'linus' into x86/mm by Thomas Gleixner · 14 years ago
  93. 63731c9 MIPS: Fix __devinit __cpuinit confusion in cpu_cache_init by David Daney · 15 years ago
  94. 61ef248 resources: introduce generic page_is_ram() by Wu Fengguang · 15 years ago
  95. abbdc3d MIPS: Cleanup forgotten label_module_alloc in tlbex.c by David Daney · 15 years ago
  96. 4b52940 mm: make totalhigh_pages unsigned long by Andreas Fenkart · 15 years ago
  97. 13e79b4 MIPS: Sibyte: Use hweight8 instead of counting bits by Akinobu Mita · 15 years ago
  98. 8262228 MIPS: Put PGD in C0_CONTEXT for 64-bit R2 processors. by David Daney · 15 years ago
  99. 92078e0 MIPS: Add drotr and dins instructions to uasm. by David Daney · 15 years ago
  100. 6b2f3d1 vfs: Implement proper O_SYNC semantics by Christoph Hellwig · 15 years ago