summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/fault.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-27signal/arm64: For clarity separate the 3 signal sending cases in do_page_faultEric W. Biederman1-4/+9
2018-09-27signal/arm64: Consolidate the two hwpoison cases in do_page_faultEric W. Biederman1-7/+7
2018-09-27signal/arm64: Factor set_thread_esr out of __do_user_faultEric W. Biederman1-2/+7
2018-09-27signal/arm64: Remove unneeded tsk parameter from arm64_force_sig_infoEric W. Biederman1-1/+1
2018-09-27signal/arm64: Push siginfo generation into arm64_notify_dieEric W. Biederman1-31/+10
2018-09-14arm64: cpu: Move errata and feature enable callbacks closer to callersWill Deacon1-14/+0
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-3/+3
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2018-08-09arm64 / ACPI: clean the additional checks before calling ghes_notify_sea()Dongjiu Geng1-6/+1
2018-07-12arm64: kill config_sctlr_el1()Mark Rutland1-1/+1
2018-06-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-18/+28
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+12
2018-05-23arm64: Unify kernel fault reportingMark Rutland1-14/+23
2018-05-23arm64: make is_permission_fault() name clearerMark Rutland1-4/+5
2018-05-22arm64: fault: Don't leak data in ESR context for user fault on kernel VAPeter Maydell1-0/+51
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-6/+12
2018-03-26arm64: capabilities: Update prototype for enable call backDave Martin1-2/+1
2018-03-09arm64: signal: Ensure si_code is valid for all fault signalsDave Martin1-58/+58
2018-03-06arm64: mm: Rework unhandled user pagefaults to call arm64_force_sig_infoWill Deacon1-51/+36
2018-03-06arm64: Pass user fault info to arm64_notify_die instead of printing itWill Deacon1-22/+8
2018-02-16arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon1-19/+25
2018-02-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+17
2018-02-06arm64: entry: Apply BP hardening for suspicious interrupts from EL0Will Deacon1-0/+6
2018-02-06arm64: entry: Apply BP hardening for high-priority synchronous exceptionsWill Deacon1-0/+9
2018-02-06arm64: Make USER_DS an inclusive limitRobin Murphy1-2/+2
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-57/+57
2018-01-30Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+17
2018-01-12signal/arm64: Document conflicts with SI_USER and SIGFPE,SIGTRAP,SIGBUSEric W. Biederman1-57/+57
2018-01-08arm64: Add skeleton to harden the branch predictor against aliasing attacksWill Deacon1-0/+17
2017-12-13arm64: fault: avoid send SIGBUS two timesDongjiu Geng1-3/+2
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-59/+13
2017-11-02arm64: Don't walk page table for user faults in do_mem_abortWill Deacon1-1/+2
2017-10-27arm64: consistently log ESR and page tableMark Rutland1-2/+5
2017-10-19arm64: Update fault_info table with new exception typesJulien Thierry1-6/+6
2017-10-02arm64: fix misleading data abort decodingMark Rutland1-1/+1
2017-10-02arm64: mm: Remove useless and wrong comments from fault.cWill Deacon1-51/+1
2017-09-29arm64: fault: Route pte translation faults via do_translation_faultWill Deacon1-1/+1
2017-09-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-19/+58
2017-08-22arm64: mm: abort uaccess retries upon fatal signalMark Rutland1-1/+4
2017-08-21arm64: Remove the !CONFIG_ARM64_HW_AFDBM alternative code pathsCatalin Marinas1-2/+0
2017-08-21arm64: Move PTE_RDONLY bit handling out of set_pte_at()Catalin Marinas1-5/+1
2017-08-21arm64: Convert pte handling from inline asm to using (cmp)xchgCatalin Marinas1-13/+11
2017-08-07arm64: Decode information from ESR upon mem faultsJulien Thierry1-0/+47
2017-08-04arm64: Fix potential race with hardware DBM in ptep_set_access_flags()Catalin Marinas1-7/+8
2017-06-26Merge branch 'aarch64/for-next/ras-apei' into aarch64/for-next/coreWill Deacon1-10/+70
2017-06-22arm/arm64: KVM: add guest SEA supportTyler Baicar1-2/+20
2017-06-22acpi: apei: handle SEA notification type for ARMv8Tyler Baicar1-0/+17
2017-06-22arm64: exception: handle Synchronous External AbortTyler Baicar1-10/+35
2017-06-12arm64: mm: Update perf accounting to handle poison faultsPunit Agrawal1-32/+36
2017-06-12arm64: hwpoison: add VM_FAULT_HWPOISON[_LARGE] handlingJonathan (Zhixiong) Zhang1-3/+19