summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)Author
2023-03-09RISC-V: Don't check text_mutex during stop_machineConor Dooley
2023-03-03Merge tag 'riscv-for-linus-6.3-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-03-01riscv: Bump COMMAND_LINE_SIZE value to 1024Alexandre Ghiti
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
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 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...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-22RISC-V: add a spin_shadow_stack declarationConor Dooley
2023-02-21riscv: Add header include guards to insn.hLiao Chang
2023-02-21riscv: hwcap: Don't alphabetize ISA extension IDsAndrew Jones
2023-02-21riscv: jump_label: Fixup unaligned arch_static_branch functionAndy Chiu
2023-02-21RISC-V: Only provide the single-letter extensions in HWCAPPalmer Dabbelt
2023-02-21riscv: mm: fix regression due to update_mmu_cache changeSergey Matyukevich
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-15Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2023-02-14Merge patch series "Remove toolchain dependencies for Zicbom"Palmer Dabbelt
2023-02-14RISC-V: replace cbom instructions with an insn-defConor Dooley
2023-02-14RISC-V: insn-def: Add I-type insn-defAndrew Jones
2023-02-14Merge patch series "dt-bindings: Add a cpu-capacity property for RISC-V"Palmer Dabbelt
2023-02-14riscv: Fix Zbb alternative IDsSamuel Holland
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)
2023-02-07RISC-V: KVM: Support firmware eventsAtish Patra
2023-02-07RISC-V: KVM: Implement trap & emulate for hpmcountersAtish Patra
2023-02-07RISC-V: KVM: Add skeleton support for perfAtish Patra
2023-02-07RISC-V: KVM: Modify SBI extension handler to return SBI error codeAtish Patra
2023-02-07RISC-V: KVM: Define a probe function for SBI extension data structuresAtish Patra
2023-02-07RISC-V: Improve SBI PMU extension related definitionsAtish Patra
2023-02-06Merge 6.2-rc7 into tty-nextGreg Kroah-Hartman
2023-02-04efi: Discover BTI support in runtime services regionsArd Biesheuvel
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02riscv/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-01riscv: mm: Implement pmdp_collapse_flush for THPMayuresh Chitale
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: cpu_relax: switch to riscv_has_extension_likely()Jisheng Zhang
2023-01-31riscv: alternative: patch alternatives in the vDSOJisheng Zhang
2023-01-31riscv: switch to relative alternative entriesJisheng Zhang
2023-01-31riscv: module: move find_section to module.hJisheng Zhang
2023-01-31riscv: fpu: switch has_fpu() to riscv_has_extension_likely()Jisheng Zhang
2023-01-31riscv: introduce riscv_has_extension_[un]likely()Jisheng Zhang
2023-01-31riscv: cpufeature: extend riscv_cpufeature_patch_func to all ISA extensionsJisheng Zhang
2023-01-31riscv: hwcap: make ISA extension ids can be used in asmJisheng Zhang
2023-01-31Merge patch "riscv: Fix build with CONFIG_CC_OPTIMIZE_FOR_SIZE=y"Palmer Dabbelt
2023-01-31riscv: Fix build with CONFIG_CC_OPTIMIZE_FOR_SIZE=ySamuel Holland
2023-01-31Merge patch series "Zbb string optimizations"Palmer Dabbelt