summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-17Merge patch series "riscv: ftrace: Miscellaneous ftrace improvements"Palmer Dabbelt
2024-01-17samples: ftrace: Add RISC-V support for SAMPLE_FTRACE_DIRECT[_MULTI]Song Shuai
2024-01-17riscv: ftrace: Add DYNAMIC_FTRACE_WITH_DIRECT_CALLS supportSong Shuai
2024-01-17riscv: ftrace: Make function graph use ftrace directlySong Shuai
2024-01-17riscv: select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRYSong Shuai
2024-01-17Merge patch series "RISC-V: Disable DWARF5 with known broken LLVM versions"Palmer Dabbelt
2024-01-17lib/Kconfig.debug: Update AS_HAS_NON_CONST_LEB128 comment and nameNathan Chancellor
2024-01-17riscv: Restrict DWARF5 when building with LLVM to known working versionsNathan Chancellor
2024-01-17riscv: Hoist linker relaxation disabling logic into KconfigNathan Chancellor
2024-01-17Merge patch series "riscv: Add fine-tuned checksum functions"Palmer Dabbelt
2024-01-17kunit: Add tests for csum_ipv6_magic and ip_fast_csumCharlie Jenkins
2024-01-17riscv: Add checksum libraryCharlie Jenkins
2024-01-17riscv: Add checksum headerCharlie Jenkins
2024-01-17riscv: Add static key for misaligned accessesCharlie Jenkins
2024-01-17asm-generic: Improve csum_foldCharlie Jenkins
2024-01-17RISC-V: selftests: cbo: Ensure asm operands match constraintsAndrew Jones
2024-01-16Merge patch series "riscv: support kernel-mode Vector"Palmer Dabbelt
2024-01-16riscv: vector: allow kernel-mode Vector with preemptionAndy Chiu
2024-01-16riscv: vector: use kmem_cache to manage vector contextAndy Chiu
2024-01-16riscv: vector: use a mask to write vstate_ctrlAndy Chiu
2024-01-16riscv: vector: do not pass task_struct into riscv_v_vstate_{save,restore}()Andy Chiu
2024-01-16riscv: fpu: drop SR_SD bit checkingAndy Chiu
2024-01-16riscv: lib: vectorize copy_to_user/copy_from_userAndy Chiu
2024-01-16riscv: sched: defer restoring Vector context for userAndy Chiu
2024-01-16riscv: Add vector extension XOR implementationGreentime Hu
2024-01-16riscv: vector: make Vector always available for softirq contextAndy Chiu
2024-01-16riscv: Add support for kernel mode vectorGreentime Hu
2024-01-11Merge patch series "riscv: mm: Fixup & Optimize COMPAT code"Palmer Dabbelt
2024-01-11riscv: mm: Fixup compat arch_get_mmap_endGuo Ren
2024-01-11riscv: mm: Fixup compat mode boot failureGuo Ren
2024-01-11riscv: Fix an off-by-one in get_early_cmdline()Christophe JAILLET
2024-01-11Merge patch series "tools: selftests: riscv: Fix compiler warnings"Palmer Dabbelt
2024-01-11tools: selftests: riscv: Fix compile warnings in mm testsChristoph Müllner
2024-01-11tools: selftests: riscv: Fix compile warnings in vector testsChristoph Müllner
2024-01-11tools: selftests: riscv: Add missing include for vector testChristoph Müllner
2024-01-11tools: selftests: riscv: Fix compile warnings in cboChristoph Müllner
2024-01-11tools: selftests: riscv: Fix compile warnings in hwprobeChristoph Müllner
2024-01-11riscv: Add support for BATCHED_UNMAP_TLB_FLUSHAlexandre Ghiti
2024-01-11riscv: Use hugepage mappings for vmemmapAlexandre Ghiti
2024-01-11dt-bindings: riscv: Document cbop-block-sizeDaniel Henrique Barboza
2024-01-11Merge patch series "riscv: errata: thead: use riscv_nonstd_cache_ops for CMO"Palmer Dabbelt
2024-01-11dt-bindings: riscv: permit numbers in "riscv,isa"Conor Dooley
2024-01-11dt-bindings: riscv: cpus: Clarify mmu-type interpretationSamuel Holland
2024-01-11Merge patch series "RISC-V SBI debug console extension support"Palmer Dabbelt
2024-01-11riscv: sbi: Introduce system suspend supportAndrew Jones
2024-01-11Merge patch series "riscv: modules: Fix module loading error handling"Palmer Dabbelt
2024-01-11Merge patch series "riscv: enable EFFICIENT_UNALIGNED_ACCESS and DCACHE_WORD_...Palmer Dabbelt
2024-01-10riscv: errata: thead: use pa based instructions for CMOJisheng Zhang
2024-01-10riscv: errata: thead: use riscv_nonstd_cache_ops for CMOJisheng Zhang
2024-01-10RISC-V: Enable SBI based earlycon supportAnup Patel