summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2024-07-26RISC-V: Provide the frequency of time CSR via hwprobePalmer Dabbelt3-1/+7
2024-07-26riscv: Extend sv39 linear mapping max size to 128GStuart Menefy1-1/+1
2024-07-26Merge patch series "RISC-V: Select ACPI PPTT drivers"Palmer Dabbelt2-7/+29
2024-07-26Merge patch "Enable SPCR table for console output on RISC-V"Palmer Dabbelt2-1/+12
2024-07-26riscv: enable HAVE_ARCH_STACKLEAKJisheng Zhang3-0/+6
2024-07-26riscv: signal: Remove unlikely() from WARN_ON() conditionZhongqiu Han1-1/+1
2024-07-26riscv: Improve exception and system call latencyAnton Blanchard2-9/+12
2024-07-24RISC-V: Select ACPI PPTT driversYunhui Cui1-0/+1
2024-07-24riscv: cacheinfo: initialize cacheinfo's level and type from ACPI PPTTYunhui Cui1-0/+22
2024-07-24riscv: cacheinfo: remove the useless input parameter (node) of ci_leaf_init()Yunhui Cui1-7/+6
2024-07-24RISC-V: ACPI: Enable SPCR table for console output on RISC-VSia Jee Heng2-1/+12
2024-07-24riscv: boot: remove duplicated targets lineJisheng Zhang1-1/+0
2024-07-24trace: riscv: Remove deprecated kprobe on ftrace supportJinjie Ruan3-67/+0
2024-07-23Merge patch series "riscv: Separate vendor extensions from standard extensions"Palmer Dabbelt15-90/+448
2024-07-23riscv: cpufeature: Extract common elements from extension checkingCharlie Jenkins2-62/+44
2024-07-23riscv: Introduce vendor variants of extension helpersCharlie Jenkins1-0/+83
2024-07-23riscv: Add vendor extensions to /proc/cpuinfoCharlie Jenkins1-3/+32
2024-07-23riscv: Extend cpufeature.c to detect vendor extensionsCharlie Jenkins14-53/+317
2024-07-22RISC-V: run savedefconfig for defconfigConor Dooley1-18/+8
2024-07-22RISC-V: hwprobe: sort EXT_KEY()s in hwprobe_isa_ext0() alphabeticallyConor Dooley1-22/+21
2024-07-22Merge patch series "Add ACPI NUMA support for RISC-V"Palmer Dabbelt6-10/+148
2024-07-22ACPI: RISCV: Add NUMA support based on SRAT and SLITHaibo Xu6-10/+148
2024-07-20Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds44-249/+1338
2024-07-20Merge tag 'tty-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-12/+18
2024-07-18Merge tag 'ftrace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-1/+0
2024-07-17Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds5-52/+163
2024-07-16Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-45/+37
2024-07-16Merge tag 'soc-defconfig-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+26
2024-07-16Merge tag 'soc-dt-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds16-6/+985
2024-07-15riscv: lib: relax assembly constraints in hweightQingfang Deng1-4/+4
2024-07-12riscv: set trap vector earlieryang.zhang1-0/+3
2024-07-12Merge patch series "riscv: Apply Zawrs when available"Palmer Dabbelt15-31/+131
2024-07-12KVM: riscv: Support guest wrs.ntoAndrew Jones5-0/+20
2024-07-12riscv: hwprobe: export Zawrs ISA extensionAndrew Jones2-0/+2
2024-07-12riscv: Add Zawrs support for spinlocksChristoph Müllner6-15/+105
2024-07-12riscv: Provide a definition for 'pause'Andrew Jones4-16/+4
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-11/+4
2024-07-11riscv: hwprobe: export highest virtual userspace addressClément Léger4-1/+12
2024-07-10riscv: Improve sbi_ecall() code generation by reordering argumentsAlexandre Ghiti2-9/+11
2024-07-10riscv: Add tracepoints for SBI calls and returnsSamuel Holland2-0/+61
2024-07-10riscv: Optimize crc32 with Zbc extensionXiao Wang3-0/+318
2024-07-10riscv: convert to generic syscall tableArnd Bergmann8-44/+37
2024-07-10clone3: drop __ARCH_WANT_SYS_CLONE3 macroArnd Bergmann1-1/+0
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2-39/+89
2024-07-09Merge tag 'riscv-sophgo-dt-for-v6.11' of https://github.com/sophgo/linux into...Arnd Bergmann2-1/+66
2024-07-09riscv: dts: add clock generator for Sophgo SG2042 SoCChen Wang2-1/+66
2024-07-08Merge tag 'riscv-config-for-v6.11' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann1-0/+26
2024-07-08Merge tag 'riscv-dt-for-v6.11' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann10-5/+618
2024-07-08Merge tag 'sunxi-dt-for-6.11' of https://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann4-0/+301
2024-07-08riscv, bpf: Optimize stack usage of trampolinePuranjay Mohan1-1/+1