summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2023-04-19Merge patch series "RISC-V kasan rework"Palmer Dabbelt
2023-04-19riscv: Unconditionnally select KASAN_VMALLOC if KASANAlexandre Ghiti
2023-04-19riscv: Fix ptdump when KASAN is enabledAlexandre Ghiti
2023-04-19riscv: Fix EFI stub usage of KASAN instrumented strcmp functionAlexandre Ghiti
2023-04-19riscv: Move DTB_EARLY_BASE_VA to the kernel address spaceAlexandre Ghiti
2023-04-19riscv: Rework kasan population functionsAlexandre Ghiti
2023-04-19riscv: Split early and final KASAN population functionsAlexandre Ghiti
2023-04-18Merge patch series "riscv: Use PUD/P4D/PGD pages for the linear mapping"Palmer Dabbelt
2023-04-18riscv: Use PUD/P4D/PGD pages for the linear mappingAlexandre Ghiti
2023-04-18riscv: Move the linear mapping creation in its own functionAlexandre Ghiti
2023-04-18riscv: Get rid of riscv_pfn_base variableAlexandre Ghiti
2023-04-18RISC-V: align ISA extension Kconfig help text with each otherConor Dooley
2023-04-18riscv: Kconfig: enable SCHED_MC kconfigSong Shuai
2023-04-18riscv: export cpu/freq invariant to schedulerSong Shuai
2023-04-18Merge patch series "RISC-V Hardware Probing User Interface"Palmer Dabbelt
2023-04-18RISC-V: Add hwprobe vDSO function and dataEvan Green
2023-04-18RISC-V: hwprobe: Support probing of misaligned access performanceEvan Green
2023-04-18RISC-V: hwprobe: Add support for RISCV_HWPROBE_BASE_BEHAVIOR_IMAEvan Green
2023-04-18RISC-V: Add a syscall for HW probingEvan Green
2023-04-18RISC-V: Move struct riscv_cpuinfo to new headerEvan Green
2023-04-11Revert "riscv: Set more data to cacheinfo"Song Shuai
2023-04-11riscv: entry: Save a0 prior syscall_enter_from_user_mode()Björn Töpel
2023-03-29RISC-V: convert new selectors of RISCV_ALTERNATIVE to dependenciesConor Dooley
2023-03-29Merge patch series "RISC-V: Fixes for riscv_has_extension[un]likely()'s alter...Palmer Dabbelt
2023-03-29RISC-V: always select RISCV_ALTERNATIVE for non-xip kernelsConor Dooley
2023-03-29RISC-V: add non-alternative fallback for riscv_has_extension_[un]likely()Conor Dooley
2023-03-27Merge patch series "Add RISC-V 32 NOMMU support"Palmer Dabbelt
2023-03-27riscv: configs: Add nommu PHONY defconfig for RV32Jesse Taube
2023-03-27riscv: Kconfig: Allow RV32 to build with no MMUYimin Gu
2023-03-24Merge patch series "riscv: Add GENERIC_ENTRY support"Palmer Dabbelt
2023-03-23riscv: entry: Consolidate general regs saving/restoringJisheng Zhang
2023-03-23riscv: entry: Consolidate ret_from_kernel_thread into ret_from_forkJisheng Zhang
2023-03-23riscv: entry: Remove extra level wrappers of trace_hardirqs_{on,off}Jisheng Zhang
2023-03-23riscv: entry: Convert to generic entryGuo Ren
2023-03-23riscv: entry: Add noinstr to prevent instrumentation insertedGuo Ren
2023-03-23riscv: ptrace: Remove duplicate operationGuo Ren
2023-03-15Merge patch series "RISC-V: Apply Zicboz to clear_page"Palmer Dabbelt
2023-03-14RISC-V: KVM: Expose Zicboz to the guestAndrew Jones
2023-03-14RISC-V: KVM: Provide UAPI for Zicboz block sizeAndrew Jones
2023-03-14RISC-V: Use Zicboz in clear_page when availableAndrew Jones
2023-03-14RISC-V: cpufeatures: Put the upper 16 bits of patch ID to workAndrew Jones
2023-03-14RISC-V: Add Zicboz detection and block size parsingAndrew Jones
2023-03-14RISC-V: Factor out body of riscv_init_cbom_blocksize loopAndrew Jones
2023-03-14RISC-V: alternatives: Support patching multiple insns in assemblyAndrew Jones
2023-03-14Merge patch series "riscv: alternative/cpufeature related cleanups"Palmer Dabbelt
2023-03-14riscv: cpufeature: Drop errata_list.h and other unused includesAndrew Jones
2023-03-14riscv: lib: Include hwcap.h directlyAndrew Jones
2023-03-14riscv: alternatives: Rename errata_id to patch_idAndrew Jones
2023-03-14riscv: alternatives: Remove unnecessary define and unused structAndrew Jones
2023-03-14riscv: Rename Kconfig.erratas to Kconfig.errataAndrew Jones