summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-10-24riscv: always honor the CONFIG_CMDLINE_FORCE when parsing dtbWenting Zhang1-2/+2
2022-10-24riscv: Allow PROT_WRITE-only mmap()Andrew Bresticker1-3/+0
2022-10-24riscv: vdso: fix NULL deference in vdso_join_timens() when vforkJisheng Zhang1-3/+10
2022-10-24riscv: topology: fix default topology reportingConor Dooley1-1/+2
2022-09-28riscv: fix a nasty sigreturn bug...Al Viro1-0/+2
2022-08-31riscv: traps: add missing prototypeConor Dooley1-1/+2
2022-08-31riscv: signal: fix missing prototype warningConor Dooley1-0/+1
2022-08-25RISC-V: Add fast call path of crash_kexec()Xianting Tian1-0/+4
2022-08-25riscv: mmap with PROT_WRITE but no PROT_READ is invalidCeleste Liu1-3/+2
2022-08-17riscv: spinwait: Fix hartid variable typeSunil V L1-2/+2
2022-08-17RISC-V: Fixup schedule out issue in machine_crash_shutdown()Xianting Tian1-4/+22
2022-08-17RISC-V: Fixup get incorrect user mode PC for kernel mode regsXianting Tian1-1/+1
2022-08-17RISC-V: kexec: Fixup use of smp_processor_id() in preemptible contextXianting Tian1-1/+1
2022-08-17RISC-V: Declare cpu_ops_spinwait in <asm/cpu_ops.h>Ben Dooks1-3/+1
2022-08-17RISC-V: cpu_ops_spinwait.c should include head.hBen Dooks1-0/+2
2022-08-17riscv:uprobe fix SR_SPIE set/clear handlingYipeng Zou1-6/+0
2022-07-15RISC-V: kexec: Fix build error without CONFIG_KEXECLi Zhengyu1-1/+1
2022-07-15RISCV: kexec: Fix build error without CONFIG_MODULESLi Zhengyu1-1/+1
2022-06-17riscv: drop cpufeature_apply_feature tracking variableHeiko Stuebner1-4/+1
2022-06-05Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds1-4/+3
2022-06-04Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+7
2022-06-04Merge tag 'riscv-for-linus-5.19-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+3
2022-06-03Merge tag 'efi-next-for-v5.19-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-06-03risc-v: replace bitmap_weight with bitmap_empty in riscv_fill_hwcap()Yury Norov1-4/+3
2022-06-02RISC-V: Mark IORESOURCE_EXCLUSIVE for reserved mem instead of IORESOURCE_BUSYXianting Tian1-2/+2
2022-06-02riscv: Initialize thread pointer before calling C functionsAlexandre Ghiti1-0/+1
2022-06-01Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds31-52/+1320
2022-05-30Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-8/+4
2022-05-29Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-4/+2
2022-05-28riscv: read-only pages should not be writableHeinrich Schuchardt1-1/+1
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-22/+4
2022-05-27ftrace: Remove return value of ftrace_arch_modify_*()Li kunyu1-4/+2
2022-05-27RISC-V: Various XIP fixesPalmer Dabbelt2-0/+2
2022-05-26riscv: compat: Using seperated vdso_maps for compat_vdso_infoGuo Ren1-2/+13
2022-05-26RISC-V: Split out the XIP fixups into their own filePalmer Dabbelt2-0/+2
2022-05-21riscv: Don't output a bogus mmu-type on a no MMU kernelNiklas Cassel1-0/+4
2022-05-20riscv: kexec: add kexec_file_load() supportPalmer Dabbelt4-1/+466
2022-05-19RISC-V: Load purgatory in kexec_fileLi Zhengyu1-0/+151
2022-05-19RISC-V: Support for kexec_file on panicLi Zhengyu1-1/+118
2022-05-19RISC-V: Add kexec_file supportLiao Chang3-0/+195
2022-05-19RISC-V: use memcpy for kexec_file modeLiao Chang1-1/+3
2022-05-19riscv: Use do_kernel_power_off()Dmitry Osipenko1-8/+4
2022-05-19RISC-V: Add support for rv32 userspace via COMPATPalmer Dabbelt19-46/+593
2022-05-18riscv: compat: ptrace: Add compat_arch_ptrace implementGuo Ren1-5/+82
2022-05-18riscv: compat: signal: Add rt_frame implementationGuo Ren3-1/+250
2022-05-12riscv: add memory-type errata for T-HeadHeiko Stuebner3-1/+46
2022-05-12riscv: don't use global static vars to store alternative dataHeiko Stuebner1-27/+24
2022-05-12riscv: add RISC-V Svpbmt extension supportHeiko Stuebner3-1/+77
2022-05-12riscv: move boot alternatives to after fill_hwcapHeiko Stuebner2-2/+2
2022-05-12riscv: implement module alternativesHeiko Stuebner2-4/+43