aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-18RISC-V: align ISA extension Kconfig help text with each otherConor Dooley1-8/+8
2023-04-18riscv: Kconfig: enable SCHED_MC kconfigSong Shuai1-0/+8
2023-04-18riscv: export cpu/freq invariant to schedulerSong Shuai1-0/+20
2023-04-18Merge patch series "RISC-V Hardware Probing User Interface"Palmer Dabbelt28-14/+712
2023-04-18RISC-V: Add hwprobe vDSO function and dataEvan Green10-7/+146
2023-04-18selftests: Test the new RISC-V hwprobe interfaceEvan Green5-0/+171
2023-04-18RISC-V: hwprobe: Support probing of misaligned access performanceEvan Green10-1/+97
2023-04-18RISC-V: hwprobe: Add support for RISCV_HWPROBE_BASE_BEHAVIOR_IMAEvan Green4-1/+50
2023-04-18RISC-V: Add a syscall for HW probingEvan Green7-1/+227
2023-04-18RISC-V: Move struct riscv_cpuinfo to new headerEvan Green2-6/+23
2023-04-11Revert "riscv: Set more data to cacheinfo"Song Shuai1-51/+15
2023-04-11riscv: entry: Save a0 prior syscall_enter_from_user_mode()Björn Töpel1-2/+2
2023-03-29RISC-V: convert new selectors of RISCV_ALTERNATIVE to dependenciesConor Dooley1-3/+3
2023-03-29Merge patch series "RISC-V: Fixes for riscv_has_extension[un]likely()'s alter...Palmer Dabbelt3-30/+38
2023-03-29RISC-V: always select RISCV_ALTERNATIVE for non-xip kernelsConor Dooley2-10/+8
2023-03-29RISC-V: add non-alternative fallback for riscv_has_extension_[un]likely()Conor Dooley1-20/+30
2023-03-27Merge patch series "Add RISC-V 32 NOMMU support"Palmer Dabbelt2-3/+6
2023-03-27riscv: configs: Add nommu PHONY defconfig for RV32Jesse Taube1-0/+4
2023-03-27riscv: Kconfig: Allow RV32 to build with no MMUYimin Gu1-3/+2
2023-03-24Merge patch series "riscv: Add GENERIC_ENTRY support"Palmer Dabbelt20-494/+278
2023-03-23riscv: entry: Consolidate general regs saving/restoringJisheng Zhang3-131/+68
2023-03-23riscv: entry: Consolidate ret_from_kernel_thread into ret_from_forkJisheng Zhang2-12/+5
2023-03-23riscv: entry: Remove extra level wrappers of trace_hardirqs_{on,off}Jisheng Zhang3-40/+0
2023-03-23riscv: entry: Convert to generic entryGuo Ren14-315/+210
2023-03-23riscv: entry: Add noinstr to prevent instrumentation insertedGuo Ren1-2/+2
2023-03-23riscv: ptrace: Remove duplicate operationGuo Ren1-1/+0
2023-03-15Merge patch series "RISC-V: Apply Zicboz to clear_page"Palmer Dabbelt16-36/+219
2023-03-14RISC-V: KVM: Expose Zicboz to the guestAndrew Jones2-0/+5
2023-03-14RISC-V: KVM: Provide UAPI for Zicboz block sizeAndrew Jones2-0/+8
2023-03-14RISC-V: Use Zicboz in clear_page when availableAndrew Jones6-1/+108
2023-03-14RISC-V: cpufeatures: Put the upper 16 bits of patch ID to workAndrew Jones2-4/+37
2023-03-14RISC-V: Add Zicboz detection and block size parsingAndrew Jones6-10/+30
2023-03-14dt-bindings: riscv: Document cboz-block-sizeAndrew Jones1-0/+5
2023-03-14RISC-V: Factor out body of riscv_init_cbom_blocksize loopAndrew Jones1-20/+25
2023-03-14RISC-V: alternatives: Support patching multiple insns in assemblyAndrew Jones1-3/+3
2023-03-14Merge patch series "riscv: alternative/cpufeature related cleanups"Palmer Dabbelt10-69/+54
2023-03-14riscv: cpufeature: Drop errata_list.h and other unused includesAndrew Jones1-5/+0
2023-03-14riscv: lib: Include hwcap.h directlyAndrew Jones3-6/+3
2023-03-14riscv: alternatives: Rename errata_id to patch_idAndrew Jones6-49/+49
2023-03-14riscv: alternatives: Remove unnecessary define and unused structAndrew Jones2-8/+1
2023-03-14riscv: Rename Kconfig.erratas to Kconfig.errataAndrew Jones2-1/+1
2023-03-14riscv: Clarify RISCV_ALTERNATIVE help textAndrew Jones1-2/+2
2023-03-09Merge patch series "riscv, mm: detect svnapot cpu support at runtime"Palmer Dabbelt10-9/+489
2023-03-07riscv: mm: support Svnapot in huge vmapQinglin Pan1-1/+60
2023-03-07riscv: mm: support Svnapot in hugetlb pageQinglin Pan3-2/+335
2023-03-07riscv: mm: modify pte format for SvnapotQinglin Pan7-10/+98
2023-03-05Linux 6.3-rc1Linus Torvalds1-2/+2
2023-03-05cpumask: re-introduce constant-sized cpumask optimizationsLinus Torvalds4-72/+72
2023-03-05Merge tag 'v6.3-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds3-23/+53
2023-03-05Merge tag 'x86-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-15/+51