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-07-19
KVM: x86: Protect the unused bits in MSR exiting flags
Aaron Lewis
1
-0
/
+8
2022-07-15
KVM: emulate: do not adjust size of fastop and setcc subroutines
Paolo Bonzini
1
-10
/
+7
2022-07-14
KVM: x86: Fully initialize 'struct kvm_lapic_irq' in kvm_pv_kick_cpu_op()
Vitaly Kuznetsov
1
-8
/
+10
2022-07-14
Merge commit 'kvm-vmx-nested-tsc-fix' into kvm-master
Paolo Bonzini
1
-1
/
+0
2022-07-14
kvm: stats: tell userspace which values are boolean
Paolo Bonzini
1
-1
/
+1
2022-07-14
x86/kvm: fix FASTOP_SIZE when return thunks are enabled
Thadeu Lima de Souza Cascardo
1
-4
/
+6
2022-07-14
KVM: nVMX: Always enable TSC scaling for L2 when it was enabled for L1
Vitaly Kuznetsov
1
-1
/
+0
2022-06-29
x86/retbleed: Add fine grained Kconfig knobs
Peter Zijlstra
1
-2
/
+2
2022-06-27
KVM: VMX: Prevent RSB underflow before vmenter
Josh Poimboeuf
5
-13
/
+34
2022-06-27
x86/speculation: Fill RSB on vmexit for IBRS
Josh Poimboeuf
1
-3
/
+3
2022-06-27
KVM: VMX: Fix IBRS handling after vmexit
Josh Poimboeuf
1
-1
/
+6
2022-06-27
KVM: VMX: Prevent guest RSB poisoning attacks with eIBRS
Josh Poimboeuf
4
-31
/
+68
2022-06-27
KVM: VMX: Convert launched argument to flags
Josh Poimboeuf
5
-9
/
+31
2022-06-27
KVM: VMX: Flatten __vmx_vcpu_run()
Josh Poimboeuf
1
-73
/
+46
2022-06-27
x86: Add magic AMD return-thunk
Peter Zijlstra
1
-0
/
+18
2022-06-27
x86/kvm: Fix SETcc emulation for return thunks
Peter Zijlstra
1
-13
/
+15
2022-06-27
x86/kvm/vmx: Make noinstr clean
Peter Zijlstra
2
-5
/
+5
2022-06-24
KVM: SEV: Init target VMCBs in sev_migrate_from
Peter Gonda
3
-33
/
+48
2022-06-24
KVM: x86/svm: add __GFP_ACCOUNT to __sev_dbg_{en,de}crypt_user()
Mingwei Zhang
1
-2
/
+2
2022-06-14
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
8
-125
/
+132
2022-06-14
Merge tag 'x86-bugs-2022-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-0
/
+77
2022-06-09
KVM: x86: SVM: fix nested PAUSE filtering when L0 intercepts PAUSE
Paolo Bonzini
2
-20
/
+23
2022-06-09
KVM: x86: SVM: drop preempt-safe wrappers for avic_vcpu_load/put
Maxim Levitsky
3
-27
/
+8
2022-06-09
KVM: x86: disable preemption while updating apicv inhibition
Maxim Levitsky
1
-0
/
+2
2022-06-09
KVM: x86: SVM: fix avic_kick_target_vcpus_fast
Maxim Levitsky
1
-36
/
+69
2022-06-09
KVM: x86: SVM: remove avic's broken code that updated APIC ID
Maxim Levitsky
1
-35
/
+0
2022-06-09
KVM: x86: inhibit APICv/AVIC on changes to APIC ID or APIC base
Maxim Levitsky
3
-6
/
+29
2022-06-09
KVM: x86/mmu: Set memory encryption "value", not "mask", in shadow PDPTRs
Yuan Yao
1
-1
/
+1
2022-06-09
Merge tag 'kvm-riscv-fixes-5.19-1' of https://github.com/kvm-riscv/linux into...
Paolo Bonzini
9
-51
/
+43
2022-06-08
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
10
-36
/
+109
2022-06-08
KVM: x86: do not report a vCPU as preempted outside instruction boundaries
Paolo Bonzini
3
-0
/
+25
2022-06-08
KVM: x86: do not set st->preempted when going back to user space
Paolo Bonzini
2
-14
/
+18
2022-06-07
KVM: SVM: fix tsc scaling cache logic
Maxim Levitsky
3
-15
/
+23
2022-06-07
KVM: x86/MMU: Zap non-leaf SPTEs when disabling dirty logging
Ben Gardon
3
-6
/
+42
2022-06-07
KVM: x86/mmu: Check every prev_roots in __kvm_mmu_free_obsolete_roots()
Shaoqin Huang
1
-1
/
+1
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-21
KVM: x86/speculation: Disable Fill buffer clear within guests
Pawan Gupta
3
-0
/
+74
[next]