aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/trap.c
Commit message (Expand)AuthorAge
* um: Add SPDX headers to files in arch/um/kernel/Alex Dewar2019-09-15
* signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-29
* signal: Remove task parameter from force_sigEric W. Biederman2019-05-27
* signal: Remove task parameter from force_sigsegvEric W. Biederman2019-05-27
* um: trap: fix spelling mistake, EACCESS -> EACCESColin Ian King2018-10-29
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-17
* signal/um: More carefully relay signals in relay_signal.Eric W. Biederman2018-04-28
* signal/um: Use force_sig_fault where appropriateEric W. Biederman2018-04-25
* signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-25
* signal: Replace memset(info,...) with clear_siginfo for clarityEric W. Biederman2018-01-22
* Do not hash userspace addresses in fault handlersKees Cook2017-12-19
* um: Add kerneldoc for segv_handlerThomas Meyer2017-07-07
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-26
* um: Fix kernel mode fault conditionRichard Weinberger2015-10-19
* um: Fix do_signal() prototypeIngo Molnar2015-07-07
* Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-06-28
|\
| * um: Catch unprotected user memory accessRichard Weinberger2015-05-31
* | mm/fault, um: Fix compile errorPeter Zijlstra2015-05-19
* | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-19
|/
* um: Remove SKAS3/4 supportRichard Weinberger2015-04-13
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-01-29
* um: segv: Save regs only in case of a kernel mode faultRichard Weinberger2014-07-20
* um: Make stack trace reliable against kernel mode faultsRichard Weinberger2013-11-17
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-12
* arch: mm: do not invoke OOM killer on kernel fault OOMJohannes Weiner2013-09-12
* Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-10-09
|\
| * um: get rid of pointless include "..." where include <...> will doAl Viro2012-10-09
* | readahead: fault retry breaks mmap file read random detectionShaohua Li2012-10-09
|/
* um: pass siginfo to guest processMartin Pärtel2012-08-01
* um/kernel/trap.c: port OOM changes to handle_page_fault()Kautuk Consul2012-05-31
* um: distribute exports to where exported stuff is definedAl Viro2011-11-02
* um: kill includes of sysdep/sigcontext.h from stuff built with kernel headersAl Viro2011-11-02
* um: print info about fatal segfaultsRichard Weinberger2011-05-25
* Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds2009-06-21
* mm: invoke oom-killer from page faultNick Piggin2009-01-06
* uml: kill processes instead of panicing kernelJeff Dike2008-02-05
* uml: tidy pgtable.hJeff Dike2008-02-05
* uml: tidy kern_util.hJeff Dike2008-02-05
* uml: further bugs.c tidyingJeff Dike2008-02-05
* pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn2007-10-19
* uml: get rid of do_longjmpJeff Dike2007-10-16
* uml: remove code made redundant by CHOOSE_MODE removalJeff Dike2007-10-16
* uml: style fixes pass 1Jeff Dike2007-10-16
* uml: throw out CONFIG_MODE_TTJeff Dike2007-10-16
* mm: fault feedback #2Nick Piggin2007-07-19
* uml: out of tmpfs space error clarificationJeff Dike2007-05-07
* uml: kernel segfaults should dump proper registersJeff Dike2007-05-07
* uml: tidy fault codeJeff Dike2007-05-07