summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dma-mapping-6.4-2023-04-28' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-04-291-1/+1
|\
| * of: address: always use dma_default_coherent for default coherencyJiaxun Yang2023-04-071-1/+1
* | Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-2879-971/+2299
|\ \
| * | RISC-V: hwprobe: Explicity check for -1 in vdso initAndrew Jones2023-04-261-1/+1
| * | RISC-V: hwprobe: There can only be one firstAndrew Jones2023-04-261-1/+3
| * | riscv: Allow to downgrade paging mode from the command lineAlexandre Ghiti2023-04-269-8/+150
| * | RISC-V: hwprobe: Remove __init on probe_vendor_features()Evan Green2023-04-253-6/+6
| * | Merge patch series "Introduce 64b relocatable kernel"Palmer Dabbelt2023-04-1911-15/+199
| |\ \
| | * | riscv: Use --emit-relocs in order to move .rela.dyn in initAlexandre Ghiti2023-04-193-1/+21
| | * | riscv: Check relocations at compile timeAlexandre Ghiti2023-04-192-0/+62
| | * | riscv: Introduce CONFIG_RELOCATABLEAlexandre Ghiti2023-04-195-5/+91
| | * | riscv: Move .rela.dyn outside of init to avoid empty relocationsAlexandre Ghiti2023-04-191-4/+4
| | * | riscv: Prepare EFI header for relocatable kernelsAlexandre Ghiti2023-04-193-6/+21
| * | | Merge patch series "RISC-V kasan rework"Palmer Dabbelt2023-04-195-247/+298
| |\ \ \
| | * | | riscv: Unconditionnally select KASAN_VMALLOC if KASANAlexandre Ghiti2023-04-191-0/+1
| | * | | riscv: Fix ptdump when KASAN is enabledAlexandre Ghiti2023-04-191-12/+12
| | * | | riscv: Fix EFI stub usage of KASAN instrumented strcmp functionAlexandre Ghiti2023-04-191-2/+0
| | * | | riscv: Move DTB_EARLY_BASE_VA to the kernel address spaceAlexandre Ghiti2023-04-191-1/+1
| | * | | riscv: Rework kasan population functionsAlexandre Ghiti2023-04-191-178/+183
| | * | | riscv: Split early and final KASAN population functionsAlexandre Ghiti2023-04-191-69/+116
| * | | | Merge patch series "riscv: Use PUD/P4D/PGD pages for the linear mapping"Palmer Dabbelt2023-04-183-25/+112
| |\ \ \ \
| | * | | | riscv: Use PUD/P4D/PGD pages for the linear mappingAlexandre Ghiti2023-04-183-6/+84
| | * | | | riscv: Move the linear mapping creation in its own functionAlexandre Ghiti2023-04-181-14/+28
| | * | | | riscv: Get rid of riscv_pfn_base variableAlexandre Ghiti2023-04-182-7/+2
| | | |/ / | | |/| |
| * | | | RISC-V: align ISA extension Kconfig help text with each otherConor Dooley2023-04-181-8/+8
| * | | | riscv: Kconfig: enable SCHED_MC kconfigSong Shuai2023-04-181-0/+8
| * | | | riscv: export cpu/freq invariant to schedulerSong Shuai2023-04-181-0/+20
| * | | | Merge patch series "RISC-V Hardware Probing User Interface"Palmer Dabbelt2023-04-1821-14/+454
| |\ \ \ \
| | * | | | RISC-V: Add hwprobe vDSO function and dataEvan Green2023-04-1810-7/+146
| | * | | | RISC-V: hwprobe: Support probing of misaligned access performanceEvan Green2023-04-189-1/+76
| | * | | | RISC-V: hwprobe: Add support for RISCV_HWPROBE_BASE_BEHAVIOR_IMAEvan Green2023-04-183-1/+26
| | * | | | RISC-V: Add a syscall for HW probingEvan Green2023-04-185-1/+185
| | * | | | RISC-V: Move struct riscv_cpuinfo to new headerEvan Green2023-04-182-6/+23
| | |/ / /
| * | | | Revert "riscv: Set more data to cacheinfo"Song Shuai2023-04-111-51/+15
| * | | | riscv: entry: Save a0 prior syscall_enter_from_user_mode()Björn Töpel2023-04-111-2/+2
| * | | | RISC-V: convert new selectors of RISCV_ALTERNATIVE to dependenciesConor Dooley2023-03-291-3/+3
| * | | | Merge patch series "RISC-V: Fixes for riscv_has_extension[un]likely()'s alter...Palmer Dabbelt2023-03-293-30/+38
| |\ \ \ \
| * \ \ \ \ Merge patch series "Add RISC-V 32 NOMMU support"Palmer Dabbelt2023-03-272-3/+6
| |\ \ \ \ \
| | * | | | | riscv: configs: Add nommu PHONY defconfig for RV32Jesse Taube2023-03-271-0/+4
| | * | | | | riscv: Kconfig: Allow RV32 to build with no MMUYimin Gu2023-03-271-3/+2
| | | |/ / / | | |/| | |
| * | | | | Merge patch series "riscv: Add GENERIC_ENTRY support"Palmer Dabbelt2023-03-2420-494/+278
| |\ \ \ \ \
| | * | | | | riscv: entry: Consolidate general regs saving/restoringJisheng Zhang2023-03-233-131/+68
| | * | | | | riscv: entry: Consolidate ret_from_kernel_thread into ret_from_forkJisheng Zhang2023-03-232-12/+5
| | * | | | | riscv: entry: Remove extra level wrappers of trace_hardirqs_{on,off}Jisheng Zhang2023-03-233-40/+0
| | * | | | | riscv: entry: Convert to generic entryGuo Ren2023-03-2314-315/+210
| | * | | | | riscv: entry: Add noinstr to prevent instrumentation insertedGuo Ren2023-03-231-2/+2
| | * | | | | riscv: ptrace: Remove duplicate operationGuo Ren2023-03-231-1/+0
| | |/ / / /
| * | | | | Merge patch series "RISC-V: Apply Zicboz to clear_page"Palmer Dabbelt2023-03-1515-36/+214
| |\ \ \ \ \
| | * | | | | RISC-V: KVM: Expose Zicboz to the guestAndrew Jones2023-03-142-0/+5
| | * | | | | RISC-V: KVM: Provide UAPI for Zicboz block sizeAndrew Jones2023-03-142-0/+8