summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/init.c
AgeCommit message (Expand)AuthorLines
2008-04-28[MIPS] unexport copy_from_user_page()Dmitri Vorobiev-3/+0
2008-04-28[MIPS] unexport copy_to_user_page()Dmitri Vorobiev-2/+0
2008-04-28[MIPS] unexport copy_user_highpage()Dmitri Vorobiev-2/+0
2008-04-28[MIPS] Add support for MIPS CMP platform.Ralf Baechle-1/+1
2008-04-28[MIPS] All MIPS32 processors support64-bit physical addresses.Chris Dearman-1/+1
2008-02-19[MIPS] Fix buggy invocations of kmap_coherent()Ralf Baechle-3/+6
2007-11-26[MIPS] 64-bit Sibyte kernels need DMA32.Ralf Baechle-27/+16
2007-11-15[MIPS] Convert reference to mem_map to pfn_to_page().Ralf Baechle-1/+1
2007-10-16[MIPS] Fix aliasing bug in copy_user_highpage, take 2.Ralf Baechle-7/+12
2007-09-11[MIPS] Fix aliasing bug in copy_user_highpage.Ralf Baechle-1/+4
2007-08-27[MIPS] Gcc 3.3 build fixes.Ralf Baechle-1/+8
2007-07-24[MIPS] Mark prom_free_prom_memory as __init_refokAtsushi Nemoto-1/+1
2007-05-11[MIPS] Remove LIMITED_DMA supportFranck Bui-Huu-3/+0
2007-04-27[MIPS] Remove unused argument from kunmap_coherent().Ralf Baechle-4/+4
2007-04-27[MIPS] Select ZONE_DMA only if GENERIC_ISA_DMA selectedAtsushi Nemoto-10/+7
2007-03-24[MIPS] Implement flush_anon_page().Ralf Baechle-2/+2
2007-03-24[MIPS] SPARSEMEM: The first pfn of zone should be min_low_pfn, not 0.Atsushi Nemoto-1/+1
2007-02-20[MIPS] Declare highstart_pfn, highend_pfn only if CONFIG_HIGHMEM=yRalf Baechle-2/+2
2007-02-18[MIPS] Add external declaration of pagetable_init() to pgalloc.hAtsushi Nemoto-2/+0
2007-02-06[MIPS] Move some kernel globals from asm file to C file.Atsushi Nemoto-0/+15
2007-02-06[MIPS] Setup min_low_pfn/max_low_pfn correctlyFranck Bui-Huu-12/+11
2007-02-06[MIPS] prom_free_prom_memory cleanupAtsushi Nemoto-10/+2
2007-01-24[MIPS] Fix reported amount of freed memory - it's in kB not bytesThiemo Seufer-1/+2
2006-12-13[PATCH] MIPS: Fix COW D-cache aliasing on forkAtsushi Nemoto-0/+25
2006-12-12[MIPS] paging_init(): use highend_pfn/highstart_pfnFranck Bui-Huu-9/+8
2006-11-30[MIPS] Make free_init_pages() arguments to be physical addressesFranck Bui-Huu-16/+17
2006-11-30[MIPS] setup.c: clean up initrd related codeFranck Bui-Huu-5/+0
2006-11-30[MIPS] page.h: remove __pa() usages.Franck Bui-Huu-4/+4
2006-10-21[MIPS] Fix aliasing bug in copy_to_user_page / copy_from_user_pageRalf Baechle-7/+160
2006-10-03[MIPS] Fix size of zones_size and zholes_size arrayAtsushi Nemoto-2/+2
2006-09-26[PATCH] reduce MAX_NR_ZONES: fix MAX_NR_ZONES array initializationsChristoph Lameter-2/+2
2006-07-13[MIPS] Do not count pages in holes with sparsememAtsushi Nemoto-25/+40
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-06-06[MIPS] Fix sparsemem support.Chad Reese-1/+1
2006-04-19[MIPS] Cleanup free_initmem the same way as i386 did.Ralf Baechle-25/+23
2006-03-27[PATCH] unify PFN_* macrosDave Hansen-3/+1
2006-03-22[PATCH] remove set_page_count() outside mm/Nick Piggin-3/+3
2006-03-22[PATCH] mm: split highorder pagesNick Piggin-2/+3
2006-02-07[MIPS] Support /proc/kcore for MIPSDaniel Jacobowitz-0/+16
2005-12-12[PATCH] mips: setup_zero_pages count 1Hugh Dickins-2/+2
2005-12-01[MIPS] Use reset_page_mapcount to initialize empty_zero_page usage counter.Ralf Baechle-1/+1
2005-10-29Fix wrong comment.Ralf Baechle-1/+1
2005-10-29Update MIPS to use the 4-level pagetable code thereby getting rid ofRalf Baechle-11/+17
2005-10-29Delete duplicate copy of fixrange_init.Ralf Baechle-2/+2
2005-09-05[PATCH] mips: clean up 32/64-bit configurationRalf Baechle-4/+4
2005-06-25[PATCH] mips: add MIPS-specific support for flatmem/discontigmemYoichi Yuasa-2/+2
2005-06-21[PATCH] mm: remove PG_highmemBadari Pulavarty-1/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+304