summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/fault.c
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'for-next/mte' into for-next/coreWill Deacon2021-06-241-0/+26
|\
| * arm64: mte: handle tags zeroing at page allocation timePeter Collingbourne2021-06-041-0/+26
* | Merge branch 'for-next/mm' into for-next/coreWill Deacon2021-06-241-6/+11
|\ \
| * | arm64: mm: Pass original fault address to handle_mm_fault()Gavin Shan2021-06-151-1/+1
| * | arm64: mm: decode xFSC in mem_abort_decode()Mark Rutland2021-06-081-0/+2
| * | arm64: mm: Add is_el1_data_abort() helperKefeng Wang2021-06-031-5/+8
| |/
* / arm64: entry: convert IRQ+FIQ handlers to CMark Rutland2021-06-071-7/+0
|/
* arm64: Support execute-only permissions with Enhanced PANVladimir Murzin2021-03-261-1/+17
* kfence: add test suiteMarco Elver2021-02-261-1/+1
* kfence: use pt_regs to generate stack trace on faultsMarco Elver2021-02-261-1/+1
* arm64, kfence: enable KFENCE for ARM64Marco Elver2021-02-261-0/+4
* kasan, arm64: allow using KUnit tests with HW_TAGS modeAndrey Konovalov2021-02-241-6/+14
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-02-211-33/+1
|\
| * Merge branch 'for-next/errata' into for-next/coreWill Deacon2021-02-121-32/+0
| |\
| | * arm64: entry: consolidate Cortex-A76 erratum 1463225 workaroundMark Rutland2021-02-081-32/+0
| * | mm/arm64: Correct obsolete comment in do_page_fault()Miaohe Lin2021-02-051-1/+1
| |/
* / kasan, arm64: fix pointer tags in KASAN reportsAndrey Konovalov2021-01-181-3/+4
|/
* 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-041-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-101-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
|\ \ \ \