summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-6.8-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-019-65/+36
|\
| * riscv: Sparse-Memory/vmemmap out-of-bounds fixDimitris Vlachos2024-02-291-1/+1
| * Merge patch series "NAPOT Fixes"Palmer Dabbelt2024-02-292-60/+5
| |\
| | * riscv: Fix pte_leaf_size() for NAPOTAlexandre Ghiti2024-02-291-0/+4
| | * Revert "riscv: mm: support Svnapot in huge vmap"Alexandre Ghiti2024-02-291-60/+1
| * | Merge patch series "riscv: cbo.zero fixes"Palmer Dabbelt2024-02-293-0/+5
| |\ \
| | * | riscv: Save/restore envcfg CSR during CPU suspendSamuel Holland2024-02-291-0/+1
| | * | riscv: Add a custom ISA extension for the [ms]envcfg CSRSamuel Holland2024-02-291-0/+2
| | * | riscv: Fix enabling cbo.zero when running in M-modeSamuel Holland2024-02-291-0/+2
| | |/
| * | riscv: Fix build error if !CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATIONAlexandre Ghiti2024-02-221-0/+2
| * | riscv: mm: fix NOCACHE_THEAD does not set bit[61] correctlyYangyu Chen2024-02-221-1/+1
| * | riscv: add CALLER_ADDRx supportZong Li2024-02-221-0/+5
| * | Merge commit '8246601a7d391ce8207408149d65732f28af81a1' into fixesPalmer Dabbelt2024-02-221-3/+17
| |\ \
| | * | riscv: tlb: fix __p*d_free_tlb()Jisheng Zhang2024-01-241-3/+17
* | | | 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
| | |/ | |/|
* | | 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