summaryrefslogtreecommitdiffstats
path: root/arch/csky/mm/fault.c
Commit message (Expand)AuthorAgeFilesLines
* csky: fix up lock_mm_and_find_vma() conversionLinus Torvalds2023-06-291-1/+1
* mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds2023-06-241-17/+5
* mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-161-0/+4
* exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-1/+1
* csky: uaccess.h: Coding convention with asm genericGuo Ren2021-04-281-1/+1
* csky: mm: abort uaccess retries upon fatal signalGuo Ren2021-01-121-1/+4
* csky: Sync riscv mm/fault.c for easy maintenanceGuo Ren2021-01-121-155/+187
* csky: Fixup do_page_fault parent irq statusGuo Ren2021-01-121-0/+4
* csky: Add faulthandler_disabled() checkGuo Ren2021-01-121-2/+2
* csky: Fixup FAULT_FLAG_XXX param for handle_mm_faultGuo Ren2021-01-121-2/+21
* csky: Remove prologue of page fault handler in entry.SGuo Ren2021-01-121-5/+40
* csky: Add memory layout 2.5G(user):1.5G(kernel)Guo Ren2021-01-121-6/+1
* 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