summaryrefslogtreecommitdiffstats
path: root/arch/riscv (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | riscv: lds: define RUNTIME_DISCARD_EXITJisheng Zhang2023-02-221-0/+1
| | |/ / / / /
| * | | | | | riscv: Avoid enabling interrupts in die()Mattias Nissler2023-02-221-2/+3
| * | | | | | riscv, mm: Perform BPF exhandler fixup on page faultBjörn Töpel2023-02-221-4/+6
| * | | | | | RISC-V: take text_mutex during alternative patchingConor Dooley2023-02-223-2/+13
| * | | | | | riscv: hwcap: Don't alphabetize ISA extension IDsAndrew Jones2023-02-221-22/+20
| * | | | | | RISC-V: fix ordering of Zbb extensionHeiko Stuebner2023-02-221-1/+1
| * | | | | | riscv: jump_label: Fixup unaligned arch_static_branch functionAndy Chiu2023-02-221-0/+2
| * | | | | | RISC-V: Only provide the single-letter extensions in HWCAPPalmer Dabbelt2023-02-222-12/+6
| * | | | | | riscv: mm: fix regression due to update_mmu_cache changeSergey Matyukevich2023-02-221-1/+1
| * | | | | | RISC-V: move some stray __RISCV_INSN_FUNCS definitions from kprobesHeiko Stuebner2023-02-162-3/+10
| * | | | | | Merge patch series "riscv: Optimize function trace"Palmer Dabbelt2023-02-155-86/+79
| |\ \ \ \ \ \
| | * | | | | | riscv: ftrace: Reduce the detour code size to halfGuo Ren2023-02-154-86/+75
| | * | | | | | riscv: ftrace: Remove wasted nops for !RISCV_ISA_CGuo Ren2023-02-151-0/+4
| | * | | | | | riscv: ftrace: Fixup panic by disabling preemptionAndy Chiu2023-02-151-1/+1
| | |/ / / / /
| * | | | | | Merge patch series "Remove toolchain dependencies for Zicbom"Palmer Dabbelt2023-02-154-12/+60
| |\ \ \ \ \ \
| | * | | | | | RISC-V: remove toolchain version checks for ZicbomConor Dooley2023-02-152-11/+0
| | * | | | | | RISC-V: replace cbom instructions with an insn-defConor Dooley2023-02-152-1/+14
| | * | | | | | RISC-V: insn-def: Add I-type insn-defAndrew Jones2023-02-151-0/+46
| | |/ / / / /
| * | | | | | Merge patch series "dt-bindings: Add a cpu-capacity property for RISC-V"Palmer Dabbelt2023-02-155-6/+7
| |\ \ \ \ \ \
| * | | | | | | riscv: Fix Zbb alternative IDsSamuel Holland2023-02-154-8/+3
| * | | | | | | riscv: Fix early alternative patchingSamuel Holland2023-02-151-3/+1
| * | | | | | | RISC-V: re-order Kconfig selects alphanumericallyConor Dooley2023-02-151-24/+24
| * | | | | | | Merge patch series "riscv: improve boot time isa extensions handling"Palmer Dabbelt2023-02-0217-178/+179
| |\ \ \ \ \ \ \
| | * | | | | | | riscv: remove riscv_isa_ext_keys[] array and related usageJisheng Zhang2023-02-012-41/+0
| | * | | | | | | riscv: KVM: Switch has_svinval() to riscv_has_extension_unlikely()Andrew Jones2023-02-011-2/+1
| | * | | | | | | riscv: cpu_relax: switch to riscv_has_extension_likely()Jisheng Zhang2023-02-011-1/+1
| | * | | | | | | riscv: alternative: patch alternatives in the vDSOJisheng Zhang2023-02-014-5/+40
| | * | | | | | | riscv: switch to relative alternative entriesJisheng Zhang2023-02-015-23/+36
| | * | | | | | | riscv: module: Add ADD16 and SUB16 rela typesAndrew Jones2023-02-011-0/+16
| | * | | | | | | riscv: module: move find_section to module.hJisheng Zhang2023-02-012-15/+16
| | * | | | | | | riscv: fpu: switch has_fpu() to riscv_has_extension_likely()Jisheng Zhang2023-02-011-1/+2
| | * | | | | | | riscv: introduce riscv_has_extension_[un]likely()Jisheng Zhang2023-02-011-0/+37
| | * | | | | | | riscv: cpufeature: extend riscv_cpufeature_patch_func to all ISA extensionsJisheng Zhang2023-02-012-62/+11
| | * | | | | | | riscv: hwcap: make ISA extension ids can be used in asmJisheng Zhang2023-02-011-24/+21
| | * | | | | | | riscv: cpufeature: detect RISCV_ALTERNATIVES_EARLY_BOOT earlierJisheng Zhang2023-02-011-0/+3
| | * | | | | | | riscv: move riscv_noncoherent_supported() out of ZICBOM probeJisheng Zhang2023-02-012-1/+3
| * | | | | | | | Merge patch series "Zbb string optimizations"Palmer Dabbelt2023-01-3112-1/+468
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | RISC-V: add zbb support to string functionsHeiko Stuebner2023-01-318-1/+334
| | * | | | | | | RISC-V: add infrastructure to allow different str* implementationsHeiko Stuebner2023-01-317-0/+134
| * | | | | | | | RISC-V: Fix do_notify_resume / do_work_pending prototypeHeiko Stuebner2023-01-251-1/+1
| * | | | | | | | riscv: fix jal offsets in patched alternativesJisheng Zhang2023-01-252-0/+54
| * | | | | | | | RISC-V: Kconfig: Remove trailing whitespaceGeert Uytterhoeven2023-01-251-1/+1
| * | | | | | | | riscv: pgtable: Fixup comment for KERN_VIRT_SIZEGuo Ren2023-01-251-1/+1
| |/ / / / / / /
| * | | | | | | Merge patch series "Putting some basic order on isa extension lists"Palmer Dabbelt2023-01-203-22/+49
| |\ \ \ \ \ \ \
| | * | | | | | | RISC-V: resort all extensions in consistent ordersConor Dooley2023-01-183-9/+13
| | * | | | | | | RISC-V: clarify ISA string ordering rules in cpu.cConor Dooley2023-01-181-13/+36
| * | | | | | | | Merge patch "RISC-V: fix incorrect type of ARCH_CANAAN_K210_DTB_SOURCE"Palmer Dabbelt2023-01-181-1/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | RISC-V: fix incorrect type of ARCH_CANAAN_K210_DTB_SOURCEConor Dooley2023-01-181-1/+2
| * | | | | | | | | Merge patch series "Allow calls in alternatives"Palmer Dabbelt2022-12-298-295/+436
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | RISC-V: fix auipc-jalr addresses in patched alternativesHeiko Stuebner2022-12-293-1/+63