summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/extable.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm64: extable: cleanup redundant extable type EX_TYPE_FIXUPTong Tiangen2022-06-281-9/+0
* arm64: extable: add new extable type EX_TYPE_KACCESS_ERR_ZERO supportTong Tiangen2022-06-281-0/+1
* arm64: extable: fix load_unaligned_zeropad() reg indicesEvgenii Stepanov2022-01-261-2/+2
* arm64: extable: remove unused ex_handler_t definitionJisheng Zhang2021-12-061-3/+0
* arm64: extable: add load_unaligned_zeropad() handlerMark Rutland2021-10-211-0/+29
* arm64: extable: add a dedicated uaccess handlerMark Rutland2021-10-211-0/+17
* arm64: extable: add `type` and `data` fieldsMark Rutland2021-10-211-4/+25
* arm64: extable: use `ex` for `exception_table_entry`Mark Rutland2021-10-211-5/+5
* arm64: extable: make fixup_exception() return boolMark Rutland2021-10-211-3/+3
* arm64: Improve diagnostics when trapping BRK with FAULT_BRK_IMMWill Deacon2020-09-181-3/+1
* bpf, arm64: Add BPF exception tablesJean-Philippe Brucker2020-07-311-3/+9
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* arm64: migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-09-201-1/+1
* arm64: switch to relative exception tablesArd Biesheuvel2016-02-241-1/+1
* arm64: MMU fault handling and page table managementCatalin Marinas2012-09-171-0/+17