aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/mm/fault.c
AgeCommit message (Expand)Author
2023-10-06m68k: mm: Add and use "fault.h"Geert Uytterhoeven
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds
2023-03-02m68k: fix livelock in uaccessAl Viro
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu
2022-02-21m68k: mm: Remove check for VM_IO to fix deferred I/OGeert Uytterhoeven
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-12mm/m68k: use general page fault accountingPeter Xu
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-04-07mm/vma: append unlikely() while testing VMA access permissionsAnshuman Khandual
2020-04-07mm/vma: make vma_is_accessible() available for general useAnshuman Khandual
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu
2020-04-02mm: introduce fault_signal_pending()Peter Xu
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder
2018-04-25signal/m68k: Use force_sig_fault where appropriateEric W. Biederman
2018-01-22signal: Don't use structure initializers for struct siginfoEric W. Biederman
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-28m68k: switch to generic extable.hAl Viro
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds
2013-12-30m68k: Convert arch/m68k/mm/fault.c to pr_*()Geert Uytterhoeven
2013-12-30m68k/mm: Check for mm != NULL in do_page_fault() debug codeGeert Uytterhoeven
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li
2012-04-22m68k/mm: Port OOM changes to do_page_fault()Kautuk Consul
2012-03-28Disintegrate asm/system.h for M68KDavid Howells
2011-03-16m68k: Add helper function handle_kernel_fault()Roman Zippel
2010-05-17m68k: invoke oom-killer from page faultNick Piggin
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn
2007-10-16During VM oom condition, kill all threads in process groupWill Schmidt
2007-07-19mm: fault feedback #2Nick Piggin
2006-12-07[PATCH] mm: arch do_page_fault() vs in_atomic()Peter Zijlstra
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu
2006-09-29[PATCH] make PROT_WRITE imply PROT_READJason Baron
2005-08-04It wasn't just x86-64 that had hardcoded VM_FAULT_xxx numbersLinus Torvalds
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds