aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2024-06-10Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-8/+37
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-19/+21
2024-06-03Merge tag 'kvm-riscv-fixes-6.10-1' of https://github.com/kvm-riscv/linux into...Paolo Bonzini2-5/+6
2024-06-03riscv, bpf: Introduce shift add helper with Zba optimizationXiao Wang3-8/+37
2024-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski20-181/+294
2024-05-31RISC-V: KVM: Fix incorrect reg_subtype labels in kvm_riscv_vcpu_set_reg_isa_e...Quan Zhou1-2/+2
2024-05-31RISC-V: KVM: No need to use mask when hart-index-bit is 0Yong-Xuan Wang1-3/+4
2024-05-30riscv: Fix fully ordered LR/SC xchg[8|16]() implementationsAlexandre Ghiti1-10/+12
2024-05-30riscv: enable HAVE_ARCH_HUGE_VMAP for XIP kernelNam Cao1-1/+1
2024-05-30riscv: prevent pt_regs corruption for secondary idle threadsSergey Matyukevich2-3/+2
2024-05-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-5/+37
2024-05-24Merge tag 'riscv-for-linus-6.10-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds20-181/+294
2024-05-24riscv, bpf: Try RVC for reg move within BPF_CMPXCHG JITXiao Wang1-2/+4
2024-05-24riscv, bpf: Use STACK_ALIGN macro for size rounding upXiao Wang1-3/+3
2024-05-24riscv, bpf: Optimize zextw insn with Zba extensionXiao Wang2-0/+30
2024-05-23riscv: Fix early ftrace nop patchingAlexandre Ghiti2-0/+9
2024-05-22Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds5-0/+49
2024-05-22Merge patch series "riscv: Extension parsing fixes"Palmer Dabbelt3-7/+45
2024-05-22riscv: mm: accelerate pagefault when badaccessKefeng Wang1-2/+2
2024-05-22riscv: uaccess: Relax the threshold for fast pathXiao Wang1-1/+1
2024-05-22riscv: uaccess: Allow the last potential unrolled copyXiao Wang1-1/+1
2024-05-22riscv: typo in comment for get_f64_regXingyou Chen1-1/+1
2024-05-22Use bool value in set_cpu_online()Zhao Ke1-1/+1
2024-05-22Merge patch series "riscv: fix debug_pagealloc"Palmer Dabbelt2-6/+25
2024-05-22riscv: stacktrace: fixed walk_stackframe()Matthew Bystrin1-6/+14
2024-05-22ftrace: riscv: move from REGS to ARGSPuranjay Mohan5-141/+143
2024-05-22Merge patch series "riscv: access_ok() optimization"Palmer Dabbelt2-4/+1
2024-05-22riscv: do not select MODULE_SECTIONS by defaultQingfang Deng1-1/+1
2024-05-22riscv: show help string for riscv-specific targetsEmil Renner Berthing1-0/+17
2024-05-22riscv: make image compression configurableEmil Renner Berthing3-10/+33
2024-05-22Merge tag 'riscv-for-linus-6.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds35-666/+615
2024-05-22riscv: cpufeature: Fix extension subset checkingCharlie Jenkins1-1/+1
2024-05-22riscv: cpufeature: Fix thead vector hwcap removalCharlie Jenkins3-6/+44
2024-05-22riscv: rewrite __kernel_map_pages() to fix sleeping in invalid contextNam Cao1-6/+22
2024-05-22riscv: force PAGE_SIZE linear mapping if debug_pagealloc is enabledNam Cao1-0/+3
2024-05-20Merge tag 'soc-dt-late-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-711/+692
2024-05-19riscv: add support for kernel-mode FPUSamuel Holland5-0/+49
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds7-15/+11
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds6-31/+3
2024-05-18Merge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+1
2024-05-17Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-0/+3
2024-05-16riscv: Define TASK_SIZE_MAX for __access_ok()Samuel Holland1-0/+1
2024-05-16riscv: Remove PGDIR_SIZE_L3 and TASK_SIZE_MINSamuel Holland2-4/+0
2024-05-16kprobe/ftrace: bail out if ftrace was killedStephen Brennan1-0/+3
2024-05-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds18-113/+443
2024-05-15Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-35/+38
2024-05-15Merge tag 'printk-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+3
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds3-14/+267
2024-05-14Merge tag 'irq-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2024-05-14Makefile: remove redundant tool coverage variablesMasahiro Yamada5-28/+0