summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/fault.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-05-241-0/+33
|\
| * arm64: errata: Add workaround for Cortex-A76 erratum #1463225Will Deacon2019-05-231-0/+33
* | arm64: Print physical address of page table base in show_pte()Will Deacon2019-05-141-2/+3
|/
* arm64: debug: Remove unused return value from do_debug_exception()Will Deacon2019-04-091-10/+4
* arm64: mm: Make show_pte() a static functionWill Deacon2019-04-031-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-03-101-4/+5
|\
| * arm64: debug: Don't propagate UNKNOWN FAR into si_code for debug signalsWill Deacon2019-03-011-4/+5
* | arm64: KVM/mm: Move SEA handling behind a single 'claim' interfaceJames Morse2019-02-071-19/+5
* | KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbingJames Morse2019-02-071-1/+1
|/
* kasan, arm64: fix up fault handling logicAndrey Konovalov2018-12-281-9/+22
* arm64: mm: introduce 52-bit userspace supportSteve Capper2018-12-101-1/+1
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-61/+33
|\
| * signal/arm64: Add and use arm64_force_sig_mceerr as appropriateEric W. Biederman2018-09-271-7/+2
| * signal/arm64: Add and use arm64_force_sig_fault where appropriateEric W. Biederman2018-09-271-18/+8
| * signal/arm64: Only call set_thread_esr once in do_page_faultEric W. Biederman2018-09-271-3/+1
| * signal/arm64: Only perform one esr_to_fault_info call in do_page_faultEric W. Biederman2018-09-271-3/+5
| * signal/arm64: Expand __do_user_fault and remove itEric W. Biederman2018-09-271-10/+8
| * signal/arm64: For clarity separate the 3 signal sending cases in do_page_faultEric W. Biederman2018-09-271-4/+9
| * signal/arm64: Consolidate the two hwpoison cases in do_page_faultEric W. Biederman2018-09-271-7/+7
| * signal/arm64: Factor set_thread_esr out of __do_user_faultEric W. Biederman2018-09-271-2/+7
| * signal/arm64: Remove unneeded tsk parameter from arm64_force_sig_infoEric W. Biederman2018-09-271-1/+1
| * signal/arm64: Push siginfo generation into arm64_notify_dieEric W. Biederman2018-09-271-31/+10
* | arm64: Use daifflag_restore after bp_hardeningJulien Thierry2018-10-031-2/+3
* | arm64/mm: Define esr_to_debug_fault_info()Anshuman Khandual2018-10-011-1/+7
* | arm64/mm: Reorganize arguments for is_el1_permission_fault()Anshuman Khandual2018-10-011-5/+4
* | arm64/mm: Use ESR_ELx_FSC macro while decoding fault exceptionAnshuman Khandual2018-10-011-1/+1
* | arm64: cpu: Move errata and feature enable callbacks closer to callersWill Deacon2018-09-141-14/+0
|/
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-3/+3
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-141-1/+1
|\
| * arm64: kill config_sctlr_el1()Mark Rutland2018-07-121-1/+1
* | arm64 / ACPI: clean the additional checks before calling ghes_notify_sea()Dongjiu Geng2018-08-091-6/+1
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-081-18/+28
|\
| * arm64: Unify kernel fault reportingMark Rutland2018-05-231-14/+23
| * arm64: make is_permission_fault() name clearerMark Rutland2018-05-231-4/+5
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-041-6/+12
|\ \
| * | signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-6/+12
| |/
* / arm64: fault: Don't leak data in ESR context for user fault on kernel VAPeter Maydell2018-05-221-0/+51
|/
* arm64: capabilities: Update prototype for enable call backDave Martin2018-03-261-2/+1
* arm64: signal: Ensure si_code is valid for all fault signalsDave Martin2018-03-091-58/+58
* arm64: mm: Rework unhandled user pagefaults to call arm64_force_sig_infoWill Deacon2018-03-061-51/+36
* arm64: Pass user fault info to arm64_notify_die instead of printing itWill Deacon2018-03-061-22/+8
* arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon2018-02-161-19/+25
* 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