aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/trap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu1-0/+4
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+3
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng1-5/+3
2021-12-21um: unexport handle_page_fault()Al Viro1-1/+0
2021-10-29signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman1-1/+1
2021-09-08trap: cleanup trap_init()Kefeng Wang1-4/+0
2020-08-12mm: clean up the last pieces of page fault accountingsPeter Xu1-4/+0
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-3/+3
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport1-7/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu1-1/+0
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu1-1/+1
2019-12-04um: add support for folded p4d page tablesMike Rapoport1-1/+3
2019-09-15um: Add SPDX headers to files in arch/um/kernel/Alex Dewar1-1/+1
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-8/+4
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-1/+1
2019-05-27signal: Remove task parameter from force_sigsegvEric W. Biederman1-1/+1
2018-10-29um: trap: fix spelling mistake, EACCESS -> EACCESColin Ian King1-1/+1
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-1/+1
2018-04-28signal/um: More carefully relay signals in relay_signal.Eric W. Biederman1-24/+14
2018-04-25signal/um: Use force_sig_fault where appropriateEric W. Biederman1-18/+8
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+2
2018-01-22signal: Replace memset(info,...) with clear_siginfo for clarityEric W. Biederman1-1/+1
2017-12-19Do not hash userspace addresses in fault handlersKees Cook1-1/+1
2017-07-07um: Add kerneldoc for segv_handlerThomas Meyer1-0/+10
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-1/+1
2015-10-19um: Fix kernel mode fault conditionRichard Weinberger1-1/+1
2015-07-07um: Fix do_signal() prototypeIngo Molnar1-1/+1
2015-06-28Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds1-0/+5
2015-05-31um: Catch unprotected user memory accessRichard Weinberger1-0/+5
2015-05-19mm/fault, um: Fix compile errorPeter Zijlstra1-0/+1
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handlerDavid Hildenbrand1-2/+2
2015-04-13um: Remove SKAS3/4 supportRichard Weinberger1-1/+1
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2014-07-20um: segv: Save regs only in case of a kernel mode faultRichard Weinberger1-1/+1
2013-11-17um: Make stack trace reliable against kernel mode faultsRichard Weinberger1-3/+11
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-8/+12
2013-09-12arch: mm: do not invoke OOM killer on kernel fault OOMJohannes Weiner1-0/+2
2012-10-10Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds1-5/+5
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro1-5/+5
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-0/+1
2012-08-02um: pass siginfo to guest processMartin Pärtel1-7/+32
2012-05-31um/kernel/trap.c: port OOM changes to handle_page_fault()Kautuk Consul1-5/+19
2011-11-02um: distribute exports to where exported stuff is definedAl Viro1-0/+2
2011-11-02um: kill includes of sysdep/sigcontext.h from stuff built with kernel headersAl Viro1-1/+0
2011-05-25um: print info about fatal segfaultsRichard Weinberger1-0/+24
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds1-1/+1