index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
|
KVM: x86/mmu: Unnest TDP MMU helpers that allocate SPs for eager splitting
David Matlack
2024-06-14
1
-30
/
+18
|
|
*
|
|
|
KVM: x86/mmu: Hard code GFP flags for TDP MMU eager split allocations
David Matlack
2024-06-14
1
-6
/
+4
|
|
*
|
|
|
KVM: x86/mmu: Always drop mmu_lock to allocate TDP MMU SPs for eager splitting
David Matlack
2024-06-14
1
-15
/
+1
|
|
*
|
|
|
KVM: x86/mmu: Rephrase comment about synthetic PFERR flags in #PF handler
Sean Christopherson
2024-06-14
1
-1
/
+4
|
|
*
|
|
|
KVM: x86/mmu: Only allocate shadowed translation cache for sp->role.level <= ...
Hou Wenlong
2024-06-03
2
-7
/
+7
|
|
*
|
|
|
KVM: x86: invalid_list not used anymore in mmu_shrink_scan
Liang Chen
2024-06-03
1
-1
/
+0
|
|
|
/
/
/
|
*
|
|
|
Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-07-16
31
-209
/
+503
|
|
\
\
\
\
|
|
*
|
|
|
KVM: selftests: Add test for configure of x86 APIC bus frequency
Isaku Yamahata
2024-06-29
3
-0
/
+203
|
|
*
|
|
|
KVM: selftests: Add guest udelay() utility for x86
Reinette Chatre
2024-06-28
2
-0
/
+29
|
|
*
|
|
|
KVM: X86: Remove unnecessary GFP_KERNEL_ACCOUNT for temporary variables
Peng Hao
2024-06-28
1
-5
/
+4
|
|
*
|
|
|
KVM: x86: Add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2024-06-28
2
-0
/
+2
|
|
*
|
|
|
KVM: x86: Add KVM_RUN_X86_GUEST_MODE kvm_run flag
Thomas Prescher
2024-06-11
4
-0
/
+22
|
|
*
|
|
|
KVM: x86: Improve documentation for KVM_CAP_X86_BUS_LOCK_EXIT
Carlos López
2024-06-11
1
-25
/
+27
|
|
*
|
|
|
KVM: x86: Bury guest_cpuid_is_amd_or_hygon() in cpuid.c
Sean Christopherson
2024-06-10
2
-10
/
+12
|
|
*
|
|
|
KVM: x86: Open code vendor_intel() in string_registers_quirk()
Sean Christopherson
2024-06-10
1
-12
/
+8
|
|
*
|
|
|
KVM: x86: Allow SYSENTER in Compatibility Mode for all Intel compat vCPUs
Sean Christopherson
2024-06-10
1
-4
/
+6
|
|
*
|
|
|
KVM: SVM: Emulate SYSENTER RIP/RSP behavior for all Intel compat vCPUs
Sean Christopherson
2024-06-10
2
-15
/
+7
|
|
*
|
|
|
KVM: x86: Use "is Intel compatible" helper to emulate SYSCALL in !64-bit
Sean Christopherson
2024-06-10
3
-36
/
+16
|
|
*
|
|
|
KVM: x86: Inhibit code #DBs in MOV-SS shadow for all Intel compat vCPUs
Sean Christopherson
2024-06-10
1
-8
/
+6
|
|
*
|
|
|
KVM: x86: Apply Intel's TSC_AUX reserved-bit behavior to Intel compat vCPUs
Sean Christopherson
2024-06-10
1
-4
/
+4
|
|
*
|
|
|
KVM: x86/pmu: Squash period for checkpointed events based on host HLE/RTM
Sean Christopherson
2024-06-10
1
-1
/
+1
|
|
*
|
|
|
KVM: VMX: Remove unused declaration of vmx_request_immediate_exit()
Binbin Wu
2024-06-10
1
-1
/
+0
|
|
*
|
|
|
KVM: x86: Drop unused check_apicv_inhibit_reasons() callback definition
Hou Wenlong
2024-06-10
2
-2
/
+0
|
|
*
|
|
|
KVM: x86: Keep consistent naming for APICv/AVIC inhibit reasons
Alejandro Jimenez
2024-06-05
4
-5
/
+5
|
|
*
|
|
|
KVM: x86: Print names of apicv inhibit reasons in traces
Alejandro Jimenez
2024-06-05
3
-2
/
+30
|
|
*
|
|
|
KVM: x86: Add a capability to configure bus frequency for APIC timer
Isaku Yamahata
2024-06-05
3
-0
/
+45
|
|
*
|
|
|
KVM: x86: Make nanoseconds per APIC bus cycle a VM variable
Isaku Yamahata
2024-06-05
5
-4
/
+9
|
|
*
|
|
|
KVM: x86: hyper-v: Calculate APIC bus frequency for Hyper-V
Isaku Yamahata
2024-06-05
2
-2
/
+1
|
|
*
|
|
|
KVM: x86: Move shadow_phys_bits into "kvm_host", as "maxphyaddr"
Sean Christopherson
2024-06-03
6
-39
/
+37
|
|
*
|
|
|
KVM: x86/mmu: Snapshot shadow_phys_bits when kvm.ko is loaded
Sean Christopherson
2024-06-03
2
-4
/
+4
|
|
*
|
|
|
KVM: SVM: Use KVM's snapshot of the host's XCR0 for SEV-ES host state
Sean Christopherson
2024-06-03
1
-1
/
+1
|
|
*
|
|
|
KVM: x86: Add a struct to consolidate host values, e.g. EFER, XCR0, etc...
Sean Christopherson
2024-06-03
6
-40
/
+35
|
|
|
/
/
/
|
*
|
|
|
Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-07-16
31
-146
/
+196
|
|
\
\
\
\
|
|
*
|
|
|
KVM: Add missing MODULE_DESCRIPTION()
Jeff Johnson
2024-06-28
1
-4
/
+2
|
|
*
|
|
|
KVM: Mark a vCPU as preempted/ready iff it's scheduled out while running
David Matlack
2024-06-18
1
-1
/
+1
|
|
*
|
|
|
KVM: Ensure new code that references immediate_exit gets extra scrutiny
David Matlack
2024-06-18
2
-2
/
+15
|
|
*
|
|
|
KVM: Introduce vcpu->wants_to_run
David Matlack
2024-06-18
9
-8
/
+12
|
|
*
|
|
|
KVM: selftests: Test vCPU boot IDs above 2^32 and MAX_VCPU_ID
Mathias Krause
2024-06-18
1
-0
/
+16
|
|
*
|
|
|
KVM: selftests: Test max vCPU IDs corner cases
Mathias Krause
2024-06-18
1
-2
/
+20
|
|
*
|
|
|
KVM: x86: Prevent excluding the BSP on setting max_vcpu_ids
Sean Christopherson
2024-06-18
1
-1
/
+3
|
|
*
|
|
|
KVM: x86: Limit check IDs for KVM_SET_BOOT_CPU_ID
Mathias Krause
2024-06-18
1
-0
/
+3
|
|
*
|
|
|
KVM: Reject overly excessive IDs in KVM_CREATE_VCPU
Mathias Krause
2024-06-18
1
-1
/
+10
|
|
*
|
|
|
KVM: Fix a goof where kvm_create_vm() returns 0 instead of -ENOMEM
Dan Carpenter
2024-06-14
1
-2
/
+3
|
|
*
|
|
|
KVM: x86: Drop now-superflous setting of l1tf_flush_l1d in vcpu_run()
Sean Christopherson
2024-06-11
2
-4
/
+4
|
|
*
|
|
|
KVM: x86: Unconditionally set l1tf_flush_l1d during vCPU load
Sean Christopherson
2024-06-11
1
-6
/
+5
|
|
*
|
|
|
KVM: Delete the now unused kvm_arch_sched_in()
Sean Christopherson
2024-06-11
10
-17
/
+3
|
|
*
|
|
|
KVM: x86: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()
Sean Christopherson
2024-06-11
7
-27
/
+16
|
|
*
|
|
|
KVM: VMX: Move PLE grow/shrink helpers above vmx_vcpu_load()
Sean Christopherson
2024-06-11
1
-32
/
+32
|
|
*
|
|
|
KVM: Add a flag to track if a loaded vCPU is scheduled out
Sean Christopherson
2024-06-11
2
-0
/
+5
|
|
*
|
|
|
KVM: s390: Don't re-setup dummy routing when KVM_CREATE_IRQCHIP
Yi Wang
2024-06-11
1
-7
/
+2
[prev]
[next]