summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2022-08-25RISC-V: Add fast call path of crash_kexec()Xianting Tian1-0/+4
2022-08-25riscv: mmap with PROT_WRITE but no PROT_READ is invalidCeleste Liu1-3/+2
2022-08-25riscv: dts: canaan: Add k210 topology informationConor Dooley1-0/+12
2022-08-25riscv: dts: sifive: Add fu740 topology informationConor Dooley1-0/+24
2022-08-17riscv: spinwait: Fix hartid variable typeSunil V L1-2/+2
2022-08-17RISC-V: Add modules to virtual kernel memory layout dumpXianting Tian1-0/+4
2022-08-17RISC-V: Fixup schedule out issue in machine_crash_shutdown()Xianting Tian1-4/+22
2022-08-17RISC-V: Fixup get incorrect user mode PC for kernel mode regsXianting Tian1-1/+1
2022-08-17RISC-V: kexec: Fixup use of smp_processor_id() in preemptible contextXianting Tian1-1/+1
2022-08-17RISC-V: Declare cpu_ops_spinwait in <asm/cpu_ops.h>Ben Dooks2-3/+2
2022-08-17RISC-V: cpu_ops_spinwait.c should include head.hBen Dooks1-0/+2
2022-08-17riscv: dts: starfive: correct number of external interruptsMark Kettenis1-1/+1
2022-08-17riscv: lib: uaccess: fix CSR_STATUS SR_SUM bitChen Lifu1-2/+2
2022-08-17riscv:uprobe fix SR_SPIE set/clear handlingYipeng Zou1-6/+0
2022-07-29Merge tag 'riscv-for-linus-5.19-rc9' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-07-22Merge tag 'riscv-for-linus-5.19-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds8-9/+10
2022-07-22riscv: compat: vdso: Fix vdso_install targetEmil Renner Berthing1-1/+1
2022-07-21riscv: add as-options for modules with assembly compontentsBen Dooks1-0/+1
2022-07-15Merge tag 'riscv-for-linus-5.19-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-1/+6
2022-07-15riscv: dts: align gpio-key node names with dtschemaKrzysztof Kozlowski5-7/+7
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-07-14Merge tag 'kvm-riscv-fixes-5.19-2' of https://github.com/kvm-riscv/linux into...Paolo Bonzini4-10/+12
2022-07-13Merge tag 'dt-fixes-for-palmer-5.19-rc6' of git://git.kernel.org/pub/scm/linu...Palmer Dabbelt1-0/+4
2022-07-11RISC-V: KVM: Fix SRCU deadlock caused by kvm_riscv_check_vcpu_requests()Anup Patel1-0/+2
2022-07-11riscv: Fix missing PAGE_PFN_MASKAlexandre Ghiti3-10/+10
2022-07-08riscv: don't warn for sifive erratas in modulesHeiko Stuebner1-1/+2
2022-07-05riscv: dts: microchip: hook up the mpfs' l2cacheConor Dooley1-0/+4
2022-07-04riscv/mm: fix build error while PAGE_TABLE_CHECK enabled without MMUYueHaibing1-1/+1
2022-06-24Merge tag 'riscv-for-linus-5.19-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+7
2022-06-17Merge tag 'riscv-for-linus-5.19-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-6/+18
2022-06-17riscv: Fix ALT_THEAD_PMA's asm parametersNathan Chancellor1-7/+7
2022-06-17RISC-V: Some Svpbmt fixesPalmer Dabbelt3-6/+9
2022-06-17riscv: Improve description for RISCV_ISA_SVPBMT Kconfig symbolHeiko Stuebner1-2/+7
2022-06-17riscv: drop cpufeature_apply_feature tracking variableHeiko Stuebner1-4/+1
2022-06-17riscv: fix dependency for t-head errataHeiko Stuebner1-0/+1
2022-06-12riscv: dts: microchip: re-add pdma to mpfs device treeConor Dooley1-0/+9
2022-06-09RISC-V: KVM: fix typos in commentsJulia Lawall1-1/+1
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 Torvalds16-87/+247
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-03riscv: Move alternative length validation into subsectionNathan Chancellor1-2/+2
2022-06-03riscv: mm: init: make pt_ops_set_[early|late|fixmap] staticJisheng Zhang1-3/+3
2022-06-02riscv: move errata/ and kvm/ builds to arch/riscv/KbuildMasahiro Yamada2-3/+2
2022-06-02RISC-V: Mark IORESOURCE_EXCLUSIVE for reserved mem instead of IORESOURCE_BUSYXianting Tian1-2/+2
2022-06-02riscv: Wire up memfd_secret in UAPI headerTobias Klauser2-1/+1
2022-06-02riscv: Fix irq_work when SMP is disabledSamuel Holland1-1/+1
2022-06-02riscv: Improve virtual kernel memory layout dumpAlexandre Ghiti1-15/+51