aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/fault.c
AgeCommit message (Expand)Author
2020-01-09arm64: Revert support for execute-only user mappingsCatalin Marinas
2019-10-29arm64: capabilities: Update prototype for enable call backDave Martin
2019-04-05arm64: debug: Don't propagate UNKNOWN FAR into si_code for debug signalsWill Deacon
2018-02-16arm64: entry: Apply BP hardening for suspicious interrupts from EL0Will Deacon
2018-02-16arm64: entry: Apply BP hardening for high-priority synchronous exceptionsWill Deacon
2018-02-16arm64: Add skeleton to harden the branch predictor against aliasing attacksWill Deacon
2018-02-16arm64: Make USER_DS an inclusive limitRobin Murphy
2017-10-02arm64: fix misleading data abort decodingMark Rutland
2017-09-29arm64: fault: Route pte translation faults via do_translation_faultWill Deacon
2017-09-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-08-22arm64: mm: abort uaccess retries upon fatal signalMark Rutland
2017-08-21arm64: Remove the !CONFIG_ARM64_HW_AFDBM alternative code pathsCatalin Marinas
2017-08-21arm64: Move PTE_RDONLY bit handling out of set_pte_at()Catalin Marinas
2017-08-21arm64: Convert pte handling from inline asm to using (cmp)xchgCatalin Marinas
2017-08-07arm64: Decode information from ESR upon mem faultsJulien Thierry
2017-08-04arm64: Fix potential race with hardware DBM in ptep_set_access_flags()Catalin Marinas
2017-06-26Merge branch 'aarch64/for-next/ras-apei' into aarch64/for-next/coreWill Deacon
2017-06-22arm/arm64: KVM: add guest SEA supportTyler Baicar
2017-06-22acpi: apei: handle SEA notification type for ARMv8Tyler Baicar
2017-06-22arm64: exception: handle Synchronous External AbortTyler Baicar
2017-06-12arm64: mm: Update perf accounting to handle poison faultsPunit Agrawal
2017-06-12arm64: hwpoison: add VM_FAULT_HWPOISON[_LARGE] handlingJonathan (Zhixiong) Zhang
2017-06-12arm64: fault: Print info about page table structure when dumping pteWill Deacon
2017-06-12arm64: mm: print file name of faulting vmaKristina Martsenko
2017-06-12arm64: mm: don't print out page table entries on EL0 faultsKristina Martsenko
2017-06-12arm64: mm: print out correct page table entriesKristina Martsenko
2017-05-30arm64: Call __show_regs directlyKefeng Wang
2017-05-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-04-06arm64: print a fault message when attempting to write RO memoryStephen Boyd
2017-04-04arm64: mm: unaligned access by user-land should be received as SIGBUSVictor Kamensky
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-01-10arm64: Remove useless UAO IPI and describe how this gets enabledJames Morse
2017-01-04arm64: mm: fix show_pte KERN_CONT falloutMark Rutland
2016-11-21arm64: Handle faults caused by inadvertent user access with PAN enabledCatalin Marinas
2016-11-21arm64: Update the synchronous external abort fault descriptionCatalin Marinas
2016-10-20arm64: mm: Set PSTATE.PAN from the cpu_enable_pan() callJames Morse
2016-10-20arm64: cpufeature: Schedule enable() calls instead of calling them via IPIJames Morse
2016-09-20arm64: migrate exception table users off module.h and onto extable.hPaul Gortmaker
2016-08-25arm64: Introduce execute-only page access permissionsCatalin Marinas
2016-08-12arm64: Handle el1 synchronous instruction aborts cleanlyLaura Abbott
2016-07-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov
2016-07-21Merge branch 'for-next/kprobes' into for-next/coreCatalin Marinas
2016-07-19arm64: Kprobes with single stepping supportSandeepa Prabhu
2016-07-07arm64: kernel: Save and restore UAO and addr_limit on exception entryJames Morse
2016-06-21arm64: kill ESR_LNX_EXECMark Rutland
2016-06-21arm64: add macro to extract ESR_ELx.ECMark Rutland
2016-06-14arm64: mm: mark fault_info table constMark Rutland
2016-06-08arm64: mm: always take dirty state from new pte in ptep_set_access_flagsWill Deacon