aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-19sched/preempt, mm/kmap, MIPS: Disable preemption in kmap_coherent() explicitlyDavid Hildenbrand1-0/+2
2015-03-19MIPS: Add support for XPA.Steven J. Hill1-1/+6
2014-11-24MIPS: Replace MIPS-specific 64BIT_PHYS_ADDR with generic PHYS_ADDR_T_64BITRalf Baechle1-1/+1
2014-09-14mm: export symbol dependencies of is_zero_pfn()Ard Biesheuvel1-0/+1
2014-08-02MIPS: Initialise MAARsPaul Burton1-0/+33
2014-05-29Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-for-linux-nextRalf Baechle1-2/+12
2014-05-28MIPS: add kmap_noncoherent to wire a cached non-coherent TLB entryPaul Burton1-2/+12
2014-05-24MIPS: MT: Remove SMTC supportRalf Baechle1-63/+5
2014-03-26MIPS: mm: init: Add free_init_pages() callback for EVAMarkos Chandras1-1/+11
2014-01-22MIPS: mm: Move UNIQUE_ENTRYHI macro to a header fileMarkos Chandras1-2/+0
2013-09-25sched: Extract the basic add/sub preempt_count modifiersPeter Zijlstra1-3/+2
2013-09-05MIPS: Export copy_from_user_page() (needed by lustre)Geert Uytterhoeven1-0/+1
2013-07-03mm/MIPS: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-39/+18
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-1/+1
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-1/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2013-04-29mm/MIPS: use free_highmem_page() to free highmem pages into buddy systemJiang Liu1-5/+1