summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorFilesLines
2023-05-11RISC-V: Align SBI probe implementation with specAndrew Jones1-1/+1
2023-05-01riscv: Move early dtb mapping into the fixmap regionAlexandre Ghiti2-2/+14
2023-03-30riscv: mm: Fix incorrect ASID argument when flushing TLBDylan Jhong1-0/+2
2023-03-30riscv: Bump COMMAND_LINE_SIZE value to 1024Alexandre Ghiti1-0/+8
2023-03-22Revert "riscv: mm: notify remote harts about mmu cache updates"Sergey Matyukevich2-20/+0
2023-03-17RISC-V: Don't check text_mutex during stop_machineConor Dooley2-1/+3
2023-03-17riscv: Add header include guards to insn.hLiao Chang1-0/+5
2023-03-10riscv: ftrace: Reduce the detour code size to halfGuo Ren1-12/+38
2023-03-10riscv: jump_label: Fixup unaligned arch_static_branch functionAndy Chiu1-0/+2
2023-03-10riscv: mm: fix regression due to update_mmu_cache changeSergey Matyukevich1-1/+1
2023-03-10RISC-V: add a spin_shadow_stack declarationConor Dooley1-0/+1
2023-02-02riscv: mm: Implement pmdp_collapse_flush for THPMayuresh Chitale1-0/+4
2023-02-01Merge patch "riscv: Fix build with CONFIG_CC_OPTIMIZE_FOR_SIZE=y"Palmer Dabbelt2-19/+12
2023-02-01riscv: Fix build with CONFIG_CC_OPTIMIZE_FOR_SIZE=ySamuel Holland2-18/+10
2023-01-20RISC-V: fix compile error from deduplicated __ALTERNATIVE_CFG_2Heiko Stuebner1-1/+1
2023-01-05riscv: uaccess: fix type of 0 variable on error in get_user()Ben Dooks1-1/+1
2022-12-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-9/+16
2022-12-15Merge tag 'riscv-for-linus-6.2-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds17-89/+140
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+0
2022-12-14Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+10
2022-12-13riscv: Fix P4D_SHIFT definition for 3-level page table modeAlexandre Ghiti1-1/+5
2022-12-13riscv: Apply a static assert to riscv_isa_ext_idAndrew Jones1-1/+2
2022-12-13Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-9/+1
2022-12-12Merge patch series "RISC-V: Align the shadow stack"Palmer Dabbelt1-0/+1
2022-12-10Merge patch series "riscv: alternative-macros.h cleanups"Palmer Dabbelt1-69/+30
2022-12-10Merge patch series "RISC-V: Ensure Zicbom has a valid block size"Palmer Dabbelt1-8/+0
2022-12-10riscv: Don't duplicate _ALTERNATIVE_CFG* macrosAndrew Jones1-36/+17
2022-12-10riscv: alternatives: Drop the underscores from the assembly macro namesAndrew Jones1-10/+10
2022-12-10riscv: alternatives: Don't name unused macro parametersAndrew Jones1-13/+7
2022-12-10riscv: Don't duplicate __ALTERNATIVE_CFG in __ALTERNATIVE_CFG_2Andrew Jones1-16/+2
2022-12-09Merge patch series "riscv: Fix crash during early errata patching"Palmer Dabbelt1-9/+9
2022-12-09riscv: Move cast inside kernel_mapping_[pv]a_to_[vp]aSamuel Holland1-9/+9
2022-12-09Merge patch series "Add PMEM support for RISC-V"Palmer Dabbelt1-0/+5
2022-12-09RISC-V: Fix MEMREMAP_WB for systems with SvpbmtAnup Patel1-0/+5
2022-12-09riscv: mm: notify remote harts about mmu cache updatesSergey Matyukevich3-1/+21
2022-12-07Merge tag 'v6.1-rc8' into efi/nextArd Biesheuvel5-4/+18
2022-12-07RISC-V: KVM: Add ONE_REG interface for mvendorid, marchid, and mimpidAnup Patel1-0/+3
2022-12-07RISC-V: KVM: Save mvendorid, marchid, and mimpid when creating VCPUAnup Patel1-0/+5
2022-12-07RISC-V: KVM: Move sbi related struct and functions to kvm_vcpu_sbi.hAnup Patel2-8/+8
2022-12-07RISC-V: KVM: Remove redundant includes of asm/csr.hAnup Patel1-1/+0
2022-12-05RISC-V: kexec: Fix memory leak of fdt bufferLi Huafei1-0/+5
2022-12-03Merge tag 'riscv-for-linus-6.1-rc8' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-4/+17
2022-12-03riscv: add riscv rethook implementationBinglei Wang1-2/+0
2022-12-02riscv/mm: add arch hook arch_clear_hugepage_flagsTong Tiangen1-0/+6
2022-12-02riscv/mm: hugepage's PG_dcache_clean flag is only set in head pageTong Tiangen1-0/+7
2022-12-01RISC-V: Fix a race condition during kernel stack overflowPalmer Dabbelt1-0/+1
2022-12-01Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-0/+1
2022-12-01mm: add dummy pmd_young() for architectures not having itJuergen Gross1-0/+1
2022-11-30Merge patch series "riscv: kexec: Fxiup crash_save percpu and machine_kexec_m...Palmer Dabbelt1-0/+3
2022-11-30riscv: kexec: Fixup crash_smp_send_stop without multi coresGuo Ren1-0/+3