summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/fault.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-22kasan, arm64: print report from tag fault handlerAndrey Konovalov1-0/+14
2020-12-22arm64: mte: add in-kernel tag fault handlerVincenzo Frascino1-0/+45
2020-12-09Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas1-25/+0
2020-12-09Merge branch 'for-next/uaccess' into for-next/coreCatalin Marinas1-5/+0
2020-12-02arm64: uaccess: remove set_fs()Mark Rutland1-5/+0
2020-11-30arm64: entry: fix EL1 debug transitionsMark Rutland1-25/+0
2020-11-30arm64: entry: fix non-NMI user<->kernel transitionsMark Rutland1-11/+11
2020-11-23arm64: expose FAR_EL1 tag bits in siginfoPeter Collingbourne1-33/+50
2020-10-29arm64: Add workaround for Arm Cortex-A77 erratum 1508412Rob Herring1-1/+1
2020-10-02Merge branch 'for-next/mte' into for-next/coreWill Deacon1-1/+8
2020-10-01arm64: mm: Make flush_tlb_fix_spurious_fault() a no-opWill Deacon1-1/+3
2020-09-04arm64: mte: Handle synchronous and asynchronous tag check faultsVincenzo Frascino1-1/+8
2020-08-12mm/arm64: use general page fault accountingPeter Xu1-23/+6
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-4/+4
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-04arm64: add support for folded p4d page tablesMike Rapoport1-1/+8
2020-05-19arm64: acpi: Make apei_claim_sea() synchronise with APEI's irq workJames Morse1-5/+7
2020-04-10mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual1-1/+1
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu1-5/+0
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu1-1/+1
2020-04-02arm64/mm: use helper fault_signal_pending()Peter Xu1-12/+7
2020-01-06arm64: Revert support for execute-only user mappingsCatalin Marinas1-1/+1
2019-11-08Merge branches 'for-next/elf-hwcap-docs', 'for-next/smccc-conduit-cleanup', '...Catalin Marinas1-0/+2
2019-10-29arm64: print additional fault message when executing non-exec memoryXiang Zheng1-0/+2
2019-10-28Merge branch 'for-next/entry-s-to-c' into for-next/coreCatalin Marinas1-49/+13
2019-10-28arm64: entry-common: don't touch daif before bp-hardeningJames Morse1-35/+1
2019-10-28arm64: Remove asmlinkage from updated functionsJames Morse1-9/+7
2019-10-28arm64: remove __exception annotationsJames Morse1-17/+17
2019-10-16arm64: mm: fix inverted PAR_EL1.F checkMark Rutland1-1/+5
2019-10-07arm64: mm: fix spurious fault detectionMark Rutland1-1/+1
2019-10-04arm64: mm: avoid virt_to_phys(init_mm.pgd)Mark Rutland1-1/+10
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon1-4/+36
2019-08-27arm64: mm: Ignore spurious translation faults taken from the kernelWill Deacon1-0/+33
2019-08-14arm64: memory: fix flipped VA space falloutMark Rutland1-1/+1
2019-08-09arm64: mm: Remove vabits_userSteve Capper1-2/+1
2019-08-09arm64: mm: Introduce vabits_actualSteve Capper1-2/+2
2019-08-07arm64: mm: print hexadecimal EC value in mem_abort_decode()Miles Chen1-2/+2
2019-08-02arm64: Make debug exception handlers visible from RCUMasami Hiramatsu1-8/+49
2019-07-16mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual1-23/+1
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-31/+30
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-06-07arm64/mm: Refactor __do_page_fault()Anshuman Khandual1-19/+11
2019-06-07arm64/mm: Document write abort detection from ESRAnshuman Khandual1-1/+10
2019-06-04arm64/mm: Drop task_struct argument from __do_page_fault()Anshuman Khandual1-10/+5
2019-06-04arm64/mm: Drop mmap_sem before calling __do_kernel_fault()Anshuman Khandual1-1/+3
2019-06-04arm64/mm: Identify user instruction abortsAnshuman Khandual1-0/+1
2019-05-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+33
2019-05-23arm64: errata: Add workaround for Cortex-A76 erratum #1463225Will Deacon1-0/+33
2019-05-14arm64: Print physical address of page table base in show_pte()Will Deacon1-2/+3