summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux...Paolo Bonzini2024-03-099-12/+21
|\
| * work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-095-11/+11
| * Merge tag 'riscv-for-linus-6.8-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-02-094-1/+10
| |\
| | * riscv: declare overflow_stack as exported from traps.cBen Dooks2024-02-071-0/+5
| | * riscv: Fix arch_hugetlb_migration_supported() for NAPOTAlexandre Ghiti2024-02-071-0/+3
| | * riscv: Flush the tlb when a page directory is freedAlexandre Ghiti2024-02-061-1/+1
| | * riscv: mm: execute local TLB flush after populating vmemmapVincent Chen2024-01-311-0/+1
* | | kvm: replace __KVM_HAVE_READONLY_MEM with Kconfig symbolPaolo Bonzini2024-02-081-1/+0
|/ /
* | Merge tag 'kvm-riscv-6.8-2' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2024-01-261-0/+27
|\ \ | |/ |/|
| * RISC-V: KVM: Allow Zfa extension for Guest/VMAnup Patel2024-01-191-0/+1
| * RISC-V: KVM: Allow Zvfh[min] extensions for Guest/VMAnup Patel2024-01-191-0/+2
| * RISC-V: KVM: Allow Zihintntl extension for Guest/VMAnup Patel2024-01-191-0/+1
| * RISC-V: KVM: Allow Zfh[min] extensions for Guest/VMAnup Patel2024-01-191-0/+2
| * RISC-V: KVM: Allow vector crypto extensions for Guest/VMAnup Patel2024-01-191-0/+10
| * RISC-V: KVM: Allow scalar crypto extensions for Guest/VMAnup Patel2024-01-191-0/+10
| * RISC-V: KVM: Allow Zbc extension for Guest/VMAnup Patel2024-01-191-0/+1
* | Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-2022-62/+664
|\ \ | |/ |/|
| * RISC-V: Implement archrandom when Zkr is availableSamuel Ortiz2024-01-172-0/+81
| * riscv: Optimize hweight API with Zbb extensionXiao Wang2024-01-172-1/+81
| * Merge patch series "riscv: ftrace: Miscellaneous ftrace improvements"Palmer Dabbelt2024-01-171-1/+17
| |\
| | * riscv: ftrace: Add DYNAMIC_FTRACE_WITH_DIRECT_CALLS supportSong Shuai2024-01-171-0/+7
| | * riscv: ftrace: Make function graph use ftrace directlySong Shuai2024-01-171-1/+10
| * | Merge patch series "riscv: Add fine-tuned checksum functions"Palmer Dabbelt2024-01-172-0/+95
| |\ \
| | * | riscv: Add checksum libraryCharlie Jenkins2024-01-171-0/+11
| | * | riscv: Add checksum headerCharlie Jenkins2024-01-171-0/+82
| | * | riscv: Add static key for misaligned accessesCharlie Jenkins2024-01-171-0/+2
| | |/
| * | Merge patch series "riscv: support kernel-mode Vector"Palmer Dabbelt2024-01-168-14/+298
| |\ \
| | * | riscv: vector: allow kernel-mode Vector with preemptionAndy Chiu2024-01-164-10/+109
| | * | riscv: vector: use kmem_cache to manage vector contextAndy Chiu2024-01-161-0/+4
| | * | riscv: vector: do not pass task_struct into riscv_v_vstate_{save,restore}()Andy Chiu2024-01-162-10/+6
| | * | riscv: fpu: drop SR_SD bit checkingAndy Chiu2024-01-161-2/+1
| | * | riscv: lib: vectorize copy_to_user/copy_from_userAndy Chiu2024-01-161-0/+4
| | * | riscv: sched: defer restoring Vector context for userAndy Chiu2024-01-163-1/+29
| | * | riscv: Add vector extension XOR implementationGreentime Hu2024-01-162-0/+86
| | * | riscv: vector: make Vector always available for softirq contextAndy Chiu2024-01-162-2/+7
| | * | riscv: Add support for kernel mode vectorGreentime Hu2024-01-163-1/+64
| | |/
| * | Merge patch series "riscv: mm: Fixup & Optimize COMPAT code"Palmer Dabbelt2024-01-112-2/+2
| |\ \
| | * | riscv: mm: Fixup compat arch_get_mmap_endGuo Ren2024-01-111-1/+1
| | * | riscv: mm: Fixup compat mode boot failureGuo Ren2024-01-111-1/+1
| | |/
| * | riscv: Add support for BATCHED_UNMAP_TLB_FLUSHAlexandre Ghiti2024-01-112-0/+23
| * | Merge patch series "riscv: errata: thead: use riscv_nonstd_cache_ops for CMO"Palmer Dabbelt2024-01-111-44/+6
| |\ \
| | * | riscv: errata: thead: use riscv_nonstd_cache_ops for CMOJisheng Zhang2024-01-101-44/+6
| | |/
| * | Merge patch series "RISC-V SBI debug console extension support"Palmer Dabbelt2024-01-111-0/+10
| |\ \
| | * | RISC-V: Add SBI debug console helper routinesAnup Patel2024-01-101-0/+5
| | * | RISC-V: Add stubs for sbi_console_putchar/getchar()Anup Patel2024-01-101-0/+5
| | |/
| * | riscv: sbi: Introduce system suspend supportAndrew Jones2024-01-111-0/+9
| * | Merge patch series "riscv: enable EFFICIENT_UNALIGNED_ACCESS and DCACHE_WORD_...Palmer Dabbelt2024-01-112-0/+42
| |\ \
| | * | riscv: select DCACHE_WORD_ACCESS for efficient unaligned access HWJisheng Zhang2024-01-092-0/+42
| | |/
* | | Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2024-01-182-1/+3
|\ \ \
| * | | mm: Introduce flush_cache_vmap_early()Alexandre Ghiti2023-12-142-1/+3
| | |/ | |/|