summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-02-22riscv: mm: hugetlb: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPGuo Ren1-0/+1
2023-02-22riscv: Add header include guards to insn.hLiao Chang1-0/+4
2023-02-22Merge patch series "riscv: Dump faulting instructions in oops handler"Palmer Dabbelt1-1/+24
2023-02-22riscv: alternative: proceed one more instruction for auipc/jalr pairJisheng Zhang1-0/+1
2023-02-22Merge patch series "riscv: improve link and support ARCH_WANT_LD_ORPHAN_WARN"Palmer Dabbelt2-0/+10
2023-02-22riscv: Avoid enabling interrupts in die()Mattias Nissler1-2/+3
2023-02-22riscv, mm: Perform BPF exhandler fixup on page faultBjörn Töpel1-4/+6
2023-02-22RISC-V: take text_mutex during alternative patchingConor Dooley3-2/+13
2023-02-22riscv: hwcap: Don't alphabetize ISA extension IDsAndrew Jones1-22/+20
2023-02-22RISC-V: fix ordering of Zbb extensionHeiko Stuebner1-1/+1
2023-02-22riscv: jump_label: Fixup unaligned arch_static_branch functionAndy Chiu1-0/+2
2023-02-22RISC-V: Only provide the single-letter extensions in HWCAPPalmer Dabbelt2-12/+6
2023-02-22riscv: mm: fix regression due to update_mmu_cache changeSergey Matyukevich1-1/+1
2023-02-22riscv: Add instruction dump to RISC-V splatsBjörn Töpel1-1/+24
2023-02-22riscv: select ARCH_WANT_LD_ORPHAN_WARN for !XIP_KERNELJisheng Zhang1-0/+1
2023-02-22riscv: vmlinux.lds.S: explicitly catch .init.bss sections from EFI stubJisheng Zhang1-0/+3
2023-02-22riscv: vmlinux.lds.S: explicitly catch .riscv.attributes sectionsJisheng Zhang1-0/+1
2023-02-22riscv: vmlinux.lds.S: explicitly catch .rela.dyn symbolsJisheng Zhang1-0/+4
2023-02-22riscv: lds: define RUNTIME_DISCARD_EXITJisheng Zhang1-0/+1
2023-02-16RISC-V: move some stray __RISCV_INSN_FUNCS definitions from kprobesHeiko Stuebner2-3/+10
2023-02-15Merge patch series "riscv: Optimize function trace"Palmer Dabbelt5-86/+79
2023-02-15riscv: ftrace: Reduce the detour code size to halfGuo Ren4-86/+75
2023-02-15riscv: ftrace: Remove wasted nops for !RISCV_ISA_CGuo Ren1-0/+4
2023-02-15riscv: ftrace: Fixup panic by disabling preemptionAndy Chiu1-1/+1
2023-02-15Merge patch series "Remove toolchain dependencies for Zicbom"Palmer Dabbelt4-12/+60
2023-02-15RISC-V: remove toolchain version checks for ZicbomConor Dooley2-11/+0
2023-02-15RISC-V: replace cbom instructions with an insn-defConor Dooley2-1/+14
2023-02-15RISC-V: insn-def: Add I-type insn-defAndrew Jones1-0/+46
2023-02-15Merge patch series "dt-bindings: Add a cpu-capacity property for RISC-V"Palmer Dabbelt5-6/+7
2023-02-15riscv: Fix Zbb alternative IDsSamuel Holland4-8/+3
2023-02-15riscv: Fix early alternative patchingSamuel Holland1-3/+1
2023-02-15RISC-V: re-order Kconfig selects alphanumericallyConor Dooley1-24/+24
2023-02-02Merge patch series "riscv: improve boot time isa extensions handling"Palmer Dabbelt17-178/+179
2023-02-01riscv: remove riscv_isa_ext_keys[] array and related usageJisheng Zhang2-41/+0
2023-02-01riscv: KVM: Switch has_svinval() to riscv_has_extension_unlikely()Andrew Jones1-2/+1
2023-02-01riscv: cpu_relax: switch to riscv_has_extension_likely()Jisheng Zhang1-1/+1
2023-02-01riscv: alternative: patch alternatives in the vDSOJisheng Zhang4-5/+40
2023-02-01riscv: switch to relative alternative entriesJisheng Zhang5-23/+36
2023-02-01riscv: module: Add ADD16 and SUB16 rela typesAndrew Jones1-0/+16
2023-02-01riscv: module: move find_section to module.hJisheng Zhang2-15/+16
2023-02-01riscv: fpu: switch has_fpu() to riscv_has_extension_likely()Jisheng Zhang1-1/+2
2023-02-01riscv: introduce riscv_has_extension_[un]likely()Jisheng Zhang1-0/+37
2023-02-01riscv: cpufeature: extend riscv_cpufeature_patch_func to all ISA extensionsJisheng Zhang2-62/+11
2023-02-01riscv: hwcap: make ISA extension ids can be used in asmJisheng Zhang1-24/+21
2023-02-01riscv: cpufeature: detect RISCV_ALTERNATIVES_EARLY_BOOT earlierJisheng Zhang1-0/+3
2023-02-01riscv: move riscv_noncoherent_supported() out of ZICBOM probeJisheng Zhang2-1/+3
2023-01-31Merge patch series "Zbb string optimizations"Palmer Dabbelt12-1/+468
2023-01-31RISC-V: add zbb support to string functionsHeiko Stuebner8-1/+334
2023-01-31RISC-V: add infrastructure to allow different str* implementationsHeiko Stuebner7-0/+134
2023-01-25riscv: Move call to init_cpu_topology() to later initialization stageLey Foon Tan1-1/+2