summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/trap.c
AgeCommit message (Expand)AuthorLines
2019-09-15um: Add SPDX headers to files in arch/um/kernel/Alex Dewar-1/+1
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman-8/+4
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman-1/+1
2019-05-27signal: Remove task parameter from force_sigsegvEric W. Biederman-1/+1
2018-10-29um: trap: fix spelling mistake, EACCESS -> EACCESColin Ian King-1/+1
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder-1/+1
2018-04-28signal/um: More carefully relay signals in relay_signal.Eric W. Biederman-24/+14
2018-04-25signal/um: Use force_sig_fault where appropriateEric W. Biederman-18/+8
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman-0/+2
2018-01-22signal: Replace memset(info,...) with clear_siginfo for clarityEric W. Biederman-1/+1
2017-12-19Do not hash userspace addresses in fault handlersKees Cook-1/+1
2017-07-07um: Add kerneldoc for segv_handlerThomas Meyer-0/+10
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-1/+1
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov-1/+1
2015-10-19um: Fix kernel mode fault conditionRichard Weinberger-1/+1
2015-07-07um: Fix do_signal() prototypeIngo Molnar-1/+1
2015-06-28Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+5
2015-05-31um: Catch unprotected user memory accessRichard Weinberger-0/+5
2015-05-19mm/fault, um: Fix compile errorPeter Zijlstra-0/+1
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand-2/+2
2015-04-13um: Remove SKAS3/4 supportRichard Weinberger-1/+1
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds-0/+2
2014-07-20um: segv: Save regs only in case of a kernel mode faultRichard Weinberger-1/+1
2013-11-17um: Make stack trace reliable against kernel mode faultsRichard Weinberger-3/+11
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner-8/+12
2013-09-12arch: mm: do not invoke OOM killer on kernel fault OOMJohannes Weiner-0/+2
2012-10-10Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+5
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro-5/+5
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li-0/+1
2012-08-02um: pass siginfo to guest processMartin Pärtel-7/+32
2012-05-31um/kernel/trap.c: port OOM changes to handle_page_fault()Kautuk Consul-5/+19
2011-11-02um: distribute exports to where exported stuff is definedAl Viro-0/+2
2011-11-02um: kill includes of sysdep/sigcontext.h from stuff built with kernel headersAl Viro-1/+0
2011-05-25um: print info about fatal segfaultsRichard Weinberger-0/+24
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds-1/+1
2009-01-06mm: invoke oom-killer from page faultNick Piggin-16/+8
2008-02-05uml: kill processes instead of panicing kernelJeff Dike-0/+12
2008-02-05uml: tidy pgtable.hJeff Dike-0/+1
2008-02-05uml: tidy kern_util.hJeff Dike-12/+3
2008-02-05uml: further bugs.c tidyingJeff Dike-3/+2
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn-1/+1
2007-10-16uml: get rid of do_longjmpJeff Dike-3/+3
2007-10-16uml: remove code made redundant by CHOOSE_MODE removalJeff Dike-5/+5
2007-10-16uml: style fixes pass 1Jeff Dike-59/+52
2007-10-16uml: throw out CONFIG_MODE_TTJeff Dike-2/+0
2007-07-19mm: fault feedback #2Nick Piggin-14/+15
2007-05-07uml: out of tmpfs space error clarificationJeff Dike-2/+2
2007-05-07uml: kernel segfaults should dump proper registersJeff Dike-3/+7
2007-05-07uml: tidy fault codeJeff Dike-17/+18