summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorFilesLines
2023-03-10RISC-V: Don't check text_mutex during stop_machineConor Dooley2-1/+3
2023-03-03Merge tag 'riscv-for-linus-6.3-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+8
2023-03-02riscv: Bump COMMAND_LINE_SIZE value to 1024Alexandre Ghiti1-0/+8
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-8/+130
2023-02-25Merge tag 'riscv-for-linus-6.3-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds17-320/+604
2023-02-24Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+26
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-10/+26
2023-02-24Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-02-22RISC-V: add a spin_shadow_stack declarationConor Dooley1-0/+1
2023-02-22riscv: Add header include guards to insn.hLiao Chang1-0/+4
2023-02-22riscv: hwcap: Don't alphabetize ISA extension IDsAndrew Jones1-22/+20
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-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+1
2023-02-17riscv: Extend patch_text for multiple instructionsPu Lehui1-1/+1
2023-02-16RISC-V: move some stray __RISCV_INSN_FUNCS definitions from kprobesHeiko Stuebner1-0/+10
2023-02-15Merge patch series "riscv: Optimize function trace"Palmer Dabbelt1-12/+38
2023-02-15riscv: ftrace: Reduce the detour code size to halfGuo Ren1-12/+38
2023-02-15Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini7-24/+140
2023-02-15Merge patch series "Remove toolchain dependencies for Zicbom"Palmer Dabbelt2-1/+60
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 Dabbelt2-2/+2
2023-02-15riscv: Fix Zbb alternative IDsSamuel Holland1-5/+0
2023-02-10mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)1-5/+0
2023-02-07RISC-V: KVM: Support firmware eventsAtish Patra1-0/+17
2023-02-07RISC-V: KVM: Implement trap & emulate for hpmcountersAtish Patra1-0/+16
2023-02-07RISC-V: KVM: Add skeleton support for perfAtish Patra2-0/+78
2023-02-07RISC-V: KVM: Modify SBI extension handler to return SBI error codeAtish Patra1-2/+8
2023-02-07RISC-V: KVM: Define a probe function for SBI extension data structuresAtish Patra1-0/+3
2023-02-07RISC-V: Improve SBI PMU extension related definitionsAtish Patra1-2/+5
2023-02-06Merge 6.2-rc7 into tty-nextGreg Kroah-Hartman3-20/+13
2023-02-04efi: Discover BTI support in runtime services regionsArd Biesheuvel1-1/+1
2023-02-03mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2023-02-03riscv/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2-5/+27
2023-02-02riscv: mm: Implement pmdp_collapse_flush for THPMayuresh Chitale1-0/+4
2023-02-02Merge patch series "riscv: improve boot time isa extensions handling"Palmer Dabbelt8-69/+100
2023-02-01riscv: remove riscv_isa_ext_keys[] array and related usageJisheng Zhang1-32/+0
2023-02-01riscv: cpu_relax: switch to riscv_has_extension_likely()Jisheng Zhang1-1/+1
2023-02-01riscv: alternative: patch alternatives in the vDSOJisheng Zhang1-0/+4
2023-02-01riscv: switch to relative alternative entriesJisheng Zhang2-16/+21
2023-02-01riscv: module: move find_section to module.hJisheng Zhang1-0/+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 Zhang1-6/+3
2023-02-01riscv: hwcap: make ISA extension ids can be used in asmJisheng Zhang1-24/+21
2023-02-01Merge patch "riscv: Fix build with CONFIG_CC_OPTIMIZE_FOR_SIZE=y"Palmer Dabbelt2-19/+12
2023-02-01riscv: Fix build with CONFIG_CC_OPTIMIZE_FOR_SIZE=ySamuel Holland2-18/+10
2023-01-31Merge patch series "Zbb string optimizations"Palmer Dabbelt3-1/+13