index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
Merge branch 'kvm-hv-xmm-hypercall-fixes' into HEAD
Paolo Bonzini
1
-36
/
+49
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-24
Merge branch 'kvm-ppc-cap-210' into kvm-next-5.18
Paolo Bonzini
3
-1
/
+17
2022-02-22
Merge tag 'kvm-s390-next-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel...
Paolo Bonzini
40
-172
/
+1055
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
Merge remote-tracking branch 'kvm/master' into HEAD
Paolo Bonzini
7
-61
/
+76
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
2022-02-11
KVM: SVM: set IRR in svm_deliver_interrupt
Paolo Bonzini
2
-3
/
+1
2022-02-11
KVM: SVM: extract avic_ring_doorbell
Maxim Levitsky
1
-11
/
+20
2022-02-11
selftests: kvm: Remove absent target file
Muhammad Usama Anjum
1
-1
/
+0
2022-02-11
Merge tag 'kvmarm-fixes-5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
1
-0
/
+2
[next]