aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nds32/mm/fault.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-11-06nds32: Perf portingNickhu1-4/+9
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-1/+1
2018-04-25signal/nds32: 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
2018-02-22nds32: MMU fault handling and page table managementGreentime Hu1-0/+410