aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/trap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-06mm: invoke oom-killer from page faultNick Piggin1-16/+8
2008-02-05uml: kill processes instead of panicing kernelJeff Dike1-0/+12
2008-02-05uml: tidy pgtable.hJeff Dike1-0/+1
2008-02-05uml: tidy kern_util.hJeff Dike1-12/+3
2008-02-05uml: further bugs.c tidyingJeff Dike1-3/+2
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn1-1/+1
2007-10-16uml: get rid of do_longjmpJeff Dike1-3/+3
2007-10-16uml: remove code made redundant by CHOOSE_MODE removalJeff Dike1-5/+5
2007-10-16uml: style fixes pass 1Jeff Dike1-59/+52
2007-10-16uml: throw out CONFIG_MODE_TTJeff Dike1-2/+0
2007-07-19mm: fault feedback #2Nick Piggin1-14/+15
2007-05-07uml: out of tmpfs space error clarificationJeff Dike1-2/+2
2007-05-07uml: kernel segfaults should dump proper registersJeff Dike1-3/+7
2007-05-07uml: tidy fault codeJeff Dike1-17/+18
2007-05-07uml: remove user_util.hJeff Dike1-1/+0
2007-05-07uml: create as-layout.hJeff Dike1-0/+1
2007-05-07uml: create arch.hJeff Dike1-0/+1
2007-02-11[PATCH] uml: make signal handlers staticJeff Dike1-14/+14
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu1-1/+1
2006-09-27[PATCH] uml: use correct SIGBUS handlerJeff Dike1-8/+9
2006-09-27[PATCH] uml: const more dataJeff Dike1-1/+1
2006-09-26[PATCH] uml: Improve SIGBUS diagnosticsJeff Dike1-2/+9
2006-07-10[PATCH] uml: move _kern.c filesJeff Dike1-0/+251