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
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-05
Merge tag 'x86-cleanups-2022-06-05' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-2
/
+2
2022-06-04
Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linux
Linus Torvalds
1
-6
/
+6
2022-06-03
KVM: x86: hyper-v: replace bitmap_weight() with hweight64()
Yury Norov
1
-2
/
+2
2022-06-03
KVM: x86: hyper-v: fix type of valid_bank_mask
Yury Norov
1
-2
/
+2
2022-05-27
x86: Fix all occurences of the "the the" typo
Bo Liu
2
-2
/
+2
2022-05-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
30
-1098
/
+2490
2022-05-25
KVM: x86: Fix the intel_pt PMI handling wrongly considered from guest
Yanfei Xu
1
-1
/
+1
2022-05-25
KVM: LAPIC: Drop pending LAPIC timer injection when canceling the timer
Wanpeng Li
1
-0
/
+1
2022-05-25
KVM: x86: avoid calling x86 emulator without a decoded instruction
Sean Christopherson
1
-12
/
+19
2022-05-25
KVM: SVM: Use kzalloc for sev ioctl interfaces to prevent kernel data leak
Ashish Kalra
1
-6
/
+6
2022-05-25
Merge tag 'kvm-riscv-5.19-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
2
-5
/
+39
2022-05-25
Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
11
-69
/
+109
2022-05-25
KVM: LAPIC: Trace LAPIC timer expiration on every vmentry
Wanpeng Li
3
-11
/
+2
2022-05-23
Merge tag 'x86_sev_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-34
/
+19
2022-05-20
KVM: x86/mmu: fix NULL pointer dereference on guest INVPCID
Paolo Bonzini
1
-2
/
+4
2022-05-20
KVM: x86: hyper-v: fix type of valid_bank_mask
Yury Norov
1
-2
/
+2
2022-05-20
kvm: x86/pmu: Fix the compare function used by the pmu event filter
Aaron Lewis
1
-2
/
+5
2022-05-12
KVM: x86/mmu: Update number of zapped pages even if page list is stable
Sean Christopherson
1
-4
/
+6
2022-05-12
KVM: x86/mmu: Speed up slot_rmap_walk_next for sparsely populated rmaps
Vipin Sharma
1
-2
/
+4
2022-05-12
KVM: VMX: Include MKTME KeyID bits in shadow_zero_check
Kai Huang
3
-19
/
+50
2022-05-12
KVM: x86/mmu: Add shadow_me_value and repurpose shadow_me_mask
Kai Huang
5
-10
/
+34
2022-05-12
KVM: x86/mmu: Rename reset_rsvds_bits_mask()
Kai Huang
1
-3
/
+3
2022-05-12
KVM: x86: a vCPU with a pending triple fault is runnable
Paolo Bonzini
1
-0
/
+3
2022-05-12
KVM: x86/mmu: Expand and clean up page fault stats
Sean Christopherson
5
-12
/
+37
2022-05-12
KVM: x86/mmu: Use IS_ENABLED() to avoid RETPOLINE for TDP page faults
Sean Christopherson
1
-3
/
+3
2022-05-12
KVM: x86/mmu: Make all page fault handlers internal to the MMU
Sean Christopherson
4
-107
/
+108
2022-05-12
KVM: x86/mmu: Add RET_PF_CONTINUE to eliminate bool+int* "returns"
Sean Christopherson
4
-32
/
+35
2022-05-12
KVM: x86/mmu: Drop exec/NX check from "page fault can be fast"
Sean Christopherson
1
-7
/
+12
2022-05-12
KVM: x86/mmu: Don't attempt fast page fault just because EPT is in use
Sean Christopherson
3
-17
/
+41
2022-05-12
KVM: VMX: clean up pi_wakeup_handler
Li RongQing
1
-4
/
+5
2022-05-12
KVM: x86: fix typo in __try_cmpxchg_user causing non-atomicness
Maxim Levitsky
1
-1
/
+1
2022-05-06
KVM: VMX: Exit to userspace if vCPU has injected exception and invalid state
Sean Christopherson
1
-1
/
+1
2022-05-06
KVM: SEV: Mark nested locking of vcpu->lock
Peter Gonda
1
-4
/
+38
2022-05-03
Merge branch 'kvm-amd-pmu-fixes' into HEAD
Paolo Bonzini
2
-3
/
+30
2022-05-03
Merge branch 'kvm-amd-pmu-fixes' into HEAD
Paolo Bonzini
2
-3
/
+30
2022-05-03
kvm: x86/cpuid: Only provide CPUID leaf 0xA if host has architectural PMU
Sandipan Das
1
-0
/
+5
2022-05-03
KVM: x86/svm: Account for family 17h event renumberings in amd_pmc_perf_hw_id
Kyle Huey
1
-3
/
+25
2022-05-03
Merge branch 'kvm-tdp-mmu-atomicity-fix' into HEAD
Paolo Bonzini
5
-61
/
+121
2022-05-03
Merge branch 'kvm-tdp-mmu-atomicity-fix' into HEAD
Paolo Bonzini
5
-61
/
+121
2022-05-03
KVM: x86/mmu: Use atomic XCHG to write TDP MMU SPTEs with volatile bits
Sean Christopherson
2
-31
/
+85
2022-05-03
KVM: x86/mmu: Move shadow-present check out of spte_has_volatile_bits()
Sean Christopherson
3
-27
/
+32
2022-05-03
KVM: x86/mmu: Don't treat fully writable SPTEs as volatile (modulo A/D)
Sean Christopherson
2
-9
/
+10
2022-05-02
KVM: VMX: Use vcpu_to_pi_desc() uniformly in posted_intr.c
Yuan Yao
1
-1
/
+1
2022-05-02
KVM: x86: avoid loading a vCPU after .vm_destroy was called
Maxim Levitsky
1
-7
/
+3
2022-05-02
KVM: x86: replace bitmap_weight with bitmap_empty where appropriate
Yury Norov
1
-4
/
+4
2022-04-29
KVM: x86: work around QEMU issue with synthetic CPUID leaves
Paolo Bonzini
1
-5
/
+14
2022-04-29
KVM: X86/MMU: Fix shadowing 5-level NPT for 4-level NPT L1 guest
Lai Jiangshan
2
-0
/
+17
2022-04-29
KVM: X86/MMU: Add sp_has_gptes()
Lai Jiangshan
1
-7
/
+15
2022-04-29
KVM: SVM: Introduce trace point for the slow-path of avic_kic_target_vcpus
Suravee Suthikulpanit
3
-0
/
+23
2022-04-29
KVM: SVM: Use target APIC ID to complete AVIC IRQs when possible
Suravee Suthikulpanit
1
-4
/
+68
[next]