aboutsummaryrefslogtreecommitdiffstats
path: root/arch/openrisc/mm/fault.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu1-0/+4
2022-05-23openrisc/fault: Fix symbol scope warningsStafford Horne1-3/+1
2022-05-12openrisc: remove bogus nops and shutdownsJason A. Donenfeld1-5/+0
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng1-10/+8
2021-10-20exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman1-3/+1
2021-08-05openrisc: rename or32 code & comments to or1kRandy Dunlap1-1/+1
2020-08-12mm/openrisc: use general page fault accountingPeter Xu1-5/+4
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu1-1/+1
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-5/+5
2020-06-04openrisc: add support for folded p4d page tablesMike Rapoport1-2/+8
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu1-1/+0
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu1-1/+1
2020-04-02mm: introduce fault_signal_pending()Peter Xu1-1/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-2/+2
2019-05-29signal: Explicitly call force_sig_fault on currentEric W. Biederman1-2/+2
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-1/+1
2018-04-25signal/openrisc: Use force_sig_fault where appropriateEric W. Biederman1-14/+5
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+1
2017-11-03openrisc: initial SMP supportStefan Kristiansson1-2/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-01-26openrisc: migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-1/+1
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-0/+1
2013-07-09mm: invoke oom-killer from remaining unconverted page fault handlersJohannes Weiner1-4/+4
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-0/+1
2012-05-08openrisc/mm/fault.c: Port OOM changes to do_page_faultKautuk Consul1-6/+26
2011-07-22OpenRISC: Memory managementJonas Bonn1-0/+338