summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-11-29Merge patch series "riscv: kexec: Fxiup crash_save percpu and machine_kexec_m...Palmer Dabbelt2-13/+130
2022-11-29riscv: kexec: Fixup crash_smp_send_stop without multi coresGuo Ren2-18/+100
2022-11-29riscv: kexec: Fixup irq controller broken in kexec crash pathGuo Ren1-0/+35
2022-11-29riscv: mm: Proper page permissions after initmem freeBjörn Töpel1-4/+5
2022-11-29riscv: vdso: fix section overlapping under some conditionsJisheng Zhang1-0/+1
2022-11-10RISC-V: vdso: Do not add missing symbols to version section in linker scriptNathan Chancellor2-0/+5
2022-11-10riscv: fix reserved memory setupConor Dooley1-0/+1
2022-11-10riscv: vdso: fix build with llvmJisheng Zhang1-1/+1
2022-11-10riscv: process: fix kernel info leakageJisheng Zhang1-0/+2
2022-10-27RISC-V: Fix /proc/cpuinfo cpumask warningAndrew Jones1-0/+3
2022-10-14Merge tag 'riscv-for-linus-6.1-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-34/+85
2022-10-13RISC-V: Add mvendorid, marchid, and mimpid to /proc/cpuinfo outputPalmer Dabbelt1-0/+51
2022-10-13RISC-V: Make mmap() with PROT_WRITE imply PROT_READPalmer Dabbelt1-3/+0
2022-10-13riscv: vdso: fix NULL deference in vdso_join_timens() when vforkJisheng Zhang1-3/+10
2022-10-13Merge patch series "Some style cleanups for recent extension additions"Palmer Dabbelt1-23/+16
2022-10-13riscv: use BIT() marco for cpufeature probingHeiko Stuebner1-2/+2
2022-10-13riscv: drop some idefs from CMO initializationHeiko Stuebner1-13/+9
2022-10-13riscv: cleanup svpbmt cpufeature probingHeiko Stuebner1-8/+5
2022-10-12RISC-V: Avoid dereferening NULL regs in die()Palmer Dabbelt1-3/+6
2022-10-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+2
2022-10-11riscv: always honor the CONFIG_CMDLINE_FORCE when parsing dtbWenting Zhang1-2/+2
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-1/+1
2022-10-09Merge tag 'riscv-for-linus-6.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-3/+4
2022-10-09Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-9/+0
2022-10-06RISC-V: Print SSTC in canonical orderPalmer Dabbelt1-1/+1
2022-10-05riscv: compat: s/failed/unsupported if compat mode isn't supportedJisheng Zhang1-1/+1
2022-10-03RISC-V: Add mvendorid, marchid, and mimpid to /proc/cpuinfo outputAnup Patel1-0/+51
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada1-1/+1
2022-10-02RISC-V: Probe Svinval extension form ISA stringMayuresh Chitale2-0/+2
2022-09-26riscv: use vma iterator for vdsoLiam R. Howlett1-1/+2
2022-09-22riscv: Allow PROT_WRITE-only mmap()Andrew Bresticker1-3/+0
2022-09-17efi/libstub: use EFI provided memcpy/memset routinesArd Biesheuvel1-9/+0
2022-09-17riscv: fix a nasty sigreturn bug...Al Viro1-0/+2
2022-09-13RISC-V: Clean up the Zicbom block size probingPalmer Dabbelt1-1/+1
2022-08-25Merge branch 'riscv-variable_fixes_without_kvm' of git://git.kernel.org/pub/s...Palmer Dabbelt2-1/+3
2022-08-18riscv: traps: add missing prototypeConor Dooley1-1/+2
2022-08-18riscv: signal: fix missing prototype warningConor Dooley1-0/+1
2022-08-16riscv: Ensure isa-ext static keys are writableAndrew Jones1-1/+1
2022-08-15riscv: topology: fix default topology reportingConor Dooley1-1/+2
2022-08-12Merge tag 'riscv-for-linus-5.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-20/+62
2022-08-11RISC-V: Add Sstc extension supportPalmer Dabbelt2-0/+2
2022-08-11RISC-V: Enable sstc extension parsing from DTAtish Patra2-0/+2
2022-08-11riscv:uprobe fix SR_SPIE set/clear handlingYipeng Zou1-6/+0
2022-08-11riscv: ensure cpu_ops_sbi is declaredConor Dooley1-0/+1
2022-08-11RISC-V: cpu_ops_spinwait.c should include head.hBen Dooks1-0/+2
2022-08-11RISC-V: Declare cpu_ops_spinwait in <asm/cpu_ops.h>Ben Dooks1-3/+1
2022-08-11RISC-V: fixups to work with crash toolPalmer Dabbelt2-6/+24
2022-08-11riscv: traps_misaligned: do not duplicate stringifyKrzysztof Kozlowski1-5/+3
2022-08-11RISC-V: Fixup schedule out issue in machine_crash_shutdown()Xianting Tian1-4/+22