RISC-V: ELF and module implementation
authorPalmer Dabbelt <palmer@dabbelt.com>
Tue, 11 Jul 2017 01:03:49 +0000 (18:03 -0700)
committerPalmer Dabbelt <palmer@dabbelt.com>
Tue, 26 Sep 2017 22:26:46 +0000 (15:26 -0700)
commit2129a235c098960c57d4b6ef23be842a98d97ac9
treecab3b064b91a53ee327e78452f0ba033b28e3c47
parent5d8544e2d0075a5f3c9a2cf27152354d54360da1
RISC-V: ELF and module implementation

This patch contains the code that interfaces with ELF objects on RISC-V
systems, the vast majority of which is present to load kernel modules.

Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com>
arch/riscv/include/asm/compat.h [new file with mode: 0644]
arch/riscv/include/asm/elf.h [new file with mode: 0644]
arch/riscv/include/asm/hwcap.h [new file with mode: 0644]
arch/riscv/mm/extable.c [new file with mode: 0644]