aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)Author
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2022-10-09Merge tag 'riscv-for-linus-6.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-10-09Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-10-06RISC-V: Print SSTC in canonical orderPalmer Dabbelt
2022-10-05riscv: compat: s/failed/unsupported if compat mode isn't supportedJisheng Zhang
2022-10-03RISC-V: Add mvendorid, marchid, and mimpid to /proc/cpuinfo outputAnup Patel
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada
2022-10-02RISC-V: Probe Svinval extension form ISA stringMayuresh Chitale
2022-09-26riscv: use vma iterator for vdsoLiam R. Howlett
2022-09-22riscv: Allow PROT_WRITE-only mmap()Andrew Bresticker
2022-09-17efi/libstub: use EFI provided memcpy/memset routinesArd Biesheuvel
2022-09-17riscv: fix a nasty sigreturn bug...Al Viro
2022-09-13RISC-V: Clean up the Zicbom block size probingPalmer Dabbelt
2022-08-25Merge branch 'riscv-variable_fixes_without_kvm' of git://git.kernel.org/pub/s...Palmer Dabbelt
2022-08-18riscv: traps: add missing prototypeConor Dooley
2022-08-18riscv: signal: fix missing prototype warningConor Dooley
2022-08-16riscv: Ensure isa-ext static keys are writableAndrew Jones
2022-08-15riscv: topology: fix default topology reportingConor Dooley
2022-08-12Merge tag 'riscv-for-linus-5.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-08-11RISC-V: Add Sstc extension supportPalmer Dabbelt
2022-08-11RISC-V: Enable sstc extension parsing from DTAtish Patra
2022-08-11riscv:uprobe fix SR_SPIE set/clear handlingYipeng Zou
2022-08-11riscv: ensure cpu_ops_sbi is declaredConor Dooley
2022-08-11RISC-V: cpu_ops_spinwait.c should include head.hBen Dooks
2022-08-11RISC-V: Declare cpu_ops_spinwait in <asm/cpu_ops.h>Ben Dooks
2022-08-11RISC-V: fixups to work with crash toolPalmer Dabbelt
2022-08-11riscv: traps_misaligned: do not duplicate stringifyKrzysztof Kozlowski
2022-08-11RISC-V: Fixup schedule out issue in machine_crash_shutdown()Xianting Tian
2022-08-11RISC-V: Fixup get incorrect user mode PC for kernel mode regsXianting Tian
2022-08-11RISC-V: kexec: Fixup use of smp_processor_id() in preemptible contextXianting Tian
2022-08-11arch/riscv: add Zihintpause supportDao Lu
2022-08-10riscv: implement Zicbom-based CMO instructions + the t-head variantPalmer Dabbelt
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-08-06Merge tag 'riscv-for-linus-5.20-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-08-02Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-01Merge tag 'locking-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-07-29profile: setup_profiling_timer() is moslty not implementedBen Dooks
2022-07-28riscv: Add support for non-coherent devices using zicbom extensionHeiko Stuebner
2022-07-21RISC-V: Add fast call path of crash_kexec()Xianting Tian
2022-07-21riscv: mmap with PROT_WRITE but no PROT_READ is invalidCeleste Liu
2022-07-19RISC-V: Support for 64bit hartid on RV64 platformsPalmer Dabbelt
2022-07-19riscv: cpu: Add 64bit hartid support on RV64Sunil V L
2022-07-19riscv: smp: Add 64bit hartid support on RV64Sunil V L
2022-07-19riscv: spinwait: Fix hartid variable typeSunil V L
2022-07-19riscv: cpu_ops_sbi: Add 64bit hartid support on RV64Sunil V L
2022-07-14RISC-V: kexec: Fix build error without CONFIG_KEXECLi Zhengyu
2022-07-14RISCV: kexec: Fix build error without CONFIG_MODULESLi Zhengyu
2022-06-29context_tracking: Split user tracking KconfigFrederic Weisbecker
2022-06-29context_tracking: Rename context_tracking_user_enter/exit() to user_enter/exi...Frederic Weisbecker
2022-06-24jump_label: make initial NOP patching the special caseArd Biesheuvel