summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/fault.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* arm64: debug: Remove unused return value from do_debug_exception()Will Deacon2019-04-091-10/+4
* arm64: mm: Make show_pte() a static functionWill Deacon2019-04-031-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-03-101-4/+5
|\
| * arm64: debug: Don't propagate UNKNOWN FAR into si_code for debug signalsWill Deacon2019-03-011-4/+5
* | arm64: KVM/mm: Move SEA handling behind a single 'claim' interfaceJames Morse2019-02-071-19/+5
* | KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbingJames Morse2019-02-071-1/+1
|/
* kasan, arm64: fix up fault handling logicAndrey Konovalov2018-12-281-9/+22
* arm64: mm: introduce 52-bit userspace supportSteve Capper2018-12-101-1/+1
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-61/+33
|\