summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)Author
2023-03-24Merge patch series "riscv: Add GENERIC_ENTRY support"Palmer Dabbelt
2023-03-23riscv: entry: Consolidate general regs saving/restoringJisheng Zhang
2023-03-23riscv: entry: Consolidate ret_from_kernel_thread into ret_from_forkJisheng Zhang
2023-03-23riscv: entry: Remove extra level wrappers of trace_hardirqs_{on,off}Jisheng Zhang
2023-03-23riscv: entry: Convert to generic entryGuo Ren
2023-03-23riscv: entry: Add noinstr to prevent instrumentation insertedGuo Ren
2023-03-23riscv: ptrace: Remove duplicate operationGuo Ren
2023-03-15Merge patch series "RISC-V: Apply Zicboz to clear_page"Palmer Dabbelt
2023-03-14RISC-V: Use Zicboz in clear_page when availableAndrew Jones
2023-03-14RISC-V: cpufeatures: Put the upper 16 bits of patch ID to workAndrew Jones
2023-03-14RISC-V: Add Zicboz detection and block size parsingAndrew Jones
2023-03-14Merge patch series "riscv: alternative/cpufeature related cleanups"Palmer Dabbelt
2023-03-14riscv: cpufeature: Drop errata_list.h and other unused includesAndrew Jones
2023-03-14riscv: alternatives: Rename errata_id to patch_idAndrew Jones
2023-03-09Merge patch series "riscv, mm: detect svnapot cpu support at runtime"Palmer Dabbelt
2023-03-07riscv: mm: modify pte format for SvnapotQinglin Pan
2023-02-25Merge tag 'riscv-for-linus-6.3-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-23Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-02-21Merge patch series "riscv: Dump faulting instructions in oops handler"Palmer Dabbelt
2023-02-21riscv: alternative: proceed one more instruction for auipc/jalr pairJisheng Zhang
2023-02-21Merge patch series "riscv: improve link and support ARCH_WANT_LD_ORPHAN_WARN"Palmer Dabbelt
2023-02-21riscv: Avoid enabling interrupts in die()Mattias Nissler
2023-02-21RISC-V: take text_mutex during alternative patchingConor Dooley
2023-02-21RISC-V: fix ordering of Zbb extensionHeiko Stuebner
2023-02-21riscv: Add instruction dump to RISC-V splatsBjörn Töpel
2023-02-21riscv: vmlinux.lds.S: explicitly catch .init.bss sections from EFI stubJisheng Zhang
2023-02-21riscv: vmlinux.lds.S: explicitly catch .riscv.attributes sectionsJisheng Zhang
2023-02-21riscv: vmlinux.lds.S: explicitly catch .rela.dyn symbolsJisheng Zhang
2023-02-21riscv: lds: define RUNTIME_DISCARD_EXITJisheng Zhang
2023-02-21Merge tag 'timers-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-02-20Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-02-20Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-02-17riscv: Extend patch_text for multiple instructionsPu Lehui
2023-02-15RISC-V: move some stray __RISCV_INSN_FUNCS definitions from kprobesHeiko Stuebner
2023-02-15Merge patch series "riscv: Optimize function trace"Palmer Dabbelt
2023-02-15riscv: ftrace: Reduce the detour code size to halfGuo Ren
2023-02-14Merge patch series "dt-bindings: Add a cpu-capacity property for RISC-V"Palmer Dabbelt
2023-02-13clocksource/drivers/riscv: Get rid of clocksource_arch_init() callbackLad Prabhakar
2023-02-13RISC-V: time: initialize hrtimer based broadcast clock event deviceConor Dooley
2023-02-09riscv: kprobe: Fixup misaligned load textGuo Ren
2023-02-04efi: Discover BTI support in runtime services regionsArd Biesheuvel
2023-02-02riscv: stacktrace: Fix missing the first frameLiu Shixin
2023-02-01riscv: kprobe: Fixup kernel panic when probing an illegal positionGuo Ren
2023-02-01Merge patch series "riscv: improve boot time isa extensions handling"Palmer Dabbelt
2023-01-31riscv: remove riscv_isa_ext_keys[] array and related usageJisheng Zhang
2023-01-31riscv: alternative: patch alternatives in the vDSOJisheng Zhang
2023-01-31riscv: switch to relative alternative entriesJisheng Zhang