aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-29mm/MIPS: use common help functions to free reserved pagesJiang Liu1-22/+9
2013-04-29proc: Split kcore bits from linux/procfs.h into linux/kcore.hDavid Howells1-0/+1
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-2/+2
2012-10-11MIPS: Align swapper_pg_dir to 64K for better TLB Refill code.David Daney1-8/+9
2012-03-20mips: remove the second argument of k[un]map_atomic()Cong Wang1-4/+4
2011-12-07MIPS: Handle initmem in systems with kernel not in add_memory_region() memDavid Daney1-2/+7
2011-07-25MIPS: Limit fixrange_init() to the FIXMAP regionKevin Cernekee1-3/+3
2011-07-25MIPS: pfn_valid() is broken on low memory HIGHMEM systemsKevin Cernekee1-1/+1
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra1-2/+0
2011-03-14MIPS: Fix GCC-4.6 'set but not used' warning in arch/mips/mm/init.cDavid Daney1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-28Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2010-02-27MIPS: Implement Read Inhibit/eXecute InhibitDavid Daney1-1/+1
2010-02-27MIPS: Two-level pagetables for 64-bit kernels with 64KB pages.David Daney1-1/+1
2010-02-17Merge branch 'linus' into x86/mmThomas Gleixner1-2/+8
2010-02-01resources: introduce generic page_is_ram()Wu Fengguang1-1/+1
2010-01-11mm: make totalhigh_pages unsigned longAndreas Fenkart1-1/+1
2009-12-17MIPS: Put PGD in C0_CONTEXT for 64-bit R2 processors.David Daney1-0/+2
2009-11-02MIPS: Fix machine check exception in kmap_coherent()Kevin Cernekee1-1/+5
2009-09-23kcore: use registerd physmem informationKAMEZAWA Hiroyuki1-2/+0
2009-09-23kcore: register vmalloc area in generic wayKAMEZAWA Hiroyuki1-3/+1
2009-09-23kcore: add kclist typesKAMEZAWA Hiroyuki1-3/+4
2009-09-22arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven1-1/+1
2009-09-17MIPS: Shrink the size of tlb handlerWu Fei1-3/+0
2009-06-24MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.Ralf Baechle1-0/+1
2009-05-14MIPS: Fix highmem.Ralf Baechle1-26/+0
2009-03-30MIPS: Use BUG_ON() where possible.Ralf Baechle1-2/+1
2008-06-16[MIPS] Export empty_zero_page for sake of the ext4 module.Ralf Baechle1-0/+1
2008-04-28[MIPS] unexport copy_from_user_page()Dmitri Vorobiev1-3/+0
2008-04-28[MIPS] unexport copy_to_user_page()Dmitri Vorobiev1-2/+0
2008-04-28[MIPS] unexport copy_user_highpage()Dmitri Vorobiev1-2/+0
2008-04-28[MIPS] Add support for MIPS CMP platform.Ralf Baechle1-1/+1
2008-04-28[MIPS] All MIPS32 processors support64-bit physical addresses.Chris Dearman1-1/+1
2008-02-19[MIPS] Fix buggy invocations of kmap_coherent()Ralf Baechle1-3/+6