summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-182-2/+2
|\
| * KVM: RISC-V: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUSVitaly Kuznetsov2021-11-181-1/+1
| * riscv: kvm: fix non-kernel-doc comment blockRandy Dunlap2021-11-181-1/+1
* | Documentation: update vcpu-requests.rst referenceMauro Carvalho Chehab2021-11-171-1/+1
* | Merge tag 'riscv-for-linus-5.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-11-1321-137/+292
|\ \
| * | riscv: defconfig: enable DRM_NOUVEAUHeinrich Schuchardt2021-10-271-3/+4
| * | riscv/vdso: Drop unneeded part due to merge issueKefeng Wang2021-10-261-11/+0
| * | riscv: remove .text section size limitation for XIPVitaly Wool2021-10-264-9/+26
| * | Merge tag 'riscv-sifive-dt-5.16' of git://gitolite.kernel.org/pub/scm/linux/k...Palmer Dabbelt2021-10-214-16/+7
| |\ \
| | * | riscv: dts: sifive: add missing compatible for plicKrzysztof Kozlowski2021-10-191-1/+1
| | * | riscv: dts: microchip: add missing compatibles for clint and plicKrzysztof Kozlowski2021-10-191-2/+2
| | * | riscv: dts: sifive: drop duplicated nodes and properties in sifiveKrzysztof Kozlowski2021-10-192-10/+0
| | * | riscv: dts: sifive: fix Unleashed board compatibleKrzysztof Kozlowski2021-10-191-1/+2
| | * | riscv: dts: sifive: use only generic JEDEC SPI NOR flash compatibleKrzysztof Kozlowski2021-10-192-2/+2
| * | | riscv: dts: microchip: use vendor compatible for Cadence SD4HCKrzysztof Kozlowski2021-10-071-1/+1
| * | | riscv: dts: microchip: drop unused pinctrl-namesKrzysztof Kozlowski2021-10-071-1/+0
| * | | riscv: dts: microchip: drop duplicated MMC/SDHC nodeKrzysztof Kozlowski2021-10-072-28/+12
| * | | riscv: dts: microchip: fix board compatibleKrzysztof Kozlowski2021-10-072-3/+3
| * | | riscv: dts: microchip: drop duplicated nodesKrzysztof Kozlowski2021-10-071-5/+0
| * | | Merge tag 'for-riscv' of https://git.kernel.org/pub/scm/virt/kvm/kvm.git into...Palmer Dabbelt2021-10-042-1/+88
| |\ \ \
| * | | | riscv: add rv32 and rv64 randconfig build targetsRandy Dunlap2021-10-043-0/+14
| * | | | riscv: mm: don't advertise 1 num_asid for 0 asid bitsVineet Gupta2021-10-041-3/+5
| * | | | riscv: set default pm_power_off to NULLDimitri John Ledkov2021-10-041-3/+9
| * | | | riscv/vdso: Add support for time namespacesTong Tiangen2021-10-046-54/+211
* | | | | Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-112-2/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | riscv, bpf: Fix RV32 broken build, and silence RV64 warningBjörn Töpel2021-11-052-2/+4
* | | | | Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-101-9/+0
|\ \ \ \ \
| * | | | | arch: remove unused function syscall_set_arguments()Peter Collingbourne2021-09-141-9/+0
| | |_|_|/ | |/| | |
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-091-0/+4
|\ \ \ \ \
| * | | | | include/linux/delay.h: replace kernel.h with the necessary inclusionsAndy Shevchenko2021-11-091-0/+4
* | | | | | Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-11-082-6/+4
|\ \ \ \ \ \
| * | | | | | kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada2021-10-242-6/+4
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-2/+2
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | memblock: use memblock_free for freeing virtual pointersMike Rapoport2021-11-061-3/+2
| * | | | | | memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-2/+3
* | | | | | | Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-021-1/+2
|\ \ \ \ \ \ \
| * | | | | | | riscv: Use of_get_cpu_hwid()Rob Herring2021-10-201-1/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-0222-0/+4523
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | RISC-V: KVM: fix boolreturn.cocci warningsBixuan Cui2021-11-011-9/+9
| * | | | | | RISC-V: KVM: remove unneeded semicolonran jianping2021-11-014-8/+8
| * | | | | | RISC-V: KVM: Fix GPA passed to __kvm_riscv_hfence_gvma_xyz() functionsAnup Patel2021-10-312-4/+5
| * | | | | | RISC-V: KVM: Factor-out FP virtualization into separate sourcesAnup Patel2021-10-315-176/+228
| * | | | | | riscv: do not select non-existing config ANON_INODESLukas Bulwahn2021-10-221-1/+0
| * | | | | | RISC-V: KVM: Add SBI v0.1 supportAtish Patra2021-10-045-0/+209
| * | | | | | RISC-V: KVM: Implement ONE REG interface for FP registersAtish Patra2021-10-042-0/+114
| * | | | | | RISC-V: KVM: FP lazy save/restoreAtish Patra2021-10-044-0/+342
| * | | | | | RISC-V: KVM: Add timer functionalityAtish Patra2021-10-047-1/+309
| * | | | | | RISC-V: KVM: Implement MMU notifiersAnup Patel2021-10-044-5/+89
| * | | | | | RISC-V: KVM: Implement stage2 page table programmingAnup Patel2021-10-045-16/+676
| * | | | | | RISC-V: KVM: Implement VMID allocatorAnup Patel2021-10-047-2/+249