aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-05-30riscv: prevent pt_regs corruption for secondary idle threadsGravatar Sergey Matyukevich 2-3/+2
2024-05-24Merge tag 'riscv-for-linus-6.10-mw2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 8-148/+135
2024-05-23riscv: Fix early ftrace nop patchingGravatar Alexandre Ghiti 1-0/+3
2024-05-22Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 2-0/+29
2024-05-22Merge patch series "riscv: Extension parsing fixes"Gravatar Palmer Dabbelt 2-7/+43
2024-05-22riscv: typo in comment for get_f64_regGravatar Xingyou Chen 1-1/+1
2024-05-22Use bool value in set_cpu_online()Gravatar Zhao Ke 1-1/+1
2024-05-22riscv: stacktrace: fixed walk_stackframe()Gravatar Matthew Bystrin 1-6/+14
2024-05-22ftrace: riscv: move from REGS to ARGSGravatar Puranjay Mohan 3-133/+73
2024-05-22Merge tag 'riscv-for-linus-6.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 9-115/+86
2024-05-22riscv: cpufeature: Fix extension subset checkingGravatar Charlie Jenkins 1-1/+1
2024-05-22riscv: cpufeature: Fix thead vector hwcap removalGravatar Charlie Jenkins 2-6/+42
2024-05-19riscv: add support for kernel-mode FPUGravatar Samuel Holland 2-0/+29
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-0/+2
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 3-20/+2
2024-05-17Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Gravatar Linus Torvalds 1-0/+3
2024-05-16kprobe/ftrace: bail out if ftrace was killedGravatar Stephen Brennan 1-0/+3
2024-05-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-3/+3
2024-05-14Makefile: remove redundant tool coverage variablesGravatar Masahiro Yamada 3-18/+0
2024-05-14arch: make execmem setup available regardless of CONFIG_MODULESGravatar Mike Rapoport (IBM) 1-34/+0
2024-05-14riscv: extend execmem_params for generated code allocationsGravatar Mike Rapoport (IBM) 2-11/+13
2024-05-14mm/execmem, arch: convert simple overrides of module_alloc to execmemGravatar Mike Rapoport (IBM) 1-7/+17
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryGravatar Masahiro Yamada 2-2/+2
2024-04-30Merge patch series "riscv: ASID-related and UP-related TLB flush enhancements"Gravatar Palmer Dabbelt 3-14/+15
2024-04-30Merge patch series "riscv: fix patching with IPI"Gravatar Palmer Dabbelt 2-9/+52
2024-04-29riscv: Use IPIs for remote cache/TLB flushes by defaultGravatar Samuel Holland 2-11/+11
2024-04-29riscv: Flush the instruction cache during SMP bringupGravatar Samuel Holland 1-3/+4
2024-04-28riscv: hwprobe: export Zihintpause ISA extensionGravatar Clément Léger 1-0/+1
2024-04-28riscv: misaligned: remove CONFIG_RISCV_M_MODE specific codeGravatar Clément Léger 1-89/+17
2024-04-28riscv: Do not save the scratch CSR during suspendGravatar Samuel Holland 1-2/+1
2024-04-25fix missing vmalloc.h includesGravatar Kent Overstreet 2-0/+2
2024-04-22RISC-V: KVM: Rename the SBI_STA_SHMEM_DISABLE to a generic nameGravatar Atish Patra 1-3/+3
2024-04-16riscv: Fix text patching when IPI are usedGravatar Alexandre Ghiti 2-8/+52
2024-04-16riscv: Remove superfluous smp_mb()Gravatar Alexandre Ghiti 1-1/+0
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-03-27riscv: remove unused headerGravatar tanzirh@google.com 1-1/+0
2024-03-27riscv: compat_vdso: align VDSOAS build logGravatar Masahiro Yamada 1-1/+1
2024-03-26riscv: hwprobe: do not produce frtace relocationGravatar Vladimir Isaev 1-0/+1
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 12-270/+382
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: 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 1-0/+49
2024-03-20Merge patch series "riscv: Introduce compat-mode helpers & improve arch_get_m...Gravatar Palmer Dabbelt 1-3/+3
2024-03-19cpuidle: RISC-V: Move few functions to arch/riscvGravatar Sunil V L 1-0/+49
2024-03-19riscv: Introduce is_compat_thread() into compat.hGravatar Leonardo Bras 1-3/+3
2024-03-15Merge patch series "riscv: Use Kconfig to set unaligned access speed"Gravatar Palmer Dabbelt 5-264/+307