aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2023-03-22riscv: asid: Fixup stale TLB entry cause application crashGuo Ren
2023-03-22Revert "riscv: mm: notify remote harts about mmu cache updates"Sergey Matyukevich
2023-03-17RISC-V: Don't check text_mutex during stop_machineConor Dooley
2023-03-17riscv: Use READ_ONCE_NOCHECK in imprecise unwinding stack modeAlexandre Ghiti
2023-03-17riscv: Add header include guards to insn.hLiao Chang
2023-03-17RISC-V: Stop emitting attributesPalmer Dabbelt
2023-03-10riscv: ftrace: Reduce the detour code size to halfGuo Ren
2023-03-10riscv: ftrace: Remove wasted nops for !RISCV_ISA_CGuo Ren
2023-03-10riscv, mm: Perform BPF exhandler fixup on page faultBjörn Töpel
2023-03-10riscv: jump_label: Fixup unaligned arch_static_branch functionAndy Chiu
2023-03-10riscv: mm: fix regression due to update_mmu_cache changeSergey Matyukevich
2023-03-10riscv: Avoid enabling interrupts in die()Mattias Nissler
2023-03-10RISC-V: add a spin_shadow_stack declarationConor Dooley
2023-03-10RISC-V: time: initialize hrtimer based broadcast clock event deviceConor Dooley
2023-02-14riscv: kprobe: Fixup misaligned load textGuo Ren
2023-02-14riscv: Fixup race condition on PG_dcache_clean in flush_icache_pteGuo Ren
2023-02-14riscv: stacktrace: Fix missing the first frameLiu Shixin
2023-02-09riscv: disable generation of unwind tablesAndreas Schwab
2023-02-09riscv: kprobe: Fixup kernel panic when probing an illegal positionGuo Ren
2023-02-01riscv: Move call to init_cpu_topology() to later initialization stageLey Foon Tan
2023-02-01riscv/kprobe: Fix instruction simulation of JALRLiao Chang
2023-02-01riscv: fix -Wundef warning for CONFIG_RISCV_BOOT_SPINWAITMasahiro Yamada
2023-01-24riscv: dts: sifive: fu740: fix size of pcie 32bit memoryBen Dooks
2023-01-12riscv, kprobes: Stricter c.jr/c.jalr decodingBjörn Töpel
2023-01-12riscv: uaccess: fix type of 0 variable on error in get_user()Ben Dooks
2023-01-07riscv: mm: notify remote harts about mmu cache updatesSergey Matyukevich
2023-01-07riscv: stacktrace: Fixup ftrace_graph_ret_addr retp argumentGuo Ren
2023-01-07RISC-V: kexec: Fix memory leak of elf header bufferLi Huafei
2023-01-07riscv: Fixup compile error with !MMUGuo Ren
2023-01-07RISC-V: kexec: Fix memory leak of fdt bufferLi Huafei
2022-12-31RISC-V: KVM: Fix reg_val check in kvm_riscv_vcpu_set_reg_config()Anup Patel
2022-12-31riscv: Fix P4D_SHIFT definition for 3-level page table modeAlexandre Ghiti
2022-12-31RISC-V: Align the shadow stackPalmer Dabbelt
2022-12-31riscv: Fix crash during early errata patchingSamuel Holland
2022-12-31RISC-V: Fix MEMREMAP_WB for systems with SvpbmtAnup Patel
2022-12-31RISC-V: Fix unannoted hardirqs-on in return to userspace slow-pathAndrew Bresticker
2022-12-31riscv/mm: add arch hook arch_clear_hugepage_flagsTong Tiangen
2022-12-31riscv, bpf: Emit fixed-length instructions for BPF_PSEUDO_FUNCPu Lehui
2022-12-31riscv: dts: microchip: remove pcie node from the sev kitConor Dooley
2022-12-31riscv: dts: microchip: fix the icicle's #pwm-cellsConor Dooley
2022-12-31riscv: dts: microchip: fix memory node unit address for icicleConor Dooley
2022-12-02Merge tag 'riscv-for-linus-6.1-rc8' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-12-02Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-12-01RISC-V: Fix a race condition during kernel stack overflowPalmer Dabbelt
2022-11-30mm: add dummy pmd_young() for architectures not having itJuergen Gross
2022-11-29Merge patch series "riscv: kexec: Fxiup crash_save percpu and machine_kexec_m...Palmer Dabbelt
2022-11-29riscv: kexec: Fixup crash_smp_send_stop without multi coresGuo Ren
2022-11-29riscv: kexec: Fixup irq controller broken in kexec crash pathGuo Ren
2022-11-29riscv: mm: Proper page permissions after initmem freeBjörn Töpel
2022-11-29riscv: vdso: fix section overlapping under some conditionsJisheng Zhang