summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/init.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+5
* MIPS: MemoryMapID (MMID) SupportPaul Burton2019-02-041-0/+7
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowMike Rapoport2018-10-311-1/+2
* MIPS: stop using _PTRS_PER_PGDAlexandre Belloni2018-09-281-6/+1
* MIPS: Remove duplicate includesPravin Shedge2018-02-191-2/+0
* MIPS: Remove unused variable 'lastpfn'Steven J. Hill2017-10-091-4/+0
* MIPS: Include linux/initrd.h for free_initrd_mem()Paul Burton2017-08-291-0/+1
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2017-05-121-0/+3
|\
| * MIPS: Add 48-bit VA space (and 4-level page tables) for 4K pages.Alex Belits2017-04-101-0/+3
* | MIPS: Separate MAAR V bit into VL and VH for XPAJames Hogan2017-03-281-1/+1
|/
* Merge tag 'mips_kvm_4.11_1' into mips-for-linux-nextJames Hogan2017-02-131-0/+1
|\
| * MIPS: Export pgd/pmd symbols for KVMJames Hogan2017-02-031-0/+1
* | MIPS: Export invalid_pte_table alongside its definitionPaul Burton2017-01-031-0/+2
|/
* MIPS: Mask out limit field when calculating wired entry countPaul Burton2016-11-241-2/+2
* MIPS: mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-10-051-1/+1
* MIPS: Fix detection of unsupported highmem with cache aliasesPaul Burton2016-09-291-0/+3
* MIPS: MAAR: Fix address alignmentJames Hogan2016-09-131-7/+6
* treewide: replace obsolete _refok by __refFabian Frederick2016-08-021-1/+1
* MIPS: mm: Don't do MTHC0 if XPA not presentJames Hogan2016-05-131-3/+5
* MIPS: mm: Fix MIPS32 36b physical addressing (alchemy, netlogic)Paul Burton2016-05-131-1/+3
* MIPS: c-r4k: Sync icache when it fills from dcacheJames Hogan2016-05-091-1/+1
* mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov2016-01-151-3/+3
* MIPS: Initialise MAARs on secondary CPUsPaul Burton2015-09-271-3/+25
* MIPS: print MAAR configuration during bootPaul Burton2015-09-271-0/+29
* MIPS: mm: compile maar_init unconditionallyPaul Burton2015-09-271-63/+63
* MIPS: mm: default platform_maar_init using bootmem dataPaul Burton2015-09-031-2/+34
* sched/preempt, mm/kmap, MIPS: Disable preemption in kmap_coherent() explicitlyDavid Hildenbrand2015-05-191-0/+2
* MIPS: Add support for XPA.Steven J. Hill2015-03-191-1/+6
* MIPS: Replace MIPS-specific 64BIT_PHYS_ADDR with generic PHYS_ADDR_T_64BITRalf Baechle2014-11-241-1/+1
* mm: export symbol dependencies of is_zero_pfn()Ard Biesheuvel2014-09-141-0/+1
* MIPS: Initialise MAARsPaul Burton2014-08-021-0/+33
* Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-f...Ralf Baechle2014-05-291-2/+12
|\
| * MIPS: add kmap_noncoherent to wire a cached non-coherent TLB entryPaul Burton2014-05-281-2/+12
* | MIPS: MT: Remove SMTC supportRalf Baechle2014-05-241-63/+5
|/
* MIPS: mm: init: Add free_init_pages() callback for EVAMarkos Chandras2014-03-261-1/+11
* MIPS: mm: Move UNIQUE_ENTRYHI macro to a header fileMarkos Chandras2014-01-221-2/+0
* sched: Extract the basic add/sub preempt_count modifiersPeter Zijlstra2013-09-251-3/+2
* MIPS: Export copy_from_user_page() (needed by lustre)Geert Uytterhoeven2013-09-051-0/+1
* mm/MIPS: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-031-39/+18
* mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-031-1/+1
* mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-031-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-0/+1
|\
| * proc: Split kcore bits from linux/procfs.h into linux/kcore.hDavid Howells2013-04-291-0/+1
* | mm/MIPS: use free_highmem_page() to free highmem pages into buddy systemJiang Liu2013-04-291-5/+1
* | mm/MIPS: use common help functions to free reserved pagesJiang Liu2013-04-291-22/+9
|/
* MIPS: Whitespace cleanup.Ralf Baechle2013-02-011-2/+2
* MIPS: Align swapper_pg_dir to 64K for better TLB Refill code.David Daney2012-10-111-8/+9
* mips: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-4/+4