summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/init.c
AgeCommit message (Expand)AuthorLines
2020-11-06mips/mm/highmem: Switch to generic kmap atomicThomas Gleixner-4/+0
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport-1/+0
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport-1/+1
2020-05-19mips: MAAR: Add XPA mode supportSerge Semin-1/+7
2020-01-09MIPS: mm: Place per_cpu on different nodes, if NUMA is enabledThomas Bogendoerfer-0/+45
2019-11-22mips: drop __pXd_offset() macros that duplicate pXd_index() onesMike Rapoport-3/+3
2019-09-20MIPS: Detect bad _PFN_SHIFT valuesPaul Burton-0/+6
2019-08-23MIPS: mm: Fix highmem compilePaul Burton-0/+2
2019-08-23MIPS: mm: Drop boot_mem_mapJiaxun Yang-57/+37
2019-05-14initramfs: poison freed initrd memoryChristoph Hellwig-8/+0
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport-0/+5
2019-02-04MIPS: MemoryMapID (MMID) SupportPaul Burton-0/+7
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport-1/+1
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport-1/+1
2018-10-31memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowMike Rapoport-1/+2
2018-09-28MIPS: stop using _PTRS_PER_PGDAlexandre Belloni-6/+1
2018-02-19MIPS: Remove duplicate includesPravin Shedge-2/+0
2017-10-09MIPS: Remove unused variable 'lastpfn'Steven J. Hill-4/+0
2017-08-29MIPS: Include linux/initrd.h for free_initrd_mem()Paul Burton-0/+1
2017-05-12Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-0/+3
2017-04-10MIPS: Add 48-bit VA space (and 4-level page tables) for 4K pages.Alex Belits-0/+3
2017-03-28MIPS: Separate MAAR V bit into VL and VH for XPAJames Hogan-1/+1
2017-02-13Merge tag 'mips_kvm_4.11_1' into mips-for-linux-nextJames Hogan-0/+1
2017-02-03MIPS: Export pgd/pmd symbols for KVMJames Hogan-0/+1
2017-01-03MIPS: Export invalid_pte_table alongside its definitionPaul Burton-0/+2
2016-11-24MIPS: Mask out limit field when calculating wired entry countPaul Burton-2/+2
2016-10-05MIPS: mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker-1/+1
2016-09-29MIPS: Fix detection of unsupported highmem with cache aliasesPaul Burton-0/+3
2016-09-13MIPS: MAAR: Fix address alignmentJames Hogan-7/+6
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick-1/+1
2016-05-13MIPS: mm: Don't do MTHC0 if XPA not presentJames Hogan-3/+5
2016-05-13MIPS: mm: Fix MIPS32 36b physical addressing (alchemy, netlogic)Paul Burton-1/+3
2016-05-09MIPS: c-r4k: Sync icache when it fills from dcacheJames Hogan-1/+1
2016-01-15mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov-3/+3
2015-09-27MIPS: Initialise MAARs on secondary CPUsPaul Burton-3/+25
2015-09-27MIPS: print MAAR configuration during bootPaul Burton-0/+29
2015-09-27MIPS: mm: compile maar_init unconditionallyPaul Burton-63/+63
2015-09-03MIPS: mm: default platform_maar_init using bootmem dataPaul Burton-2/+34
2015-05-19sched/preempt, mm/kmap, MIPS: Disable preemption in kmap_coherent() explicitlyDavid Hildenbrand-0/+2
2015-03-19MIPS: Add support for XPA.Steven J. Hill-1/+6
2014-11-24MIPS: Replace MIPS-specific 64BIT_PHYS_ADDR with generic PHYS_ADDR_T_64BITRalf Baechle-1/+1
2014-09-14mm: export symbol dependencies of is_zero_pfn()Ard Biesheuvel-0/+1
2014-08-02MIPS: Initialise MAARsPaul Burton-0/+33
2014-05-29Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-f...Ralf Baechle-2/+12
2014-05-28MIPS: add kmap_noncoherent to wire a cached non-coherent TLB entryPaul Burton-2/+12
2014-05-24MIPS: MT: Remove SMTC supportRalf Baechle-63/+5
2014-03-26MIPS: mm: init: Add free_init_pages() callback for EVAMarkos Chandras-1/+11