aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-24m68knommu: remove stubs for __ioremap() and iounmap()Greg Ungerer2-38/+1
2011-05-24m68knommu: remove unused kernel_set_cachemode()Greg Ungerer1-8/+0
2011-04-27m68k/mm: Set all online nodes in N_NORMAL_MEMORYMichael Schmitz1-0/+2
2011-03-25m68k: merge m68k and m68knommu arch directoriesGreg Ungerer9-522/+780
2011-03-16m68k: Add helper function handle_kernel_fault()Roman Zippel1-15/+1
2010-05-17m68k: invoke oom-killer from page faultNick Piggin1-10/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo3-1/+3
2010-02-27m68k{,nommu}/h8300: Remove obsolete comment about map_chunkPhilippe De Muyter1-2/+1
2010-02-27m68k: Allow ioremapping top of memoryPhilippe De Muyter1-1/+1
2009-09-22arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven1-1/+1
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds1-1/+1
2009-01-12m68k: Kill several external declarations in source filesGeert Uytterhoeven2-7/+4
2008-10-14arch/m68k/mm/kmap.c: introduce missing kfreeJulia Lawall1-1/+3
2008-07-26m68k: use generic show_mem()Johannes Weiner1-30/+0
2008-07-24mm: drop unneeded pgdat argument from free_area_init_node()Johannes Weiner2-2/+2
2008-07-24mm: move bootmem descriptors definition to a single placeJohannes Weiner1-3/+1
2008-07-20arch/m68k/mm/sun3mmu.c: Eliminate NULL test and memset after alloc_bootmemJulia Lawall1-1/+0
2008-07-20arch/m68k/mm/motorola.c: Eliminate NULL test and memset after alloc_bootmemJulia Lawall1-1/+0
2008-04-29m68k: Export empty_zero_page for ZERO_PAGE usage in modules.Aneesh Kumar K.V1-0/+1
2008-04-28m68k: remove redundant display of free swap space in show_mem()Johannes Weiner1-1/+0
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn1-1/+1
2007-10-16During VM oom condition, kill all threads in process groupWill Schmidt1-1/+1
2007-08-22m68k: Kill superfluous externGeert Uytterhoeven1-5/+1
2007-07-20m68k: missing __initAl Viro1-1/+1
2007-07-20m68k: missing exportsAl Viro1-0/+2
2007-07-19mm: fault feedback #2Nick Piggin1-11/+10
2007-05-31m68k: discontinuous memory supportRoman Zippel3-146/+147
2007-05-31m68k: runtime patching infrastructureRoman Zippel1-0/+3
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-12-09[PATCH] m68k: EXPORT_SYMBOL(cache_{clear,push}) bogus commentGeert Uytterhoeven1-2/+2
2006-12-09[PATCH] Sun3: General updatesSam Creasey1-2/+5
2006-12-07[PATCH] mm: arch do_page_fault() vs in_atomic()Peter Zijlstra1-1/+1
2006-10-11[PATCH] clean m68k ksymsAl Viro3-2/+13
2006-10-11[PATCH] sun3 __iomem annotationsAl Viro1-4/+4
2006-10-03fix file specification in commentsUwe Zeisberger1-1/+1
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu1-1/+1
2006-09-29[PATCH] make PROT_WRITE imply PROT_READJason Baron1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel4-4/+0
2006-06-26[PATCH] arch: use list_move()Akinobu Mita1-4/+2