summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel
Commit message (Expand)AuthorAgeFilesLines
* riscv: Move call to init_cpu_topology() to later initialization stageLey Foon Tan2023-01-251-1/+2
* riscv/kprobe: Fix instruction simulation of JALRLiao Chang2023-01-241-2/+2
* riscv: fix -Wundef warning for CONFIG_RISCV_BOOT_SPINWAITMasahiro Yamada2023-01-191-1/+1
* riscv, kprobes: Stricter c.jr/c.jalr decodingBjörn Töpel2023-01-051-2/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-211-0/+3
|\
| * RISC-V: Export sbi_get_mvendorid() and friendsAnup Patel2022-12-071-0/+3
* | Merge tag 'riscv-for-linus-6.2-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-12-1415-87/+210
|\ \
| * \ Merge patch series "RISC-V: Align the shadow stack"Palmer Dabbelt2022-12-122-3/+40
| |\ \
| | * | RISC-V: Add some comments about the shadow and overflow stacksPalmer Dabbelt2022-12-121-7/+13
| | * | RISC-V: Align the shadow stackPalmer Dabbelt2022-12-121-1/+1
| * | | Merge patch series "RISC-V: Ensure Zicbom has a valid block size"Palmer Dabbelt2022-12-091-10/+33
| |\ \ \
| | * | | RISC-V: Ensure Zicbom has a valid block sizeAndrew Jones2022-12-091-0/+13
| | * | | RISC-V: Introduce riscv_isa_extension_checkAndrew Jones2022-12-091-3/+11
| | * | | RISC-V: Improve use of isa2hwcap[]Andrew Jones2022-12-091-9/+11
| * | | | Merge patch "RISC-V: Fix unannoted hardirqs-on in return to userspace slow-path"Palmer Dabbelt2022-12-082-26/+26
| |\ \ \ \
| | * | | | RISC-V: Fix unannoted hardirqs-on in return to userspace slow-pathAndrew Bresticker2022-12-082-26/+26
| | |/ / /
| * | | | riscv: stacktrace: Make walk_stackframe cross pt_regs frameGuo Ren2022-12-052-1/+11
| * | | | riscv: stacktrace: Fixup ftrace_graph_ret_addr retp argumentGuo Ren2022-12-051-1/+1
| * | | | RISC-V: kexec: Fix memory leak of elf header bufferLi Huafei2022-12-051-0/+4
| * | | | RISC-V: kexec: Fix memory leak of fdt bufferLi Huafei2022-12-051-0/+10
| * | | | Merge patch series "Support VMCOREINFO export for RISCV64"Palmer Dabbelt2022-12-022-0/+22
| |\ \ \ \
| | * | | | RISC-V: Add arch_crash_save_vmcoreinfo supportXianting Tian2022-12-022-0/+22
| | |/ / /
| * | | | riscv: add riscv rethook implementationBinglei Wang2022-12-025-17/+39
| * | | | Merge patch series "RISC-V: Dynamic ftrace support for RV32I"Palmer Dabbelt2022-12-021-21/+23
| |\ \ \ \
| | * | | | RISC-V: preserve a1 in mcountJamie Iles2022-12-021-2/+4
| | * | | | RISC-V: reduce mcount save space on RV32Jamie Iles2022-12-021-16/+16
| | * | | | RISC-V: use REG_S/REG_L for mcountJamie Iles2022-12-021-15/+15
| | |/ / /
| * / / / RISC-V: Cache SBI vendor valuesHeiko Stuebner2022-10-271-3/+27
| |/ / /
* | | | Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-131-6/+0
|\ \ \ \
| * \ \ \ Merge tag 'v6.1-rc8' into efi/nextArd Biesheuvel2022-12-076-17/+167
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge tag 'efi-zboot-direct-for-v6.2' into efi/nextArd Biesheuvel2022-11-181-6/+0
| |\ \ \ \
| | * | | | efi: libstub: Provide local implementations of strrchr() and memchr()Ard Biesheuvel2022-11-091-2/+0
| | * | | | efi: libstub: Enable efi_printk() in zboot decompressorArd Biesheuvel2022-11-091-2/+0
| | * | | | efi: libstub: Clone memcmp() into the stubArd Biesheuvel2022-11-091-1/+0
| | * | | | efi: libstub: Use local strncmp() implementation unconditionallyArd Biesheuvel2022-11-091-1/+0
* | | | | | Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-12-121-22/+0
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copyJann Horn2022-12-011-22/+0
| | |_|/ / | |/| | |
* | | | | RISC-V: Fix a race condition during kernel stack overflowPalmer Dabbelt2022-12-012-0/+31
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | riscv: fix race when vmap stack overflowJisheng Zhang2022-11-292-0/+31
* | | | | Merge patch series "riscv: kexec: Fxiup crash_save percpu and machine_kexec_m...Palmer Dabbelt2022-11-292-13/+130
|\ \ \ \ \
| * | | | | riscv: kexec: Fixup crash_smp_send_stop without multi coresGuo Ren2022-11-292-18/+100
| * | | | | riscv: kexec: Fixup irq controller broken in kexec crash pathGuo Ren2022-11-291-0/+35
| | |/ / / | |/| | |
* | | | | riscv: mm: Proper page permissions after initmem freeBjörn Töpel2022-11-291-4/+5
* | | | | riscv: vdso: fix section overlapping under some conditionsJisheng Zhang2022-11-291-0/+1
| |_|/ / |/| | |
* | | | RISC-V: vdso: Do not add missing symbols to version section in linker scriptNathan Chancellor2022-11-102-0/+5
* | | | riscv: fix reserved memory setupConor Dooley2022-11-101-0/+1
* | | | riscv: vdso: fix build with llvmJisheng Zhang2022-11-101-1/+1
* | | | riscv: process: fix kernel info leakageJisheng Zhang2022-11-101-0/+2
| |_|/ |/| |
* | | RISC-V: Fix /proc/cpuinfo cpumask warningAndrew Jones2022-10-271-0/+3
|/ /
* | Merge tag 'riscv-for-linus-6.1-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-10-146-34/+85
|\ \