summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
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
2023-11-01riscv/mm: Fix the comment for swap pte formatXiao Wang1-1/+1
2023-11-01RISC-V: clarify the QEMU workaround in ISA parserTsukasa OI1-3/+4
2023-11-01riscv: correct pt_level name via pgtable_l5/4_enabledSong Shuai1-0/+3
2023-11-01RISC-V: Provide pgtable_l5_enabled on rv32Palmer Dabbelt3-1/+5
2023-11-01Merge patch series "RISC-V: Enable cbo.zero in usermode"Palmer Dabbelt9-17/+69
2023-11-01Merge patch series "riscv: kexec: cleanup and fixups"Palmer Dabbelt3-30/+34
2023-10-31Merge tag 'kvm-riscv-6.7-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini11-46/+261
2023-10-28kbuild: remove ARCH_POSTLINK from module buildsMasahiro Yamada1-3/+0
2023-10-28kbuild: unify vdso_install rulesMasahiro Yamada3-26/+3
2023-10-28riscv: Use separate IRQ shadow call stacksSami Tolvanen3-0/+35
2023-10-28riscv: Implement Shadow Call StackSami Tolvanen10-1/+99
2023-10-28riscv: Move global pointer loading to a macroSami Tolvanen4-20/+14
2023-10-28riscv: Deduplicate IRQ stack switchingSami Tolvanen6-55/+55
2023-10-28riscv: VMAP_STACK overflow detection thread-safeDeepak Gupta6-99/+34
2023-10-26Merge tag 'soc-fixes-6.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-3/+4
2023-10-26RISC-V: cacheflush: Initialize CBO variables on ACPI systemsSunil V L1-6/+19
2023-10-26RISC-V: ACPI: RHCT: Add function to get CBO block sizesSunil V L1-0/+6
2023-10-26RISC-V: ACPI: Enhance acpi_os_ioremap with MMIO remappingSunil V L2-2/+86
2023-10-26Merge tag 'renesas-fixes-for-v6.6-tag3' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann2-2/+2
2023-10-26riscv: only select DMA_DIRECT_REMAP from RISCV_ISA_ZICBOM and ERRATA_THEAD_PBMTChristoph Hellwig2-1/+2
2023-10-26riscv: RISCV_NONSTANDARD_CACHE_OPS shouldn't depend on RISCV_DMA_NONCOHERENTChristoph Hellwig1-1/+0
2023-10-24Merge tag 'mm-hotfixes-stable-2023-10-24-09-40' of git://git.kernel.org/pub/s...Linus Torvalds2-7/+14
2023-10-23riscv: dts: thead: convert isa detection to new propertiesConor Dooley1-0/+12
2023-10-20RISC-V: KVM: Forward SBI DBCN extension to user-spaceAnup Patel4-0/+38
2023-10-20RISC-V: KVM: Allow some SBI extensions to be disabled by defaultAnup Patel3-29/+38
2023-10-20RISC-V: KVM: Change the SBI specification version to v2.0Anup Patel1-1/+1
2023-10-20RISC-V: Add defines for SBI debug console extensionAnup Patel1-0/+7
2023-10-19mm: delete checks for xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)1-1/+0