summaryrefslogtreecommitdiff
path: root/arch/mips/mm/init.c
AgeCommit message (Expand)Author
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
2009-09-23kcore: register vmalloc area in generic wayKAMEZAWA Hiroyuki
2009-09-23kcore: add kclist typesKAMEZAWA Hiroyuki
2009-09-22arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven
2009-09-17MIPS: Shrink the size of tlb handlerWu Fei
2009-06-24MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.Ralf Baechle
2009-05-14MIPS: Fix highmem.Ralf Baechle
2009-03-30MIPS: Use BUG_ON() where possible.Ralf Baechle
2008-06-16[MIPS] Export empty_zero_page for sake of the ext4 module.Ralf Baechle
2008-04-28[MIPS] unexport copy_from_user_page()Dmitri Vorobiev
2008-04-28[MIPS] unexport copy_to_user_page()Dmitri Vorobiev
2008-04-28[MIPS] unexport copy_user_highpage()Dmitri Vorobiev
2008-04-28[MIPS] Add support for MIPS CMP platform.Ralf Baechle
2008-04-28[MIPS] All MIPS32 processors support64-bit physical addresses.Chris Dearman
2008-02-19[MIPS] Fix buggy invocations of kmap_coherent()Ralf Baechle
2007-11-26[MIPS] 64-bit Sibyte kernels need DMA32.Ralf Baechle
2007-11-15[MIPS] Convert reference to mem_map to pfn_to_page().Ralf Baechle
2007-10-16[MIPS] Fix aliasing bug in copy_user_highpage, take 2.Ralf Baechle
2007-09-11[MIPS] Fix aliasing bug in copy_user_highpage.Ralf Baechle
2007-08-27[MIPS] Gcc 3.3 build fixes.Ralf Baechle
2007-07-24[MIPS] Mark prom_free_prom_memory as __init_refokAtsushi Nemoto
2007-05-11[MIPS] Remove LIMITED_DMA supportFranck Bui-Huu
2007-04-27[MIPS] Remove unused argument from kunmap_coherent().Ralf Baechle
2007-04-27[MIPS] Select ZONE_DMA only if GENERIC_ISA_DMA selectedAtsushi Nemoto
2007-03-24[MIPS] Implement flush_anon_page().Ralf Baechle
2007-03-24[MIPS] SPARSEMEM: The first pfn of zone should be min_low_pfn, not 0.Atsushi Nemoto
2007-02-20[MIPS] Declare highstart_pfn, highend_pfn only if CONFIG_HIGHMEM=yRalf Baechle
2007-02-18[MIPS] Add external declaration of pagetable_init() to pgalloc.hAtsushi Nemoto
2007-02-06[MIPS] Move some kernel globals from asm file to C file.Atsushi Nemoto
2007-02-06[MIPS] Setup min_low_pfn/max_low_pfn correctlyFranck Bui-Huu
2007-02-06[MIPS] prom_free_prom_memory cleanupAtsushi Nemoto
2007-01-24[MIPS] Fix reported amount of freed memory - it's in kB not bytesThiemo Seufer
2006-12-13[PATCH] MIPS: Fix COW D-cache aliasing on forkAtsushi Nemoto
2006-12-12[MIPS] paging_init(): use highend_pfn/highstart_pfnFranck Bui-Huu
2006-11-30[MIPS] Make free_init_pages() arguments to be physical addressesFranck Bui-Huu
2006-11-30[MIPS] setup.c: clean up initrd related codeFranck Bui-Huu
2006-11-30[MIPS] page.h: remove __pa() usages.Franck Bui-Huu