summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/module.c
Commit message (Expand)AuthorAgeFilesLines
* riscv: Support R_RISCV_ADD64 and R_RISCV_SUB64 relocsEmil Renner Berthing2020-07-301-0/+16
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* riscv: avoid the PIC offset of static percpu data in module beyond 2G limitsVincent Chen2020-03-031-0/+16
* riscv: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-9/+1
* RISC-V: Use IS_ENABLED(CONFIG_CMODEL_MEDLOW)Joe Perches2019-03-281-1/+1
* RISC-V: Silence some module warnings on 32-bitOlof Johansson2018-11-121-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-021-0/+8
* RISC-V: Support ADD32 relocation type in kernel moduleZong Li2018-04-021-0/+8
* RISC-V: Support ALIGN relocation type in kernel moduleZong Li2018-04-021-0/+10
* RISC-V: Support RVC_BRANCH/JUMP relocation type in kernel modulewqZong Li2018-04-021-0/+35
* RISC-V: Support HI20/LO12_I/LO12_S relocation type in kernel moduleZong Li2018-04-021-0/+42
* RISC-V: Support CALL relocation type in kernel moduleZong Li2018-04-021-0/+22
* RISC-V: Support GOT_HI20/CALL_PLT relocation type in kernel moduleZong Li2018-04-021-10/+52
* RISC-V: User-facing APIPalmer Dabbelt2017-09-261-0/+217