summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-6.9-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-04-0512-20/+34
|\
| * riscv: process: Fix kernel gp leakageStefan O'Rear2024-04-041-3/+0
| * riscv: Disable preemption when using patch_map()Alexandre Ghiti2024-04-041-0/+8
| * riscv: Fix warning by declaring arch_cpu_idle() as noinstrAlexandre Ghiti2024-04-041-1/+1
| * riscv: use KERN_INFO in do_trapAndreas Schwab2024-04-041-1/+1
| * riscv: Fix vector state restore in rt_sigreturn()Björn Töpel2024-04-031-7/+8
| * riscv: mm: implement pgprot_nxJisheng Zhang2024-03-271-0/+6
| * riscv: compat_vdso: align VDSOAS build logMasahiro Yamada2024-03-271-1/+1
| * RISC-V: Update AT_VECTOR_SIZE_ARCH for new AT_MINSIGSTKSZVictor Isaev2024-03-271-1/+1
| * riscv: Mark __se_sys_* functions __usedSami Tolvanen2024-03-261-1/+2
| * riscv: compat_vdso: install compat_vdso.so.dbg to /lib/modules/*/vdso/Masahiro Yamada2024-03-261-1/+1
| * riscv: hwprobe: do not produce frtace relocationVladimir Isaev2024-03-261-0/+1
| * riscv: Fix spurious errors from __get/put_kernel_nofaultSamuel Holland2024-03-261-2/+2
| * riscv: mm: Fix prototype to avoid discarding constSamuel Holland2024-03-261-2/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-04-032-7/+32
|\ \
| * | RISC-V: KVM: Fix APLIC in_clrip[x] read emulationAnup Patel2024-03-261-3/+18
| * | RISC-V: KVM: Fix APLIC setipnum_le/be write emulationAnup Patel2024-03-251-3/+13
| * | RISC-V: KVM: Remove second semicolonColin Ian King2024-03-251-1/+1
| |/
* | Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-03-281-0/+16
|\ \ | |/ |/|
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2024-03-261-0/+16
| |\
| | * riscv, bpf: Fix kfunc parameters incompatibility between bpf and riscv abiPu Lehui2024-03-251-0/+16
* | | Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-2268-550/+4316
|\ \ \ | |/ / |/| |
| * | riscv: Fix syscall wrapper for >word-size argumentsSami Tolvanen2024-03-201-14/+39
| * | Merge patch series "riscv/barrier: tidying up barrier-related macro"Palmer Dabbelt2024-03-207-32/+36
| |\ \
| | * | riscv/barrier: Add missing space after ','Eric Chan2024-03-191-6/+6
| | * | riscv/barrier: Consolidate fence definitionsEric Chan2024-03-197-14/+16
| | * | riscv/barrier: Define RISCV_FULL_BARRIEREric Chan2024-03-193-10/+12
| | * | riscv/barrier: Define __{mb,rmb,wmb}Eric Chan2024-03-191-3/+3
| * | | crypto: riscv - add vector crypto accelerated AES-CBC-CTSEric Biggers2024-03-203-5/+245
| * | | crypto: riscv - parallelize AES-CBC decryptionEric Biggers2024-03-201-9/+15
| * | | Merge patch series "RISC-V: ACPI: Enable CPPC based cpufreq support"Palmer Dabbelt2024-03-201-0/+1
| |\ \ \
| | * | | RISC-V: defconfig: Enable CONFIG_ACPI_CPPC_CPUFREQSunil V L2024-03-191-0/+1
| * | | | riscv: Only flush the mm icache when setting an exec pteAlexandre Ghiti2024-03-203-10/+10
| * | | | riscv: Use kcalloc() instead of kzalloc()Erick Archer2024-03-201-2/+1
| * | | | Merge patch series "RISC-V: ACPI: Add LPI support"Palmer Dabbelt2024-03-202-0/+52
| |\| | |
| | * | | cpuidle: RISC-V: Move few functions to arch/riscvSunil V L2024-03-192-0/+52
| | |/ /
| * | | Merge patch series "riscv: Introduce compat-mode helpers & improve arch_get_m...Palmer Dabbelt2024-03-205-24/+34
| |\ \ \
| | * | | riscv: Introduce set_compat_task() in asm/compat.hLeonardo Bras2024-03-192-4/+9
| | * | | riscv: Introduce is_compat_thread() into compat.hLeonardo Bras2024-03-192-3/+11
| | * | | riscv: add compile-time test into is_compat_task()Leonardo Bras2024-03-194-12/+5
| | * | | riscv: Replace direct thread flag check with is_compat_task()Leonardo Bras2024-03-192-2/+2
| | * | | riscv: Improve arch_get_mmap_end() macroLeonardo Bras2024-03-191-3/+9
| * | | | riscv: vector: Fix a typo of preempt_vSong Shuai2024-03-151-2/+2
| * | | | Merge patch series "riscv: mm: Extend mappable memory up to hint address"Palmer Dabbelt2024-03-151-16/+11
| |\ \ \ \
| | * | | | riscv: mm: Use hint address in mmap if availableCharlie Jenkins2024-03-141-16/+11
| * | | | | Merge patch series "riscv: Use Kconfig to set unaligned access speed"Palmer Dabbelt2024-03-158-293/+374
| |\ \ \ \ \
| | * | | | | riscv: Set unaligned access speed at compile timeCharlie Jenkins2024-03-137-296/+359
| | * | | | | riscv: Decouple emulated unaligned accesses from access speedCharlie Jenkins2024-03-133-13/+29
| | * | | | | riscv: Only check online cpus for emulated accessesCharlie Jenkins2024-03-131-1/+1
| | * | | | | riscv: lib: Introduce has_fast_unaligned_access()Charlie Jenkins2024-03-133-11/+13
| | | |_|/ / | | |/| | |