aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-01-24alpha: migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-1/+1
2016-03-22alpha/extable: use generic search and sort routinesArd Biesheuvel2-93/+1
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handlerDavid Hildenbrand1-3/+2
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-3/+4
2013-07-03mm/alpha: unify mem_init() for both UMA and NUMA architecturesJiang Liu2-15/+2
2013-07-03mm/alpha: prepare for removing num_physpages and simplify mem_init()Jiang Liu2-62/+4
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu2-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/alpha: use common help functions to free reserved pagesJiang Liu2-23/+4
2012-08-19alpha/mm/fault.c: Port OOM changes to do_page_faultKautuk Consul1-6/+30
2012-03-28Disintegrate asm/system.h for AlphaDavid Howells2-2/+1
2011-05-25alpha, mm: set all online nodes in N_NORMAL_MEMORYDavid Rientjes1-0/+1
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra1-2/+0
2011-01-17alpha: change to new Makefile flag variablesmatt mooney1-1/+1
2010-05-26alpha: invoke oom-killer from page faultNick Piggin1-9/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-09-22arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven2-2/+2
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds1-1/+1
2009-06-16alpha: bad macro expansion, parameter is memberRoel Kluin1-3/+3
2009-06-12module: trim exception table on init free.Rusty Russell1-0/+21
2009-05-02alpha: exception table sortingIvan Kokshaysky1-1/+39
2009-03-01alpha: fix typo in recent early vmalloc changeTejun Heo1-1/+1
2009-02-24vmalloc: add @align to vm_area_register_early()Tejun Heo1-1/+1
2009-02-20vmalloc: implement vm_area_register_early()Tejun Heo1-7/+13
2009-01-15alpha: make pte_alloc_one_kernel() inlineIvan Kokshaysky1-7/+0
2008-07-26alpha: use generic show_mem()Johannes Weiner2-65/+0
2008-07-24bootmem: replace node_boot_start in struct bootmem_dataJohannes Weiner1-1/+1
2008-07-24mm: drop unneeded pgdat argument from free_area_init_node()Johannes Weiner1-1/+1
2008-07-24mm: move bootmem descriptors definition to a single placeJohannes Weiner1-4/+4
2008-02-07Introduce flags for reserve_bootmem()Bernhard Walle1-2/+3
2007-10-20spelling fixes: arch/alpha/Simon Arlott1-1/+1
2007-10-19Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan1-1/+1
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-07-31alpha: fix two section mismatch warningsSam Ravnborg1-2/+1
2007-07-19mm: fault feedback #2Nick Piggin1-13/+9
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2006-12-07[PATCH] mm: arch do_page_fault() vs in_atomic()Peter Zijlstra1-1/+1
2006-10-11[PATCH] alpha_ksyms.c cleanupAl Viro1-0/+2
2006-10-01[PATCH] Generic ioremap_page_range: alpha conversionHaavard Skinnemoen2-87/+1
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu1-1/+1
2006-09-26[PATCH] reduce MAX_NR_ZONES: fix MAX_NR_ZONES array initializationsChristoph Lameter1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel4-4/+0