summaryrefslogtreecommitdiff
path: root/arch/arm64/mm/extable.c
AgeCommit message (Expand)Author
2022-06-28arm64: extable: cleanup redundant extable type EX_TYPE_FIXUPTong Tiangen
2022-06-28arm64: extable: add new extable type EX_TYPE_KACCESS_ERR_ZERO supportTong Tiangen
2022-01-26arm64: extable: fix load_unaligned_zeropad() reg indicesEvgenii Stepanov
2021-12-06arm64: extable: remove unused ex_handler_t definitionJisheng Zhang
2021-10-21arm64: extable: add load_unaligned_zeropad() handlerMark Rutland
2021-10-21arm64: extable: add a dedicated uaccess handlerMark Rutland
2021-10-21arm64: extable: add `type` and `data` fieldsMark Rutland
2021-10-21arm64: extable: use `ex` for `exception_table_entry`Mark Rutland
2021-10-21arm64: extable: make fixup_exception() return boolMark Rutland
2020-09-18arm64: Improve diagnostics when trapping BRK with FAULT_BRK_IMMWill Deacon
2020-07-31bpf, arm64: Add BPF exception tablesJean-Philippe Brucker
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-09-20arm64: migrate exception table users off module.h and onto extable.hPaul Gortmaker
2016-02-24arm64: switch to relative exception tablesArd Biesheuvel
2012-09-17arm64: MMU fault handling and page table managementCatalin Marinas