aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-06-25[PATCH] m68k: fix __iounmap for 030Roman Zippel1-2/+4
2006-06-23[PATCH] m68k: use proper defines for zone initializationRoman Zippel2-9/+8
2006-03-22[PATCH] remove set_page_count() outside mm/Nick Piggin3-3/+3
2006-01-12[PATCH] m68k: basic iomem annotationsAl Viro1-6/+6
2005-10-29[PATCH] mm: init_mm without ptlockHugh Dickins1-1/+1
2005-09-05[PATCH] m68k: move cache functions into separate fileRoman Zippel3-105/+119
2005-08-04It wasn't just x86-64 that had hardcoded VM_FAULT_xxx numbersLinus Torvalds1-3/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds9-0/+1834