summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorFilesLines
2024-04-10riscv: Fix spurious errors from __get/put_kernel_nofaultSamuel Holland1-2/+2
2024-04-10RISC-V: Update AT_VECTOR_SIZE_ARCH for new AT_MINSIGSTKSZVictor Isaev1-1/+1
2024-03-27riscv: Fix compilation error with FAST_GUP and rv32Alexandre Ghiti1-0/+2
2024-03-01Merge tag 'riscv-for-linus-6.8-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-65/+36
2024-02-29riscv: Sparse-Memory/vmemmap out-of-bounds fixDimitris Vlachos1-1/+1
2024-02-29Merge patch series "NAPOT Fixes"Palmer Dabbelt2-60/+5
2024-02-29riscv: Fix pte_leaf_size() for NAPOTAlexandre Ghiti1-0/+4
2024-02-29Revert "riscv: mm: support Svnapot in huge vmap"Alexandre Ghiti1-60/+1
2024-02-29Merge patch series "riscv: cbo.zero fixes"Palmer Dabbelt3-0/+5
2024-02-29riscv: Save/restore envcfg CSR during CPU suspendSamuel Holland1-0/+1
2024-02-29riscv: Add a custom ISA extension for the [ms]envcfg CSRSamuel Holland1-0/+2
2024-02-29riscv: Fix enabling cbo.zero when running in M-modeSamuel Holland1-0/+2
2024-02-22riscv: Fix build error if !CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATIONAlexandre Ghiti1-0/+2
2024-02-22riscv: mm: fix NOCACHE_THEAD does not set bit[61] correctlyYangyu Chen1-1/+1
2024-02-22riscv: add CALLER_ADDRx supportZong Li1-0/+5
2024-02-22Merge commit '8246601a7d391ce8207408149d65732f28af81a1' into fixesPalmer Dabbelt1-3/+17
2024-02-10work around gcc bugs with 'asm goto' with outputsLinus Torvalds5-11/+11
2024-02-09Merge tag 'riscv-for-linus-6.8-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-1/+10
2024-02-07riscv: declare overflow_stack as exported from traps.cBen Dooks1-0/+5
2024-02-07riscv: Fix arch_hugetlb_migration_supported() for NAPOTAlexandre Ghiti1-0/+3
2024-02-07riscv: Flush the tlb when a page directory is freedAlexandre Ghiti1-1/+1
2024-01-31riscv: mm: execute local TLB flush after populating vmemmapVincent Chen1-0/+1
2024-01-26Merge tag 'kvm-riscv-6.8-2' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-0/+27
2024-01-25riscv: tlb: fix __p*d_free_tlb()Jisheng Zhang1-3/+17
2024-01-20Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds22-62/+664
2024-01-19RISC-V: KVM: Allow Zfa extension for Guest/VMAnup Patel1-0/+1
2024-01-19RISC-V: KVM: Allow Zvfh[min] extensions for Guest/VMAnup Patel1-0/+2
2024-01-19RISC-V: KVM: Allow Zihintntl extension for Guest/VMAnup Patel1-0/+1
2024-01-19RISC-V: KVM: Allow Zfh[min] extensions for Guest/VMAnup Patel1-0/+2
2024-01-19RISC-V: KVM: Allow vector crypto extensions for Guest/VMAnup Patel1-0/+10
2024-01-19RISC-V: KVM: Allow scalar crypto extensions for Guest/VMAnup Patel1-0/+10
2024-01-19RISC-V: KVM: Allow Zbc extension for Guest/VMAnup Patel1-0/+1
2024-01-19Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2-1/+3
2024-01-18RISC-V: Implement archrandom when Zkr is availableSamuel Ortiz2-0/+81
2024-01-18riscv: Optimize hweight API with Zbb extensionXiao Wang2-1/+81
2024-01-18Merge patch series "riscv: ftrace: Miscellaneous ftrace improvements"Palmer Dabbelt1-1/+17
2024-01-18riscv: ftrace: Add DYNAMIC_FTRACE_WITH_DIRECT_CALLS supportSong Shuai1-0/+7
2024-01-18riscv: ftrace: Make function graph use ftrace directlySong Shuai1-1/+10
2024-01-18Merge patch series "riscv: Add fine-tuned checksum functions"Palmer Dabbelt2-0/+95
2024-01-18riscv: Add checksum libraryCharlie Jenkins1-0/+11
2024-01-18riscv: Add checksum headerCharlie Jenkins1-0/+82
2024-01-18riscv: Add static key for misaligned accessesCharlie Jenkins1-0/+2
2024-01-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-6/+85
2024-01-17Merge tag 'riscv-for-linus-6.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-66/+109
2024-01-16Merge patch series "riscv: support kernel-mode Vector"Palmer Dabbelt8-14/+298
2024-01-16riscv: vector: allow kernel-mode Vector with preemptionAndy Chiu4-10/+109
2024-01-16riscv: vector: use kmem_cache to manage vector contextAndy Chiu1-0/+4
2024-01-16riscv: vector: do not pass task_struct into riscv_v_vstate_{save,restore}()Andy Chiu2-10/+6
2024-01-16riscv: fpu: drop SR_SD bit checkingAndy Chiu1-2/+1
2024-01-16riscv: lib: vectorize copy_to_user/copy_from_userAndy Chiu1-0/+4