aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-22m68k/mm: motorola - Add missing initialization of max_pfnGeert Uytterhoeven1-1/+1
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handlerDavid Hildenbrand1-2/+2
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2014-11-10m68k/mm: Eliminate memset after alloc_bootmem_pagesHimangi Saraogi1-1/+0
2014-10-03m68k: Reformat arch/m68k/mm/hwtest.cGeert Uytterhoeven1-38/+40
2014-10-03m68k: Disable/restore interrupts in hwreg_present()/hwreg_write()Geert Uytterhoeven1-0/+6
2014-05-28m68k: Increase initial mapping to 8 or 16 MiB if possibleAndreas Schwab1-4/+6
2013-12-30m68k/mm: kmap spelling/grammar fixesGeert Uytterhoeven1-5/+5
2013-12-30m68k: Convert arch/m68k/mm/fault.c to pr_*()Geert Uytterhoeven1-15/+8
2013-12-30m68k/mm: Check for mm != NULL in do_page_fault() debug codeGeert Uytterhoeven1-2/+1
2013-11-26m68k/UAPI: Move generic definitions to <asm/bootinfo.h>Geert Uytterhoeven2-2/+2
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-0/+2
2013-07-03mm/m68k: fix build warning of unused variableJiang Liu1-5/+8
2013-07-03mm/m68k: prepare for killing free_all_bootmem_node()Jiang Liu1-3/+1
2013-07-03mm/m68k: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-29/+2
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-2/+2
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu1-2/+2
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-1/+1
2013-04-29mm/m68k: use common help functions to free reserved pagesJiang Liu1-22/+2
2013-03-04m68knommu: fix build when CPU is not coldfireThadeu Lima de Souza Cascardo1-1/+1
2013-01-07m68k: fix conditional use of init_pointer_tableGreg Ungerer1-3/+5
2012-11-14m68k: move to a single instance of free_initmem()Greg Ungerer4-36/+8
2012-11-14m68k: merge MMU and non-MMU versions of mm/init.cGreg Ungerer3-323/+228
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-0/+1
2012-08-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds2-2/+2
2012-07-17m68k: fix ColdFire clear cache operationGreg Ungerer1-1/+1
2012-06-27m68k: Replace m68k-specific _[se]bss by generic __bss_{start,stop}Geert Uytterhoeven2-2/+2
2012-04-22m68k/mm: Port OOM changes to do_page_fault()Kautuk Consul1-8/+34
2012-03-28Disintegrate asm/system.h for M68KDavid Howells7-7/+0
2012-02-07m68k: Do not set global share for non-kernel shared pagesAlexander Stein1-4/+5
2012-01-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds1-3/+3
2012-01-22m68k: Fix assembler constraint to prevent overeager gcc optimisationAndreas Schwab1-3/+3
2011-12-30m68k: add ColdFire with MMU enabled support to the m68k mem init codeGreg Ungerer1-1/+1
2011-12-30m68k: compile appropriate mm arch files for ColdFire MMU supportGreg Ungerer1-3/+5
2011-12-30m68k: ColdFire V4e MMU paging init code and miss handlerGreg Ungerer1-0/+198
2011-12-30m68k: use ColdFire MMU read/write bit flags when ioremappingGreg Ungerer1-1/+2
2011-12-30m68k: modify cache push and clear code for ColdFire with MMU enableGreg Ungerer1-2/+6
2011-12-30m68k: add cache support for V4e ColdFire cores running with MMU enabledGreg Ungerer1-3/+21
2011-12-24m68k: print memory layout info in boot logGreg Ungerer1-0/+34
2011-10-18m68knommu: create common externs for _ram* varsGreg Ungerer1-1/+0
2011-10-18m68knommu: remove extern declarations of memory_start/memory_end from mm/initGreg Ungerer1-3/+0
2011-10-18m68knommu: use generic section names in mm/init codeGreg Ungerer1-9/+8
2011-07-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds1-5/+0
2011-07-30m68k/atari: Reserve some ST-RAM early on for device buffer useMichael Schmitz1-5/+0
2011-07-25m68knommu: Fix printk() format in free_initrd_mem()Geert Uytterhoeven1-2/+3
2011-07-25m68knommu: Make empty_zero_page "void *", like on m68kGeert Uytterhoeven1-3/+3
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra1-2/+0
2011-05-24m68knommu: clean up mm/init_no.cGreg Ungerer1-47/+4
2011-05-24m68k: merge the mmu and non-mmu mm/MakefileGreg Ungerer3-18/+9
2011-05-24m68k: mv kmap_mm.c to kmap.cGreg Ungerer2-370/+365