aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-20mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang1-15/+1
2022-01-20mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang1-3/+9
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport1-1/+1
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport1-1/+1
2021-11-06memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport1-1/+1
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport1-2/+2
2021-06-29arch, mm: remove stale mentions of DISCONIGMEMMike Rapoport1-3/+0
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-1/+0
2021-01-07MIPS: Remove empty prom_free_prom_memory functionsThomas Bogendoerfer1-0/+5
2020-11-06mips/mm/highmem: Switch to generic kmap atomicThomas Gleixner1-4/+0
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport1-1/+1
2020-05-19mips: MAAR: Add XPA mode supportSerge Semin1-1/+7
2020-01-09MIPS: mm: Place per_cpu on different nodes, if NUMA is enabledThomas Bogendoerfer1-0/+45
2019-11-22mips: drop __pXd_offset() macros that duplicate pXd_index() onesMike Rapoport1-3/+3
2019-09-20MIPS: Detect bad _PFN_SHIFT valuesPaul Burton1-0/+6
2019-08-23MIPS: mm: Fix highmem compilePaul Burton1-0/+2
2019-08-23MIPS: mm: Drop boot_mem_mapJiaxun Yang1-57/+37
2019-05-14initramfs: poison freed initrd memoryChristoph Hellwig1-8/+0
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+5
2019-02-04MIPS: MemoryMapID (MMID) SupportPaul Burton1-0/+7
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
2018-10-31memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowMike Rapoport1-1/+2
2018-09-28MIPS: stop using _PTRS_PER_PGDAlexandre Belloni1-6/+1
2018-02-19MIPS: Remove duplicate includesPravin Shedge1-2/+0
2017-10-09MIPS: Remove unused variable 'lastpfn'Steven J. Hill1-4/+0
2017-08-29MIPS: Include linux/initrd.h for free_initrd_mem()Paul Burton1-0/+1
2017-05-12Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-0/+3
2017-04-10MIPS: Add 48-bit VA space (and 4-level page tables) for 4K pages.Alex Belits1-0/+3
2017-03-28MIPS: Separate MAAR V bit into VL and VH for XPAJames Hogan1-1/+1
2017-02-13Merge tag 'mips_kvm_4.11_1' into mips-for-linux-nextJames Hogan1-0/+1
2017-02-03MIPS: Export pgd/pmd symbols for KVMJames Hogan1-0/+1
2017-01-03MIPS: Export invalid_pte_table alongside its definitionPaul Burton1-0/+2
2016-11-24MIPS: Mask out limit field when calculating wired entry countPaul Burton1-2/+2
2016-10-05MIPS: mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2016-09-29MIPS: Fix detection of unsupported highmem with cache aliasesPaul Burton1-0/+3
2016-09-13MIPS: MAAR: Fix address alignmentJames Hogan1-7/+6
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick1-1/+1
2016-05-13MIPS: mm: Don't do MTHC0 if XPA not presentJames Hogan1-3/+5
2016-05-13MIPS: mm: Fix MIPS32 36b physical addressing (alchemy, netlogic)Paul Burton1-1/+3
2016-05-09MIPS: c-r4k: Sync icache when it fills from dcacheJames Hogan1-1/+1
2016-01-15mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov1-3/+3
2015-09-27MIPS: Initialise MAARs on secondary CPUsPaul Burton1-3/+25
2015-09-27MIPS: print MAAR configuration during bootPaul Burton1-0/+29
2015-09-27MIPS: mm: compile maar_init unconditionallyPaul Burton1-63/+63
2015-09-03MIPS: mm: default platform_maar_init using bootmem dataPaul Burton1-2/+34