index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
mm
/
fault.c
Age
Commit message (
Expand
)
Author
2019-08-02
arm64: Make debug exception handlers visible from RCU
Masami Hiramatsu
2019-07-16
mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()
Anshuman Khandual
2019-07-08
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2019-06-07
arm64/mm: Refactor __do_page_fault()
Anshuman Khandual
2019-06-07
arm64/mm: Document write abort detection from ESR
Anshuman Khandual
2019-06-04
arm64/mm: Drop task_struct argument from __do_page_fault()
Anshuman Khandual
2019-06-04
arm64/mm: Drop mmap_sem before calling __do_kernel_fault()
Anshuman Khandual
2019-06-04
arm64/mm: Identify user instruction aborts
Anshuman Khandual
2019-05-24
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2019-05-23
arm64: errata: Add workaround for Cortex-A76 erratum #1463225
Will Deacon
2019-05-14
arm64: Print physical address of page table base in show_pte()
Will Deacon
2019-04-09
arm64: debug: Remove unused return value from do_debug_exception()
Will Deacon
2019-04-03
arm64: mm: Make show_pte() a static function
Will Deacon
2019-03-10
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2019-03-01
arm64: debug: Don't propagate UNKNOWN FAR into si_code for debug signals
Will Deacon
2019-02-07
arm64: KVM/mm: Move SEA handling behind a single 'claim' interface
James Morse
2019-02-07
KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbing
James Morse
2018-12-28
kasan, arm64: fix up fault handling logic
Andrey Konovalov
2018-12-10
arm64: mm: introduce 52-bit userspace support
Steve Capper
2018-10-24
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-10-03
arm64: Use daifflag_restore after bp_hardening
Julien Thierry
2018-10-01
arm64/mm: Define esr_to_debug_fault_info()
Anshuman Khandual
2018-10-01
arm64/mm: Reorganize arguments for is_el1_permission_fault()
Anshuman Khandual
2018-10-01
arm64/mm: Use ESR_ELx_FSC macro while decoding fault exception
Anshuman Khandual
2018-09-27
signal/arm64: Add and use arm64_force_sig_mceerr as appropriate
Eric W. Biederman
2018-09-27
signal/arm64: Add and use arm64_force_sig_fault where appropriate
Eric W. Biederman
2018-09-27
signal/arm64: Only call set_thread_esr once in do_page_fault
Eric W. Biederman
2018-09-27
signal/arm64: Only perform one esr_to_fault_info call in do_page_fault
Eric W. Biederman
2018-09-27
signal/arm64: Expand __do_user_fault and remove it
Eric W. Biederman
2018-09-27
signal/arm64: For clarity separate the 3 signal sending cases in do_page_fault
Eric W. Biederman
2018-09-27
signal/arm64: Consolidate the two hwpoison cases in do_page_fault
Eric W. Biederman
2018-09-27
signal/arm64: Factor set_thread_esr out of __do_user_fault
Eric W. Biederman
2018-09-27
signal/arm64: Remove unneeded tsk parameter from arm64_force_sig_info
Eric W. Biederman
2018-09-27
signal/arm64: Push siginfo generation into arm64_notify_die
Eric W. Biederman
2018-09-14
arm64: cpu: Move errata and feature enable callbacks closer to callers
Will Deacon
2018-08-17
mm: convert return type of handle_mm_fault() caller to vm_fault_t
Souptick Joarder
2018-08-14
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2018-08-09
arm64 / ACPI: clean the additional checks before calling ghes_notify_sea()
Dongjiu Geng
2018-07-12
arm64: kill config_sctlr_el1()
Mark Rutland
2018-06-08
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2018-06-04
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-05-23
arm64: Unify kernel fault reporting
Mark Rutland
2018-05-23
arm64: make is_permission_fault() name clearer
Mark Rutland
2018-05-22
arm64: fault: Don't leak data in ESR context for user fault on kernel VA
Peter Maydell
2018-04-25
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
2018-03-26
arm64: capabilities: Update prototype for enable call back
Dave Martin
2018-03-09
arm64: signal: Ensure si_code is valid for all fault signals
Dave Martin
2018-03-06
arm64: mm: Rework unhandled user pagefaults to call arm64_force_sig_info
Will Deacon
2018-03-06
arm64: Pass user fault info to arm64_notify_die instead of printing it
Will Deacon
[next]