summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/fault.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-02-081-2/+17
|\
| * arm64: entry: Apply BP hardening for suspicious interrupts from EL0Will Deacon2018-02-061-0/+6
| * arm64: entry: Apply BP hardening for high-priority synchronous exceptionsWill Deacon2018-02-061-0/+9
| * arm64: Make USER_DS an inclusive limitRobin Murphy2018-02-061-2/+2
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-301-57/+57
|\ \
| * | signal/arm64: Document conflicts with SI_USER and SIGFPE,SIGTRAP,SIGBUSEric W. Biederman2018-01-121-57/+57
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-01-301-0/+17
|\ \ \ | |/ / |/| / | |/
| * arm64: Add skeleton to harden the branch predictor against aliasing attacksWill Deacon2018-01-081-0/+17
* | arm64: fault: avoid send SIGBUS two timesDongjiu Geng2017-12-131-3/+2Star
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-151-59/+13Star
|\
| * arm64: Don't walk page table for user faults in do_mem_abortWill Deacon2017-11-021-1/+2
| * arm64: consistently log ESR and page tableMark Rutland2017-10-271-2/+5
| * arm64: Update fault_info table with new exception typesJulien Thierry2017-10-191-6/+6
| * arm64: mm: Remove useless and wrong comments from fault.cWill Deacon2017-10-021-51/+1Star
* | arm64: fix misleading data abort decodingMark Rutland2017-10-021-1/+1
|/
* arm64: fault: Route pte translation faults via do_translation_faultWill Deacon2017-09-291-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-09-051-19/+58
|\
| * arm64: Remove the !CONFIG_ARM64_HW_AFDBM alternative code pathsCatalin Marinas2017-08-211-2/+0Star
| * arm64: Move PTE_RDONLY bit handling out of set_pte_at()Catalin Marinas2017-08-211-5/+1Star
| * arm64: Convert pte handling from inline asm to using (cmp)xchgCatalin Marinas2017-08-211-13/+11Star
| * arm64: Decode information from ESR upon mem faultsJulien Thierry2017-08-071-0/+47
* | arm64: mm: abort uaccess retries upon fatal signalMark Rutland2017-08-221-1/+4
|/
* arm64: Fix potential race with hardware DBM in ptep_set_access_flags()Catalin Marinas2017-08-041-7/+8
* Merge branch 'aarch64/for-next/ras-apei' into aarch64/for-next/coreWill Deacon2017-06-261-10/+70
|\
| * arm/arm64: KVM: add guest SEA supportTyler Baicar2017-06-221-2/+20
| * acpi: apei: handle SEA notification type for ARMv8Tyler Baicar2017-06-221-0/+17
| * arm64: exception: handle Synchronous External AbortTyler Baicar2017-06-221-10/+35
* | arm64: mm: Update perf accounting to handle poison faultsPunit Agrawal2017-06-121-32/+36
* | arm64: hwpoison: add VM_FAULT_HWPOISON[_LARGE] handlingJonathan (Zhixiong) Zhang2017-06-121-3/+19
* | arm64: fault: Print info about page table structure when dumping pteWill Deacon2017-06-121-1/+3
* | arm64: mm: print file name of faulting vmaKristina Martsenko2017-06-121-1/+3
* | arm64: mm: don't print out page table entries on EL0 faultsKristina Martsenko2017-06-121-1/+0Star
* | arm64: mm: print out correct page table entriesKristina Martsenko2017-06-121-11/+25
* | arm64: Call __show_regs directlyKefeng Wang2017-05-301-1/+1
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-05-051-19/+36
|\
| * arm64: print a fault message when attempting to write RO memoryStephen Boyd2017-04-061-19/+36
* | arm64: mm: unaligned access by user-land should be received as SIGBUSVictor Kamensky2017-04-041-18/+24
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* arm64: Remove useless UAO IPI and describe how this gets enabledJames Morse2017-01-101-14/+0Star
* arm64: mm: fix show_pte KERN_CONT falloutMark Rutland2017-01-041-4/+4
* arm64: Handle faults caused by inadvertent user access with PAN enabledCatalin Marinas2016-11-211-4/+10
* arm64: Update the synchronous external abort fault descriptionCatalin Marinas2016-11-211-4/+4
* arm64: mm: Set PSTATE.PAN from the cpu_enable_pan() callJames Morse2016-10-201-0/+9
* arm64: cpufeature: Schedule enable() calls instead of calling them via IPIJames Morse2016-10-201-2/+4
* arm64: migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-09-201-1/+1
* arm64: Introduce execute-only page access permissionsCatalin Marinas2016-08-251-3/+2Star
* arm64: Handle el1 synchronous instruction aborts cleanlyLaura Abbott2016-08-121-2/+12
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-07-271-6/+35
|\
| * Merge branch 'for-next/kprobes' into for-next/coreCatalin Marinas2016-07-211-0/+26
| |\