summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
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-08riscv: dts: microchip: Add mpfs' topology informationConor Dooley1-0/+24
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-07-01riscv: Kconfig: Style cleanupsPalmer Dabbelt3-13/+12
2022-07-01riscv: Kconfig.socs: Add commentsJuerg Haefliger1-2/+2
2022-07-01riscv: Kconfig.erratas: Add commentsJuerg Haefliger1-1/+1
2022-07-01riscv: Kconfig: Fix indentation and add commentsJuerg Haefliger1-10/+9
2022-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+7
2022-06-30context_tracking: Split user tracking KconfigFrederic Weisbecker2-4/+4
2022-06-30context_tracking: Rename context_tracking_user_enter/exit() to user_enter/exi...Frederic Weisbecker1-3/+3
2022-06-28efi: Simplify arch_efi_call_virt() macroSudeep Holla1-2/+0
2022-06-28arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann1-1/+0
2022-06-27Merge branch 'master' into mm-stableakpm6-14/+26
2022-06-27Merge tag 'linux-can-next-for-5.20-20220625' of git://git.kernel.org/pub/scm/...David S. Miller1-0/+18
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-24KVM: Allow for different capacities in kvm_mmu_memory_cache structsDavid Matlack1-4/+1
2022-06-24jump_label: make initial NOP patching the special caseArd Biesheuvel1-12/+0
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-6/+18
2022-06-22RISC-V: PCI: Avoid handing out address 0 to devicesMaciej W. Rozycki1-2/+2
2022-06-18Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-1/+8
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-17mm: avoid unnecessary page fault retires on shared memory typesPeter Xu1-0/+4
2022-06-17RISC-V: Some Svpbmt fixes and cleanupsPalmer Dabbelt5-63/+40
2022-06-17RISC-V: Some Svpbmt fixesPalmer Dabbelt3-6/+9
2022-06-17riscv: remove usage of function-pointers from cpufeatures and t-head errataHeiko Stuebner2-48/+22
2022-06-17riscv: make patch-function pointer more generic in cpu_manufacturer_info structHeiko Stuebner1-9/+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-16riscv: switch has_fpu() to the unified static key mechanismJisheng Zhang2-9/+2
2022-06-16riscv: introduce unified static key mechanism for ISA extensionsJisheng Zhang2-0/+32
2022-06-16riscv: dts: microchip: remove spi-max-frequency propertyNagasuresh Relli1-1/+0
2022-06-13riscv: dts: microchip: add mpfs's CAN controllersConor Dooley1-0/+18
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-06riscv: dts: microchip: remove spi-max-frequency propertyConor Dooley1-2/+0
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-03bpf, riscv: Support riscv jit to provide bpf_line_infoPu Lehui2-1/+8
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