projects
/
platform
/
kernel
/
linux-starfive.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
KVM: nVMX: Remove unused 'ops' param from nested_vmx_hardware_setup()
[platform/kernel/linux-starfive.git]
/
arch
/
x86
/
kvm
/
vmx
/
nested.c
2020-05-15
Sean Christopherson
KVM: nVMX: Remove unused 'ops' param from nested_vmx_ha...
blob
|
commitdiff
2020-05-15
Sean Christopherson
KVM: nVMX: Drop superfluous VMREAD of vmcs02.GUEST_SYSE...
blob
|
commitdiff
|
diff to current
2020-05-15
Sean Christopherson
KVM: nVMX: Tweak handling of failure code for nested...
blob
|
commitdiff
|
diff to current
2020-05-13
Sean Christopherson
KVM: nVMX: Unconditionally validate CR3 during nested...
blob
|
commitdiff
|
diff to current
2020-05-13
Sean Christopherson
KVM: nVMX: Skip IBPB when temporarily switching between...
blob
|
commitdiff
|
diff to current
2020-05-13
Sean Christopherson
KVM: nVMX: Skip IBPB when switching between vmcs01...
blob
|
commitdiff
|
diff to current
2020-05-13
Sean Christopherson
KVM: nVMX: Prioritize SMI over nested IRQ/NMI
blob
|
commitdiff
|
diff to current
2020-05-13
Sean Christopherson
KVM: nVMX: Preserve IRQ/NMI priority irrespective of...
blob
|
commitdiff
|
diff to current
2020-05-13
Sean Christopherson
KVM: nVMX: Report NMIs as allowed when in L2 and Exit...
blob
|
commitdiff
|
diff to current
2020-05-13
Sean Christopherson
KVM: nVMX: Open a window for pending nested VMX preempt...
blob
|
commitdiff
|
diff to current
2020-05-13
Sean Christopherson
KVM: nVMX: Preserve exception priority irrespective...
blob
|
commitdiff
|
diff to current
2020-05-13
Paolo Bonzini
Merge branch 'kvm-amd-fixes' into HEAD
blob
|
commitdiff
|
diff to current
2020-05-04
Paolo Bonzini
Merge tag 'kvmarm-fixes-5.7-2' of git://git./linux...
blob
|
commitdiff
|
diff to current
2020-05-04
Paolo Bonzini
Merge tag 'kvmarm-fixes-5.7-1' of git://git./linux...
blob
|
commitdiff
|
diff to current
2020-05-04
Sean Christopherson
KVM: nVMX: Replace a BUG_ON(1) with BUG() to squash...
blob
|
commitdiff
|
diff to current
2020-04-24
Sean Christopherson
KVM: nVMX: Store vmcs.EXIT_QUALIFICATION as an unsigned...
blob
|
commitdiff
|
diff to current
2020-04-23
Sean Christopherson
KVM: nVMX: Drop a redundant call to vmx_get_intr_info()
blob
|
commitdiff
|
diff to current
2020-04-23
Paolo Bonzini
KVM: x86: move nested-related kvm_x86_ops to a separate...
blob
|
commitdiff
|
diff to current
2020-04-21
Paolo Bonzini
Merge tag 'kvm-ppc-fixes-5.7-1' of git://git./linux...
blob
|
commitdiff
|
diff to current
2020-04-21
Paolo Bonzini
Merge tag 'kvm-s390-master-5.7-2' of git://git./linux...
blob
|
commitdiff
|
diff to current
2020-04-21
Sean Christopherson
KVM: nVMX: Remove non-functional "support" for CR3...
blob
|
commitdiff
|
diff to current
2020-04-21
Sean Christopherson
KVM: VMX: Cache vmcs.EXIT_INTR_INFO using arch avail_re...
blob
|
commitdiff
|
diff to current
2020-04-21
Sean Christopherson
KVM: VMX: Cache vmcs.EXIT_QUALIFICATION using arch...
blob
|
commitdiff
|
diff to current
2020-04-21
Sean Christopherson
KVM: nVMX: Drop manual clearing of segment cache on...
blob
|
commitdiff
|
diff to current
2020-04-21
Sean Christopherson
KVM: nVMX: Reset register cache (available and dirty...
blob
|
commitdiff
|
diff to current
2020-04-21
Sean Christopherson
KVM: nVMX: Invoke ept_save_pdptrs() if and only if...
blob
|
commitdiff
|
diff to current
2020-04-21
Sean Christopherson
KVM: nVMX: Rename exit_reason to vm_exit_reason for...
blob
|
commitdiff
|
diff to current
2020-04-21
Sean Christopherson
KVM: nVMX: Cast exit_reason to u16 to check for nested...
blob
|
commitdiff
|
diff to current
2020-04-21
Sean Christopherson
KVM: nVMX: Pull exit_reason from vcpu_vmx in nested_vmx...
blob
|
commitdiff
|
diff to current
2020-04-21
Sean Christopherson
KVM: nVMX: Drop a superfluous WARN on reflecting EXTERN...
blob
|
commitdiff
|
diff to current
2020-04-21
Sean Christopherson
KVM: nVMX: Split VM-Exit reflection logic into L0 vs...
blob
|
commitdiff
|
diff to current
2020-04-21
Sean Christopherson
KVM: nVMX: Move nested VM-Exit tracepoint into nested_v...
blob
|
commitdiff
|
diff to current
2020-04-21
Sean Christopherson
KVM: nVMX: Move VM-Fail check out of nested_vmx_exit_re...
blob
|
commitdiff
|
diff to current
2020-04-21
Sean Christopherson
KVM: nVMX: Uninline nested_vmx_reflect_vmexit(), i...
blob
|
commitdiff
|
diff to current
2020-04-21
Sean Christopherson
KVM: x86: Replace "cr3" with "pgd" in "new cr3/pgd...
blob
|
commitdiff
|
diff to current
2020-04-21
Sean Christopherson
KVM: nVMX: Free only the affected contexts when emulati...
blob
|
commitdiff
|
diff to current
2020-04-21
Sean Christopherson
KVM: nVMX: Don't flush TLB on nested VMX transition
blob
|
commitdiff
|
diff to current
2020-04-21
Sean Christopherson
KVM: nVMX: Skip MMU sync on nested VMX transition when...
blob
|
commitdiff
|
diff to current
2020-04-21
Sean Christopherson
KVM: x86/mmu: Add separate override for MMU sync during...
blob
|
commitdiff
|
diff to current
2020-04-21
Sean Christopherson
KVM: nVMX: Reload APIC access page on nested VM-Exit...
blob
|
commitdiff
|
diff to current
2020-04-21
Sean Christopherson
KVM: nVMX: Selectively use TLB_FLUSH_CURRENT for nested...
blob
|
commitdiff
|
diff to current
2020-04-21
Sean Christopherson
KVM: x86: Introduce KVM_REQ_TLB_FLUSH_CURRENT to flush...
blob
|
commitdiff
|
diff to current
2020-04-21
Sean Christopherson
KVM: nVMX: Add helper to handle TLB flushes on nested...
blob
|
commitdiff
|
diff to current
2020-04-21
Sean Christopherson
KVM: nVMX: Move nested_get_vpid02() to vmx/nested.h
blob
|
commitdiff
|
diff to current
2020-04-20
Sean Christopherson
KVM: nVMX: Use vpid_sync_vcpu_addr() to emulate INVVPID...
blob
|
commitdiff
|
diff to current
2020-04-20
Sean Christopherson
KVM: VMX: Use vpid_sync_context() directly when possible
blob
|
commitdiff
|
diff to current
2020-04-20
Junaid Shahid
KVM: x86: Sync SPTEs when injecting page/EPT fault...
blob
|
commitdiff
|
diff to current
2020-04-17
Linus Torvalds
Merge tag 'linux-watchdog-5.7-rc2' of git://linux-watch...
blob
|
commitdiff
|
diff to current
2020-04-17
Linus Torvalds
Merge tag 'for-linus-5.7-rc2-tag' of git://git./linux...
blob
|
commitdiff
|
diff to current
2020-04-17
Linus Torvalds
Merge tag 'for-5.7-rc1-tag' of git://git./linux/kernel...
blob
|
commitdiff
|
diff to current
2020-04-17
Linus Torvalds
Merge tag 'sound-5.7-rc2' of git://git./linux/kernel...
blob
|
commitdiff
|
diff to current
2020-04-16
Linus Torvalds
Merge tag 'tag-chrome-platform-fixes-for-v5.7-rc2'...
blob
|
commitdiff
|
diff to current
2020-04-16
Linus Torvalds
Merge git://git./linux/kernel/git/netdev/net
blob
|
commitdiff
|
diff to current
2020-04-16
Linus Torvalds
Merge tag 'selinux-pr-20200416' of git://git./linux...
blob
|
commitdiff
|
diff to current
2020-04-16
Dave Airlie
Merge branch 'linux-5.7' of git://github.com/skeggsb...
blob
|
commitdiff
|
diff to current
2020-04-16
Dave Airlie
Merge tag 'amd-drm-fixes-5.7-2020-04-15' of git://peopl...
blob
|
commitdiff
|
diff to current
2020-04-15
Junaid Shahid
KVM: nVMX: Invalidate all roots when emulating INVVPID...
blob
|
commitdiff
|
diff to current
2020-04-15
Sean Christopherson
KVM: nVMX: Invalidate all EPTP contexts when emulating...
blob
|
commitdiff
|
diff to current
2020-04-15
Sean Christopherson
KVM: nVMX: Validate the EPTP when emulating INVEPT...
blob
|
commitdiff
|
diff to current
2020-04-15
Oliver Upton
kvm: nVMX: match comment with return type for nested_vm...
blob
|
commitdiff
|
diff to current
2020-04-15
Oliver Upton
kvm: nVMX: reflect MTF VM-exits if injected by L1
blob
|
commitdiff
|
diff to current
2020-04-14
David S. Miller
Merge tag 'wireless-drivers-2020-04-14' of git://git...
blob
|
commitdiff
|
diff to current
2020-04-14
Linus Torvalds
Merge tag 'hyperv-fixes-signed' of git://git./linux...
blob
|
commitdiff
|
diff to current
2020-04-14
Linus Torvalds
Merge tag 'for-5.7-rc1-tag' of git://git./linux/kernel...
blob
|
commitdiff
|
diff to current
2020-04-14
Ingo Molnar
Merge branch 'urgent-for-mingo' of git://git./linux...
blob
|
commitdiff
|
diff to current
2020-04-12
Linus Torvalds
Merge tag 'timers-urgent-2020-04-12' of git://git....
blob
|
commitdiff
|
diff to current
2020-04-12
Linus Torvalds
Merge tag 'sched-urgent-2020-04-12' of git://git./linux...
blob
|
commitdiff
|
diff to current
2020-04-12
Linus Torvalds
Merge tag 'perf-urgent-2020-04-12' of git://git./linux...
blob
|
commitdiff
|
diff to current
2020-04-12
Linus Torvalds
Merge tag 'locking-urgent-2020-04-12' of git://git...
blob
|
commitdiff
|
diff to current
2020-04-12
Linus Torvalds
Merge tag '5.7-rc-smb3-fixes-part2' of git://git.samba...
blob
|
commitdiff
|
diff to current
2020-04-12
Linus Torvalds
Merge tag 'nfs-for-5.7-2' of git://git.linux-nfs.org...
blob
|
commitdiff
|
diff to current
2020-04-11
Linus Torvalds
Merge tag 'nios2-v5.7-rc1' of git://git./linux/kernel...
blob
|
commitdiff
|
diff to current
2020-04-11
Linus Torvalds
Merge tag 'dma-mapping-5.7-1' of git://git.infradead...
blob
|
commitdiff
|
diff to current
2020-04-11
Linus Torvalds
Merge tag 'kbuild-v5.7-2' of git://git./linux/kernel...
blob
|
commitdiff
|
diff to current
2020-04-11
Linus Torvalds
Merge tag 'docs-5.7-2' of git://git.lwn.net/linux
blob
|
commitdiff
|
diff to current
2020-04-11
Linus Torvalds
Merge tag 'for-linus-5.7-ofs1' of git://git./linux...
blob
|
commitdiff
|
diff to current
2020-04-11
Linus Torvalds
Merge tag 'xtensa-20200410' of git://github.com/jcmvbkb...
blob
|
commitdiff
|
diff to current
2020-04-11
Linus Torvalds
Merge tag 'for-linus-5.7-rc1b-tag' of git://git./linux...
blob
|
commitdiff
|
diff to current
2020-04-10
Linus Torvalds
Merge branch 'for-linus' of git://git./linux/kernel...
blob
|
commitdiff
|
diff to current
2020-04-10
Linus Torvalds
Merge tag 'pwm/for-5.7-rc1' of git://git./linux/kernel...
blob
|
commitdiff
|
diff to current
2020-04-10
Linus Torvalds
Merge tag 'for-linus-5.7-1' of git://github.com/cminyar...
blob
|
commitdiff
|
diff to current
2020-04-10
Linus Torvalds
Merge tag 'drm-next-2020-04-10' of git://anongit.freede...
blob
|
commitdiff
|
diff to current
2020-04-10
Linus Torvalds
Merge tag 'sound-fix-5.7-rc1' of git://git./linux/kerne...
blob
|
commitdiff
|
diff to current
2020-04-10
Linus Torvalds
Merge tag 'scsi-misc' of git://git./linux/kernel/git...
blob
|
commitdiff
|
diff to current
2020-04-10
Linus Torvalds
Merge tag 'libata-5.7-2020-04-09' of git://git.kernel...
blob
|
commitdiff
|
diff to current
2020-04-10
Linus Torvalds
Merge tag 'block-5.7-2020-04-10' of git://git.kernel...
blob
|
commitdiff
|
diff to current
2020-04-10
Linus Torvalds
Merge tag 'io_uring-5.7-2020-04-09' of git://git.kernel...
blob
|
commitdiff
|
diff to current
2020-04-10
Linus Torvalds
Merge tag 'xfs-5.7-merge-12' of git://git./fs/xfs/xfs...
blob
|
commitdiff
|
diff to current
2020-04-10
Linus Torvalds
Merge tag 'acpi-5.7-rc1-3' of git://git./linux/kernel...
blob
|
commitdiff
|
diff to current
2020-04-10
Linus Torvalds
Merge tag 'pm-5.7-rc1-3' of git://git./linux/kernel...
blob
|
commitdiff
|
diff to current
2020-04-10
Linus Torvalds
Merge tag 's390-5.7-2' of git://git./linux/kernel/git...
blob
|
commitdiff
|
diff to current
2020-04-10
Rafael J. Wysocki
Merge branch 'pm-cpuidle'
blob
|
commitdiff
|
diff to current
2020-04-10
Rafael J. Wysocki
Merge branches 'acpi-ec' and 'acpi-x86'
blob
|
commitdiff
|
diff to current
2020-04-10
David S. Miller
Merge git://git./pub/scm/linux/kernel/git/bpf/bpf
blob
|
commitdiff
|
diff to current
2020-04-09
Dave Airlie
Merge tag 'drm-intel-next-fixes-2020-04-08' of git...
blob
|
commitdiff
|
diff to current
2020-04-09
Linus Torvalds
Merge tag 'modules-for-v5.7' of git://git./linux/kernel...
blob
|
commitdiff
|
diff to current
2020-04-09
Linus Torvalds
Merge tag 'arm64-fixes' of git://git./linux/kernel...
blob
|
commitdiff
|
diff to current
2020-04-09
Linus Torvalds
Merge tag 'powerpc-5.7-2' of git://git./linux/kernel...
blob
|
commitdiff
|
diff to current
2020-04-09
Linus Torvalds
Merge branch 'for-next' of git://git./linux/kernel...
blob
|
commitdiff
|
diff to current
2020-04-09
Linus Torvalds
Merge tag 'riscv-for-linus-5.7' of git://git./linux...
blob
|
commitdiff
|
diff to current
next