summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/fault.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* kasan, arm64: print report from tag fault handlerAndrey Konovalov2020-12-221-0/+14
* arm64: mte: add in-kernel tag fault handlerVincenzo Frascino2020-12-221-0/+45
* Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas2020-12-091-25/+0
|\
| * arm64: entry: fix EL1 debug transitionsMark Rutland2020-11-301-25/+0
| * arm64: entry: fix non-NMI user<->kernel transitionsMark Rutland2020-11-301-11/+11
* | Merge branch 'for-next/uaccess' into for-next/coreCatalin Marinas2020-12-091-5/+0
|\ \
| * | arm64: uaccess: remove set_fs()Mark Rutland2020-12-021-5/+0
| |/
* / arm64: expose FAR_EL1 tag bits in siginfoPeter Collingbourne2020-11-231-33/+50
|/
* arm64: Add workaround for Arm Cortex-A77 erratum 1508412Rob Herring2020-10-291-1/+1
* Merge branch 'for-next/mte' into for-next/coreWill Deacon2020-10-021-1/+8
|\
| * arm64: mte: Handle synchronous and asynchronous tag check faultsVincenzo Frascino2020-09-041-1/+8
* | arm64: mm: Make flush_tlb_fix_spurious_fault() a no-opWill Deacon2020-10-011-1/+3
|/
* mm/arm64: use general page fault accountingPeter Xu2020-08-121-23/+6
* mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-4/+4
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* arm64: add support for folded p4d page tablesMike Rapoport2020-06-051-1/+8
* arm64: acpi: Make apei_claim_sea() synchronise with APEI's irq workJames Morse2020-05-191-5/+7
* mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual2020-04-111-1/+1
* mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-5/+0
* mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-1/+1
* arm64/mm: use helper fault_signal_pending()Peter Xu2020-04-021-12/+7
* arm64: Revert support for execute-only user mappingsCatalin Marinas2020-01-061-1/+1
*-. Merge branches 'for-next/elf-hwcap-docs', 'for-next/smccc-conduit-cleanup', '...Catalin Marinas2019-11-081-0/+2
|\ \
| | * arm64: print additional fault message when executing non-exec memoryXiang Zheng2019-10-291-0/+2
| |/
* | Merge branch 'for-next/entry-s-to-c' into for-next/coreCatalin Marinas2019-10-281-49/+13
|\ \
| * | arm64: entry-common: don't touch daif before bp-hardeningJames Morse2019-10-281-35/+1
| * | arm64: Remove asmlinkage from updated functionsJames Morse2019-10-281-9/+7
| * | arm64: remove __exception annotationsJames Morse2019-10-281-17/+17
| |/
* / arm64: mm: fix inverted PAR_EL1.F checkMark Rutland2019-10-161-1/+5
|/
* arm64: mm: fix spurious fault detectionMark Rutland2019-10-071-1/+1
* arm64: mm: avoid virt_to_phys(init_mm.pgd)Mark Rutland2019-10-041-1/+10
*-----. Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon2019-08-301-4/+36
|\ \ \ \
| | | | * arm64: mm: Ignore spurious translation faults taken from the kernelWill Deacon2019-08-271-0/+33
| | | |/ | | |/|
| * | | arm64: memory: fix flipped VA space falloutMark Rutland2019-08-141-1/+1
| * | | arm64: mm: Remove vabits_userSteve Capper2019-08-091-2/+1
| * | | arm64: mm: Introduce vabits_actualSteve Capper2019-08-091-2/+2
| |/ /
* / / arm64: mm: print hexadecimal EC value in mem_abort_decode()Miles Chen2019-08-071-2/+2
|/ /
* / arm64: Make debug exception handlers visible from RCUMasami Hiramatsu2019-08-021-8/+49
|/
* mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual2019-07-171-23/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-07-081-31/+30
|\
| * arm64/mm: Refactor __do_page_fault()Anshuman Khandual2019-06-071-19/+11
| * arm64/mm: Document write abort detection from ESRAnshuman Khandual2019-06-071-1/+10
| * arm64/mm: Drop task_struct argument from __do_page_fault()Anshuman Khandual2019-06-041-10/+5
| * arm64/mm: Drop mmap_sem before calling __do_kernel_fault()Anshuman Khandual2019-06-041-1/+3
| * arm64/mm: Identify user instruction abortsAnshuman Khandual2019-06-041-0/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
|/
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-05-241-0/+33
|\
| * arm64: errata: Add workaround for Cortex-A76 erratum #1463225Will Deacon2019-05-231-0/+33
* | arm64: Print physical address of page table base in show_pte()Will Deacon2019-05-141-2/+3
|/