aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-12mm/alpha: use general page fault accountingPeter Xu1-5/+3
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu1-1/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-5/+5
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-03alpha: simplify detection of memory zone boundariesMike Rapoport1-14/+4
2020-06-03mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport1-10/+6
2020-06-03mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport1-2/+2
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu1-1/+1
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu1-1/+1
2020-04-02mm: introduce fault_signal_pending()Peter Xu1-1/+1
2019-12-04alpha: use pgtable-nopud instead of 4level-fixupMike Rapoport1-4/+8
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-2/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-14init: provide a generic free_initmem implementationMike Rapoport1-6/+0
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig1-8/+0
2019-02-10alpha: fix page fault handling for r16-r18 targetsSergei Trofimovich1-1/+1
2018-12-14alpha: fix hang caused by the bootmem removalMike Rapoport1-3/+3
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport2-2/+1
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
2018-10-26alpha: switch to NO_BOOTMEMMike Rapoport1-100/+13
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-1/+2
2018-04-25signal/alpha: Use force_sig_fault where appropriateEric W. Biederman1-13/+2
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+2
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