aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/module.c
AgeCommit message (Expand)Author
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-03-28RISC-V: Use IS_ENABLED(CONFIG_CMODEL_MEDLOW)Joe Perches
2018-11-12RISC-V: Silence some module warnings on 32-bitOlof Johansson
2018-07-04RISC-V: Fix the rv32i kernel buildPalmer Dabbelt
2018-07-04RISC-V: fix R_RISCV_ADD32/R_RISCV_SUB32 relocationsAndreas Schwab
2018-07-04RISC-V: Change variable type for 32-bit compatibleZong Li
2018-06-11RISC-V: Handle R_RISCV_32 in modulesAndreas Schwab
2018-04-02RISC-V: Support SUB32 relocation type in kernel moduleZong Li
2018-04-02RISC-V: Support ADD32 relocation type in kernel moduleZong Li
2018-04-02RISC-V: Support ALIGN relocation type in kernel moduleZong Li
2018-04-02RISC-V: Support RVC_BRANCH/JUMP relocation type in kernel modulewqZong Li
2018-04-02RISC-V: Support HI20/LO12_I/LO12_S relocation type in kernel moduleZong Li
2018-04-02RISC-V: Support CALL relocation type in kernel moduleZong Li
2018-04-02RISC-V: Support GOT_HI20/CALL_PLT relocation type in kernel moduleZong Li
2017-09-26RISC-V: User-facing APIPalmer Dabbelt