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
/
svm
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-27
Merge branch 'kvm-master' into HEAD
Paolo Bonzini
1
-1
/
+1
2020-05-27
KVM: x86: simplify is_mmio_spte
Paolo Bonzini
1
-1
/
+1
2020-05-20
Merge tag 'noinstr-x86-kvm-2020-05-16' of git://git.kernel.org/pub/scm/linux/...
Paolo Bonzini
1
-1
/
+1
2020-05-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-22
/
+53
2020-05-15
KVM: SVM: Remove unnecessary V_IRQ unsetting
Suravee Suthikulpanit
1
-2
/
+0
2020-05-15
KVM: SVM: Merge svm_enable_vintr into svm_set_vintr
Suravee Suthikulpanit
1
-8
/
+2
2020-05-15
KVM: X86: Introduce more exit_fastpath_completion enum values
Wanpeng Li
1
-8
/
+7
2020-05-15
KVM: x86/mmu: Drop KVM's hugepage enums in favor of the kernel's enums
Sean Christopherson
1
-1
/
+1
2020-05-13
KVM: x86/mmu: Capture TDP level when updating CPUID
Sean Christopherson
1
-1
/
+1
2020-05-13
KVM: VMX: Add proper cache tracking for CR0
Sean Christopherson
1
-5
/
+0
2020-05-13
KVM: VMX: Add proper cache tracking for CR4
Sean Christopherson
1
-5
/
+0
2020-05-13
KVM: x86: Save L1 TSC offset in 'struct kvm_vcpu_arch'
Sean Christopherson
1
-11
/
+0
2020-05-13
KVM: x86: handle wrap around 32-bit address space
Paolo Bonzini
1
-3
/
+0
2020-05-13
KVM: x86: Replace late check_nested_events() hack with more precise fix
Paolo Bonzini
1
-5
/
+20
2020-05-13
KVM: nSVM: Preserve IRQ/NMI/SMI priority irrespective of exiting behavior
Paolo Bonzini
1
-3
/
+9
2020-05-13
KVM: nSVM: Report interrupts as allowed when in L2 and exit-on-interrupt is set
Paolo Bonzini
3
-11
/
+22
2020-05-13
KVM: SVM: Split out architectural interrupt/NMI/SMI blocking checks
Paolo Bonzini
2
-11
/
+43
2020-05-13
KVM: nSVM: Move SMI vmexit handling to svm_check_nested_events()
Paolo Bonzini
3
-8
/
+21
2020-05-13
KVM: nSVM: Report NMIs as allowed when in L2 and Exit-on-NMI is set
Paolo Bonzini
3
-5
/
+8
2020-05-13
KVM: x86: replace is_smm checks with kvm_x86_ops.smi_allowed
Paolo Bonzini
1
-1
/
+1
2020-05-13
KVM: x86: Make return for {interrupt_nmi,smi}_allowed() a bool instead of int
Sean Christopherson
1
-8
/
+8
2020-05-13
KVM: SVM: Implement check_nested_events for NMI
Cathy Avery
3
-19
/
+23
2020-05-13
KVM: SVM: immediately inject INTR vmexit
Paolo Bonzini
1
-3
/
+3
2020-05-13
KVM: SVM: leave halted state on vmexit
Paolo Bonzini
1
-0
/
+3
2020-05-13
KVM: SVM: introduce nested_run_pending
Paolo Bonzini
3
-1
/
+8
2020-05-13
Merge branch 'kvm-amd-fixes' into HEAD
Paolo Bonzini
2
-22
/
+55
2020-05-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2020-05-08
KVM: x86, SVM: isolate vcpu->arch.dr6 from vmcb->save.dr6
Paolo Bonzini
2
-12
/
+32
2020-05-08
KVM: SVM: keep DR6 synchronized with vcpu->arch.dr6
Paolo Bonzini
2
-15
/
+18
2020-05-07
arch/x86/kvm/svm/sev.c: change flag passed to GUP fast in sev_pin_memory()
Janakarajan Natarajan
1
-1
/
+1
2020-05-07
KVM: nSVM: trap #DB and #BP to userspace if guest debugging is on
Paolo Bonzini
1
-0
/
+8
2020-05-04
KVM: SVM: fill in kvm_run->debug.arch.dr[67]
Paolo Bonzini
1
-0
/
+2
2020-04-24
KVM: SVM: do not allow VMRUN inside SMM
Paolo Bonzini
1
-1
/
+5
2020-04-23
KVM: x86: move nested-related kvm_x86_ops to a separate struct
Paolo Bonzini
3
-10
/
+12
2020-04-21
KVM: SVM: avoid infinite loop on NPF from bad address
Paolo Bonzini
1
-0
/
+7
2020-04-21
KVM: nSVM: Check for CR0.CD and CR0.NW on VMRUN of nested guests
Krish Sadhukhan
1
-0
/
+4
2020-04-21
KVM: X86: Improve latency for single target IPI fastpath
Wanpeng Li
1
-8
/
+16
2020-04-21
KVM: SVM: Use do_machine_check to pass MCE to the host
Uros Bizjak
1
-5
/
+21
2020-04-21
KVM: x86: Introduce KVM_REQ_TLB_FLUSH_CURRENT to flush current ASID
Sean Christopherson
1
-0
/
+1
2020-04-21
KVM: x86: Rename ->tlb_flush() to ->tlb_flush_all()
Sean Christopherson
1
-1
/
+1
2020-04-21
KVM: SVM: Document the ASID logic in svm_flush_tlb()
Sean Christopherson
1
-0
/
+7
2020-04-21
KVM: SVM: Wire up ->tlb_flush_guest() directly to svm_flush_tlb()
Sean Christopherson
1
-6
/
+1
2020-04-21
KVM: x86: Drop @invalidate_gpa param from kvm_x86_ops' tlb_flush()
Sean Christopherson
3
-5
/
+5
2020-04-20
KVM: x86: Move "flush guest's TLB" logic to separate kvm_x86_ops hook
Sean Christopherson
1
-0
/
+6
2020-04-15
KVM: SVM: Fix __svm_vcpu_run declaration.
Uros Bizjak
1
-1
/
+1
2020-04-15
KVM: SVM: Do not setup frame pointer in __svm_vcpu_run
Uros Bizjak
1
-1
/
+0
2020-04-15
KVM: SVM: Fix build error due to missing release_pages() include
Borislav Petkov
1
-0
/
+1
2020-04-15
KVM: SVM: Do not mark svm_vcpu_run with STACK_FRAME_NON_STANDARD
Uros Bizjak
1
-1
/
+0
2020-04-14
KVM: SVM: move more vmentry code to assembly
Paolo Bonzini
2
-7
/
+9
2020-04-14
KVM: SVM: fix compilation with modular PSP and non-modular KVM
Paolo Bonzini
1
-1
/
+4
[prev]
[next]