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