aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/init.c
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Limit fixrange_init() to the FIXMAP regionKevin Cernekee2011-07-251-3/+3
* MIPS: pfn_valid() is broken on low memory HIGHMEM systemsKevin Cernekee2011-07-251-1/+1
* mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra2011-05-251-2/+0
* MIPS: Fix GCC-4.6 'set but not used' warning in arch/mips/mm/init.cDavid Daney2011-03-141-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-02-281-1/+1
|\
| * Merge branch 'linus' into x86/mmThomas Gleixner2010-02-171-2/+8
| |\
| * | resources: introduce generic page_is_ram()Wu Fengguang2010-02-011-1/+1
* | | MIPS: Implement Read Inhibit/eXecute InhibitDavid Daney2010-02-271-1/+1
* | | MIPS: Two-level pagetables for 64-bit kernels with 64KB pages.David Daney2010-02-271-1/+1
| |/ |/|
* | mm: make totalhigh_pages unsigned longAndreas Fenkart2010-01-111-1/+1
* | MIPS: Put PGD in C0_CONTEXT for 64-bit R2 processors.David Daney2009-12-171-0/+2
* | MIPS: Fix machine check exception in kmap_coherent()Kevin Cernekee2009-11-021-1/+5
|/
* kcore: use registerd physmem informationKAMEZAWA Hiroyuki2009-09-231-2/+0
* kcore: register vmalloc area in generic wayKAMEZAWA Hiroyuki2009-09-231-3/+1
* kcore: add kclist typesKAMEZAWA Hiroyuki2009-09-231-3/+4
* arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven2009-09-221-1/+1
* MIPS: Shrink the size of tlb handlerWu Fei2009-09-171-3/+0
* MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.Ralf Baechle2009-06-241-0/+1
* MIPS: Fix highmem.Ralf Baechle2009-05-141-26/+0
* MIPS: Use BUG_ON() where possible.Ralf Baechle2009-03-301-2/+1
* [MIPS] Export empty_zero_page for sake of the ext4 module.Ralf Baechle2008-06-161-0/+1
* [MIPS] unexport copy_from_user_page()Dmitri Vorobiev2008-04-281-3/+0
* [MIPS] unexport copy_to_user_page()Dmitri Vorobiev2008-04-281-2/+0
* [MIPS] unexport copy_user_highpage()Dmitri Vorobiev2008-04-281-2/+0
* [MIPS] Add support for MIPS CMP platform.Ralf Baechle2008-04-281-1/+1
* [MIPS] All MIPS32 processors support64-bit physical addresses.Chris Dearman2008-04-281-1/+1
* [MIPS] Fix buggy invocations of kmap_coherent()Ralf Baechle2008-02-191-3/+6
* [MIPS] 64-bit Sibyte kernels need DMA32.Ralf Baechle2007-11-261-27/+16
* [MIPS] Convert reference to mem_map to pfn_to_page().Ralf Baechle2007-11-151-1/+1
* [MIPS] Fix aliasing bug in copy_user_highpage, take 2.Ralf Baechle2007-10-161-7/+12
* [MIPS] Fix aliasing bug in copy_user_highpage.Ralf Baechle2007-09-111-1/+4
* [MIPS] Gcc 3.3 build fixes.Ralf Baechle2007-08-271-1/+8
* [MIPS] Mark prom_free_prom_memory as __init_refokAtsushi Nemoto2007-07-241-1/+1
* [MIPS] Remove LIMITED_DMA supportFranck Bui-Huu2007-05-111-3/+0
* [MIPS] Remove unused argument from kunmap_coherent().Ralf Baechle2007-04-271-4/+4
* [MIPS] Select ZONE_DMA only if GENERIC_ISA_DMA selectedAtsushi Nemoto2007-04-271-10/+7
* [MIPS] Implement flush_anon_page().Ralf Baechle2007-03-241-2/+2
* [MIPS] SPARSEMEM: The first pfn of zone should be min_low_pfn, not 0.Atsushi Nemoto2007-03-241-1/+1
* [MIPS] Declare highstart_pfn, highend_pfn only if CONFIG_HIGHMEM=yRalf Baechle2007-02-201-2/+2
* [MIPS] Add external declaration of pagetable_init() to pgalloc.hAtsushi Nemoto2007-02-181-2/+0
* [MIPS] Move some kernel globals from asm file to C file.Atsushi Nemoto2007-02-061-0/+15
* [MIPS] Setup min_low_pfn/max_low_pfn correctlyFranck Bui-Huu2007-02-061-12/+11
* [MIPS] prom_free_prom_memory cleanupAtsushi Nemoto2007-02-061-10/+2
* [MIPS] Fix reported amount of freed memory - it's in kB not bytesThiemo Seufer2007-01-241-1/+2
* [PATCH] MIPS: Fix COW D-cache aliasing on forkAtsushi Nemoto2006-12-131-0/+25
* [MIPS] paging_init(): use highend_pfn/highstart_pfnFranck Bui-Huu2006-12-121-9/+8
* [MIPS] Make free_init_pages() arguments to be physical addressesFranck Bui-Huu2006-11-301-16/+17
* [MIPS] setup.c: clean up initrd related codeFranck Bui-Huu2006-11-301-5/+0
* [MIPS] page.h: remove __pa() usages.Franck Bui-Huu2006-11-301-4/+4