summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorFilesLines
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/ke...Linus Torvalds18-17/+424
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus 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-02riscv: evaluate put_user() arg before enabling user accessBen Dooks1-2/+5
2021-03-28whack-a-mole: kill strlen_user() (again)Al Viro1-1/+0
2021-03-10riscv: process: Fix no prototype for arch_dup_task_structNanyong Sun1-0/+1
2021-03-10riscv: time: Fix no prototype for time_initNanyong Sun1-0/+2
2021-03-10riscv: ptrace: Fix no prototype warningsNanyong Sun1-0/+5
2021-03-10riscv: irq: Fix no prototype warningNanyong Sun1-0/+2
2021-03-10riscv: traps: Fix no prototype warningsNanyong Sun1-0/+16
2021-03-10RISC-V: correct enum sbi_ext_rfence_fidHeinrich Schuchardt1-2/+2
2021-03-10riscv: 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/ke...Linus Torvalds21-58/+249
2021-02-23riscv: Improve kasan definitionsAlexandre Ghiti1-3/+19
2021-02-23riscv: Remove unnecessary declarationKefeng Wang1-3/+0
2021-02-23RISC-V: Add a non-void return for sbi v02 functionsAtish Patra1-5/+5
2021-02-19RISC-V: Implement ASID allocatorAnup Patel3-0/+18
2021-02-19RISC-V: remove unneeded semicolonChengyang Fan1-1/+1
2021-02-03riscv: Align on L1_CACHE_BYTES when STRICT_KERNEL_RWXSebastien Van Cauwenberghe1-3/+3
2021-02-03riscv: virt_addr_valid must check the address belongs to linear mappingAlexandre Ghiti1-1/+4
2021-01-15riscv: Add dump stack in show_regsKefeng Wang2-0/+3
2021-01-15riscv: Enable per-task stack canariesGuo Ren1-1/+2
2021-01-15riscv: Add support for function error injectionGuo Ren1-0/+6
2021-01-15riscv: Add uprobes supportedGuo Ren3-1/+44
2021-01-15riscv: Add kprobes supportedGuo Ren2-0/+64
2021-01-15RISC-V: Implement ptrace regs and stack APIPatrick Stählin1-0/+29
2021-01-15riscv: Add numa support for riscv64 platformAtish Patra3-0/+35
2021-01-15riscv: Add support pte_protnone and pmd_protnone if CONFIG_NUMA_BALANCINGGreentime Hu1-0/+20
2021-01-15riscv: Separate memory init from paging initAtish Patra1-0/+1
2021-01-13riscv: Fixup CONFIG_GENERIC_TIME_VSYSCALLGuo Ren1-1/+1
2021-01-10riscv: Drop a duplicated PAGE_KERNEL_EXECKefeng Wang1-1/+0
2021-01-08riscv: Fix builtin DTB handlingDamien Le Moal1-38/+0
2021-01-08riscv: Cleanup sbi function stubs when RISCV_SBI disabledKefeng Wang1-7/+3
2020-12-30local64.h: make <asm/local64.h> mandatoryRandy Dunlap1-1/+0
2020-12-24Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+0
2020-12-18Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-4/+27