summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-11-10Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds40-336/+1599
2023-11-09Merge patch "drivers: perf: Do not broadcast to other cpus when starting a co...Palmer Dabbelt4-32/+20
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 Torvalds14-222/+275
2023-11-08RISC-V: Probe misaligned access speed in parallelEvan Green2-20/+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 Dabbelt16-104/+864
2023-11-08riscv: Add tests for riscv module loadingCharlie Jenkins15-0/+365
2023-11-08riscv: Add remaining module relocationsCharlie Jenkins1-29/+419
2023-11-08riscv: Avoid unaligned access when relocating modulesEmil Renner Berthing1-76/+81
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éger12-48/+44
2023-11-06riscv: use ".L" local labels in assembly when applicableClément Léger3-17/+17
2023-11-06Merge patch series "riscv: tlb flush improvements"Palmer Dabbelt1-22/+10
2023-11-06riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlbAlexandre Ghiti1-22/+10
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-05riscv: don't probe unaligned access speed if already doneJisheng Zhang1-0/+4
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 Dabbelt7-59/+474
2023-11-04Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2-20/+0
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 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2023-11-03RISC-V: hwprobe: Fix vDSO SIGSEGVAndrew Jones1-1/+1
2023-11-03Merge patch series "riscv: SCS support"Palmer Dabbelt7-171/+112
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 Torvalds1-1/+1
2023-11-01riscv: add support for PR_SET_UNALIGN and PR_GET_UNALIGNClément Léger2-0/+24
2023-11-01riscv: report misaligned accesses emulation to hwprobeClément Léger3-1/+61
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éger1-0/+9
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éger3-23/+107
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 Dabbelt1-2/+85
2023-11-01riscv: put interrupt entries into .irqentry.textNam Cao1-0/+2
2023-11-01RISC-V: clarify the QEMU workaround in ISA parserTsukasa OI1-3/+4
2023-11-01Merge patch series "RISC-V: Enable cbo.zero in usermode"Palmer Dabbelt4-16/+48
2023-11-01Merge patch series "riscv: kexec: cleanup and fixups"Palmer Dabbelt2-30/+30
2023-10-31Merge tag 'kvm-riscv-6.7-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-0/+2
2023-10-28kbuild: unify vdso_install rulesMasahiro Yamada2-20/+0