summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-08-13Merge tag 'riscv-for-linus-5.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-20/+62
2022-08-12RISC-V: Add Sstc extension supportPalmer Dabbelt2-0/+2
2022-08-12RISC-V: Enable sstc extension parsing from DTAtish Patra2-0/+2
2022-08-12riscv: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
2022-08-11RISC-V: Fixup get incorrect user mode PC for kernel mode regsXianting Tian1-1/+1
2022-08-11RISC-V: kexec: Fixup use of smp_processor_id() in preemptible contextXianting Tian1-1/+1
2022-08-11arch/riscv: add Zihintpause supportDao Lu2-0/+2
2022-08-11riscv: implement Zicbom-based CMO instructions + the t-head variantPalmer Dabbelt3-0/+27
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-6/+0
2022-08-07Merge tag 'riscv-for-linus-5.20-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-64/+62
2022-08-03Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+6
2022-08-01Merge tag 'locking-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-12/+0
2022-07-30profile: setup_profiling_timer() is moslty not implementedBen Dooks1-6/+0
2022-07-29riscv: Add support for non-coherent devices using zicbom extensionHeiko Stuebner3-0/+27
2022-07-22RISC-V: Add fast call path of crash_kexec()Xianting Tian1-0/+4
2022-07-22riscv: mmap with PROT_WRITE but no PROT_READ is invalidCeleste Liu1-3/+2
2022-07-20RISC-V: Support for 64bit hartid on RV64 platformsPalmer Dabbelt6-23/+30
2022-07-20riscv: cpu: Add 64bit hartid support on RV64Sunil V L3-17/+24
2022-07-20riscv: smp: Add 64bit hartid support on RV64Sunil V L1-2/+2
2022-07-20riscv: spinwait: Fix hartid variable typeSunil V L1-2/+2
2022-07-20riscv: cpu_ops_sbi: Add 64bit hartid support on RV64Sunil V L1-2/+2
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-30context_tracking: Split user tracking KconfigFrederic Weisbecker1-3/+3
2022-06-30context_tracking: Rename context_tracking_user_enter/exit() to user_enter/exi...Frederic Weisbecker1-3/+3
2022-06-24jump_label: make initial NOP patching the special caseArd Biesheuvel1-12/+0
2022-06-17RISC-V: Some Svpbmt fixes and cleanupsPalmer Dabbelt2-35/+20
2022-06-17riscv: remove usage of function-pointers from cpufeatures and t-head errataHeiko Stuebner1-22/+10
2022-06-17riscv: make patch-function pointer more generic in cpu_manufacturer_info structHeiko Stuebner1-9/+9
2022-06-17riscv: drop cpufeature_apply_feature tracking variableHeiko Stuebner1-4/+1
2022-06-16riscv: switch has_fpu() to the unified static key mechanismJisheng Zhang1-7/+0
2022-06-16riscv: introduce unified static key mechanism for ISA extensionsJisheng Zhang1-0/+7
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