index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-24
KVM: arm64: selftests: Cover ID_AA64ISAR3_EL1 in set_id_regs
Mark Brown
1
-0
/
+9
2025-09-24
KVM: arm64: selftests: Remove a duplicate register listing in set_id_regs
Mark Brown
1
-8
/
+5
2025-09-24
KVM: arm64: selftests: Cope with arch silliness in EL2 selftest
Oliver Upton
1
-2
/
+15
2025-09-24
KVM: arm64: selftests: Add basic test for running in VHE EL2
Oliver Upton
2
-0
/
+59
2025-09-24
KVM: arm64: selftests: Enable EL2 by default
Oliver Upton
3
-1
/
+26
2025-09-24
KVM: arm64: selftests: Initialize HCR_EL2
Oliver Upton
1
-0
/
+6
2025-09-24
KVM: arm64: selftests: Use the vCPU attr for setting nr of PMU counters
Oliver Upton
1
-31
/
+28
2025-09-24
KVM: arm64: selftests: Use hyp timer IRQs when test runs at EL2
Oliver Upton
3
-8
/
+28
2025-09-24
KVM: arm64: selftests: Select SMCCC conduit based on current EL
Oliver Upton
5
-8
/
+21
2025-09-24
KVM: arm64: selftests: Provide helper for getting default vCPU target
Oliver Upton
6
-13
/
+23
2025-09-24
KVM: arm64: selftests: Alias EL1 registers to EL2 counterparts
Oliver Upton
4
-11
/
+69
2025-09-24
KVM: arm64: selftests: Create a VGICv3 for 'default' VMs
Oliver Upton
19
-56
/
+60
2025-09-24
KVM: arm64: selftests: Add unsanitised helpers for VGICv3 creation
Oliver Upton
2
-17
/
+35
2025-09-24
KVM: arm64: selftests: Add helper to check for VGICv3 support
Oliver Upton
7
-7
/
+21
2025-09-24
KVM: arm64: selftests: Initialize VGICv3 only once
Oliver Upton
1
-3
/
+0
2025-09-24
KVM: arm64: selftests: Provide kvm_arch_vm_post_create() in library code
Oliver Upton
3
-14
/
+20
2025-09-23
KVM: SVM: Enable AVIC by default for Zen4+ if x2AVIC is support
Naveen N Rao
1
-4
/
+36
2025-09-23
KVM: SVM: Move global "avic" variable to avic.c
Sean Christopherson
2
-18
/
+26
2025-09-23
KVM: SVM: Don't advise the user to do force_avic=y (when x2AVIC is detected)
Sean Christopherson
1
-4
/
+2
2025-09-23
KVM: SVM: Always print "AVIC enabled" separately, even when force enabled
Sean Christopherson
1
-10
/
+9
2025-09-23
KVM: SVM: Update "APICv in x2APIC without x2AVIC" in avic.c, not svm.c
Sean Christopherson
3
-6
/
+5
2025-09-23
KVM: SVM: Move x2AVIC MSR interception helper to avic.c
Sean Christopherson
3
-53
/
+54
2025-09-23
KVM: SVM: Make svm_x86_ops globally visible, clean up on-HyperV usage
Sean Christopherson
4
-32
/
+31
2025-09-23
KVM: SVM: Re-load current, not host, TSC_AUX on #VMEXIT from SEV-ES guest
Hou Wenlong
3
-19
/
+18
2025-09-23
KVM: x86: Add helper to retrieve current value of user return MSR
Hou Wenlong
2
-0
/
+7
2025-09-23
KVM: SEV: Reject non-positive effective lengths during LAUNCH_UPDATE
Sean Christopherson
2
-2
/
+3
2025-09-23
KVM: SEV: Validate XCR0 provided by guest in GHCB
Sean Christopherson
3
-5
/
+5
2025-09-23
KVM: SEV: Read save fields from GHCB exactly once
Sean Christopherson
2
-21
/
+26
2025-09-23
KVM: SEV: Rename kvm_ghcb_get_sw_exit_code() to kvm_get_cached_sw_exit_code()
Sean Christopherson
1
-4
/
+4
2025-09-23
KVM: selftests: Add ex_str() to print human friendly name of exception vectors
Sean Christopherson
7
-22
/
+57
2025-09-23
selftests/kvm: remove stale TODO in xapic_state_test
Sukrut Heroorkar
1
-2
/
+2
2025-09-23
KVM: selftests: Handle Intel Atom errata that leads to PMU event overcount
dongsheng
5
-3
/
+77
2025-09-23
KVM: selftests: Validate more arch-events in pmu_counters_test
Dapeng Mi
4
-1
/
+29
2025-09-23
KVM: selftests: Reduce number of "unavailable PMU events" combos tested
Sean Christopherson
1
-15
/
+23
2025-09-23
KVM: selftests: Track unavailable_mask for PMU events as 32-bit value
Sean Christopherson
1
-2
/
+5
2025-09-23
KVM: selftests: Add timing_info bit support in vmx_pmu_caps_test
Dapeng Mi
1
-1
/
+2
2025-09-23
LoongArch: KVM: Move kvm_iocsr tracepoint out of generic code
Steven Rostedt
2
-35
/
+35
2025-09-23
LoongArch: KVM: Rework pch_pic_update_batch_irqs()
Yury Norov (NVIDIA)
1
-8
/
+3
2025-09-23
LoongArch: KVM: Add different length support in loongarch_pch_pic_write()
Bibo Mao
1
-103
/
+52
2025-09-23
LoongArch: KVM: Add different length support in loongarch_pch_pic_read()
Bibo Mao
1
-23
/
+19
2025-09-23
LoongArch: KVM: Add IRR and ISR register read emulation
Bibo Mao
1
-0
/
+6
2025-09-23
LoongArch: KVM: Set version information at initial stage
Bibo Mao
2
-10
/
+32
2025-09-23
LoongArch: KVM: Access mailbox directly in mail_send()
Bibo Mao
1
-17
/
+28
2025-09-23
LoongArch: KVM: Add implementation with IOCSR_IPI_SET
Bibo Mao
1
-15
/
+20
2025-09-23
LoongArch: KVM: Add sign extension with kernel IOCSR read emulation
Bibo Mao
1
-6
/
+6
2025-09-23
LoongArch: KVM: Add sign extension with kernel MMIO read emulation
Bibo Mao
1
-3
/
+4
2025-09-23
LoongArch: KVM: Add PTW feature detection on new hardware
Bibo Mao
3
-0
/
+7
2025-09-22
KVM: x86: Fix hypercalls docs section number order
Bagas Sanjaya
1
-3
/
+3
2025-09-22
KVM: x86: Don't treat ENTER and LEAVE as branches, because they aren't
Sean Christopherson
2
-5
/
+7
2025-09-21
Linux 6.17-rc7
v6.17-rc7
Linus Torvalds
1
-1
/
+1
[next]