summaryrefslogtreecommitdiff
path: root/arch/arm64/mm/fault.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-29arch/mm/fault: fix major fault accounting when retrying under per-VMA lockSuren Baghdasaryan1-0/+2
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_HAS_EPANMark Rutland1-1/+1
2023-08-25mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETEDSuren Baghdasaryan1-1/+2
2023-08-18mm: remove CONFIG_PER_VMA_LOCK ifdefsMatthew Wilcox (Oracle)1-2/+0
2023-07-04arch/arm64/mm/fault: Fix undeclared variable error in do_page_fault()SeongJae Park1-2/+0
2023-06-29Merge branch 'expand-stack'Linus Torvalds1-39/+8
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+4
2023-06-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-6/+14
2023-06-25arm64/mm: Convert to using lock_mm_and_find_vma()Linus Torvalds1-39/+8
2023-06-23Merge branches 'for-next/kpti', 'for-next/missing-proto-warn', 'for-next/iss2...Catalin Marinas1-6/+14
2023-06-20arm64: allow pte_offset_map() to failHugh Dickins1-0/+3
2023-06-10kasan: use internal prototypes matching gcc-13 builtinsArnd Bergmann1-1/+1
2023-06-02arm64: mm: pass original fault address to handle_mm_fault() in PER_VMA_LOCK b...Jisheng Zhang1-2/+1
2023-05-26arm64/esr: Add decode of ISS2 to data abort reportingMark Brown1-3/+14
2023-05-25arm64: move early_brk64 prototype to headerArnd Bergmann1-3/+0
2023-05-16arm64/mm: mark private VM_FAULT_X defines as vm_fault_tMin-Hua Chen1-2/+2
2023-04-06arm64/mm: try VMA lock-based page fault handling firstSuren Baghdasaryan1-0/+36
2023-02-03mm: add vma_alloc_zeroed_movable_folio()Matthew Wilcox (Oracle)1-2/+2
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+3
2022-12-14Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2022-12-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+7
2022-12-08arm64: efi: Recover from synchronous exceptions occurring in firmwareArd Biesheuvel1-0/+4
2022-12-05Merge branch kvm-arm64/mte-map-shared into kvmarm-master/nextMarc Zyngier1-1/+3
2022-12-01arm64: efi: Revert "Recover from synchronous exceptions ..."Ard Biesheuvel1-4/+0
2022-11-29arm64: mte: Lock a page for MTE tag initialisationCatalin Marinas1-0/+2
2022-11-29arm64: mte: Fix/clarify the PG_mte_tagged semanticsCatalin Marinas1-1/+1
2022-11-15arm64: mm: kfence: only handle translation faultsMark Rutland1-1/+7
2022-11-03arm64: efi: Recover from synchronous exceptions occurring in firmwareArd Biesheuvel1-0/+4
2022-09-06arm64: compat: Implement misalignment fixups for multiword loadsArd Biesheuvel1-0/+3
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+4
2022-07-07mm: kasan: Skip unpoisoning of user pagesCatalin Marinas1-1/+0
2022-06-17mm: avoid unnecessary page fault retires on shared memory typesPeter Xu1-0/+4
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