summaryrefslogtreecommitdiff
path: root/arch/mips/mm/init.c
AgeCommit message (Expand)Author
2016-11-24MIPS: Mask out limit field when calculating wired entry countPaul Burton
2016-10-05MIPS: mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker
2016-09-29MIPS: Fix detection of unsupported highmem with cache aliasesPaul Burton
2016-09-13MIPS: MAAR: Fix address alignmentJames Hogan
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick
2016-05-13MIPS: mm: Don't do MTHC0 if XPA not presentJames Hogan
2016-05-13MIPS: mm: Fix MIPS32 36b physical addressing (alchemy, netlogic)Paul Burton
2016-05-09MIPS: c-r4k: Sync icache when it fills from dcacheJames Hogan
2016-01-15mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov
2015-09-27MIPS: Initialise MAARs on secondary CPUsPaul Burton
2015-09-27MIPS: print MAAR configuration during bootPaul Burton
2015-09-27MIPS: mm: compile maar_init unconditionallyPaul Burton
2015-09-03MIPS: mm: default platform_maar_init using bootmem dataPaul Burton
2015-05-19sched/preempt, mm/kmap, MIPS: Disable preemption in kmap_coherent() explicitlyDavid Hildenbrand
2015-03-19MIPS: Add support for XPA.Steven J. Hill
2014-11-24MIPS: Replace MIPS-specific 64BIT_PHYS_ADDR with generic PHYS_ADDR_T_64BITRalf Baechle
2014-09-14mm: export symbol dependencies of is_zero_pfn()Ard Biesheuvel
2014-08-02MIPS: Initialise MAARsPaul Burton
2014-05-29Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-f...Ralf Baechle
2014-05-28MIPS: add kmap_noncoherent to wire a cached non-coherent TLB entryPaul Burton
2014-05-24MIPS: MT: Remove SMTC supportRalf Baechle
2014-03-26MIPS: mm: init: Add free_init_pages() callback for EVAMarkos Chandras
2014-01-22MIPS: mm: Move UNIQUE_ENTRYHI macro to a header fileMarkos Chandras
2013-09-25sched: Extract the basic add/sub preempt_count modifiersPeter Zijlstra
2013-09-05MIPS: Export copy_from_user_page() (needed by lustre)Geert Uytterhoeven
2013-07-03mm/MIPS: prepare for removing num_physpages and simplify mem_init()Jiang Liu
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-29mm/MIPS: use free_highmem_page() to free highmem pages into buddy systemJiang Liu
2013-04-29mm/MIPS: use common help functions to free reserved pagesJiang Liu
2013-04-29proc: Split kcore bits from linux/procfs.h into linux/kcore.hDavid Howells
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle
2012-10-11MIPS: Align swapper_pg_dir to 64K for better TLB Refill code.David Daney
2012-03-20mips: remove the second argument of k[un]map_atomic()Cong Wang
2011-12-07MIPS: Handle initmem in systems with kernel not in add_memory_region() memDavid Daney
2011-07-25MIPS: Limit fixrange_init() to the FIXMAP regionKevin Cernekee
2011-07-25MIPS: pfn_valid() is broken on low memory HIGHMEM systemsKevin Cernekee
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra
2011-03-14MIPS: Fix GCC-4.6 'set but not used' warning in arch/mips/mm/init.cDavid Daney
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-28Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2010-02-27MIPS: Implement Read Inhibit/eXecute InhibitDavid Daney
2010-02-27MIPS: Two-level pagetables for 64-bit kernels with 64KB pages.David Daney
2010-02-17Merge branch 'linus' into x86/mmThomas Gleixner
2010-02-01resources: introduce generic page_is_ram()Wu Fengguang
2010-01-11mm: make totalhigh_pages unsigned longAndreas Fenkart
2009-12-17MIPS: Put PGD in C0_CONTEXT for 64-bit R2 processors.David Daney
2009-11-02MIPS: Fix machine check exception in kmap_coherent()Kevin Cernekee
2009-09-23kcore: use registerd physmem informationKAMEZAWA Hiroyuki