summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2023-02-14riscv: Fixup race condition on PG_dcache_clean in flush_icache_pteGuo Ren1-1/+3
2023-02-14riscv: stacktrace: Fix missing the first frameLiu Shixin1-1/+2
2023-02-09riscv: disable generation of unwind tablesAndreas Schwab1-0/+3
2023-02-09riscv: kprobe: Fixup kernel panic when probing an illegal positionGuo Ren1-0/+18
2023-02-01riscv: Move call to init_cpu_topology() to later initialization stageLey Foon Tan1-1/+2
2023-02-01riscv/kprobe: Fix instruction simulation of JALRLiao Chang1-2/+2
2023-02-01riscv: fix -Wundef warning for CONFIG_RISCV_BOOT_SPINWAITMasahiro Yamada1-1/+1
2023-01-24riscv: dts: sifive: fu740: fix size of pcie 32bit memoryBen Dooks1-1/+1
2023-01-12riscv, kprobes: Stricter c.jr/c.jalr decodingBjörn Töpel1-2/+2
2023-01-12riscv: uaccess: fix type of 0 variable on error in get_user()Ben Dooks1-1/+1
2023-01-07riscv: mm: notify remote harts about mmu cache updatesSergey Matyukevich5-18/+42
2023-01-07riscv: stacktrace: Fixup ftrace_graph_ret_addr retp argumentGuo Ren1-1/+1
2023-01-07RISC-V: kexec: Fix memory leak of elf header bufferLi Huafei1-0/+4
2023-01-07riscv: Fixup compile error with !MMUGuo Ren1-1/+1
2023-01-07RISC-V: kexec: Fix memory leak of fdt bufferLi Huafei2-0/+15
2022-12-31RISC-V: KVM: Fix reg_val check in kvm_riscv_vcpu_set_reg_config()Anup Patel1-4/+7
2022-12-31riscv: Fix P4D_SHIFT definition for 3-level page table modeAlexandre Ghiti1-1/+5
2022-12-31RISC-V: Align the shadow stackPalmer Dabbelt1-1/+1
2022-12-31riscv: Fix crash during early errata patchingSamuel Holland1-1/+1
2022-12-31RISC-V: Fix MEMREMAP_WB for systems with SvpbmtAnup Patel1-0/+5
2022-12-31RISC-V: Fix unannoted hardirqs-on in return to userspace slow-pathAndrew Bresticker2-26/+26
2022-12-31riscv/mm: add arch hook arch_clear_hugepage_flagsTong Tiangen1-0/+6
2022-12-31riscv, bpf: Emit fixed-length instructions for BPF_PSEUDO_FUNCPu Lehui1-1/+28
2022-12-31riscv: dts: microchip: remove pcie node from the sev kitConor Dooley1-29/+0
2022-12-31riscv: dts: microchip: fix the icicle's #pwm-cellsConor Dooley1-1/+1
2022-12-31riscv: dts: microchip: fix memory node unit address for icicleConor Dooley1-1/+1
2022-12-03Merge tag 'riscv-for-linus-6.1-rc8' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-24/+187
2022-12-03Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+1
2022-12-01RISC-V: Fix a race condition during kernel stack overflowPalmer Dabbelt3-0/+32
2022-12-01mm: add dummy pmd_young() for architectures not having itJuergen Gross1-0/+1
2022-11-30Merge patch series "riscv: kexec: Fxiup crash_save percpu and machine_kexec_m...Palmer Dabbelt3-13/+133
2022-11-30riscv: kexec: Fixup crash_smp_send_stop without multi coresGuo Ren3-18/+103
2022-11-30riscv: kexec: Fixup irq controller broken in kexec crash pathGuo Ren1-0/+35
2022-11-30riscv: mm: Proper page permissions after initmem freeBjörn Töpel1-4/+5
2022-11-30riscv: vdso: fix section overlapping under some conditionsJisheng Zhang1-0/+1
2022-11-30riscv: fix race when vmap stack overflowJisheng Zhang3-0/+32
2022-11-29riscv: Sync efi page table's kernel mappings before switchingAlexandre Ghiti2-4/+13
2022-11-29riscv: Fix NR_CPUS range conditionsSamuel Holland1-3/+3
2022-11-11Merge tag 'riscv-for-linus-6.1-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-2/+47
2022-11-11RISC-V: vdso: Do not add missing symbols to version section in linker scriptNathan Chancellor2-0/+5
2022-11-11riscv: fix reserved memory setupConor Dooley2-1/+1
2022-11-11riscv: vdso: fix build with llvmJisheng Zhang1-1/+1
2022-11-11riscv: process: fix kernel info leakageJisheng Zhang1-0/+2
2022-10-29Merge tag 'riscv-for-linus-6.1-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-14/+29
2022-10-29riscv: dts: sifive unleashed: Add PWM controlled LEDsEmil Renner Berthing1-0/+38
2022-10-28RISC-V: Fix /proc/cpuinfo cpumask warningAndrew Jones1-0/+3
2022-10-28Merge patch series "Fix RISC-V toolchain extension support detection"Palmer Dabbelt3-9/+16
2022-10-28riscv: fix detection of toolchain Zihintpause supportConor Dooley3-3/+9
2022-10-28riscv: fix detection of toolchain Zicbom supportConor Dooley2-6/+7
2022-10-28riscv: mm: add missing memcpy in kasan_initQinglin Pan1-1/+6