summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/module.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-9/+1Star
* RISC-V: Use IS_ENABLED(CONFIG_CMODEL_MEDLOW)Joe Perches2019-03-291-1/+1
* RISC-V: Silence some module warnings on 32-bitOlof Johansson2018-11-131-6/+6
* RISC-V: Fix the rv32i kernel buildPalmer Dabbelt2018-07-041-11/+11
|\
| * RISC-V: Change variable type for 32-bit compatibleZong Li2018-07-041-11/+11
* | RISC-V: fix R_RISCV_ADD32/R_RISCV_SUB32 relocationsAndreas Schwab2018-07-041-2/+2
|/
* RISC-V: Handle R_RISCV_32 in modulesAndreas Schwab2018-06-111-0/+12
* RISC-V: Support SUB32 relocation type in kernel moduleZong Li2018-04-031-0/+8
* RISC-V: Support ADD32 relocation type in kernel moduleZong Li2018-04-031-0/+8
* RISC-V: Support ALIGN relocation type in kernel moduleZong Li2018-04-031-0/+10
* RISC-V: Support RVC_BRANCH/JUMP relocation type in kernel modulewqZong Li2018-04-031-0/+35
* RISC-V: Support HI20/LO12_I/LO12_S relocation type in kernel moduleZong Li2018-04-031-0/+42
* RISC-V: Support CALL relocation type in kernel moduleZong Li2018-04-031-0/+22
* RISC-V: Support GOT_HI20/CALL_PLT relocation type in kernel moduleZong Li2018-04-031-10/+52
* RISC-V: User-facing APIPalmer Dabbelt2017-09-271-0/+217