aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2021-11-19Merge tag 'riscv-for-linus-5.16-rc2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-0/+6
2021-11-18riscv: fix building external modulesGravatar Andreas Schwab 1-0/+2
2021-11-18RISC-V: Enable KVM in RV64 and RV32 defconfigs as a moduleGravatar Anup Patel 2-0/+4
2021-11-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-2/+2
2021-11-18KVM: RISC-V: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUSGravatar Vitaly Kuznetsov 1-1/+1
2021-11-18riscv: kvm: fix non-kernel-doc comment blockGravatar Randy Dunlap 1-1/+1
2021-11-17Documentation: update vcpu-requests.rst referenceGravatar Mauro Carvalho Chehab 1-1/+1
2021-11-13Merge tag 'riscv-for-linus-5.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 21-137/+292
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 2-2/+4
2021-11-10Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-9/+0
2021-11-09Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+4
2021-11-09include/linux/delay.h: replace kernel.h with the necessary inclusionsGravatar Andy Shevchenko 1-0/+4
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 2-6/+4
2021-11-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+2
2021-11-06memblock: use memblock_free for freeing virtual pointersGravatar Mike Rapoport 1-3/+2
2021-11-06memblock: rename memblock_free to memblock_phys_freeGravatar Mike Rapoport 1-2/+3
2021-11-05riscv, bpf: Fix RV32 broken build, and silence RV64 warningGravatar Björn Töpel 2-2/+4
2021-11-02Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+2
2021-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 22-0/+4523
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 4-48/+178
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 5-18/+10
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 4-48/+178
2021-11-01Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 3-7/+0
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-8/+6
2021-11-01Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-11/+2
2021-11-01riscv, bpf: Increase the maximum number of iterationsGravatar Björn Töpel 1-1/+1
2021-11-01RISC-V: KVM: fix boolreturn.cocci warningsGravatar Bixuan Cui 1-9/+9
2021-11-01RISC-V: KVM: remove unneeded semicolonGravatar ran jianping 4-8/+8
2021-10-31RISC-V: KVM: Fix GPA passed to __kvm_riscv_hfence_gvma_xyz() functionsGravatar Anup Patel 2-4/+5
2021-10-31RISC-V: KVM: Factor-out FP virtualization into separate sourcesGravatar Anup Patel 5-176/+228
2021-10-30Merge tag 'riscv-for-linus-5.15-rc8' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-13/+11
2021-10-29riscv: Fix asan-stack clang buildGravatar Alexandre Ghiti 3-2/+10
2021-10-29riscv: Do not re-populate shadow memory with kasan_populate_early_shadowGravatar Alexandre Ghiti 1-11/+0
2021-10-28riscv, bpf: Fix potential NULL dereferenceGravatar Björn Töpel 1-1/+2
2021-10-28riscv, bpf: Add BPF exception tablesGravatar Tong Tiangen 4-47/+177
2021-10-27riscv: defconfig: enable DRM_NOUVEAUGravatar Heinrich Schuchardt 1-3/+4
2021-10-27riscv: fix misalgned trap vector base addressGravatar Chen Lu 1-0/+1
2021-10-27ftrace: disable preemption when recursion lockedGravatar 王贇 1-2/+0
2021-10-26riscv/vdso: Drop unneeded part due to merge issueGravatar Kefeng Wang 1-11/+0
2021-10-26riscv: remove .text section size limitation for XIPGravatar Vitaly Wool 4-9/+26
2021-10-26irq: remove handle_domain_{irq,nmi}()Gravatar Mark Rutland 1-1/+0
2021-10-26irq: riscv: perform irqentry in entry codeGravatar Mark Rutland 3-11/+2
2021-10-25irq: add a (temporary) CONFIG_HANDLE_DOMAIN_IRQ_IRQENTRYGravatar Mark Rutland 1-0/+1
2021-10-24kbuild: use more subdir- for visiting subdirectories while cleaningGravatar Masahiro Yamada 2-6/+4
2021-10-22bpf: Define bpf_jit_alloc_exec_limit for riscv JITGravatar Lorenz Bauer 1-0/+5
2021-10-22riscv: do not select non-existing config ANON_INODESGravatar Lukas Bulwahn 1-1/+0
2021-10-21Merge tag 'riscv-sifive-dt-5.16' of git://gitolite.kernel.org/pub/scm/linux/k...Gravatar Palmer Dabbelt 4-16/+7
2021-10-20riscv: Use of_get_cpu_hwid()Gravatar Rob Herring 1-1/+2
2021-10-19riscv: dts: sifive: add missing compatible for plicGravatar Krzysztof Kozlowski 1-1/+1
2021-10-19riscv: dts: microchip: add missing compatibles for clint and plicGravatar Krzysztof Kozlowski 1-2/+2