summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2021-04-26riscv: Constify sys_call_tableJisheng Zhang
2021-04-26riscv: Mark some global variables __ro_after_initJisheng Zhang
2021-04-26riscv: add __init section marker to some functionsJisheng Zhang
2021-04-26riscv: Prepare ptdump for vm layout dynamic addressesAlexandre Ghiti
2021-04-26riscv: Move kernel mapping outside of linear mappingAlexandre Ghiti
2021-04-26riscv: Select HAVE_DYNAMIC_FTRACE when -fpatchable-function-entry is availableNathan Chancellor
2021-04-26riscv: Workaround mcount name prior to clang-13Nathan Chancellor
2021-04-26riscv: Use $(LD) instead of $(CC) to link vDSONathan Chancellor
2021-04-26riscv: sifive: Apply errata "cip-1200" patchVincent Chen
2021-04-26riscv: sifive: Apply errata "cip-453" patchVincent Chen
2021-04-26riscv: sifive: Add SiFive alternative portsVincent Chen
2021-04-26riscv: Introduce alternative mechanism to apply errata solutionVincent Chen
2021-04-26riscv: Add 3 SBI wrapper functions to get cpu manufacturer informationVincent Chen
2021-04-23riscv: Disable data start offset in flat binariesDamien Le Moal
2021-04-15riscv: keep interrupts disabled for BREAKPOINT exceptionJisheng Zhang
2021-04-15riscv: kprobes/ftrace: Add recursion protection to the ftrace callbackJisheng Zhang
2021-04-15riscv: add do_page_fault and do_trap_break into the kprobes blacklistJisheng Zhang
2021-04-15riscv: Fix spelling mistake "SPARSEMEM" to "SPARSMEM"Kefeng Wang
2021-04-01riscv: Make NUMA depend on MMUKefeng Wang
2021-04-01riscv: remove unneeded semicolonYang Li
2021-04-01riscv,entry: fix misaligned base for excp_vect_tableZihao Yu
2021-04-01riscv: evaluate put_user() arg before enabling user accessBen Dooks
2021-04-01riscv: Drop const annotation for spKefeng Wang
2021-03-29riscv: Cleanup KASAN_VMALLOC supportAlexandre Ghiti
2021-03-29RISC-V: Don't print SBI version for all detected extensionsAnup Patel
2021-03-27whack-a-mole: kill strlen_user() (again)Al Viro
2021-03-16riscv: Correct SPARSEMEM configurationKefeng Wang
2021-03-16RISC-V: kasan: Declare kasan_shallow_populate() staticPalmer Dabbelt
2021-03-16riscv: Ensure page table writes are flushed when initializing KASAN vmallocAlexandre Ghiti
2021-03-16RISC-V: Fix out-of-bounds accesses in init_resources()Geert Uytterhoeven
2021-03-16riscv: Fix compilation error with Canaan SoCDamien Le Moal
2021-03-16ftrace: Fix spelling mistake "disabed" -> "disabled"Colin Ian King
2021-03-16riscv: Enable generic clockevent broadcastGuo Ren
2021-03-16riscv: fix bugon.cocci warningskernel test robot
2021-03-09riscv: process: Fix no prototype for arch_dup_task_structNanyong Sun
2021-03-09riscv: ftrace: Use ftrace_get_regs helperNanyong Sun
2021-03-09riscv: process: Fix no prototype for show_regsNanyong Sun
2021-03-09riscv: syscall_table: Reduce W=1 compilation warnings noiseNanyong Sun
2021-03-09riscv: time: Fix no prototype for time_initNanyong Sun
2021-03-09riscv: ptrace: Fix no prototype warningsNanyong Sun
2021-03-09riscv: sbi: Fix comment of __sbi_set_timer_v01Nanyong Sun
2021-03-09riscv: irq: Fix no prototype warningNanyong Sun
2021-03-09riscv: traps: Fix no prototype warningsNanyong Sun
2021-03-09RISC-V: correct enum sbi_ext_rfence_fidHeinrich Schuchardt
2021-03-09riscv: Add ARCH_HAS_FORTIFY_SOURCEKefeng Wang
2021-03-09riscv: Add support for memtestKefeng Wang
2021-02-28Merge tag 'riscv-for-linus-5.12-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-26riscv: Cleanup setup_bootmem()Kefeng Wang
2021-02-26RISC-V: Enable CPU Hotplug in defconfigsAnup Patel