summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
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-21Merge tag 'timers-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-9/+2
2023-02-21Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-3/+0
2023-02-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski5-34/+442
2023-02-21Merge tag 'soc-dt-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds25-40/+2168
2023-02-21Merge tag 'soc-defconfig-6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+21
2023-02-17riscv, bpf: Add bpf trampoline support for RV64Pu Lehui1-0/+317
2023-02-17riscv, bpf: Add bpf_arch_text_poke support for RV64Pu Lehui2-2/+91
2023-02-17riscv, bpf: Factor out emit_call for kernel and bpf contextPu Lehui1-17/+13
2023-02-17riscv: Extend patch_text for multiple instructionsPu Lehui3-15/+21
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 tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini27-132/+1013
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-13clocksource/drivers/riscv: Get rid of clocksource_arch_init() callbackLad Prabhakar2-10/+0
2023-02-13RISC-V: time: initialize hrtimer based broadcast clock event deviceConor Dooley1-0/+3
2023-02-10Merge tag 'riscv-for-linus-6.2-rc8' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-5/+34
2023-02-10mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)1-5/+0
2023-02-09riscv: Fixup race condition on PG_dcache_clean in flush_icache_pteGuo Ren1-1/+3
2023-02-09riscv: kprobe: Fixup misaligned load textGuo Ren1-3/+5
2023-02-07RISC-V: KVM: Increment firmware pmu eventsAtish Patra2-0/+11
2023-02-07RISC-V: KVM: Support firmware eventsAtish Patra2-33/+125
2023-02-07RISC-V: KVM: Implement perf support without samplingAtish Patra1-4/+356
2023-02-07RISC-V: KVM: Implement trap & emulate for hpmcountersAtish Patra3-2/+77
2023-02-07RISC-V: KVM: Disable all hpmcounter access for VS/VU modeAtish Patra1-1/+2
2023-02-07RISC-V: KVM: Make PMU functionality depend on SscofpmfAtish Patra1-0/+8