summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2023-11-06riscv: use ".L" local labels in assembly when applicableClément Léger4-44/+44
2023-11-06riscv: boot: Fix creation of loader.binGeert Uytterhoeven1-0/+1
2023-11-06Merge patch series "riscv: tlb flush improvements"Palmer Dabbelt5-95/+144
2023-11-06riscv: Improve flush_tlb_kernel_range()Alexandre Ghiti2-15/+30
2023-11-06riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlbAlexandre Ghiti4-81/+72
2023-11-06riscv: Improve flush_tlb_range() for hugetlb pagesAlexandre Ghiti1-1/+28
2023-11-06riscv: Improve tlb_flush()Alexandre Ghiti3-1/+17
2023-11-06riscv: mm: update T-Head memory type definitionsJisheng Zhang1-5/+9
2023-11-06Merge patch series "riscv: vdso.lds.S: some improvement"Palmer Dabbelt1-17/+13
2023-11-06riscv: vdso.lds.S: remove hardcoded 0x800 .text start addrJisheng Zhang1-9/+8
2023-11-06riscv: vdso.lds.S: merge .data section into .rodata sectionJisheng Zhang1-8/+7
2023-11-06riscv: vdso.lds.S: drop __alt_start and __alt_end symbolsJisheng Zhang1-2/+0
2023-11-06riscv: add userland instruction dump to RISC-V splatsYunhui Cui1-3/+18
2023-11-06riscv: kprobes: allow writing to x0Nam Cao1-1/+1
2023-11-06riscv: provide riscv-specific is_trap_insn()Nam Cao1-0/+6
2023-11-05Merge patch series "Improve PTDUMP and introduce new fields"Palmer Dabbelt2-21/+36
2023-11-05riscv: Introduce NAPOT field to PTDUMPYu Chien Peter Lin1-0/+4
2023-11-05riscv: Introduce PBMT field to PTDUMPYu Chien Peter Lin1-0/+16
2023-11-05riscv: Improve PTDUMP to show RSW with non-zero valueYu Chien Peter Lin2-22/+17
2023-11-05RISC-V: capitalise CMO op macrosConor Dooley5-29/+29
2023-11-05riscv: don't probe unaligned access speed if already doneJisheng Zhang1-0/+4
2023-11-05riscv: defconfig : add CONFIG_MMC_DW for starfiveJinyu Tang1-0/+2
2023-11-05riscv: signal: handle syscall restart before get_signalHaorong Lu1-39/+46
2023-11-05Merge patch series "Add support to handle misaligned accesses in S-mode"Palmer Dabbelt11-59/+524
2023-11-04Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds4-29/+3
2023-11-04Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-12/+2
2023-11-03Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds4-130/+27
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+12
2023-11-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-46/+261
2023-11-03RISC-V: hwprobe: Fix vDSO SIGSEGVAndrew Jones2-1/+6
2023-11-03riscv: configs: defconfig: Enable configs required for RZ/Five SoCLad Prabhakar1-0/+52
2023-11-03Merge patch series "riscv: SCS support"Palmer Dabbelt15-175/+237
2023-11-03Merge patch "riscv: errata: improve T-Head CMO"Palmer Dabbelt1-9/+9
2023-11-03riscv: errata: prefix T-Head mnemonics with th.Icenowy Zheng1-7/+7
2023-11-02Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+0
2023-11-02Merge tag 'docs-6.7' of git://git.lwn.net/linuxLinus Torvalds2-2/+2
2023-11-02Merge tag 'soc-drivers-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2023-11-02Merge tag 'soc-dt-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds34-97/+2854
2023-11-01riscv: add support for PR_SET_UNALIGN and PR_GET_UNALIGNClément Léger3-0/+33
2023-11-01riscv: report misaligned accesses emulation to hwprobeClément Léger4-1/+79
2023-11-01riscv: annotate check_unaligned_access_boot_cpu() with __initClément Léger1-1/+1
2023-11-01riscv: add support for sysctl unaligned_enabled controlClément Léger2-0/+10
2023-11-01riscv: add floating point insn support to misaligned access emulationClément Léger2-4/+269
2023-11-01riscv: report perf event for misaligned faultClément Léger1-0/+5
2023-11-01riscv: add support for misaligned trap handling in S-modeClément Léger5-23/+129
2023-11-01riscv: remove unused functions in traps_misaligned.cClément Léger1-39/+7
2023-11-01Merge patch series "RISC-V: ACPI improvements"Palmer Dabbelt4-8/+111
2023-11-01riscv: put interrupt entries into .irqentry.textNam Cao1-0/+2
2023-11-01riscv: mm: Update the comment of CONFIG_PAGE_OFFSETSong Shuai1-2/+2
2023-11-01riscv: Using TOOLCHAIN_HAS_ZIHINTPAUSE marco replace zihintpauseMinda Chen1-1/+1