summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)Author
2024-07-16Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-07-10riscv: convert to generic syscall tableArnd Bergmann
2024-07-03riscv: kexec: Avoid deadlock in kexec crash pathSong Shuai
2024-07-03riscv: stacktrace: fix usage of ftrace_graph_ret_addr()Puranjay Mohan
2024-06-28Merge tag 'riscv-for-linus-6.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-06-26Merge patch "riscv: stacktrace: convert arch_stack_walk() to noinstr"Palmer Dabbelt
2024-06-26riscv: stacktrace: convert arch_stack_walk() to noinstrAndy Chiu
2024-06-26riscv: patch: Flush the icache right after patching to avoid illegal insnsAlexandre Ghiti
2024-06-25syscalls: mmap(): use unsigned offset type consistentlyArnd Bergmann
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