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