summaryrefslogtreecommitdiff
path: root/arch/um/kernel/trap.c
AgeCommit message (Expand)Author
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng
2021-12-21um: unexport handle_page_fault()Al Viro
2021-10-29signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman
2021-09-08trap: cleanup trap_init()Kefeng Wang
2020-08-12mm: clean up the last pieces of page fault accountingsPeter Xu
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu
2019-12-04um: add support for folded p4d page tablesMike Rapoport
2019-09-15um: Add SPDX headers to files in arch/um/kernel/Alex Dewar
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman
2019-05-27signal: Remove task parameter from force_sigsegvEric W. Biederman
2018-10-29um: trap: fix spelling mistake, EACCESS -> EACCESColin Ian King
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder
2018-04-28signal/um: More carefully relay signals in relay_signal.Eric W. Biederman
2018-04-25signal/um: Use force_sig_fault where appropriateEric W. Biederman
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2018-01-22signal: Replace memset(info,...) with clear_siginfo for clarityEric W. Biederman
2017-12-19Do not hash userspace addresses in fault handlersKees Cook
2017-07-07um: Add kerneldoc for segv_handlerThomas Meyer
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov
2015-10-19um: Fix kernel mode fault conditionRichard Weinberger
2015-07-07um: Fix do_signal() prototypeIngo Molnar
2015-06-28Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-05-31um: Catch unprotected user memory accessRichard Weinberger
2015-05-19mm/fault, um: Fix compile errorPeter Zijlstra
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand
2015-04-13um: Remove SKAS3/4 supportRichard Weinberger
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds
2014-07-20um: segv: Save regs only in case of a kernel mode faultRichard Weinberger
2013-11-17um: Make stack trace reliable against kernel mode faultsRichard Weinberger
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner
2013-09-12arch: mm: do not invoke OOM killer on kernel fault OOMJohannes Weiner
2012-10-10Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li
2012-08-02um: pass siginfo to guest processMartin Pärtel
2012-05-31um/kernel/trap.c: port OOM changes to handle_page_fault()Kautuk Consul
2011-11-02um: distribute exports to where exported stuff is definedAl Viro
2011-11-02um: kill includes of sysdep/sigcontext.h from stuff built with kernel headersAl Viro
2011-05-25um: print info about fatal segfaultsRichard Weinberger