summaryrefslogtreecommitdiffstats
path: root/arch/hexagon/mm/vm_fault.c
Commit message (Expand)AuthorAgeFilesLines
* hexagon: vm_fault: include asm/vm_fault.h for prototypesNathan Chancellor2023-12-101-0/+1
* hexagon: vm_fault: mark do_page_fault() as staticNathan Chancellor2023-12-101-1/+1
* mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds2023-06-241-14/+4
* hexagon: fix livelock in uaccessAl Viro2023-03-021-1/+4
* mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-161-0/+4
* mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2022-01-151-5/+3
* mm/hexagon: 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: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-4/+4
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* 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
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267Thomas Gleixner2019-06-051-14/+1
|/
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-1/+1
* signal/hexagon: Use force_sig_fault as appropriateEric W. Biederman2018-04-251-14/+7
* signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* hexagon: 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
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-121-2/+4
* Hexagon: fix signal number for user mem faultsRichard Kuo2013-04-301-2/+2
* Hexagon: Copyright marking changesRichard Kuo2012-10-181-1/+1
* readahead: fault retry breaks mmap file read random detectionShaohua Li2012-10-091-0/+1
* hexagon/mm/vm_fault.c: Port OOM changes to do_page_faultKautuk Consul2012-05-221-5/+17
* Hexagon: Add page-fault support.Richard Kuo2011-11-011-0/+187