aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-19Merge patch series "RISC-V kasan rework"Palmer Dabbelt5-247/+298
2023-04-19riscv: Unconditionnally select KASAN_VMALLOC if KASANAlexandre Ghiti1-0/+1
2023-04-19riscv: Fix ptdump when KASAN is enabledAlexandre Ghiti1-12/+12
2023-04-19riscv: Fix EFI stub usage of KASAN instrumented strcmp functionAlexandre Ghiti1-2/+0
2023-04-19riscv: Move DTB_EARLY_BASE_VA to the kernel address spaceAlexandre Ghiti1-1/+1
2023-04-19riscv: Rework kasan population functionsAlexandre Ghiti1-178/+183
2023-04-19riscv: Split early and final KASAN population functionsAlexandre Ghiti1-69/+116
2023-04-18Merge patch series "riscv: Use PUD/P4D/PGD pages for the linear mapping"Palmer Dabbelt4-30/+118
2023-04-18riscv: Use PUD/P4D/PGD pages for the linear mappingAlexandre Ghiti4-11/+90
2023-04-18riscv: Move the linear mapping creation in its own functionAlexandre Ghiti1-14/+28
2023-04-18riscv: Get rid of riscv_pfn_base variableAlexandre Ghiti2-7/+2
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