index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
subsystem-apis.rst
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-01-13
Revert "KVM: SVM: Do not throw warning when calling avic_vcpu_load on a runni...
Sean Christopherson
1
-0
/
+1
2023-01-13
KVM: SVM: Ignore writes to Remote Read Data on AVIC write traps
Sean Christopherson
1
-0
/
+3
2023-01-13
KVM: SVM: Handle multiple logical targets in AVIC kick fastpath
Sean Christopherson
1
-48
/
+62
2023-01-13
KVM: SVM: Require logical ID to be power-of-2 for AVIC entry
Sean Christopherson
1
-15
/
+15
2023-01-13
KVM: SVM: Update svm->ldr_reg cache even if LDR is "bad"
Sean Christopherson
1
-10
/
+4
2023-01-13
KVM: SVM: Always update local APIC on writes to logical dest register
Sean Christopherson
1
-7
/
+4
2023-01-13
KVM: SVM: Inhibit AVIC if vCPUs are aliased in logical mode
Sean Christopherson
3
-1
/
+13
2023-01-13
KVM: x86: Inhibit APICv/AVIC if the optimized physical map is disabled
Sean Christopherson
4
-1
/
+20
2023-01-13
KVM: x86: Honor architectural behavior for aliased 8-bit APIC IDs
Sean Christopherson
2
-9
/
+52
2023-01-13
KVM: x86: Disable APIC logical map if vCPUs are aliased in logical mode
Sean Christopherson
1
-2
/
+3
2023-01-13
KVM: x86: Disable APIC logical map if logical ID covers multiple MDAs
Sean Christopherson
1
-2
/
+8
2023-01-13
KVM: x86: Skip redundant x2APIC logical mode optimized cluster setup
Sean Christopherson
1
-5
/
+17
2023-01-13
KVM: x86: Explicitly track all possibilities for APIC map's logical modes
Sean Christopherson
2
-17
/
+52
2023-01-13
KVM: x86: Explicitly skip optimized logical map setup if vCPU's LDR==0
Sean Christopherson
1
-1
/
+3
2023-01-13
KVM: SVM: Add helper to perform final AVIC "kick" of single vCPU
Sean Christopherson
1
-12
/
+13
2023-01-13
KVM: SVM: Document that vCPU ID == APIC ID in AVIC kick fastpatch
Sean Christopherson
1
-3
/
+7
2023-01-13
Revert "KVM: SVM: Use target APIC ID to complete x2AVIC IRQs when possible"
Sean Christopherson
1
-18
/
+11
2023-01-13
KVM: SVM: Fix x2APIC Logical ID calculation for avic_kick_target_vcpus_fast
Suravee Suthikulpanit
1
-1
/
+1
2023-01-13
KVM: SVM: Compute dest based on sender's x2APIC status for AVIC kick
Sean Christopherson
1
-7
/
+1
2023-01-13
KVM: SVM: Replace "avic_mode" enum with "x2avic_enabled" boolean
Sean Christopherson
3
-35
/
+24
2023-01-13
KVM: x86: Inhibit APIC memslot if x2APIC and AVIC are enabled
Sean Christopherson
7
-14
/
+78
2023-01-13
KVM: x86: Move APIC access page helper to common x86 code
Sean Christopherson
4
-68
/
+44
2023-01-13
KVM: x86: Handle APICv updates for APIC "mode" changes via request
Sean Christopherson
1
-1
/
+1
2023-01-13
KVM: SVM: Don't put/load AVIC when setting virtual APIC mode
Sean Christopherson
3
-18
/
+17
2023-01-13
KVM: x86: Don't inhibit APICv/AVIC if xAPIC ID mismatch is due to 32-bit ID
Sean Christopherson
1
-1
/
+6
2023-01-13
KVM: x86: Don't inhibit APICv/AVIC on xAPIC ID "change" if APIC is disabled
Sean Christopherson
1
-0
/
+3
2023-01-13
KVM: SVM: Process ICR on AVIC IPI delivery failure due to invalid target
Sean Christopherson
1
-7
/
+9
2023-01-13
KVM: SVM: Flush the "current" TLB when activating AVIC
Sean Christopherson
1
-0
/
+6
2023-01-13
KVM: x86: Purge "highest ISR" cache when updating APICv state
Sean Christopherson
1
-2
/
+1
2023-01-13
KVM: x86: Blindly get current x2APIC reg value on "nodecode write" traps
Sean Christopherson
1
-7
/
+2
2022-12-28
KVM: selftests: Test Hyper-V invariant TSC control
Vitaly Kuznetsov
3
-0
/
+51
2022-12-28
KVM: selftests: Test that values written to Hyper-V MSRs are preserved
Vitaly Kuznetsov
1
-8
/
+28
2022-12-28
KVM: selftests: Convert hyperv_features test to using KVM_X86_CPU_FEATURE()
Vitaly Kuznetsov
2
-81
/
+127
2022-12-28
KVM: selftests: Rename 'msr->available' to 'msr->fault_exepected' in hyperv_f...
Vitaly Kuznetsov
1
-92
/
+92
2022-12-28
KVM: x86: Hyper-V invariant TSC control
Vitaly Kuznetsov
5
-1
/
+53
2022-12-28
KVM: x86: Add a KVM-only leaf for CPUID_8000_0007_EDX
Vitaly Kuznetsov
2
-2
/
+13
2022-12-27
x86/hyperv: Add HV_EXPOSE_INVARIANT_TSC define
Vitaly Kuznetsov
2
-1
/
+4
2022-12-27
KVM: x86/mmu: Pivot on "TDP MMU enabled" when handling direct page faults
Sean Christopherson
1
-1
/
+1
2022-12-27
KVM: x86/mmu: Pivot on "TDP MMU enabled" to check if active MMU is TDP MMU
Sean Christopherson
2
-21
/
+8
2022-12-27
KVM: x86/mmu: Replace open coded usage of tdp_mmu_page with is_tdp_mmu_page()
Sean Christopherson
2
-2
/
+2
2022-12-27
KVM: x86/mmu: Rename __direct_map() to direct_map()
David Matlack
2
-8
/
+8
2022-12-27
KVM: x86/mmu: Stop needlessly making MMU pages available for TDP MMU faults
David Matlack
1
-4
/
+0
2022-12-27
KVM: x86/mmu: Split out TDP MMU page fault handling
David Matlack
1
-14
/
+48
2022-12-27
KVM: x86/mmu: Initialize fault.{gfn,slot} earlier for direct MMUs
David Matlack
2
-4
/
+6
2022-12-27
KVM: x86/mmu: Handle no-slot faults in kvm_faultin_pfn()
David Matlack
2
-31
/
+31
2022-12-27
KVM: x86/mmu: Avoid memslot lookup during KVM_PFN_ERR_HWPOISON handling
David Matlack
1
-8
/
+10
2022-12-27
KVM: x86/mmu: Handle error PFNs in kvm_faultin_pfn()
David Matlack
1
-5
/
+10
2022-12-27
KVM: x86/mmu: Grab mmu_invalidate_seq in kvm_faultin_pfn()
David Matlack
3
-14
/
+14
2022-12-27
KVM: x86/mmu: Move TDP MMU VM init/uninit behind tdp_mmu_enabled
David Matlack
3
-14
/
+10
2022-12-27
KVM: x86/mmu: Change tdp_mmu to a read-only parameter
David Matlack
4
-38
/
+41
[next]