aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-18riscv: Ensure BPF_JIT_REGION_START aligned with PMD sizeJisheng Zhang1-3/+2
2021-06-10riscv: alternative: fix typo in macro nameVitaly Wool1-2/+2
2021-05-22riscv: kexec: Fix W=1 build warningsJisheng Zhang1-2/+2
2021-05-06riscv: Consistify protect_kernel_linear_mapping_text_rodata() useGeert Uytterhoeven1-1/+6
2021-05-06Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds18-17/+424
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2021-05-01RISC-V: Always define XIP_FIXUPPalmer Dabbelt1-10/+13
2021-05-01riscv: Fix 32b kernel build with CONFIG_DEBUG_VIRTUAL=yAlexandre Ghiti1-1/+1
2021-04-26RISC-V: enable XIPVitaly Wool2-2/+44
2021-04-26RISC-V: Add kdump supportNick Kossifidis2-6/+19
2021-04-26RISC-V: Add kexec supportNick Kossifidis1-0/+49
2021-04-26riscv: Constify sbi_ipi_opsJisheng Zhang1-2/+2
2021-04-26riscv: Constify sys_call_tableJisheng Zhang1-1/+1
2021-04-26riscv: Move kernel mapping outside of linear mappingAlexandre Ghiti3-10/+56
2021-04-26riscv: Workaround mcount name prior to clang-13Nathan Chancellor1-2/+12
2021-04-26riscv: sifive: Apply errata "cip-1200" patchVincent Chen2-2/+11
2021-04-26riscv: sifive: Apply errata "cip-453" patchVincent Chen1-1/+20
2021-04-26riscv: sifive: Add SiFive alternative portsVincent Chen1-0/+3
2021-04-26riscv: Introduce alternative mechanism to apply errata solutionVincent Chen7-0/+205
2021-04-26riscv: Add 3 SBI wrapper functions to get cpu manufacturer informationVincent Chen1-0/+3
2021-04-01riscv: evaluate put_user() arg before enabling user accessBen Dooks1-2/+5
2021-03-27whack-a-mole: kill strlen_user() (again)Al Viro1-1/+0
2021-03-09riscv: process: Fix no prototype for arch_dup_task_structNanyong Sun1-0/+1
2021-03-09riscv: time: Fix no prototype for time_initNanyong Sun1-0/+2
2021-03-09riscv: ptrace: Fix no prototype warningsNanyong Sun1-0/+5
2021-03-09riscv: irq: Fix no prototype warningNanyong Sun1-0/+2
2021-03-09riscv: traps: Fix no prototype warningsNanyong Sun1-0/+16
2021-03-09RISC-V: correct enum sbi_ext_rfence_fidHeinrich Schuchardt1-2/+2
2021-03-09riscv: Add ARCH_HAS_FORTIFY_SOURCEKefeng Wang1-0/+5
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds21-58/+249
2021-02-22riscv: Improve kasan definitionsAlexandre Ghiti1-3/+19
2021-02-22riscv: Remove unnecessary declarationKefeng Wang1-3/+0
2021-02-22RISC-V: Add a non-void return for sbi v02 functionsAtish Patra1-5/+5
2021-02-18RISC-V: Implement ASID allocatorAnup Patel3-0/+18
2021-02-18RISC-V: remove unneeded semicolonChengyang Fan1-1/+1
2021-02-02riscv: Align on L1_CACHE_BYTES when STRICT_KERNEL_RWXSebastien Van Cauwenberghe1-3/+3
2021-02-02riscv: virt_addr_valid must check the address belongs to linear mappingAlexandre Ghiti1-1/+4
2021-01-14riscv: Add dump stack in show_regsKefeng Wang2-0/+3
2021-01-14riscv: Enable per-task stack canariesGuo Ren1-1/+2
2021-01-14riscv: Add support for function error injectionGuo Ren1-0/+6
2021-01-14riscv: Add uprobes supportedGuo Ren3-1/+44
2021-01-14riscv: Add kprobes supportedGuo Ren2-0/+64
2021-01-14RISC-V: Implement ptrace regs and stack APIPatrick Stählin1-0/+29
2021-01-14riscv: Add numa support for riscv64 platformAtish Patra3-0/+35
2021-01-14riscv: Add support pte_protnone and pmd_protnone if CONFIG_NUMA_BALANCINGGreentime Hu1-0/+20
2021-01-14riscv: Separate memory init from paging initAtish Patra1-0/+1
2021-01-12riscv: Fixup CONFIG_GENERIC_TIME_VSYSCALLGuo Ren1-1/+1
2021-01-09riscv: Drop a duplicated PAGE_KERNEL_EXECKefeng Wang1-1/+0
2021-01-07riscv: Fix builtin DTB handlingDamien Le Moal1-38/+0
2021-01-07riscv: Cleanup sbi function stubs when RISCV_SBI disabledKefeng Wang1-7/+3