summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2023-12-08Merge tag 'riscv-for-linus-6.7-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-47/+105
2023-12-06riscv: errata: andes: Probe for IOCP only once in boot stageLad Prabhakar1-7/+13
2023-12-06riscv: Fix SMP when shadow call stacks are enabledSamuel Holland1-1/+1
2023-12-06riscv: fix misaligned access handling of C.SWSP and C.SDSPClément Léger1-4/+2
2023-12-06RISC-V: hwprobe: Always use u64 for extension bitsAndrew Jones1-1/+1
2023-12-06Support rv32 ULEB128 testCharlie Jenkins1-4/+4
2023-12-04riscv: Correct type casting in module loadingCharlie Jenkins1-2/+2
2023-12-04riscv: Safely remove entries from relocation listCharlie Jenkins1-28/+82
2023-11-26riscv: dts: microchip: move timebase-frequency to mpfs.dtsiConor Dooley6-35/+1
2023-11-17riscv: dts: sophgo: remove address-cells from intc nodeConor Dooley1-1/+0
2023-11-10Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds81-683/+2509
2023-11-09riscv: Optimize bitops with Zbb extensionXiao Wang1-3/+251
2023-11-09riscv: Rearrange hwcap.h and cpufeature.hXiao Wang12-100/+93
2023-11-09Merge patch "drivers: perf: Do not broadcast to other cpus when starting a co...Palmer Dabbelt9-35/+67
2023-11-09Merge patch series "Linux RISC-V AIA Preparatory Series"Palmer Dabbelt1-5/+6
2023-11-09RISC-V: Don't fail in riscv_of_parent_hartid() for disabled HARTsAnup Patel1-5/+6
2023-11-08Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds36-245/+526
2023-11-08Merge patch series "riscv: Fix set_memory_XX() and set_direct_map_XX()"Palmer Dabbelt2-46/+236
2023-11-08riscv: Fix set_memory_XX() and set_direct_map_XX() by splitting huge linear m...Alexandre Ghiti1-40/+230
2023-11-08riscv: Don't use PGD entries for the linear mappingAlexandre Ghiti1-6/+6
2023-11-08RISC-V: Probe misaligned access speed in parallelEvan Green3-21/+77
2023-11-08RISC-V: Remove __init on unaligned_emulation_finish()Evan Green1-1/+1
2023-11-08RISC-V: Show accurate per-hart isa in /proc/cpuinfoEvan Green1-4/+18
2023-11-08RISC-V: Don't rely on positional structure initializationPalmer Dabbelt1-60/+65
2023-11-08Merge patch series "riscv: Add remaining module relocations and tests"Palmer Dabbelt18-105/+869
2023-11-08riscv: Add tests for riscv module loadingCharlie Jenkins16-0/+366
2023-11-08riscv: Add remaining module relocationsCharlie Jenkins2-30/+423
2023-11-08riscv: Avoid unaligned access when relocating modulesEmil Renner Berthing1-76/+81
2023-11-07riscv: split cache ops out of dma-noncoherent.cChristoph Hellwig3-15/+18
2023-11-07riscv: select ARCH_PROC_KCORE_TEXTAndreas Schwab1-0/+3
2023-11-06riscv: kernel: Use correct SYM_DATA_*() macro for dataClément Léger1-5/+4
2023-11-06riscv: Use SYM_*() assembly macros instead of deprecated onesClément Léger17-74/+60
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