summaryrefslogtreecommitdiffstats
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2023-01-27Merge tag 'riscv-for-linus-6.2-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-5/+6
2023-01-25riscv: Move call to init_cpu_topology() to later initialization stageLey Foon Tan1-1/+2
2023-01-24riscv/kprobe: Fix instruction simulation of JALRLiao Chang1-2/+2
2023-01-20Merge tag 'soc-fixes-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds1-1/+1
2023-01-19riscv: fix -Wundef warning for CONFIG_RISCV_BOOT_SPINWAITMasahiro Yamada1-1/+1
2023-01-19RISC-V: fix compile error from deduplicated __ALTERNATIVE_CFG_2Heiko Stuebner1-1/+1
2023-01-07riscv: dts: sifive: fu740: fix size of pcie 32bit memoryBen Dooks1-1/+1
2023-01-05riscv: uaccess: fix type of 0 variable on error in get_user()Ben Dooks1-1/+1
2023-01-05riscv, kprobes: Stricter c.jr/c.jalr decodingBjörn Töpel1-2/+2
2022-12-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-44/+97
2022-12-19Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-1/+1
2022-12-14Merge tag 'riscv-for-linus-6.2-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds46-217/+549
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+0
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+28
2022-12-13Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-9/+10
2022-12-13riscv: Fixup compile error with !MMUGuo Ren1-1/+1
2022-12-13kbuild: add test-{ge,gt,le,lt} macrosMasahiro Yamada1-1/+1
2022-12-12riscv: Fix P4D_SHIFT definition for 3-level page table modeAlexandre Ghiti1-1/+5
2022-12-12riscv: Apply a static assert to riscv_isa_ext_idAndrew Jones1-1/+2
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-9/+1
2022-12-12Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-22/+0
2022-12-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+28
2022-12-12Merge tag 'soc-dt-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds16-203/+471
2022-12-12Merge tag 'soc-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+5
2022-12-12Merge tag 'soc-defconfig-6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+3
2022-12-12Merge patch series "RISC-V: Align the shadow stack"Palmer Dabbelt3-3/+41
2022-12-12RISC-V: Add some comments about the shadow and overflow stacksPalmer Dabbelt1-7/+13
2022-12-12RISC-V: Align the shadow stackPalmer Dabbelt1-1/+1
2022-12-12Merge tag 'slab-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-3/+6
2022-12-09Merge patch series "riscv: alternative-macros.h cleanups"Palmer Dabbelt1-69/+30
2022-12-09Merge patch series "RISC-V: Ensure Zicbom has a valid block size"Palmer Dabbelt4-59/+71
2022-12-09RISC-V: Ensure Zicbom has a valid block sizeAndrew Jones1-0/+13
2022-12-09RISC-V: Introduce riscv_isa_extension_checkAndrew Jones1-3/+11
2022-12-09RISC-V: Improve use of isa2hwcap[]Andrew Jones1-9/+11
2022-12-09riscv: Don't duplicate _ALTERNATIVE_CFG* macrosAndrew Jones1-36/+17
2022-12-09riscv: alternatives: Drop the underscores from the assembly macro namesAndrew Jones1-10/+10
2022-12-09riscv: alternatives: Don't name unused macro parametersAndrew Jones1-13/+7
2022-12-09riscv: Don't duplicate __ALTERNATIVE_CFG in __ALTERNATIVE_CFG_2Andrew Jones1-16/+2
2022-12-09riscv: mm: call best_map_size many times during linear-mappingQinglin Pan1-4/+5
2022-12-08Merge patch series "riscv: Fix crash during early errata patching"Palmer Dabbelt3-18/+18
2022-12-08riscv: Move cast inside kernel_mapping_[pv]a_to_[vp]aSamuel Holland2-17/+17
2022-12-08riscv: Fix crash during early errata patchingSamuel Holland1-1/+1
2022-12-08riscv: boot: add zstd supportJisheng Zhang1-0/+3
2022-12-08Merge patch series "RISC-V interrupt controller select cleanup"Palmer Dabbelt2-5/+1
2022-12-08RISC-V: stop selecting SIFIVE_PLIC at the SoC levelConor Dooley2-5/+1
2022-12-08Merge patch series "Add PMEM support for RISC-V"Palmer Dabbelt5-0/+29
2022-12-08RISC-V: Enable PMEM driversAnup Patel1-0/+1
2022-12-08RISC-V: Implement arch specific PMEM APIsAnup Patel3-0/+23
2022-12-08RISC-V: Fix MEMREMAP_WB for systems with SvpbmtAnup Patel1-0/+5
2022-12-08Merge patch "RISC-V: Fix unannoted hardirqs-on in return to userspace slow-path"Palmer Dabbelt2-26/+26