summaryrefslogtreecommitdiffstats
path: root/arch/csky/mm/fault.c
Commit message (Expand)AuthorAgeFilesLines
* mm/csky: use general page fault accountingPeter Xu2020-08-121-11/+1
* mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+2
* csky: Optimize the trap processing flowGuo Ren2020-07-311-5/+5
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-4/+4
* csky: replace definitions of __pXd_offset() with pXd_index()Mike Rapoport2020-06-091-1/+1
* mm/vma: append unlikely() while testing VMA access permissionsAnshuman Khandual2020-04-071-1/+1
* mm/vma: make vma_is_accessible() available for general useAnshuman Khandual2020-04-071-1/+1
* csky: Add kprobes supportedGuo Ren2020-04-031-0/+4
* csky: Fixup get wrong psr value from phyical regGuo Ren2020-04-011-0/+7
* signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-2/+2
* csky: Fixup compile warningGuo Ren2019-04-221-1/+1
* csky: add page fault perf event supportMao Han2019-04-221-2/+10
* csky: Use va_pa_offset instead of phys_offsetGuo Ren2019-04-221-1/+1
* csky: mm/fault.c: Remove duplicate headerJagadeesh Pagadala2019-04-221-1/+0
* csky: remove unused members in processor.hGuo Ren2018-12-311-3/+0
* csky: optimize kernel panic print.Guo Ren2018-12-311-2/+2
* csky: Exception handling and mm-faultGuo Ren2018-10-251-0/+212