aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-09-11[MIPS] Fix aliasing bug in copy_user_highpage.Ralf Baechle1-1/+4
2007-08-27[MIPS] Gcc 3.3 build fixes.Ralf Baechle1-1/+8
2007-07-24[MIPS] Mark prom_free_prom_memory as __init_refokAtsushi Nemoto1-1/+1
2007-05-11[MIPS] Remove LIMITED_DMA supportFranck Bui-Huu1-3/+0
2007-04-27[MIPS] Remove unused argument from kunmap_coherent().Ralf Baechle1-4/+4
2007-04-27[MIPS] Select ZONE_DMA only if GENERIC_ISA_DMA selectedAtsushi Nemoto1-10/+7
2007-03-24[MIPS] Implement flush_anon_page().Ralf Baechle1-2/+2
2007-03-24[MIPS] SPARSEMEM: The first pfn of zone should be min_low_pfn, not 0.Atsushi Nemoto1-1/+1
2007-02-20[MIPS] Declare highstart_pfn, highend_pfn only if CONFIG_HIGHMEM=yRalf Baechle1-2/+2
2007-02-18[MIPS] Add external declaration of pagetable_init() to pgalloc.hAtsushi Nemoto1-2/+0
2007-02-06[MIPS] Move some kernel globals from asm file to C file.Atsushi Nemoto1-0/+15
2007-02-06[MIPS] Setup min_low_pfn/max_low_pfn correctlyFranck Bui-Huu1-12/+11
2007-02-06[MIPS] prom_free_prom_memory cleanupAtsushi Nemoto1-10/+2
2007-01-24[MIPS] Fix reported amount of freed memory - it's in kB not bytesThiemo Seufer1-1/+2
2006-12-13[PATCH] MIPS: Fix COW D-cache aliasing on forkAtsushi Nemoto1-0/+25
2006-12-12[MIPS] paging_init(): use highend_pfn/highstart_pfnFranck Bui-Huu1-9/+8
2006-11-30[MIPS] Make free_init_pages() arguments to be physical addressesFranck Bui-Huu1-16/+17
2006-11-30[MIPS] setup.c: clean up initrd related codeFranck Bui-Huu1-5/+0
2006-11-30[MIPS] page.h: remove __pa() usages.Franck Bui-Huu1-4/+4
2006-10-21[MIPS] Fix aliasing bug in copy_to_user_page / copy_from_user_pageRalf Baechle1-7/+160
2006-10-03[MIPS] Fix size of zones_size and zholes_size arrayAtsushi Nemoto1-2/+2
2006-09-26[PATCH] reduce MAX_NR_ZONES: fix MAX_NR_ZONES array initializationsChristoph Lameter1-2/+2
2006-07-13[MIPS] Do not count pages in holes with sparsememAtsushi Nemoto1-25/+40
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-06[MIPS] Fix sparsemem support.Chad Reese1-1/+1
2006-04-19[MIPS] Cleanup free_initmem the same way as i386 did.Ralf Baechle1-25/+23
2006-03-27[PATCH] unify PFN_* macrosDave Hansen1-3/+1
2006-03-22[PATCH] remove set_page_count() outside mm/Nick Piggin1-3/+3
2006-03-22[PATCH] mm: split highorder pagesNick Piggin1-2/+3
2006-02-07[MIPS] Support /proc/kcore for MIPSDaniel Jacobowitz1-0/+16
2005-12-12[PATCH] mips: setup_zero_pages count 1Hugh Dickins1-2/+2
2005-12-01[MIPS] Use reset_page_mapcount to initialize empty_zero_page usage counter.Ralf Baechle1-1/+1
2005-10-29Fix wrong comment.Ralf Baechle1-1/+1
2005-10-29Update MIPS to use the 4-level pagetable code thereby getting rid ofRalf Baechle1-11/+17
2005-10-29Delete duplicate copy of fixrange_init.Ralf Baechle1-2/+2
2005-09-05[PATCH] mips: clean up 32/64-bit configurationRalf Baechle1-4/+4
2005-06-25[PATCH] mips: add MIPS-specific support for flatmem/discontigmemYoichi Yuasa1-2/+2
2005-06-21[PATCH] mm: remove PG_highmemBadari Pulavarty1-1/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+304