summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/trap.c
Commit message (Expand)AuthorAgeFilesLines
* signal/um: More carefully relay signals in relay_signal.Eric W. Biederman2018-04-281-24/+14
* signal/um: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-18/+8
* signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+2
* signal: Replace memset(info,...) with clear_siginfo for clarityEric W. Biederman2018-01-221-1/+1
* Do not hash userspace addresses in fault handlersKees Cook2017-12-191-1/+1
* um: Add kerneldoc for segv_handlerThomas Meyer2017-07-071-0/+10
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-261-1/+1
* um: Fix kernel mode fault conditionRichard Weinberger2015-10-191-1/+1
* um: Fix do_signal() prototypeIngo Molnar2015-07-071-1/+1
* Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-06-281-0/+5
|\
| * um: Catch unprotected user memory accessRichard Weinberger2015-05-311-0/+5
* | mm/fault, um: Fix compile errorPeter Zijlstra2015-05-191-0/+1
* | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-191-2/+2
|/
* um: Remove SKAS3/4 supportRichard Weinberger2015-04-131-1/+1
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-01-291-0/+2
* um: segv: Save regs only in case of a kernel mode faultRichard Weinberger2014-07-201-1/+1
* um: Make stack trace reliable against kernel mode faultsRichard Weinberger2013-11-171-3/+11
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-121-8/+12
* arch: mm: do not invoke OOM killer on kernel fault OOMJohannes Weiner2013-09-121-0/+2
* Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-10-101-5/+5
|\
| * um: get rid of pointless include "..." where include <...> will doAl Viro2012-10-091-5/+5
* | readahead: fault retry breaks mmap file read random detectionShaohua Li2012-10-091-0/+1
|/
* um: pass siginfo to guest processMartin Pärtel2012-08-021-7/+32
* um/kernel/trap.c: port OOM changes to handle_page_fault()Kautuk Consul2012-05-311-5/+19
* um: distribute exports to where exported stuff is definedAl Viro2011-11-021-0/+2
* um: kill includes of sysdep/sigcontext.h from stuff built with kernel headersAl Viro2011-11-021-1/+0
* um: print info about fatal segfaultsRichard Weinberger2011-05-251-0/+24
* Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds2009-06-211-1/+1
* mm: invoke oom-killer from page faultNick Piggin2009-01-061-16/+8
* uml: kill processes instead of panicing kernelJeff Dike2008-02-051-0/+12
* uml: tidy pgtable.hJeff Dike2008-02-051-0/+1
* uml: tidy kern_util.hJeff Dike2008-02-051-12/+3
* uml: further bugs.c tidyingJeff Dike2008-02-051-3/+2
* pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn2007-10-191-1/+1
* uml: get rid of do_longjmpJeff Dike2007-10-161-3/+3
* uml: remove code made redundant by CHOOSE_MODE removalJeff Dike2007-10-161-5/+5
* uml: style fixes pass 1Jeff Dike2007-10-161-59/+52
* uml: throw out CONFIG_MODE_TTJeff Dike2007-10-161-2/+0
* mm: fault feedback #2Nick Piggin2007-07-191-14/+15
* uml: out of tmpfs space error clarificationJeff Dike2007-05-071-2/+2
* uml: kernel segfaults should dump proper registersJeff Dike2007-05-071-3/+7
* uml: tidy fault codeJeff Dike2007-05-071-17/+18
* uml: remove user_util.hJeff Dike2007-05-071-1/+0
* uml: create as-layout.hJeff Dike2007-05-071-0/+1
* uml: create arch.hJeff Dike2007-05-071-0/+1
* [PATCH] uml: make signal handlers staticJeff Dike2007-02-111-14/+14
* Remove all inclusions of <linux/config.h>Dave Jones2006-10-041-1/+0
* [PATCH] pidspace: is_init()Sukadev Bhattiprolu2006-09-291-1/+1