summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorFilesLines
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-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
2024-01-16riscv: sched: defer restoring Vector context for userAndy Chiu3-1/+29
2024-01-16riscv: Add vector extension XOR implementationGreentime Hu2-0/+86
2024-01-16riscv: vector: make Vector always available for softirq contextAndy Chiu2-2/+7
2024-01-16riscv: Add support for kernel mode vectorGreentime Hu3-1/+64
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+2
2024-01-11Merge patch series "riscv: mm: Fixup & Optimize COMPAT code"Palmer Dabbelt2-2/+2
2024-01-11riscv: mm: Fixup compat arch_get_mmap_endGuo Ren1-1/+1
2024-01-11riscv: mm: Fixup compat mode boot failureGuo Ren1-1/+1
2024-01-11riscv: Add support for BATCHED_UNMAP_TLB_FLUSHAlexandre Ghiti2-0/+23
2024-01-11Merge patch series "riscv: errata: thead: use riscv_nonstd_cache_ops for CMO"Palmer Dabbelt1-44/+6
2024-01-11Merge patch series "RISC-V SBI debug console extension support"Palmer Dabbelt1-0/+10
2024-01-11riscv: sbi: Introduce system suspend supportAndrew Jones1-0/+9
2024-01-11Merge patch series "riscv: enable EFFICIENT_UNALIGNED_ACCESS and DCACHE_WORD_...Palmer Dabbelt2-0/+42
2024-01-11Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-01-10riscv: errata: thead: use riscv_nonstd_cache_ops for CMOJisheng Zhang1-44/+6
2024-01-10RISC-V: Add SBI debug console helper routinesAnup Patel1-0/+5
2024-01-10RISC-V: Add stubs for sbi_console_putchar/getchar()Anup Patel1-0/+5