aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/fault.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+33
2019-05-23arm64: errata: Add workaround for Cortex-A76 erratum #1463225Will Deacon1-0/+33
2019-05-14arm64: Print physical address of page table base in show_pte()Will Deacon1-2/+3
2019-04-09arm64: debug: Remove unused return value from do_debug_exception()Will Deacon1-10/+4
2019-04-03arm64: mm: Make show_pte() a static functionWill Deacon1-1/+1
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-4/+5
2019-03-01arm64: debug: Don't propagate UNKNOWN FAR into si_code for debug signalsWill Deacon1-4/+5
2019-02-07arm64: KVM/mm: Move SEA handling behind a single 'claim' interfaceJames Morse1-19/+5
2019-02-07KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbingJames Morse1-1/+1
2018-12-28kasan, arm64: fix up fault handling logicAndrey Konovalov1-9/+22
2018-12-10arm64: mm: introduce 52-bit userspace supportSteve Capper1-1/+1
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-61/+33
2018-10-03arm64: Use daifflag_restore after bp_hardeningJulien Thierry1-2/+3
2018-10-01arm64/mm: Define esr_to_debug_fault_info()Anshuman Khandual1-1/+7
2018-10-01arm64/mm: Reorganize arguments for is_el1_permission_fault()Anshuman Khandual1-5/+4
2018-10-01arm64/mm: Use ESR_ELx_FSC macro while decoding fault exceptionAnshuman Khandual1-1/+1
2018-09-27signal/arm64: Add and use arm64_force_sig_mceerr as appropriateEric W. Biederman1-7/+2
2018-09-27signal/arm64: Add and use arm64_force_sig_fault where appropriateEric W. Biederman1-18/+8
2018-09-27signal/arm64: Only call set_thread_esr once in do_page_faultEric W. Biederman1-3/+1
2018-09-27signal/arm64: Only perform one esr_to_fault_info call in do_page_faultEric W. Biederman1-3/+5
2018-09-27signal/arm64: Expand __do_user_fault and remove itEric W. Biederman1-10/+8
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/arm64/linuxLinus 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/arm64/linuxLinus Torvalds1-18/+28
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus 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/arm64/linuxLinus 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/ebiederm/user-namespaceLinus Torvalds1-57/+57
2018-01-30Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus 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