summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-09-16drivers/perf: riscv: Export PMU event info functionAtish Patra2-55/+68
2025-09-16drivers/perf: riscv: Implement PMU event info functionAtish Patra2-0/+78
2025-09-16RISC-V: KVM: Add support for Raw event v2Atish Patra1-0/+4
2025-09-16drivers/perf: riscv: Add raw event v2 supportAtish Patra2-5/+15
2025-09-16drivers/perf: riscv: Add SBI v3.0 flagAtish Patra1-0/+4
2025-09-16KVM: riscv: selftests: Add SBI FWFT to get-reg-list testAnup Patel1-0/+32
2025-09-16RISC-V: KVM: Implement ONE_REG interface for SBI FWFT stateAnup Patel3-13/+200
2025-09-16RISC-V: KVM: Move copy_sbi_ext_reg_indices() to SBI implementationAnup Patel3-29/+29
2025-09-16RISC-V: KVM: Introduce optional ONE_REG callbacks for SBI extensionsAnup Patel4-83/+176
2025-09-16RISC-V: KVM: Introduce feature specific reset for SBI FWFTAnup Patel1-2/+28
2025-09-16RISC-V: KVM: Set initial value of hedeleg in kvm_arch_vcpu_create()Anup Patel1-1/+2
2025-09-16RISC-V: KVM: Prevent HGATP_MODE_BARE passedGuo Ren (Alibaba DAMO Academy)2-19/+41
2025-09-16RISC-V: KVM: Remove unnecessary HGATP csr_readGuo Ren (Alibaba DAMO Academy)1-4/+1
2025-09-16RISC-V: KVM: Write hgatp register with valid mode bitsFangyu Yu1-1/+2
2025-09-16KVM: riscv: selftests: Add common supported test casesQuan Zhou1-0/+6
2025-09-16KVM: riscv: selftests: Add missing headers for new testcasesDong Yang4-0/+4
2025-09-16KVM: riscv: selftests: Use the existing RISCV_FENCE macro in `rseq-riscv.h`Quan Zhou1-2/+1
2025-09-16KVM: riscv: selftests: Add bfloat16 extension to get-reg-list testQuan Zhou1-0/+12
2025-09-16KVM: riscv: selftests: Add Zicbop extension to get-reg-list testQuan Zhou1-0/+16
2025-09-16RISC-V: KVM: Allow bfloat16 extension for Guest/VMQuan Zhou2-0/+9
2025-09-16RISC-V: KVM: Allow Zicbop extension for Guest/VMQuan Zhou2-0/+3
2025-09-16RISC-V: KVM: Provide UAPI for Zicbop block sizeQuan Zhou2-0/+15
2025-09-16RISC-V: KVM: Change zicbom/zicboz block size to depend on the host isaQuan Zhou1-6/+6
2025-09-16RISC-V: KVM: Add support for SBI_FWFT_POINTER_MASKING_PMLENSamuel Holland3-1/+94
2025-09-08RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEGClément Léger1-0/+41
2025-09-08RISC-V: KVM: add support for FWFT SBI extensionClément Léger7-0/+256
2025-09-08Linux 6.17-rc5v6.17-rc5Linus Torvalds1-1/+1
2025-09-07Merge tag 'i2c-for-6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-15/+9
2025-09-07Merge tag 'edac_urgent_for_v6.17_rc5' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+0
2025-09-07Merge tag 'timers-urgent-2025-09-07' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-5/+18
2025-09-07Merge tag 'locking-urgent-2025-09-07' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-5/+13
2025-09-07Merge tag 'perf-urgent-2025-09-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2025-09-07Merge tag 'riscv-for-linus-6.17-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-15/+15
2025-09-06Merge tag 'rust-fixes-6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-7/+23
2025-09-06Merge tag 'i2c-host-fixes-6.17-rc5' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang323-2013/+3004
2025-09-06Merge tag 'perf-tools-fixes-for-v6.17-2025-09-05' of git://git.kernel.org/pub...Linus Torvalds5-40/+76
2025-09-06riscv: Fix sparse warning about different address spacesAlexandre Ghiti1-2/+2
2025-09-06riscv: Fix sparse warning in __get_user_error()Alexandre Ghiti1-1/+1
2025-09-06riscv: kexec: Initialize kexec_buf structBreno Leitao3-4/+4
2025-09-06riscv: use lw when reading int cpu in asm_per_cpuRadim Krčmář1-1/+1
2025-09-06riscv, bpf: use lw when reading int cpu in bpf_get_smp_processor_idRadim Krčmář1-1/+1
2025-09-06riscv, bpf: use lw when reading int cpu in BPF_MOV64_PERCPU_REGRadim Krčmář1-1/+1
2025-09-06riscv: uaccess: fix __put_user_nocheck for unaligned accessesAurelien Jarno1-1/+1
2025-09-06riscv: use lw when reading int cpu in new_vmalloc_checkRadim Krčmář1-1/+1
2025-09-06Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-10/+16
2025-09-05Merge tag 'spi-fix-v6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-33/+70
2025-09-05Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds7-5/+42
2025-09-05Merge tag 'audit-pr-20250905' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-09-05Merge tag '6.17-RC4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-19/+96
2025-09-05Merge tag 'hwmon-for-v6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-7/+7