1. 952eea9 memblock: allow to specify flags with memblock_add_node() by David Hildenbrand · 3 years, 4 months ago
  2. 1f9d03c mm: move mem_init_print_info() into mm_init() by Kefeng Wang · 3 years, 10 months ago
  3. a6e83ac MIPS: Remove empty prom_free_prom_memory functions by Thomas Bogendoerfer · 4 years, 2 months ago
  4. c89ab04 mm/sparse: cleanup the code surrounding memory_present() by Mike Rapoport · 4 years, 7 months ago
  5. 9691a07 mm: use free_area_init() instead of free_area_init_nodes() by Mike Rapoport · 4 years, 9 months ago
  6. 9d0aaf9 MIPS: SGI-IP27: Move all shared IP27 declarations to ip27-common.h by Thomas Bogendoerfer · 5 years ago
  7. 524c4e1 MIPS: SGI-IP27: Use specific get_region_shift by Thomas Bogendoerfer · 5 years ago
  8. b78e9d6 MIPS: SGI-IP27: use asm/sn/agent.h for including HUB related stuff by Thomas Bogendoerfer · 5 years ago
  9. a20ebc0 MIPS: SGI-IP27: Fix node_distance by Thomas Bogendoerfer · 5 years ago
  10. 2981dcf Merge tag 'mips_5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 5 years ago
  11. c80b489 MIPS: SGI-IP27: replace MAX_COMPACT_NODE with MAX_NUMNODES by Thomas Bogendoerfer · 5 years ago
  12. 6373467 MIPS: SGI-IP27: fix exception handler replication by Thomas Bogendoerfer · 5 years ago
  13. 397dc00 mips: sgi-ip27: switch from DISCONTIGMEM to SPARSEMEM by Mike Rapoport · 5 years ago
  14. 4bf841e MIPS: SGI-IP27: get rid of compact node ids by Thomas Bogendoerfer · 5 years ago
  15. ab68280 MIPS: SGI-IP27: use pr_info/pr_emerg and pr_cont to fix output by Thomas Bogendoerfer · 6 years ago
  16. db0e7d4 MIPS: SGI-IP27: get rid of volatile and hubreg_t by Thomas Bogendoerfer · 6 years ago
  17. 1229ace MIPS: Loongson3,SGI-IP27: Simplify max_low_pfn calculation by Paul Burton · 6 years ago
  18. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  19. c6ffc5c memblock: rename free_all_bootmem to memblock_free_all by Mike Rapoport · 6 years ago
  20. bcec54b mips: switch to NO_BOOTMEM by Mike Rapoport · 6 years ago
  21. 26dd3e4 MIPS: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  22. 92a76f6 MIPS: Fix misspellings in comments. by Adam Buchbinder · 9 years ago
  23. 8dd9289 mips: fix up obsolete cpu function usage. by Rusty Russell · 10 years ago
  24. 635c9907 MIPS: Remove useless parentheses by Ralf Baechle · 10 years ago
  25. 5829b0e MIPS: IP27: Fix __node_distances undefined error by James Cowgill · 10 years ago
  26. 629e7b4 mm/MIPS: prepare for killing free_all_bootmem_node() by Jiang Liu · 12 years ago
  27. 1132137 mm/MIPS: prepare for removing num_physpages and simplify mem_init() by Jiang Liu · 12 years ago
  28. 0c98853 mm: concentrate modification of totalram_pages into the mm core by Jiang Liu · 12 years ago
  29. daf799c Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 12 years ago
  30. fc0460d MIPS: IP27: Remove pfn_t. by Ralf Baechle · 12 years ago
  31. 31605922 mm/MIPS: use common help functions to free reserved pages by Jiang Liu · 12 years ago
  32. 7034228 MIPS: Whitespace cleanup. by Ralf Baechle · 12 years ago
  33. 93180ce mips: zero out pg_data_t when it's allocated by Minchan Kim · 13 years ago
  34. 9d15ffc mips: Use HAVE_MEMBLOCK_NODE_MAP by Tejun Heo · 13 years ago
  35. 4b52940 mm: make totalhigh_pages unsigned long by Andreas Fenkart · 15 years ago
  36. 29c337a cpumask: remove obsolete node_to_cpumask now everyone uses cpumask_of_node by Rusty Russell · 15 years ago
  37. b61bfa3 mm: move bootmem descriptors definition to a single place by Johannes Weiner · 17 years ago
  38. 2bf8ec2 [MIPS] IP27: Fix bootmem memory setup by Thomas Bogendoerfer · 17 years ago
  39. 72a7fe3 Introduce flags for reserve_bootmem() by Bernhard Walle · 17 years ago
  40. e10e0cc8 [MIPS] Fix IP27 build by Atsushi Nemoto · 18 years ago
  41. 6a1e552 [MIPS] Add external declaration of pagetable_init() to pgalloc.h by Atsushi Nemoto · 18 years ago
  42. c44e8d5 [MIPS] prom_free_prom_memory cleanup by Atsushi Nemoto · 18 years ago
  43. c1f60a5 [PATCH] reduce MAX_NR_ZONES: move HIGHMEM counters into highmem.c/.h by Christoph Lameter · 18 years ago
  44. f06a968 [PATCH] reduce MAX_NR_ZONES: fix MAX_NR_ZONES array initializations by Christoph Lameter · 18 years ago
  45. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  46. 22a9835 [PATCH] unify PFN_* macros by Dave Hansen · 19 years ago
  47. 7835e98 [PATCH] remove set_page_count() outside mm/ by Nick Piggin · 19 years ago
  48. a3dddd5 [MIPS] War on whitespace: cleanup initial spaces followed by tabs. by Ralf Baechle · 19 years ago
  49. 42a3b4f2 [PATCH] mips: nuke trailing whitespace by Ralf Baechle · 20 years ago
  50. 408fde8 [PATCH] remove non-DISCONTIG use of pgdat->node_mem_map by Dave Hansen · 20 years ago
  51. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago v2.6.12-rc2