summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorFilesLines
2023-04-13riscv: Move early dtb mapping into the fixmap regionAlexandre Ghiti2-2/+14
2023-04-08RISC-V: Allow marking IPIs as suitable for remote FENCEsAnup Patel1-2/+16
2023-04-08RISC-V: Treat IPIs as normal Linux IRQsAnup Patel2-16/+28
2023-04-08irqchip/riscv-intc: Allow drivers to directly discover INTC hwnodeAnup Patel1-0/+4
2023-03-29Merge patch series "RISC-V: Fixes for riscv_has_extension[un]likely()'s alter...Palmer Dabbelt1-20/+30
2023-03-29Merge patch series "RISC-V: Fixes for riscv_has_extension[un]likely()'s alter...Palmer Dabbelt1-20/+30
2023-03-29RISC-V: add non-alternative fallback for riscv_has_extension_[un]likely()Conor Dooley1-20/+30
2023-03-24Merge patch series "riscv: Add GENERIC_ENTRY support"Palmer Dabbelt8-15/+109
2023-03-23riscv: entry: Consolidate general regs saving/restoringJisheng Zhang1-0/+61
2023-03-23riscv: entry: Convert to generic entryGuo Ren7-15/+48
2023-03-21riscv: mm: Fix incorrect ASID argument when flushing TLBDylan Jhong1-0/+2
2023-03-15Merge patch series "RISC-V: Apply Zicboz to clear_page"Palmer Dabbelt7-5/+21
2023-03-14RISC-V: KVM: Expose Zicboz to the guestAndrew Jones1-0/+1
2023-03-14RISC-V: KVM: Provide UAPI for Zicboz block sizeAndrew Jones1-0/+1
2023-03-14RISC-V: Use Zicboz in clear_page when availableAndrew Jones2-1/+9
2023-03-14RISC-V: cpufeatures: Put the upper 16 bits of patch ID to workAndrew Jones1-0/+4
2023-03-14RISC-V: Add Zicboz detection and block size parsingAndrew Jones2-1/+3
2023-03-14RISC-V: alternatives: Support patching multiple insns in assemblyAndrew Jones1-3/+3
2023-03-14Merge patch series "riscv: alternative/cpufeature related cleanups"Palmer Dabbelt2-45/+38
2023-03-14riscv: alternatives: Rename errata_id to patch_idAndrew Jones2-38/+38
2023-03-14riscv: alternatives: Remove unnecessary define and unused structAndrew Jones1-7/+0
2023-03-09Merge patch series "riscv, mm: detect svnapot cpu support at runtime"Palmer Dabbelt6-8/+166
2023-03-09Merge patch series "riscv: asid: switch to alternative way to fix stale TLB e...Palmer Dabbelt2-20/+0
2023-03-09Revert "riscv: mm: notify remote harts about mmu cache updates"Sergey Matyukevich2-20/+0
2023-03-09RISC-V: Don't check text_mutex during stop_machineConor Dooley2-1/+3
2023-03-07riscv: mm: support Svnapot in huge vmapQinglin Pan1-1/+60
2023-03-07riscv: mm: support Svnapot in hugetlb pageQinglin Pan1-1/+33
2023-03-07riscv: mm: modify pte format for SvnapotQinglin Pan4-10/+77
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-01riscv: 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-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-10/+26
2023-02-23Merge 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-21riscv: Add header include guards to insn.hLiao Chang1-0/+4
2023-02-21riscv: hwcap: Don't alphabetize ISA extension IDsAndrew Jones1-20/+18
2023-02-21riscv: jump_label: Fixup unaligned arch_static_branch functionAndy Chiu1-0/+2
2023-02-21RISC-V: Only provide the single-letter extensions in HWCAPPalmer Dabbelt2-12/+6
2023-02-21riscv: mm: fix regression due to update_mmu_cache changeSergey Matyukevich1-1/+1
2023-02-20Merge 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-15RISC-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-14Merge patch series "Remove toolchain dependencies for Zicbom"Palmer Dabbelt2-1/+60
2023-02-14RISC-V: replace cbom instructions with an insn-defConor Dooley2-1/+14
2023-02-14RISC-V: insn-def: Add I-type insn-defAndrew Jones1-0/+46