summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-06-16riscv: drop cpufeature_apply_feature tracking variableHeiko Stuebner1-4/+1
2022-06-04Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds1-4/+3
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+7
2022-06-03Merge 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-01RISC-V: Mark IORESOURCE_EXCLUSIVE for reserved mem instead of IORESOURCE_BUSYXianting Tian1-2/+2
2022-06-01riscv: Initialize thread pointer before calling C functionsAlexandre Ghiti1-0/+1
2022-05-31Merge 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-26ftrace: Remove return value of ftrace_arch_modify_*()Li kunyu1-4/+2
2022-05-26RISC-V: Various XIP fixesPalmer Dabbelt2-0/+2
2022-05-25riscv: compat: Using seperated vdso_maps for compat_vdso_infoGuo Ren1-2/+13
2022-05-25RISC-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-19riscv: 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-17riscv: compat: ptrace: Add compat_arch_ptrace implementGuo Ren1-5/+82
2022-05-17riscv: compat: signal: Add rt_frame implementationGuo Ren3-1/+250
2022-05-11riscv: add memory-type errata for T-HeadHeiko Stuebner3-1/+46
2022-05-11riscv: don't use global static vars to store alternative dataHeiko Stuebner1-27/+24
2022-05-11riscv: add RISC-V Svpbmt extension supportHeiko Stuebner3-1/+77
2022-05-11riscv: move boot alternatives to after fill_hwcapHeiko Stuebner2-2/+2
2022-05-11riscv: implement module alternativesHeiko Stuebner2-4/+43
2022-05-11riscv: allow different stages with alternativesHeiko Stuebner1-9/+17
2022-05-11riscv: integrate alternatives better into the main architectureHeiko Stuebner4-3/+77
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman1-4/+3
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman1-2/+5
2022-04-29vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)1-22/+4
2022-04-26riscv: compat: vdso: Add setup additional pages implementationGuo Ren1-35/+70
2022-04-26riscv: compat: vdso: Add COMPAT_VDSO base code implementationGuo Ren11-1/+114
2022-04-26riscv: compat: Add hw capability check for elfGuo Ren1-0/+28
2022-04-26riscv: compat: process: Add UXL_32 support in start_threadGuo Ren1-0/+9
2022-04-26riscv: compat: syscall: Add entry.S implementationGuo Ren1-2/+16
2022-04-26riscv: compat: syscall: Add compat_sys_call_table implementationGuo Ren3-2/+24
2022-04-22riscv: patch_text: Fixup last cpu should be masterGuo Ren1-1/+1
2022-04-01Merge tag 'riscv-for-linus-5.18-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds11-35/+231
2022-03-31riscv: cpu.c: don't use kernel-doc markers for commentsRandy Dunlap1-2/+2
2022-03-31RISC-V: module: fix apply_r_riscv_rcv_branch_rela typoWu Caize1-2/+2
2022-03-31RISC-V: Declare per cpu boot data as staticAtish Patra1-1/+1
2022-03-30RISC-V: Fix a comment typo in riscv_of_parent_hartid()Atish Patra1-1/+1
2022-03-30riscv: Fix fill_callchain return valueNikita Shubin1-1/+1