aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/module.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-30riscv: Support R_RISCV_ADD64 and R_RISCV_SUB64 relocsGravatar Emil Renner Berthing 1-0/+16
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-03-03riscv: avoid the PIC offset of static percpu data in module beyond 2G limitsGravatar Vincent Chen 1-0/+16
2019-10-18riscv: Use pr_warn instead of pr_warningGravatar Kefeng Wang 1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Gravatar Thomas Gleixner 1-9/+1
2019-03-28RISC-V: Use IS_ENABLED(CONFIG_CMODEL_MEDLOW)Gravatar Joe Perches 1-1/+1
2018-11-12RISC-V: Silence some module warnings on 32-bitGravatar Olof Johansson 1-6/+6
2018-07-04RISC-V: Fix the rv32i kernel buildGravatar Palmer Dabbelt 1-11/+11
2018-07-04RISC-V: fix R_RISCV_ADD32/R_RISCV_SUB32 relocationsGravatar Andreas Schwab 1-2/+2
2018-07-04RISC-V: Change variable type for 32-bit compatibleGravatar Zong Li 1-11/+11
2018-06-11RISC-V: Handle R_RISCV_32 in modulesGravatar Andreas Schwab 1-0/+12
2018-04-02RISC-V: Support SUB32 relocation type in kernel moduleGravatar Zong Li 1-0/+8
2018-04-02RISC-V: Support ADD32 relocation type in kernel moduleGravatar Zong Li 1-0/+8
2018-04-02RISC-V: Support ALIGN relocation type in kernel moduleGravatar Zong Li 1-0/+10
2018-04-02RISC-V: Support RVC_BRANCH/JUMP relocation type in kernel modulewqGravatar Zong Li 1-0/+35
2018-04-02RISC-V: Support HI20/LO12_I/LO12_S relocation type in kernel moduleGravatar Zong Li 1-0/+42
2018-04-02RISC-V: Support CALL relocation type in kernel moduleGravatar Zong Li 1-0/+22
2018-04-02RISC-V: Support GOT_HI20/CALL_PLT relocation type in kernel moduleGravatar Zong Li 1-10/+52
2017-09-26RISC-V: User-facing APIGravatar Palmer Dabbelt 1-0/+217