summaryrefslogtreecommitdiffstats
path: root/arch/riscv (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2024-05-181-0/+3
|\
| * kprobe/ftrace: bail out if ftrace was killedStephen Brennan2024-05-161-0/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-05-1518-113/+443
|\ \
| * \ Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2024-05-108-30/+36
| |\ \
| * \ \ Merge tag 'kvm-riscv-6.10-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2024-05-0717-93/+443
| |\ \ \
| | * | | RISC-V: KVM: Improve firmware counter read functionAtish Patra2024-04-263-3/+8
| | * | | RISC-V: KVM: Support 64 bit firmware counters on RV32Atish Patra2024-04-263-2/+52
| | * | | RISC-V: KVM: Add perf sampling support for guestsAtish Patra2024-04-267-8/+93
| | * | | RISC-V: KVM: Implement SBI PMU Snapshot featureAtish Patra2024-04-263-1/+130
| | * | | RISC-V: KVM: No need to exit to the user space if perf event failedAtish Patra2024-04-262-8/+12
| | * | | RISC-V: KVM: No need to update the counter value during resetAtish Patra2024-04-261-6/+2
| | * | | RISC-V: KVM: Fix the initial sample period valueAtish Patra2024-04-261-1/+1
| | * | | RISC-V: Use the minor version mask while computing sbi versionAtish Patra2024-04-221-2/+2
| | * | | RISC-V: KVM: Rename the SBI_STA_SHMEM_DISABLE to a generic nameAtish Patra2024-04-223-6/+6
| | * | | RISC-V: Add SBI PMU snapshot definitionsAtish Patra2024-04-221-0/+11
| | * | | drivers/perf: riscv: Use BIT macro for shifting operationsAtish Patra2024-04-221-10/+10
| | * | | RISC-V: Add FIRMWARE_READ_HI definitionAtish Patra2024-04-221-0/+1
| | * | | RISC-V: Fix the typo in Scountovf CSR nameAtish Patra2024-04-221-1/+1
| | * | | RISCV: KVM: Introduce vcpu->reset_cntx_lockYong-Xuan Wang2024-04-223-0/+10
| | * | | RISCV: KVM: Introduce mp_state_lock to avoid lock inversionYong-Xuan Wang2024-04-224-29/+73
| | * | | RISC-V: KVM: Handle breakpoint exits for VCPUChao Du2024-04-081-0/+4
| | * | | RISC-V: KVM: Implement kvm_arch_vcpu_ioctl_set_guest_debug()Chao Du2024-04-084-18/+29
| * | | | Merge x86 bugfixes from Linux 6.9-rc3Paolo Bonzini2024-04-1913-20/+50
| |\| | |
| * | | | KVM: delete .change_pte MMU notifier callbackPaolo Bonzini2024-04-111-20/+0
* | | | | Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-05-155-35/+38
|\ \ \ \ \
| * | | | | arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)2024-05-142-34/+35
| * | | | | riscv: extend execmem_params for generated code allocationsMike Rapoport (IBM)2024-05-144-24/+16
| * | | | | mm/execmem, arch: convert simple overrides of module_alloc to execmemMike Rapoport (IBM)2024-05-141-7/+17
* | | | | | Merge tag 'printk-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-153-3/+3
|\ \ \ \ \ \
| * | | | | | printk: Remove redundant CONFIG_BASE_FULLYoann Congal2024-05-063-3/+3
* | | | | | | Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-05-153-14/+267
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-05-142-12/+62
| |\ \ \ \ \ \ \
| | * | | | | | | riscv, bpf: make some atomic operations fully orderedPuranjay Mohan2024-05-131-10/+10
| | * | | | | | | riscv, bpf: Fix typo in commentXiao Wang2024-05-131-2/+2
| | * | | | | | | riscv, bpf: inline bpf_get_smp_processor_id()Puranjay Mohan2024-05-131-0/+26
| | * | | | | | | riscv, bpf: add internal-only MOV instruction to resolve per-CPU addrsPuranjay Mohan2024-05-131-0/+24
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-028-30/+36
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | / / | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-04-293-2/+205
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | bpf, riscv: Implement bpf_addr_space_cast instructionPuranjay Mohan2024-04-043-0/+16
| | * | | | | | bpf, riscv: Implement PROBE_MEM32 pseudo instructionsPuranjay Mohan2024-04-043-2/+189
* | | | | | | | Merge tag 'irq-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-141-0/+2
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | RISC-V: Select APLIC and IMSIC driversAnup Patel2024-03-251-0/+2
* | | | | | | | Merge tag 'soc-drivers-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-05-136-20/+19
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'riscv-config-for-v6.10' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2024-05-076-20/+19
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | riscv: config: enable ARCH_CANAAN in defconfigYangyu Chen2024-04-101-0/+1
| | * | | | | | | RISC-V: drop SOC_VIRT for ARCH_VIRTConor Dooley2024-04-103-5/+2
| | * | | | | | | RISC-V: drop SOC_SIFIVE for ARCH_SIFIVEConor Dooley2024-04-102-4/+1
| | * | | | | | | RISC-V: drop SOC_MICROCHIP_POLARFIRE for ARCH_MICROCHIPConor Dooley2024-04-102-5/+5
| | * | | | | | | RISC-V: Drop unused SOC_CANAANConor Dooley2024-04-051-4/+0
| | * | | | | | | riscv: Kconfig.socs: Split ARCH_CANAAN and SOC_CANAAN_K210Yangyu Chen2024-04-054-5/+13
| | |/ / / / / /