aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k/mm
AgeCommit message (Expand)Author
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner
2013-07-03mm/m68k: fix build warning of unused variableJiang Liu
2013-07-03mm/m68k: prepare for killing free_all_bootmem_node()Jiang Liu
2013-07-03mm/m68k: prepare for removing num_physpages and simplify mem_init()Jiang Liu
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu
2013-04-29mm/m68k: use common help functions to free reserved pagesJiang Liu
2013-03-04m68knommu: fix build when CPU is not coldfireThadeu Lima de Souza Cascardo
2013-01-07m68k: fix conditional use of init_pointer_tableGreg Ungerer
2012-11-14m68k: move to a single instance of free_initmem()Greg Ungerer
2012-11-14m68k: merge MMU and non-MMU versions of mm/init.cGreg Ungerer
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li
2012-08-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds
2012-07-17m68k: fix ColdFire clear cache operationGreg Ungerer
2012-06-27m68k: Replace m68k-specific _[se]bss by generic __bss_{start,stop}Geert Uytterhoeven
2012-04-22m68k/mm: Port OOM changes to do_page_fault()Kautuk Consul
2012-03-28Disintegrate asm/system.h for M68KDavid Howells
2012-02-07m68k: Do not set global share for non-kernel shared pagesAlexander Stein
2012-01-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds
2012-01-22m68k: Fix assembler constraint to prevent overeager gcc optimisationAndreas Schwab
2011-12-30m68k: add ColdFire with MMU enabled support to the m68k mem init codeGreg Ungerer
2011-12-30m68k: compile appropriate mm arch files for ColdFire MMU supportGreg Ungerer
2011-12-30m68k: ColdFire V4e MMU paging init code and miss handlerGreg Ungerer
2011-12-30m68k: use ColdFire MMU read/write bit flags when ioremappingGreg Ungerer
2011-12-30m68k: modify cache push and clear code for ColdFire with MMU enableGreg Ungerer
2011-12-30m68k: add cache support for V4e ColdFire cores running with MMU enabledGreg Ungerer
2011-12-24m68k: print memory layout info in boot logGreg Ungerer
2011-10-18m68knommu: create common externs for _ram* varsGreg Ungerer
2011-10-18m68knommu: remove extern declarations of memory_start/memory_end from mm/initGreg Ungerer
2011-10-18m68knommu: use generic section names in mm/init codeGreg Ungerer
2011-07-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds
2011-07-30m68k/atari: Reserve some ST-RAM early on for device buffer useMichael Schmitz
2011-07-25m68knommu: Fix printk() format in free_initrd_mem()Geert Uytterhoeven
2011-07-25m68knommu: Make empty_zero_page "void *", like on m68kGeert Uytterhoeven
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra
2011-05-24m68knommu: clean up mm/init_no.cGreg Ungerer
2011-05-24m68k: merge the mmu and non-mmu mm/MakefileGreg Ungerer
2011-05-24m68k: mv kmap_mm.c to kmap.cGreg Ungerer
2011-05-24m68knommu: remove stubs for __ioremap() and iounmap()Greg Ungerer
2011-05-24m68knommu: remove unused kernel_set_cachemode()Greg Ungerer
2011-04-27m68k/mm: Set all online nodes in N_NORMAL_MEMORYMichael Schmitz
2011-03-25m68k: merge m68k and m68knommu arch directoriesGreg Ungerer
2011-03-16m68k: Add helper function handle_kernel_fault()Roman Zippel
2010-05-17m68k: invoke oom-killer from page faultNick Piggin
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-27m68k{,nommu}/h8300: Remove obsolete comment about map_chunkPhilippe De Muyter
2010-02-27m68k: Allow ioremapping top of memoryPhilippe De Muyter
2009-09-22arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds