index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
init
/
init_task.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-03-01
KVM: x86: Fix emulation in writing cr8
Zhenzhong Duan
1
-4
/
+1
2022-03-01
KVM: x86: flush TLB separately from MMU reset
Paolo Bonzini
1
-22
/
+46
2022-02-25
KVM: x86/mmu: clear MMIO cache when unloading the MMU
Paolo Bonzini
1
-0
/
+1
2022-02-25
KVM: x86/mmu: Always use current mmu's role when loading new PGD
Paolo Bonzini
1
-25
/
+4
2022-02-25
KVM: x86/mmu: load new PGD after the shadow MMU is initialized
Paolo Bonzini
3
-28
/
+25
2022-02-25
KVM: x86/mmu: look for a cached PGD when going from 32-bit to 64-bit
Paolo Bonzini
1
-23
/
+59
2022-02-25
KVM: x86/mmu: do not pass vcpu to root freeing functions
Paolo Bonzini
4
-16
/
+19
2022-02-25
KVM: x86/mmu: do not consult levels when freeing roots
Paolo Bonzini
1
-4
/
+6
2022-02-25
KVM: x86: use struct kvm_mmu_root_info for mmu->root
Paolo Bonzini
9
-49
/
+41
2022-02-25
KVM: x86/mmu: avoid NULL-pointer dereference on page freeing bugs
Paolo Bonzini
1
-0
/
+2
2022-02-25
KVM: x86: do not deliver asynchronous page faults if CR0.PG=0
Paolo Bonzini
1
-4
/
+18
2022-02-25
KVM: x86: Reinitialize context if host userspace toggles EFER.LME
Paolo Bonzini
2
-2
/
+2
2022-02-25
KVM: selftests: Verify disabling PMU virtualization via KVM_CAP_CONFIG_PMU
David Dunn
1
-0
/
+33
2022-02-25
KVM: selftests: Carve out helper to create "default" VM without vCPUs
David Dunn
2
-6
/
+18
2022-02-25
KVM: x86: Provide per VM capability for disabling PMU virtualization
David Dunn
7
-2
/
+50
2022-02-25
KVM: x86: Fix pointer mistmatch warning when patching RET0 static calls
Sean Christopherson
1
-2
/
+2
2022-02-25
KVM: Move VM's worker kthreads back to the original cgroup before exiting.
Vipin Sharma
1
-1
/
+21
2022-02-25
KVM: VMX: Remove scratch 'cpu' variable that shadows an identical scratch var
Peng Hao
1
-1
/
+0
2022-02-25
kvm: vmx: Fix typos comment in __loaded_vmcs_clear()
Peng Hao
1
-4
/
+4
2022-02-25
KVM: nVMX: Make setup/unsetup under the same conditions
Peng Hao
1
-1
/
+1
2022-02-25
KVM: x86: hyper-v: HVCALL_SEND_IPI_EX is an XMM fast hypercall
Vitaly Kuznetsov
1
-18
/
+34
2022-02-25
KVM: x86: hyper-v: Fix the maximum number of sparse banks for XMM fast TLB fl...
Vitaly Kuznetsov
1
-1
/
+2
2022-02-25
KVM: x86: hyper-v: Drop redundant 'ex' parameter from kvm_hv_flush_tlb()
Vitaly Kuznetsov
1
-17
/
+6
2022-02-25
KVM: x86: hyper-v: Drop redundant 'ex' parameter from kvm_hv_send_ipi()
Vitaly Kuznetsov
1
-4
/
+4
2022-02-22
KVM: PPC: reserve capability 210 for KVM_CAP_PPC_AIL_MODE_3
Nicholas Piggin
3
-0
/
+16
2022-02-22
KVM: s390: Add missing vm MEM_OP size check
Janis Schoetterl-Glausch
1
-1
/
+1
2022-02-22
KVM: s390: Clarify key argument for MEM_OP in api docs
Janis Schoetterl-Glausch
1
-1
/
+1
2022-02-18
KVM: x86/mmu: Remove MMU auditing
Sean Christopherson
6
-345
/
+0
2022-02-18
KVM: x86: allow defining return-0 static calls
Paolo Bonzini
6
-33
/
+16
2022-02-18
KVM: x86: make several APIC virtualization callbacks optional
Paolo Bonzini
6
-44
/
+17
2022-02-18
KVM: x86: warn on incorrectly NULL members of kvm_x86_ops
Paolo Bonzini
1
-2
/
+5
2022-02-18
KVM: x86: remove KVM_X86_OP_NULL and mark optional kvm_x86_ops
Paolo Bonzini
3
-46
/
+46
2022-02-18
KVM: x86: use static_call_cond for optional callbacks
Paolo Bonzini
1
-6
/
+2
2022-02-18
KVM: x86: return 1 unconditionally for availability of KVM_CAP_VAPIC
Paolo Bonzini
5
-17
/
+1
2022-02-18
selftests: KVM: allow sev_migrate_tests on machines without SEV-ES
Paolo Bonzini
1
-21
/
+57
2022-02-18
KVM: SEV: Allow SEV intra-host migration of VM with mirrors
Peter Gonda
3
-34
/
+73
2022-02-15
selftests: kvm: Check whether SIDA memop fails for normal guests
Thomas Huth
1
-0
/
+15
2022-02-14
KVM: s390: Update api documentation for memop ioctl
Janis Schoetterl-Glausch
2
-23
/
+91
2022-02-14
KVM: s390: Add capability for storage key extension of MEM_OP IOCTL
Janis Schoetterl-Glausch
2
-0
/
+2
2022-02-14
KVM: s390: Rename existing vcpu memop functions
Janis Schoetterl-Glausch
1
-9
/
+10
2022-02-14
KVM: s390: Add vm IOCTL for key checked guest absolute memory access
Janis Schoetterl-Glausch
4
-0
/
+161
2022-02-14
KVM: s390: Add optional storage key checking to MEMOP IOCTL
Janis Schoetterl-Glausch
2
-11
/
+26
2022-02-14
KVM: s390: selftests: Test TEST PROTECTION emulation
Janis Schoetterl-Glausch
3
-0
/
+229
2022-02-14
KVM: s390: handle_tprot: Honor storage keys
Janis Schoetterl-Glausch
3
-43
/
+35
2022-02-14
KVM: s390: Honor storage keys when accessing guest memory
Janis Schoetterl-Glausch
6
-31
/
+253
2022-02-14
s390/uaccess: Add copy_from/to_user_key functions
Janis Schoetterl-Glausch
2
-18
/
+85
2022-02-14
KVM: SVM: Rename AVIC helpers to use "avic" prefix instead of "svm"
Sean Christopherson
3
-33
/
+33
2022-02-14
KVM: x86/pmu: Use AMD64_RAW_EVENT_MASK for PERF_TYPE_RAW
Jim Mattson
1
-1
/
+1
2022-02-14
KVM: x86/pmu: Don't truncate the PerfEvtSeln MSR when creating a perf event
Jim Mattson
1
-2
/
+3
2022-02-11
KVM: SVM: fix race between interrupt delivery and AVIC inhibition
Maxim Levitsky
4
-49
/
+55
[next]