summaryrefslogtreecommitdiff
path: root/arch/csky/mm/fault.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-25mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds1-17/+5
2022-06-17mm: avoid unnecessary page fault retires on shared memory typesPeter Xu1-0/+4
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman1-1/+1
2021-04-28csky: uaccess.h: Coding convention with asm genericGuo Ren1-1/+1
2021-01-12csky: mm: abort uaccess retries upon fatal signalGuo Ren1-1/+4
2021-01-12csky: Sync riscv mm/fault.c for easy maintenanceGuo Ren1-155/+187
2021-01-12csky: Fixup do_page_fault parent irq statusGuo Ren1-0/+4
2021-01-12csky: Add faulthandler_disabled() checkGuo Ren1-2/+2
2021-01-12csky: Fixup FAULT_FLAG_XXX param for handle_mm_faultGuo Ren1-2/+21
2021-01-12csky: Remove prologue of page fault handler in entry.SGuo Ren1-5/+40
2021-01-12csky: Add memory layout 2.5G(user):1.5G(kernel)Guo Ren1-6/+1
2020-08-12mm/csky: use general page fault accountingPeter Xu1-11/+1
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu1-1/+2
2020-07-31csky: Optimize the trap processing flowGuo Ren1-5/+5
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-4/+4
2020-06-09csky: replace definitions of __pXd_offset() with pXd_index()Mike Rapoport1-1/+1
2020-04-07mm/vma: append unlikely() while testing VMA access permissionsAnshuman Khandual1-1/+1
2020-04-07mm/vma: make vma_is_accessible() available for general useAnshuman Khandual1-1/+1
2020-04-03csky: Add kprobes supportedGuo Ren1-0/+4
2020-03-31csky: Fixup get wrong psr value from phyical regGuo Ren1-0/+7
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-2/+2
2019-04-22csky: Fixup compile warningGuo Ren1-1/+1
2019-04-22csky: add page fault perf event supportMao Han1-2/+10
2019-04-22csky: Use va_pa_offset instead of phys_offsetGuo Ren1-1/+1
2019-04-22csky: mm/fault.c: Remove duplicate headerJagadeesh Pagadala1-1/+0
2018-12-31csky: remove unused members in processor.hGuo Ren1-3/+0
2018-12-31csky: optimize kernel panic print.Guo Ren1-2/+2
2018-10-25csky: Exception handling and mm-faultGuo Ren1-0/+212