1. 61a2f1a MIPS: kernel: Fix for_each_memblock conversion by Thomas Bogendoerfer · 4 years, 4 months ago
  2. 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 5 months ago
  3. 09a31a7 Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 4 years, 5 months ago
  4. 5a32c34 Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 5 months ago
  5. b10d6bc arch, drivers: replace for_each_membock() with for_each_mem_range() by Mike Rapoport · 4 years, 5 months ago
  6. e7ae8d1 MIPS: replace add_memory_region with memblock by Thomas Bogendoerfer · 4 years, 5 months ago
  7. 0b1abd1 dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h> by Christoph Hellwig · 4 years, 6 months ago
  8. 2626239 MIPS: kexec: Add crashkernel=YM handling by Youling Tang · 4 years, 6 months ago
  9. d976ae6 MIPS: Make setup_elfcorehdr and setup_elfcorehdr_size static by Jason Yan · 4 years, 6 months ago
  10. c89ab04 mm/sparse: cleanup the code surrounding memory_present() by Mike Rapoport · 4 years, 7 months ago
  11. b1ce971 MIPS: Fix unable to reserve memory for Crash kernel by Jinyang He · 4 years, 8 months ago
  12. bd6e389 MIPS: Remove useless parameter of bootcmdline_init() by Zhi Li · 4 years, 10 months ago
  13. 269b3a9 MIPS: Make sparse_init() using top-down allocation by Tiezhu Yang · 4 years, 11 months ago
  14. 2a3d47c MIPS: Cleanup code about plat_mem_setup() by Tiezhu Yang · 4 years, 11 months ago
  15. 2c66e28 MIPS: Do not initialise globals to 0 by Tiezhu Yang · 4 years, 11 months ago
  16. be8fa1c MIPS: Add support for Desktop Management Interface (DMI) by Tiezhu Yang · 5 years ago
  17. 8e029eb MIPS: Fix CONFIG_MIPS_CMDLINE_DTB_EXTEND handling by Paul Cercueil · 5 years ago
  18. c5951e7 Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 5 years ago
  19. 3229af4 arch/mips/setup: Drop dummy_con initialization by Arvind Sankar · 5 years ago
  20. ecb9837 MIPS: use resource_size by Julia Lawall · 5 years ago
  21. 268a2d6 MIPS: Loongson64: Rename CPU TYPES by Jiaxun Yang · 5 years ago
  22. 9dd422f MIPS: Make builtin_cmdline const & variable length by Paul Burton · 5 years ago
  23. 9727277 MIPS: Fix CONFIG_OF_EARLY_FLATTREE=n builds by Paul Burton · 5 years ago
  24. b734042 MIPS: Always define builtin_cmdline by Paul Burton · 5 years ago
  25. 7784cac MIPS: cmdline: Clean up boot_command_line initialization by Paul Burton · 5 years ago
  26. bd848d1 MIPS: init: Prevent adding memory before PHYS_OFFSET by Thomas Bogendoerfer · 5 years ago
  27. 66b416e MIPS: init: Fix reservation of memory between PHYS_OFFSET and mem start by Thomas Bogendoerfer · 5 years ago
  28. 12051b31 mips: avoid explicit UB in assignment of mips_io_port_base by Nick Desaulniers · 6 years ago
  29. dbb9ced MIPS: Fix build with CONFIG_PROC_VMCORE=y by Paul Burton · 6 years ago
  30. a94e4f2 MIPS: init: Drop boot_mem_map by Jiaxun Yang · 6 years ago
  31. 3751cbd mips: Manually call fdt_init_reserved_mem() method by Serge Semin · 6 years ago
  32. 2f5bd03 mips: Perform early low memory test by Serge Semin · 6 years ago
  33. 30c8f4e mips: Dump memblock regions for debugging by Serge Semin · 6 years ago
  34. 9b9a59d mips: Add reserve-nomap memory type support by Serge Semin · 6 years ago
  35. 4e50a35 mips: Use memblock to reserve the __nosave memory range by Serge Semin · 6 years ago
  36. eadb692 mips: Discard post-CMA-init foreach loop by Serge Semin · 6 years ago
  37. b93ddc4 mips: Reserve memory for the kernel image resources by Serge Semin · 6 years ago
  38. cf0c487 mips: Combine memblock init and memory reservation loops by Serge Semin · 6 years ago
  39. 6ea3ba6 mips: Discard rudiments from bootmem_init by Serge Semin · 6 years ago
  40. a703db3 mips: Make sure kernel .bss exists in boot mem pool by Serge Semin · 6 years ago
  41. 8a7f97b treewide: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
  42. d9862cf Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 6 years ago
  43. e0bf304 MIPS: fix memory setup for platforms with PHYS_OFFSET != 0 by Thomas Bogendoerfer · 6 years ago
  44. d814042 mips: kernel: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  45. 25517ed MIPS: Let early memblock_alloc*() allocate memories bottom-up by Huacai Chen · 6 years ago
  46. 7e1c4e2 memblock: stop using implicit alignment to SMP_CACHE_BYTES by Mike Rapoport · 6 years ago
  47. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  48. 2013288 memblock: replace free_bootmem{_node} with memblock_free by Mike Rapoport · 6 years ago
  49. 2a5bda5 memblock: replace alloc_bootmem with memblock_alloc by Mike Rapoport · 6 years ago
  50. eb31d55 memblock: remove _virt from APIs returning virtual address by Mike Rapoport · 6 years ago
  51. cc10ad2 Merge tag 'mips_4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 6 years ago
  52. cff2294 Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  53. 951d223 MIPS: Fix CONFIG_CMDLINE handling by Paul Burton · 6 years ago
  54. 5748e1b MIPS: don't select DMA_MAYBE_COHERENT from DMA_PERDEV_COHERENT by Christoph Hellwig · 7 years ago
  55. bcec54b mips: switch to NO_BOOTMEM by Mike Rapoport · 6 years ago
  56. 52c985a MIPS: Move arch_mem_init() comment near definition by Paul Burton · 7 years ago
  57. 6c359eb MIPS: Allow auto-dection of ARCH_PFN_OFFSET & PHYS_OFFSET by Paul Burton · 7 years ago
  58. aa4db77 MIPS: move coherentio setup to setup.c by Christoph Hellwig · 7 years ago
  59. d7dc899 treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAX by Stefan Agner · 7 years ago
  60. ab3d844 MIPS: Remove a warning when PHYS_OFFSET is 0x0 by Mathieu Malaterre · 7 years ago
  61. 427aeea MIPS: Make declaration for function `memory_region_available` static by Mathieu Malaterre · 7 years ago
  62. 67a3ba2 MIPS: Fix incorrect mem=X@Y handling by Marcin Nowakowski · 7 years ago
  63. 8ce355c MIPS: Setup boot_command_line before plat_mem_setup by Paul Burton · 7 years ago
  64. e0c5f36 MIPS: Add iomem resource for kernel bss section. by David Daney · 7 years ago
  65. 296a762 MIPS: cmdline: Add support for 'memmap' parameter by Miodrag Dinic · 8 years ago
  66. a8f108d MIPS: kexec: Do not reserve invalid crashkernel memory on boot by Marcin Nowakowski · 8 years ago
  67. 73fbc1e MIPS: fix mem=X@Y commandline processing by Marcin Nowakowski · 8 years ago
  68. 7334608 MIPS: Use early_init_fdt_reserve_self to protect DTB location by Marcin Nowakowski · 8 years ago
  69. d9b5b65 MIPS: init: Ensure bootmem does not corrupt reserved memory by Marcin Nowakowski · 8 years ago
  70. e89ef66 MIPS: init: Ensure reserved memory regions are not added to bootmem by Marcin Nowakowski · 8 years ago
  71. 269aa43 MIPS: Do not request resources for crashkernel if one isn't defined by Marcin Nowakowski · 8 years ago
  72. 16a767e MIPS: Fix max_low_pfn with disabled highmem by James Hogan · 8 years ago
  73. 058effe MIPS: Fix detection of unsupported highmem with cache aliases by Paul Burton · 9 years ago
  74. 58cae9b MIPS: Fix memory regions reaching top of physical by James Hogan · 9 years ago
  75. 15f37e1 MIPS: store the appended dtb address in a variable by Jonas Gorski · 9 years ago
  76. 8f4703a MIPS: Octeon: detect and fix byte swapped initramfs by Aurelien Jarno · 9 years ago
  77. ed47e15 MIPS: Add support for extending builtin cmdline by Rabin Vincent · 9 years ago
  78. e54ad8c MIPS: Don't add leading spacing to command lines by Rabin Vincent · 9 years ago
  79. e8b5325 MIPS: make PCI_DMA_BUS_IS_PHYS=1 constant by Sergey Ryazanov · 11 years ago
  80. 919beb4 MIPS: KASLR: Print relocation Information on boot by Matt Redfearn · 9 years ago
  81. 61cd52d MIPS: bootmem: When relocatable, free memory below kernel by Matt Redfearn · 9 years ago
  82. a95d06920 MIPS: Reserve nosave data for hibernation by Huacai Chen · 9 years ago
  83. bc94b99 Merge tag 'v4.5-rc6' into core/resources, to resolve conflict by Ingo Molnar · 9 years ago
  84. 3af5a67 MIPS: Fix early CM probing by Paul Burton · 9 years ago
  85. 35d98e9 arch: Set IORESOURCE_SYSTEM_RAM flag for System RAM by Toshi Kani · 9 years ago
  86. 2549cc9 MIPS: Fix macro typo by Jaedon Shin · 9 years ago
  87. 87db537 MIPS: vmlinux: create a section for appended DTB by Aaro Koskinen · 9 years ago
  88. 2024972 MIPS: Make the kernel arguments from dtb available by Jonas Gorski · 9 years ago
  89. 75dcfc1 MIPS: Declare mips_debugfs_dir in a header by Paul Burton · 9 years ago
  90. 88d3426 MIPS: bootmem: Fix mapstart calculation for contiguous maps by Alexander Sverdlin · 10 years ago
  91. e1c0506 treewide: fix typos in comment blocks by Masahiro Yamada · 10 years ago
  92. a6335fa MIPS: bootmem: Don't use memory holes for page bitmap by Alexander Sverdlin · 10 years ago
  93. e934945 MIPS, ttyFDC: Add early FDC console support by James Hogan · 10 years ago
  94. ad8f723 MIPS: Use phys_addr_t instead of phys_t by Jaedon Shin · 10 years ago
  95. c0222ac0 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  96. 15d45cc MIPS: Replace use of phys_t with phys_addr_t. by Ralf Baechle · 10 years ago
  97. 7178d2c mips: Convert pr_warning to pr_warn by Joe Perches · 10 years ago
  98. b4da18b MIPS: Fix address type used for early memory detection. by Steven J. Hill · 10 years ago
  99. 7f0dd76 MIPS: Fix info about plat_setup in arch_mem_init comment by Rafał Miłecki · 11 years ago
  100. 30fa053 MIPS: CMA: Do not reserve memory if not required by Zubair Lutfullah Kakakhel · 10 years ago