1. 1031398 MIPS: Mask out limit field when calculating wired entry count by Paul Burton · 8 years ago
  2. d9ba577 MIPS: mm: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  3. 058effe MIPS: Fix detection of unsupported highmem with cache aliases by Paul Burton · 8 years ago
  4. ac7e385 MIPS: MAAR: Fix address alignment by James Hogan · 8 years ago
  5. bd721ea treewide: replace obsolete _refok by __ref by Fabian Frederick · 8 years ago
  6. 4b6f99d MIPS: mm: Don't do MTHC0 if XPA not present by James Hogan · 8 years ago
  7. 7b2cb64 MIPS: mm: Fix MIPS32 36b physical addressing (alchemy, netlogic) by Paul Burton · 8 years ago
  8. b2a3c5b MIPS: c-r4k: Sync icache when it fills from dcache by James Hogan · 8 years ago
  9. e1534ae mm: differentiate page_mapped() from page_mapcount() for compound pages by Kirill A. Shutemov · 8 years ago
  10. e060f6e MIPS: Initialise MAARs on secondary CPUs by Paul Burton · 9 years ago
  11. 651ca7f MIPS: print MAAR configuration during boot by Paul Burton · 9 years ago
  12. def3ab5 MIPS: mm: compile maar_init unconditionally by Paul Burton · 9 years ago
  13. cbd95a89 MIPS: mm: default platform_maar_init using bootmem data by Paul Burton · 9 years ago
  14. ce01948 sched/preempt, mm/kmap, MIPS: Disable preemption in kmap_coherent() explicitly by David Hildenbrand · 9 years ago
  15. c5b3678 MIPS: Add support for XPA. by Steven J. Hill · 9 years ago
  16. 34adb28 MIPS: Replace MIPS-specific 64BIT_PHYS_ADDR with generic PHYS_ADDR_T_64BIT by Ralf Baechle · 10 years ago
  17. 0b70068 mm: export symbol dependencies of is_zero_pfn() by Ard Biesheuvel · 10 years ago
  18. ab9988a MIPS: Initialise MAARs by Paul Burton · 10 years ago
  19. 2e2d663 Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-for-linux-next by Ralf Baechle · 10 years ago
  20. e2a9e5a MIPS: add kmap_noncoherent to wire a cached non-coherent TLB entry by Paul Burton · 10 years ago
  21. b633648c5 MIPS: MT: Remove SMTC support by Ralf Baechle · 10 years ago
  22. 0893d3f MIPS: mm: init: Add free_init_pages() callback for EVA by Markos Chandras · 10 years ago
  23. c01905e MIPS: mm: Move UNIQUE_ENTRYHI macro to a header file by Markos Chandras · 11 years ago
  24. bdb4380 sched: Extract the basic add/sub preempt_count modifiers by Peter Zijlstra · 11 years ago
  25. bf9621a MIPS: Export copy_from_user_page() (needed by lustre) by Geert Uytterhoeven · 11 years ago
  26. 1132137 mm/MIPS: prepare for removing num_physpages and simplify mem_init() by Jiang Liu · 11 years ago
  27. 0c98853 mm: concentrate modification of totalram_pages into the mm core by Jiang Liu · 11 years ago
  28. 1119969 mm: change signature of free_reserved_area() to fix building warnings by Jiang Liu · 11 years ago
  29. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  30. 0f35486 mm/MIPS: use free_highmem_page() to free highmem pages into buddy system by Jiang Liu · 11 years ago
  31. 31605922 mm/MIPS: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  32. 2f96b8c proc: Split kcore bits from linux/procfs.h into linux/kcore.h by David Howells · 11 years ago
  33. 7034228 MIPS: Whitespace cleanup. by Ralf Baechle · 11 years ago
  34. 485172b MIPS: Align swapper_pg_dir to 64K for better TLB Refill code. by David Daney · 12 years ago
  35. 9c02048 mips: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  36. 43064c0 MIPS: Handle initmem in systems with kernel not in add_memory_region() mem by David Daney · 13 years ago
  37. 464fd83 MIPS: Limit fixrange_init() to the FIXMAP region by Kevin Cernekee · 13 years ago
  38. b6da0ff MIPS: pfn_valid() is broken on low memory HIGHMEM systems by Kevin Cernekee · 14 years ago
  39. 1c39517 mm: now that all old mmu_gather code is gone, remove the storage by Peter Zijlstra · 13 years ago
  40. d3ce0e9 MIPS: Fix GCC-4.6 'set but not used' warning in arch/mips/mm/init.c by David Daney · 13 years ago
  41. 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
  42. 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
  43. 6dd9344 MIPS: Implement Read Inhibit/eXecute Inhibit by David Daney · 14 years ago
  44. 325f8a0 MIPS: Two-level pagetables for 64-bit kernels with 64KB pages. by David Daney · 14 years ago
  45. b7e56ed Merge branch 'linus' into x86/mm by Thomas Gleixner · 14 years ago
  46. 61ef248 resources: introduce generic page_is_ram() by Wu Fengguang · 14 years ago
  47. 4b52940 mm: make totalhigh_pages unsigned long by Andreas Fenkart · 14 years ago
  48. 82622284 MIPS: Put PGD in C0_CONTEXT for 64-bit R2 processors. by David Daney · 15 years ago
  49. 0f334a3 MIPS: Fix machine check exception in kmap_coherent() by Kevin Cernekee · 15 years ago
  50. 3089aa1 kcore: use registerd physmem information by KAMEZAWA Hiroyuki · 15 years ago
  51. a0614da kcore: register vmalloc area in generic way by KAMEZAWA Hiroyuki · 15 years ago
  52. c30bb2a kcore: add kclist types by KAMEZAWA Hiroyuki · 15 years ago
  53. cc013a8 arches: drop superfluous casts in nr_free_pages() callers by Geert Uytterhoeven · 15 years ago
  54. e0cc87f MIPS: Shrink the size of tlb handler by Wu Fei · 15 years ago
  55. 631330f MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users. by Ralf Baechle · 15 years ago
  56. bb86bf2 MIPS: Fix highmem. by Ralf Baechle · 15 years ago
  57. b72b709 MIPS: Use BUG_ON() where possible. by Ralf Baechle · 15 years ago
  58. 497d2ad [MIPS] Export empty_zero_page for sake of the ext4 module. by Ralf Baechle · 16 years ago
  59. e698d66 [MIPS] unexport copy_from_user_page() by Dmitri Vorobiev · 16 years ago
  60. 715243e [MIPS] unexport copy_to_user_page() by Dmitri Vorobiev · 16 years ago
  61. 11327ef [MIPS] unexport copy_user_highpage() by Dmitri Vorobiev · 16 years ago
  62. 39b8d52 [MIPS] Add support for MIPS CMP platform. by Ralf Baechle · 16 years ago
  63. 962f480 [MIPS] All MIPS32 processors support64-bit physical addresses. by Chris Dearman · 17 years ago
  64. 9a74b3e [MIPS] Fix buggy invocations of kmap_coherent() by Ralf Baechle · 16 years ago
  65. cce335ae [MIPS] 64-bit Sibyte kernels need DMA32. by Ralf Baechle · 17 years ago
  66. a8049c5 [MIPS] Convert reference to mem_map to pfn_to_page(). by Ralf Baechle · 17 years ago
  67. 985c30e [MIPS] Fix aliasing bug in copy_user_highpage, take 2. by Ralf Baechle · 17 years ago
  68. b868868 [MIPS] Fix aliasing bug in copy_user_highpage. by Ralf Baechle · 17 years ago
  69. 9975e77 [MIPS] Gcc 3.3 build fixes. by Ralf Baechle · 17 years ago
  70. fb4bb13 [MIPS] Mark prom_free_prom_memory as __init_refok by Atsushi Nemoto · 17 years ago
  71. 599ca0f [MIPS] Remove LIMITED_DMA support by Franck Bui-Huu · 17 years ago
  72. eacb9d6 [MIPS] Remove unused argument from kunmap_coherent(). by Ralf Baechle · 17 years ago
  73. 0550233 [MIPS] Select ZONE_DMA only if GENERIC_ISA_DMA selected by Atsushi Nemoto · 17 years ago
  74. 7575a49 [MIPS] Implement flush_anon_page(). by Ralf Baechle · 17 years ago
  75. 80e8959 [MIPS] SPARSEMEM: The first pfn of zone should be min_low_pfn, not 0. by Atsushi Nemoto · 17 years ago
  76. bf15f76 [MIPS] Declare highstart_pfn, highend_pfn only if CONFIG_HIGHMEM=y by Ralf Baechle · 17 years ago
  77. 6a1e552 [MIPS] Add external declaration of pagetable_init() to pgalloc.h by Atsushi Nemoto · 17 years ago
  78. 69a6c31 [MIPS] Move some kernel globals from asm file to C file. by Atsushi Nemoto · 17 years ago
  79. db84dc6 [MIPS] Setup min_low_pfn/max_low_pfn correctly by Franck Bui-Huu · 17 years ago
  80. c44e8d5 [MIPS] prom_free_prom_memory cleanup by Atsushi Nemoto · 17 years ago
  81. 80aac59 [MIPS] Fix reported amount of freed memory - it's in kB not bytes by Thiemo Seufer · 17 years ago
  82. bcd0228 [PATCH] MIPS: Fix COW D-cache aliasing on fork by Atsushi Nemoto · 17 years ago
  83. cbb8fc0 [MIPS] paging_init(): use highend_pfn/highstart_pfn by Franck Bui-Huu · 17 years ago
  84. acd86b8 [MIPS] Make free_init_pages() arguments to be physical addresses by Franck Bui-Huu · 18 years ago
  85. a7837b7 [MIPS] setup.c: clean up initrd related code by Franck Bui-Huu · 18 years ago
  86. 99e3b94 [MIPS] page.h: remove __pa() usages. by Franck Bui-Huu · 18 years ago
  87. f8829ca [MIPS] Fix aliasing bug in copy_to_user_page / copy_from_user_page by Ralf Baechle · 18 years ago
  88. b58e5d0 [MIPS] Fix size of zones_size and zholes_size array by Atsushi Nemoto · 18 years ago
  89. f06a968 [PATCH] reduce MAX_NR_ZONES: fix MAX_NR_ZONES array initializations by Christoph Lameter · 18 years ago
  90. 565200a [MIPS] Do not count pages in holes with sparsemem by Atsushi Nemoto · 18 years ago
  91. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  92. b1c231f [MIPS] Fix sparsemem support. by Chad Reese · 18 years ago
  93. 6fd11a2 [MIPS] Cleanup free_initmem the same way as i386 did. by Ralf Baechle · 18 years ago
  94. 22a9835 [PATCH] unify PFN_* macros by Dave Hansen · 18 years ago
  95. 7835e98 [PATCH] remove set_page_count() outside mm/ by Nick Piggin · 18 years ago
  96. 8dfcc9b [PATCH] mm: split highorder pages by Nick Piggin · 18 years ago
  97. 3d50375 [MIPS] Support /proc/kcore for MIPS by Daniel Jacobowitz · 19 years ago
  98. 68352e6 [PATCH] mips: setup_zero_pages count 1 by Hugh Dickins · 18 years ago
  99. d981733 [MIPS] Use reset_page_mapcount to initialize empty_zero_page usage counter. by Ralf Baechle · 19 years ago
  100. dbc5716 Fix wrong comment. by Ralf Baechle · 19 years ago