aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/fault.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2025-07-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-77/+6
2025-07-24Merge branches 'for-next/livepatch', 'for-next/user-contig-bbml2', 'for-next/misc', 'for-next/acpi', 'for-next/debug-entry', 'for-next/feat_mte_tagged_far', 'for-next/kselftest', 'for-next/mdscr-cleanup' and 'for-next/vmap-stack', remote-tracking branch 'arm64/for-next/perf' into for-next/coreCatalin Marinas1-77/+6
2025-07-17arm64: Mark kernel as tainted on SAE and SError panicBreno Leitao1-0/+1
2025-07-09mm: update architecture and driver code to use vm_flags_tLorenzo Stoakes1-1/+1
2025-07-08arm64: debug: remove debug exception registration infrastructureAda Couprie Diaz1-53/+0
2025-07-08arm64: entry: Add entry and exit functions for debug exceptionsAda Couprie Diaz1-22/+0
2025-07-04arm64: poe: Handle spurious Overlay faultsKevin Brodsky1-9/+21
2025-07-02arm64: Report address tag when FEAT_MTE_TAGGED_FAR is supportedYeoreum Yun1-2/+5
2025-03-07arm64: mm: Handle PAN faults on uaccess CPY* instructionsKristina Martšenko1-1/+1
2025-03-07arm64: extable: Add fixup handling for uaccess CPY* instructionsKristina Martšenko1-1/+1
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2024-11-06mm: remove unused hugepage for vma_alloc_folio()Kefeng Wang1-1/+1
2024-10-04arm64/mm: Handle GCS data abortsMark Brown1-0/+40
2024-09-04arm64: handle PKEY/POE faultsJoey Gouly1-1/+54
2024-05-05arm64: mm: drop VM_FAULT_BADMAP/VM_FAULT_BADACCESSKefeng Wang1-23/+20
2024-04-25arm64: mm: accelerate pagefault when VM_FAULT_BADACCESSKefeng Wang1-1/+3
2024-04-25arm64: mm: cleanup __do_page_fault()Kefeng Wang1-20/+7
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-6/+6
2024-02-22arm64/mm: new ptep layer to manage contig bitRyan Roberts1-6/+6
2024-02-22arm64/mm: convert set_pte_at() to set_ptes(..., 1)Ryan Roberts1-1/+1
2024-02-22arm64/mm: convert READ_ONCE(*ptep) to ptep_get(ptep)Ryan Roberts1-2/+2
2024-02-16arm64: Add ESR decoding for exceptions involving translation level -1Ard Biesheuvel1-19/+11
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-24mm: 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-03arch/arm64/mm/fault: Fix undeclared variable error in do_page_fault()SeongJae Park1-2/+0
2023-06-28Merge 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/kernel/git/akpm/mmLinus Torvalds1-1/+4
2023-06-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-6/+14
2023-06-24arm64/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-decode', 'for-next/kselftest', 'for-next/misc', 'for-next/feat_mops', 'for-next/module-alloc', 'for-next/sysreg', 'for-next/cpucap', 'for-next/acpi', 'for-next/kdump', 'for-next/acpi-doc', 'for-next/doc' and 'for-next/t...Catalin Marinas1-6/+14
2023-06-19arm64: allow pte_offset_map() to failHugh Dickins1-0/+3
2023-06-09kasan: 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 blockJisheng 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-05arm64/mm: try VMA lock-based page fault handling firstSuren Baghdasaryan1-0/+36
2023-02-02mm: 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-13Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds1-0/+4
2022-12-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus 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