aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/extable.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-28arm64: extable: cleanup redundant extable type EX_TYPE_FIXUPTong Tiangen1-9/+0
2022-06-28arm64: extable: add new extable type EX_TYPE_KACCESS_ERR_ZERO supportTong Tiangen1-0/+1
2022-01-26arm64: extable: fix load_unaligned_zeropad() reg indicesEvgenii Stepanov1-2/+2
2021-12-06arm64: extable: remove unused ex_handler_t definitionJisheng Zhang1-3/+0
2021-10-21arm64: extable: add load_unaligned_zeropad() handlerMark Rutland1-0/+29
2021-10-21arm64: extable: add a dedicated uaccess handlerMark Rutland1-0/+17
2021-10-21arm64: extable: add `type` and `data` fieldsMark Rutland1-4/+25
2021-10-21arm64: extable: use `ex` for `exception_table_entry`Mark Rutland1-5/+5
2021-10-21arm64: extable: make fixup_exception() return boolMark Rutland1-3/+3
2020-09-18arm64: Improve diagnostics when trapping BRK with FAULT_BRK_IMMWill Deacon1-3/+1
2020-07-31bpf, arm64: Add BPF exception tablesJean-Philippe Brucker1-3/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-09-20arm64: migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+1
2016-02-24arm64: switch to relative exception tablesArd Biesheuvel1-1/+1
2012-09-17arm64: MMU fault handling and page table managementCatalin Marinas1-0/+17