summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/mm/fault.c
Commit message (Expand)AuthorAgeFilesLines
* mm: always expand the stack with the mmap write lock heldLinus Torvalds2023-06-271-2/+3
* openrisc: fix livelock in uaccessAl Viro2023-03-021-1/+4
* mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-161-0/+4
* openrisc/fault: Fix symbol scope warningsStafford Horne2022-05-231-3/+1
* openrisc: remove bogus nops and shutdownsJason A. Donenfeld2022-05-121-5/+0
* mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2022-01-151-10/+8
* exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman2021-10-201-3/+1
* openrisc: rename or32 code & comments to or1kRandy Dunlap2021-08-051-1/+1
* mm/openrisc: use general page fault accountingPeter Xu2020-08-121-5/+4
* mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
* mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-5/+5
* openrisc: add support for folded p4d page tablesMike Rapoport2020-06-041-2/+8
* mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-1/+0
* mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-1/+1
* mm: introduce fault_signal_pending()Peter Xu2020-04-021-1/+1
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-2/+2
|\
| * signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-2/+2
| * signal: Explicitly call force_sig_fault on currentEric W. Biederman2019-05-291-2/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-1/+1
* signal/openrisc: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-14/+5
* signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+1
* openrisc: initial SMP supportStefan Kristiansson2017-11-031-2/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* openrisc: migrate exception table users off module.h and onto extable.hPaul Gortmaker2017-01-261-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-261-1/+1
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-01-291-0/+2
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-121-0/+1
* mm: invoke oom-killer from remaining unconverted page fault handlersJohannes Weiner2013-07-091-4/+4
* readahead: fault retry breaks mmap file read random detectionShaohua Li2012-10-091-0/+1
* openrisc/mm/fault.c: Port OOM changes to do_page_faultKautuk Consul2012-05-081-6/+26
* OpenRISC: Memory managementJonas Bonn2011-07-221-0/+338