summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)Author
2024-05-30riscv: cpufeature: call match_isa_ext() for single-letter extensionsAndy Chiu
2024-05-30riscv: smp: fail booting up smp if inconsistent vlen is detectedAndy Chiu
2024-05-30riscv: vector: add a comment when calling riscv_setup_vsize()Andy Chiu
2024-05-30riscv: prevent pt_regs corruption for secondary idle threadsSergey Matyukevich
2024-05-24Merge tag 'riscv-for-linus-6.10-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-05-23riscv: Fix early ftrace nop patchingAlexandre Ghiti
2024-05-22Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-05-22Merge patch series "riscv: Extension parsing fixes"Palmer Dabbelt
2024-05-22riscv: typo in comment for get_f64_regXingyou Chen
2024-05-22Use bool value in set_cpu_online()Zhao Ke
2024-05-22riscv: stacktrace: fixed walk_stackframe()Matthew Bystrin
2024-05-22ftrace: riscv: move from REGS to ARGSPuranjay Mohan
2024-05-22Merge tag 'riscv-for-linus-6.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-05-22riscv: cpufeature: Fix extension subset checkingCharlie Jenkins
2024-05-22riscv: cpufeature: Fix thead vector hwcap removalCharlie Jenkins
2024-05-19riscv: add support for kernel-mode FPUSamuel Holland
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-05-17Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2024-05-16kprobe/ftrace: bail out if ftrace was killedStephen Brennan
2024-05-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-05-14Makefile: remove redundant tool coverage variablesMasahiro Yamada
2024-05-14arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)
2024-05-14riscv: extend execmem_params for generated code allocationsMike Rapoport (IBM)
2024-05-14mm/execmem, arch: convert simple overrides of module_alloc to execmemMike Rapoport (IBM)
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada
2024-04-30Merge patch series "riscv: ASID-related and UP-related TLB flush enhancements"Palmer Dabbelt
2024-04-30Merge patch series "riscv: fix patching with IPI"Palmer Dabbelt
2024-04-29riscv: Use IPIs for remote cache/TLB flushes by defaultSamuel Holland
2024-04-29riscv: Flush the instruction cache during SMP bringupSamuel Holland
2024-04-28riscv: hwprobe: export Zihintpause ISA extensionClément Léger
2024-04-28riscv: misaligned: remove CONFIG_RISCV_M_MODE specific codeClément Léger
2024-04-28riscv: Do not save the scratch CSR during suspendSamuel Holland
2024-04-25fix missing vmalloc.h includesKent Overstreet
2024-04-22RISC-V: KVM: Rename the SBI_STA_SHMEM_DISABLE to a generic nameAtish Patra
2024-04-16riscv: Fix text patching when IPI are usedAlexandre Ghiti
2024-04-16riscv: Remove superfluous smp_mb()Alexandre Ghiti
2024-04-04riscv: process: Fix kernel gp leakageStefan O'Rear
2024-04-04riscv: Disable preemption when using patch_map()Alexandre Ghiti
2024-04-04riscv: Fix warning by declaring arch_cpu_idle() as noinstrAlexandre Ghiti
2024-04-04riscv: use KERN_INFO in do_trapAndreas Schwab
2024-04-03riscv: Fix vector state restore in rt_sigreturn()Björn Töpel
2024-03-27riscv: remove unused headertanzirh@google.com
2024-03-27riscv: compat_vdso: align VDSOAS build logMasahiro Yamada
2024-03-26riscv: hwprobe: do not produce frtace relocationVladimir Isaev
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2024-03-20riscv: Use kcalloc() instead of kzalloc()Erick Archer
2024-03-20Merge patch series "RISC-V: ACPI: Add LPI support"Palmer Dabbelt
2024-03-20Merge patch series "riscv: Introduce compat-mode helpers & improve arch_get_m...Palmer Dabbelt