summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include/asm
Commit message (Expand)AuthorAgeFilesLines
* work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-095-11/+11
* 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 '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
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-01-175-6/+72
|\ \ \
| * \ \ Merge tag 'kvm-riscv-6.8-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2024-01-026-9/+72
| |\ \ \
| | * | | RISC-V: KVM: Add support for SBI STA registersAndrew Jones2023-12-301-0/+5
| | * | | RISC-V: KVM: Add support for SBI extension registersAndrew Jones2023-12-301-0/+4
| | * | | RISC-V: KVM: Add SBI STA info to vcpu_archAndrew Jones2023-12-301-0/+7
| | * | | RISC-V: KVM: Add steal-update vcpu requestAndrew Jones2023-12-301-0/+3
| | * | | RISC-V: KVM: Add SBI STA extension skeletonAndrew Jones2023-12-301-0/+1
| | * | | RISC-V: Add SBI STA extension definitionsAndrew Jones2023-12-301-0/+17
| | * | | RISC-V: paravirt: Add skeleton for pv-time supportAndrew Jones2023-12-302-0/+29
| | * | | RISC-V: KVM: Make SBI uapi consistent with ISA uapiAndrew Jones2023-12-291-4/+6
| * | | | Merge tag 'loongarch-kvm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2024-01-021-1/+1
| |\ \ \ \