summaryrefslogtreecommitdiff
path: root/arch/arm64/mm/fault.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-20Merge branch 'for-next/esr-elx-64-bit' into for-next/coreCatalin Marinas1-35/+35
2022-05-04arm64/mte: Make TCF field values and naming more standardMark Brown1-1/+2
2022-04-29arm64: Treat ESR_ELx as a 64-bit registerAlexandru Elisei1-35/+35
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+2
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng1-4/+2
2021-12-13arm64: mm: log potential KASAN shadow aliasMark Rutland1-0/+2
2021-12-13arm64: mm: use die_kernel_fault() in do_mem_abort()Mark Rutland1-5/+2
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman1-1/+1
2021-08-02arm64: kasan: mte: remove redundant mte_report_once logicMark Rutland1-14/+1
2021-06-24Merge branch 'for-next/mte' into for-next/coreWill Deacon1-0/+26
2021-06-24Merge branch 'for-next/mm' into for-next/coreWill Deacon1-6/+11
2021-06-15arm64: mm: Pass original fault address to handle_mm_fault()Gavin Shan1-1/+1
2021-06-08arm64: mm: decode xFSC in mem_abort_decode()Mark Rutland1-0/+2
2021-06-07arm64: entry: convert IRQ+FIQ handlers to CMark Rutland1-7/+0
2021-06-04arm64: mte: handle tags zeroing at page allocation timePeter Collingbourne1-0/+26
2021-06-03arm64: mm: Add is_el1_data_abort() helperKefeng Wang1-5/+8
2021-03-26arm64: Support execute-only permissions with Enhanced PANVladimir Murzin1-1/+17
2021-02-26kfence: add test suiteMarco Elver1-1/+1
2021-02-26kfence: use pt_regs to generate stack trace on faultsMarco Elver1-1/+1
2021-02-26arm64, kfence: enable KFENCE for ARM64Marco Elver1-0/+4
2021-02-25kasan, arm64: allow using KUnit tests with HW_TAGS modeAndrey Konovalov1-6/+14
2021-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-33/+1
2021-02-12Merge branch 'for-next/errata' into for-next/coreWill Deacon1-32/+0
2021-02-08arm64: entry: consolidate Cortex-A76 erratum 1463225 workaroundMark Rutland1-32/+0
2021-02-05mm/arm64: Correct obsolete comment in do_page_fault()Miaohe Lin1-1/+1
2021-01-18kasan, arm64: fix pointer tags in KASAN reportsAndrey Konovalov1-3/+4
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-05arm64: 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-11mm/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