aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2024-04-05Merge tag 'riscv-for-linus-6.9-rc3' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 12-20/+34
2024-04-04riscv: process: Fix kernel gp leakageGravatar Stefan O'Rear 1-3/+0
2024-04-04riscv: Disable preemption when using patch_map()Gravatar Alexandre Ghiti 1-0/+8
2024-04-04riscv: Fix warning by declaring arch_cpu_idle() as noinstrGravatar Alexandre Ghiti 1-1/+1
2024-04-04riscv: use KERN_INFO in do_trapGravatar Andreas Schwab 1-1/+1
2024-04-03riscv: Fix vector state restore in rt_sigreturn()Gravatar Björn Töpel 1-7/+8
2024-04-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-7/+32
2024-03-28Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 1-0/+16
2024-03-27riscv: mm: implement pgprot_nxGravatar Jisheng Zhang 1-0/+6
2024-03-27riscv: compat_vdso: align VDSOAS build logGravatar Masahiro Yamada 1-1/+1
2024-03-27RISC-V: Update AT_VECTOR_SIZE_ARCH for new AT_MINSIGSTKSZGravatar Victor Isaev 1-1/+1
2024-03-26riscv: Mark __se_sys_* functions __usedGravatar Sami Tolvanen 1-1/+2
2024-03-26riscv: compat_vdso: install compat_vdso.so.dbg to /lib/modules/*/vdso/Gravatar Masahiro Yamada 1-1/+1
2024-03-26riscv: hwprobe: do not produce frtace relocationGravatar Vladimir Isaev 1-0/+1
2024-03-26riscv: Fix spurious errors from __get/put_kernel_nofaultGravatar Samuel Holland 1-2/+2
2024-03-26riscv: mm: Fix prototype to avoid discarding constGravatar Samuel Holland 1-2/+2
2024-03-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Paolo Abeni 1-0/+16
2024-03-26RISC-V: KVM: Fix APLIC in_clrip[x] read emulationGravatar Anup Patel 1-3/+18
2024-03-25riscv, bpf: Fix kfunc parameters incompatibility between bpf and riscv abiGravatar Pu Lehui 1-0/+16
2024-03-25RISC-V: KVM: Fix APLIC setipnum_le/be write emulationGravatar Anup Patel 1-3/+13
2024-03-25RISC-V: KVM: Remove second semicolonGravatar Colin Ian King 1-1/+1
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 68-550/+4316
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-1/+1
2024-03-20riscv: Fix syscall wrapper for >word-size argumentsGravatar Sami Tolvanen 1-14/+39
2024-03-20Merge patch series "riscv/barrier: tidying up barrier-related macro"Gravatar Palmer Dabbelt 7-32/+36
2024-03-20crypto: riscv - add vector crypto accelerated AES-CBC-CTSGravatar Eric Biggers 3-5/+245
2024-03-20crypto: riscv - parallelize AES-CBC decryptionGravatar Eric Biggers 1-9/+15
2024-03-20Merge patch series "RISC-V: ACPI: Enable CPPC based cpufreq support"Gravatar Palmer Dabbelt 1-0/+1
2024-03-20riscv: Only flush the mm icache when setting an exec pteGravatar Alexandre Ghiti 3-10/+10
2024-03-20riscv: Use kcalloc() instead of kzalloc()Gravatar Erick Archer 1-2/+1
2024-03-20Merge patch series "RISC-V: ACPI: Add LPI support"Gravatar Palmer Dabbelt 2-0/+52
2024-03-20Merge patch series "riscv: Introduce compat-mode helpers & improve arch_get_m...Gravatar Palmer Dabbelt 5-24/+34
2024-03-19riscv/barrier: Add missing space after ','Gravatar Eric Chan 1-6/+6
2024-03-19riscv/barrier: Consolidate fence definitionsGravatar Eric Chan 7-14/+16
2024-03-19riscv/barrier: Define RISCV_FULL_BARRIERGravatar Eric Chan 3-10/+12
2024-03-19riscv/barrier: Define __{mb,rmb,wmb}Gravatar Eric Chan 1-3/+3
2024-03-19RISC-V: defconfig: Enable CONFIG_ACPI_CPPC_CPUFREQGravatar Sunil V L 1-0/+1
2024-03-19cpuidle: RISC-V: Move few functions to arch/riscvGravatar Sunil V L 2-0/+52
2024-03-19riscv: Introduce set_compat_task() in asm/compat.hGravatar Leonardo Bras 2-4/+9
2024-03-19riscv: Introduce is_compat_thread() into compat.hGravatar Leonardo Bras 2-3/+11
2024-03-19riscv: add compile-time test into is_compat_task()Gravatar Leonardo Bras 4-12/+5
2024-03-19riscv: Replace direct thread flag check with is_compat_task()Gravatar Leonardo Bras 2-2/+2
2024-03-19riscv: Improve arch_get_mmap_end() macroGravatar Leonardo Bras 1-3/+9
2024-03-19Merge tag 'soc-late-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Gravatar Linus Torvalds 7-4/+335
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 4-1/+20
2024-03-15riscv: vector: Fix a typo of preempt_vGravatar Song Shuai 1-2/+2
2024-03-15Merge patch series "riscv: mm: Extend mappable memory up to hint address"Gravatar Palmer Dabbelt 1-16/+11
2024-03-15Merge patch series "riscv: Use Kconfig to set unaligned access speed"Gravatar Palmer Dabbelt 8-293/+374
2024-03-15Merge patch series "Support Andes PMU extension"Gravatar Palmer Dabbelt 7-20/+13
2024-03-15Merge patch "riscv: Fix compilation error with FAST_GUP and rv32"Gravatar Palmer Dabbelt 2-60/+7