summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-hotfixes-stable-2023-12-27-15-00' of git://git.kernel.org/pub/s...Linus Torvalds2023-12-271-3/+1
|\
| * kexec: fix KEXEC_FILE dependenciesArnd Bergmann2023-12-201-3/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-12-221-0/+13
|\ \
| * | RISCV: KVM: update external interrupt atomically for IMSIC swfileYong-Xuan Wang2023-12-131-0/+13
* | | posix-timers: Get rid of [COMPAT_]SYS_NI() usesLinus Torvalds2023-12-201-5/+0
* | | Merge tag 'mm-hotfixes-stable-2023-12-15-07-11' of git://git.kernel.org/pub/s...Linus Torvalds2023-12-153-4/+6
|\ \ \ | |/ / |/| / | |/
| * riscv: fix VMALLOC_START definitionBaoquan He2023-12-121-1/+1
| * kexec: drop dependency on ARCH_SUPPORTS_KEXEC from CRASH_DUMPIgnat Korchagin2023-12-122-3/+5
* | Merge tag 'riscv-for-linus-6.7-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-12-086-47/+105
|\ \
| * | riscv: errata: andes: Probe for IOCP only once in boot stageLad Prabhakar2023-12-061-7/+13
| * | riscv: Fix SMP when shadow call stacks are enabledSamuel Holland2023-12-061-1/+1
| * | riscv: fix misaligned access handling of C.SWSP and C.SDSPClément Léger2023-12-061-4/+2
| * | RISC-V: hwprobe: Always use u64 for extension bitsAndrew Jones2023-12-061-1/+1
| * | Support rv32 ULEB128 testCharlie Jenkins2023-12-061-4/+4
| * | riscv: Correct type casting in module loadingCharlie Jenkins2023-12-041-2/+2
| * | riscv: Safely remove entries from relocation listCharlie Jenkins2023-12-041-28/+82
| |/
* | riscv: dts: microchip: move timebase-frequency to mpfs.dtsiConor Dooley2023-11-266-35/+1
* | riscv: dts: sophgo: remove address-cells from intc nodeConor Dooley2023-11-161-1/+0
|/
* Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-1081-683/+2509
|\
| * riscv: Optimize bitops with Zbb extensionXiao Wang2023-11-091-3/+251
| * riscv: Rearrange hwcap.h and cpufeature.hXiao Wang2023-11-0912-100/+93
| * Merge patch "drivers: perf: Do not broadcast to other cpus when starting a co...Palmer Dabbelt2023-11-099-35/+67
| |\
| * \ Merge patch series "Linux RISC-V AIA Preparatory Series"Palmer Dabbelt2023-11-081-5/+6
| |\ \
| | * | RISC-V: Don't fail in riscv_of_parent_hartid() for disabled HARTsAnup Patel2023-11-081-5/+6
| * | | Merge patch series "riscv: Fix set_memory_XX() and set_direct_map_XX()"Palmer Dabbelt2023-11-082-46/+236
| |\ \ \
| | * | | riscv: Fix set_memory_XX() and set_direct_map_XX() by splitting huge linear m...Alexandre Ghiti2023-11-081-40/+230
| | * | | riscv: Don't use PGD entries for the linear mappingAlexandre Ghiti2023-11-081-6/+6
| | |/ /
| * | | RISC-V: Probe misaligned access speed in parallelEvan Green2023-11-073-21/+77
| * | | RISC-V: Remove __init on unaligned_emulation_finish()Evan Green2023-11-071-1/+1
| * | | RISC-V: Show accurate per-hart isa in /proc/cpuinfoEvan Green2023-11-071-4/+18
| * | | RISC-V: Don't rely on positional structure initializationPalmer Dabbelt2023-11-071-60/+65
| * | | Merge patch series "riscv: Add remaining module relocations and tests"Palmer Dabbelt2023-11-0718-105/+869
| |\ \ \
| | * | | riscv: Add tests for riscv module loadingCharlie Jenkins2023-11-0716-0/+366
| | * | | riscv: Add remaining module relocationsCharlie Jenkins2023-11-072-30/+423
| | * | | riscv: Avoid unaligned access when relocating modulesEmil Renner Berthing2023-11-071-76/+81
| | |/ /
| * | | riscv: split cache ops out of dma-noncoherent.cChristoph Hellwig2023-11-073-15/+18
| * | | riscv: select ARCH_PROC_KCORE_TEXTAndreas Schwab2023-11-061-0/+3
| * | | riscv: kernel: Use correct SYM_DATA_*() macro for dataClément Léger2023-11-061-5/+4
| * | | riscv: Use SYM_*() assembly macros instead of deprecated onesClément Léger2023-11-0617-74/+60
| * | | riscv: use ".L" local labels in assembly when applicableClément Léger2023-11-064-44/+44
| * | | riscv: boot: Fix creation of loader.binGeert Uytterhoeven2023-11-061-0/+1
| * | | Merge patch series "riscv: tlb flush improvements"Palmer Dabbelt2023-11-065-95/+144
| |\ \ \
| | * | | riscv: Improve flush_tlb_kernel_range()Alexandre Ghiti2023-11-062-15/+30
| | * | | riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlbAlexandre Ghiti2023-11-064-81/+72
| | * | | riscv: Improve flush_tlb_range() for hugetlb pagesAlexandre Ghiti2023-11-061-1/+28
| | * | | riscv: Improve tlb_flush()Alexandre Ghiti2023-11-063-1/+17
| | |/ /
| * | | riscv: mm: update T-Head memory type definitionsJisheng Zhang2023-11-051-5/+9
| * | | Merge patch series "riscv: vdso.lds.S: some improvement"Palmer Dabbelt2023-11-051-17/+13
| |\ \ \
| | * | | riscv: vdso.lds.S: remove hardcoded 0x800 .text start addrJisheng Zhang2023-11-051-9/+8
| | * | | riscv: vdso.lds.S: merge .data section into .rodata sectionJisheng Zhang2023-11-051-8/+7