summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* riscv: kprobe: Fixup misaligned load textGuo Ren2023-02-141-3/+5
* riscv: Fixup race condition on PG_dcache_clean in flush_icache_pteGuo Ren2023-02-141-1/+3
* riscv: stacktrace: Fix missing the first frameLiu Shixin2023-02-141-1/+2
* riscv: disable generation of unwind tablesAndreas Schwab2023-02-091-0/+3
* riscv: kprobe: Fixup kernel panic when probing an illegal positionGuo Ren2023-02-091-0/+18
* riscv: Move call to init_cpu_topology() to later initialization stageLey Foon Tan2023-02-011-1/+2
* riscv/kprobe: Fix instruction simulation of JALRLiao Chang2023-02-011-2/+2
* riscv: fix -Wundef warning for CONFIG_RISCV_BOOT_SPINWAITMasahiro Yamada2023-02-011-1/+1
* riscv: dts: sifive: fu740: fix size of pcie 32bit memoryBen Dooks2023-01-241-1/+1
* riscv, kprobes: Stricter c.jr/c.jalr decodingBjörn Töpel2023-01-121-2/+2
* riscv: uaccess: fix type of 0 variable on error in get_user()Ben Dooks2023-01-121-1/+1
* riscv: mm: notify remote harts about mmu cache updatesSergey Matyukevich2023-01-075-18/+42
* riscv: stacktrace: Fixup ftrace_graph_ret_addr retp argumentGuo Ren2023-01-071-1/+1
* RISC-V: kexec: Fix memory leak of elf header bufferLi Huafei2023-01-071-0/+4
* riscv: Fixup compile error with !MMUGuo Ren2023-01-071-1/+1
* RISC-V: kexec: Fix memory leak of fdt bufferLi Huafei2023-01-072-0/+15
* RISC-V: KVM: Fix reg_val check in kvm_riscv_vcpu_set_reg_config()Anup Patel2022-12-311-4/+7
* riscv: Fix P4D_SHIFT definition for 3-level page table modeAlexandre Ghiti2022-12-311-1/+5
* RISC-V: Align the shadow stackPalmer Dabbelt2022-12-311-1/+1
* riscv: Fix crash during early errata patchingSamuel Holland2022-12-311-1/+1
* RISC-V: Fix MEMREMAP_WB for systems with SvpbmtAnup Patel2022-12-311-0/+5
* RISC-V: Fix unannoted hardirqs-on in return to userspace slow-pathAndrew Bresticker2022-12-312-26/+26
* riscv/mm: add arch hook arch_clear_hugepage_flagsTong Tiangen2022-12-311-0/+6
* riscv, bpf: Emit fixed-length instructions for BPF_PSEUDO_FUNCPu Lehui2022-12-311-1/+28
* riscv: dts: microchip: remove pcie node from the sev kitConor Dooley2022-12-311-29/+0
* riscv: dts: microchip: fix the icicle's #pwm-cellsConor Dooley2022-12-311-1/+1
* riscv: dts: microchip: fix memory node unit address for icicleConor Dooley2022-12-311-1/+1
* Merge tag 'riscv-for-linus-6.1-rc8' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-12-0211-24/+187
|\
| * RISC-V: Fix a race condition during kernel stack overflowPalmer Dabbelt2022-12-013-0/+32
| |\
| | * riscv: fix race when vmap stack overflowJisheng Zhang2022-11-293-0/+32
| * | Merge patch series "riscv: kexec: Fxiup crash_save percpu and machine_kexec_m...Palmer Dabbelt2022-11-293-13/+133
| |\ \
| | * | riscv: kexec: Fixup crash_smp_send_stop without multi coresGuo Ren2022-11-293-18/+103
| | * | 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
| * | | riscv: Sync efi page table's kernel mappings before switchingAlexandre Ghiti2022-11-282-4/+13
| * | | riscv: Fix NR_CPUS range conditionsSamuel Holland2022-11-281-3/+3
* | | | Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-12-021-0/+1
|\ \ \ \
| * | | | mm: add dummy pmd_young() for architectures not having itJuergen Gross2022-11-301-0/+1
* | | | | Merge tag 'riscv-for-linus-6.1-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-11-116-2/+47
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | 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-102-1/+1
| * | | riscv: vdso: fix build with llvmJisheng Zhang2022-11-101-1/+1
| * | | riscv: process: fix kernel info leakageJisheng Zhang2022-11-101-0/+2
| * | | riscv: dts: sifive unleashed: Add PWM controlled LEDsEmil Renner Berthing2022-10-281-0/+38
* | | | Merge tag 'riscv-for-linus-6.1-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-10-286-14/+29
|\| | |
| * | | RISC-V: Fix /proc/cpuinfo cpumask warningAndrew Jones2022-10-271-0/+3
| * | | Merge patch series "Fix RISC-V toolchain extension support detection"Palmer Dabbelt2022-10-273-9/+16
| |\ \ \
| | * | | riscv: fix detection of toolchain Zihintpause supportConor Dooley2022-10-273-3/+9
| | * | | riscv: fix detection of toolchain Zicbom supportConor Dooley2022-10-272-6/+7