summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds2022-05-251-7/+1
|\
| * swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig2022-04-181-7/+1
* | Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-05-252-24/+153
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-121-2/+19
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-057-11/+26
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-285-23/+24
| |\ \ \ \
| * \ \ \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-04-272-24/+153
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | riscv, bpf: Implement more atomic operations for RV64Pu Lehui2022-04-112-24/+153
* | | | | | Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-241-1/+1
|\ \ \ \ \ \
| * | | | | | randstruct: Reorganize Kconfigs and attribute macrosKees Cook2022-05-081-1/+1
| |/ / / / /
* | | | | | Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-05-241-1/+1
|\ \ \ \ \ \
| * | | | | | riscv: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld2022-05-131-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'x86_core_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-05-231-2/+2
|\ \ \ \ \ \
| * | | | | | bug: Use normal relative pointers in 'struct bug_entry'Josh Poimboeuf2022-05-191-2/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'riscv-for-linus-5.18-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-202-2/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | riscv: dts: microchip: fix gpio1 reg property typoConor Paxton2022-05-191-1/+1
| * | | | | riscv: dts: sifive: fu540-c000: align dma node name with dtschemaKrzysztof Kozlowski2022-05-191-1/+1
* | | | | | Merge tag 'riscv-for-linus-5.18-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-061-2/+19
|\| | | | | | |_|_|_|/ |/| | | |
| * | | | RISC-V: relocate DTB if it's outside memory regionNick Kossifidis2022-04-291-2/+19
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-05-011-2/+3
|\ \ \ \ \
| * \ \ \ \ Merge branch 'kvm-fixes-for-5.18-rc5' into HEADPaolo Bonzini2022-04-291-2/+3
| |\ \ \ \ \
| | * | | | | KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENTPaolo Bonzini2022-04-291-2/+3
| | | |_|/ / | | |/| | |
* | | | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-04-293-8/+20
|\ \ \ \ \ \
| * | | | | | riscv: dts: microchip: reparent mpfs clocksConor Dooley2022-04-222-5/+5
| * | | | | | riscv: dts: microchip: fix usage of fic clocks on mpfsConor Dooley2022-04-222-3/+15
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'riscv-for-linus-5.18-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-04-293-1/+3
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | / | |_|_|_|/ |/| | | |
| * | | | RISC-V: configs: Configs that had RPMSG_CHAR now get RPMSG_CTRLArnaud Pouliquen2022-04-262-0/+2
| * | | | riscv: patch_text: Fixup last cpu should be masterGuo Ren2022-04-221-1/+1
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-04-223-22/+22
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abusedSean Christopherson2022-04-212-10/+10
| * | | | KVM: RISC-V: Use kvm_vcpu.srcu_idx, drop RISC-V's unnecessary copySean Christopherson2022-04-213-13/+10
| * | | | RISC-V: KVM: Restrict the extensions that can be disabledAtish Patra2022-04-201-7/+12
| * | | | RISC-V: KVM: Remove 's' & 'u' as valid ISA extensionAtish Patra2022-04-201-3/+1
| | |_|/ | |/| |
* | | | Merge tag 'riscv-for-linus-5.18-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-04-222-1/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | RISC-V: cpuidle: fix Kconfig select for RISCV_SBI_CPUIDLERandy Dunlap2022-04-211-1/+1
| * | RISC-V: mm: Fix set_satp_mode() for platform not having Sv57Anup Patel2022-04-211-0/+1
| |/
* | RISC-V: KVM: include missing hwcap.h into vcpu_fpHeiko Stuebner2022-04-091-0/+1
* | RISC-V: KVM: Don't clear hgatp CSR in kvm_arch_vcpu_put()Anup Patel2022-04-091-2/+0
|/
* Merge tag 'riscv-for-linus-5.18-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-04-0128-47/+355
|\
| * RISC-V: K210 defconfigs: Drop redundant MEMBARRIER=nPalmer Dabbelt2022-03-313-3/+0
| * RISC-V: defconfig: Drop redundant SBI HVC and earlyconPalmer Dabbelt2022-03-312-4/+0
| * riscv: cpu.c: don't use kernel-doc markers for commentsRandy Dunlap2022-03-311-2/+2
| * RISC-V: Enable profiling by defaultAnup Patel2022-03-312-0/+2
| * RISC-V: module: fix apply_r_riscv_rcv_branch_rela typoWu Caize2022-03-311-2/+2
| * RISC-V: Declare per cpu boot data as staticAtish Patra2022-03-311-1/+1
| * RISC-V: Fix a comment typo in riscv_of_parent_hartid()Atish Patra2022-03-301-1/+1
| * riscv: Increase stack size under KASANDmitry Vyukov2022-03-301-2/+8
| * riscv: Fix fill_callchain return valueNikita Shubin2022-03-301-1/+1
| * riscv: dts: canaan: Fix SPI3 bus widthNiklas Cassel2022-03-304-0/+8
| * RISC-V CPU Idle SupportPalmer Dabbelt2022-03-3013-24/+322
| |\