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
/
bin
/
stackcollapse-report
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-18
KVM: x86: Rename vmx_vmentry/vmexit_ctrl() helpers
Dapeng Mi
1
-4
/
+4
2025-09-18
KVM: x86/pmu: Snapshot host (i.e. perf's) reported PMU capabilities
Sean Christopherson
1
-5
/
+10
2025-09-18
KVM: SVM: Check pmu->version, not enable_pmu, when getting PMC MSRs
Sean Christopherson
1
-1
/
+1
2025-09-18
KVM: VMX: Setup canonical VMCS config prior to kvm_x86_vendor_init()
Sean Christopherson
1
-4
/
+9
2025-09-16
Documentation: KVM: Call out that KVM strictly follows the 8254 PIT spec
Jiaming Zhang
1
-0
/
+6
2025-09-16
KVM: x86: hyper-v: Use guard() instead of mutex_lock() to simplify code
Liao Yuanhong
1
-7
/
+5
2025-09-16
KVM: x86: Use guard() instead of mutex_lock() to simplify code
Liao Yuanhong
1
-10
/
+7
2025-09-16
KVM: x86/pmu: Correct typo "_COUTNERS" to "_COUNTERS"
Dapeng Mi
2
-7
/
+7
2025-09-16
KVM: TDX: Reject fully in-kernel irqchip if EOIs are protected, i.e. for TDX VMs
Sagi Shahar
3
-0
/
+15
2025-09-10
KVM: x86: Move vector_hashing into lapic.c
Sean Christopherson
3
-11
/
+6
2025-09-10
KVM: x86: Make "lowest priority" helpers local to lapic.c
Sean Christopherson
2
-16
/
+12
2025-09-10
KVM: x86: Move kvm_irq_delivery_to_apic() from irq.c to lapic.c
Sean Christopherson
4
-61
/
+60
2025-08-19
KVM: x86: Zero XSTATE components on INIT by iterating over supported features
Chao Gao
1
-3
/
+9
2025-08-19
KVM: x86: Manually clear MPX state only on INIT
Sean Christopherson
1
-16
/
+30
2025-08-19
KVM: x86: Add kvm_msr_{read,write}() helpers
Yang Weijiang
3
-5
/
+16
2025-08-19
KVM: x86: Use double-underscore read/write MSR helpers as appropriate
Sean Christopherson
1
-13
/
+16
2025-08-19
KVM: x86: Rename kvm_{g,s}et_msr()* to show that they emulate guest accesses
Yang Weijiang
4
-26
/
+27
2025-08-19
KVM: x86: Advertise support for the immediate form of MSR instructions
Xin Li
4
-2
/
+16
2025-08-19
KVM: VMX: Support the immediate form of WRMSRNS in the VM-Exit fastpath
Xin Li
3
-4
/
+17
2025-08-19
KVM: x86: Add support for RDMSR/WRMSRNS w/ immediate on Intel
Xin Li
6
-13
/
+90
2025-08-19
KVM: x86: Rename handle_fastpath_set_msr_irqoff() to handle_fastpath_wrmsr()
Xin Li
4
-5
/
+5
2025-08-19
KVM: x86: Rename local "ecx" variables to "msr" and "pmc" as appropriate
Sean Christopherson
1
-12
/
+12
2025-08-19
x86/cpufeatures: Add a CPU feature bit for MSR immediate form instructions
Xin Li
2
-0
/
+2
2025-08-19
KVM: x86: Add a fastpath handler for INVD
Sean Christopherson
4
-0
/
+14
2025-08-19
KVM: x86: Push acquisition of SRCU in fastpath into kvm_pmu_trigger_event()
Sean Christopherson
2
-14
/
+8
2025-08-19
KVM: x86/pmu: Rename check_pmu_event_filter() to pmc_is_event_allowed()
Sean Christopherson
1
-3
/
+3
2025-08-19
KVM: x86/pmu: Drop redundant check on PMC being locally enabled for emulation
Sean Christopherson
1
-2
/
+1
2025-08-19
KVM: x86/pmu: Drop redundant check on PMC being globally enabled for emulation
Sean Christopherson
1
-1
/
+1
2025-08-19
KVM: x86/pmu: Open code pmc_event_is_allowed() in its callers
Sean Christopherson
1
-8
/
+4
2025-08-19
KVM: x86/pmu: Rename pmc_speculative_in_use() to pmc_is_locally_enabled()
Sean Christopherson
3
-5
/
+5
2025-08-19
KVM: x86/pmu: Calculate set of to-be-emulated PMCs at time of WRMSRs
Sean Christopherson
3
-21
/
+61
2025-08-19
KVM: x86/pmu: Add wrappers for counting emulated instructions/branches
Sean Christopherson
4
-15
/
+24
2025-08-19
KVM: x86/pmu: Move kvm_init_pmu_capability() to pmu.c
Sean Christopherson
2
-46
/
+48
2025-08-19
KVM: x86: Fold WRMSR fastpath helpers into the main handler
Sean Christopherson
1
-29
/
+5
2025-08-19
KVM: x86: Unconditionally grab data from EDX:EAX in WRMSR fastpath
Sean Christopherson
1
-3
/
+1
2025-08-19
KVM: x86: Acquire SRCU in WRMSR fastpath iff instruction needs to be skipped
Sean Christopherson
1
-13
/
+8
2025-08-19
KVM: x86: Unconditionally handle MSR_IA32_TSC_DEADLINE in fastpath exits
Sean Christopherson
3
-5
/
+1
2025-08-19
KVM: x86: Drop semi-arbitrary restrictions on IPI type in fastpath
Sean Christopherson
1
-7
/
+1
2025-08-19
KVM: x86: Only allow "fast" IPIs in fastpath WRMSR(X2APIC_ICR) handler
Sean Christopherson
3
-4
/
+27
2025-08-19
KVM: x86: Add kvm_icr_to_lapic_irq() helper to allow for fastpath IPIs
Sean Christopherson
1
-12
/
+18
2025-08-19
kvm: x86: simplify kvm_vector_to_index()
Yury Norov
1
-9
/
+2
2025-08-19
KVM: x86: allow CPUID 0xC000_0000 to proceed on Zhaoxin CPUs
Ewan Hai
1
-1
/
+2
2025-08-19
arch/x86/kvm/ioapic: Remove license boilerplate with bad FSF address
Thomas Huth
1
-14
/
+1
2025-08-19
KVM: SVM: Skip fastpath emulation on VM-Exit if next RIP isn't valid
Sean Christopherson
1
-2
/
+10
2025-08-19
KVM: SVM: Emulate PERF_CNTR_GLOBAL_STATUS_SET for PerfMonV2
Sean Christopherson
4
-0
/
+9
2025-08-19
KVM: x86: Don't (re)check L1 intercepts when completing userspace I/O
Sean Christopherson
3
-14
/
+13
2025-08-17
Linux 6.17-rc2
v6.17-rc2
Linus Torvalds
1
-1
/
+1
2025-08-15
x86/cpuid: Remove transitional <asm/cpuid.h> header
Ahmed S. Darwish
1
-8
/
+0
2025-08-15
x86/sev: Ensure SVSM reserved fields in a page validation entry are initializ...
Tom Lendacky
2
-0
/
+3
2025-08-15
virt: sev-guest: Satisfy linear mapping requirement in get_derived_key()
Tom Lendacky
1
-15
/
+12
[next]