summaryrefslogtreecommitdiffstats
path: root/arch/nds32/mm/fault.c
Commit message (Expand)AuthorAgeFilesLines
* nds32: Remove the architectureAlan Kao2022-03-071-396/+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-5/+1
* mm/nds32: use general page fault accountingPeter Xu2020-08-121-16/+3
* mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-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-6/+6
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual2020-04-101-1/+1
* 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
* nds32: use pgtable-nopmd instead of 4level-fixupMike Rapoport2019-12-041-3/+13
* 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
* nds32: Perf portingNickhu2018-11-061-4/+9
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-1/+1
* signal/nds32: 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
* nds32: MMU fault handling and page table managementGreentime Hu2018-02-221-0/+410