index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
kvm_host.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-17
KVM: x86: fix missing prototypes
Paolo Bonzini
1
-0
/
+2
2020-01-30
Merge branch 'cve-2019-3016' into kvm-next-5.6
Paolo Bonzini
1
-0
/
+5
2020-01-30
x86/kvm: Cache gfn to pfn translation
Boris Ostrovsky
1
-2
/
+5
2020-01-30
x86/kvm: Introduce kvm_(un)map_gfn()
Boris Ostrovsky
1
-0
/
+2
2020-01-27
KVM: Use vcpu-specific gva->hva translation when querying host page size
Sean Christopherson
1
-1
/
+1
2020-01-27
mm: thp: KVM: Explicitly check for THP when populating secondary MMU
Sean Christopherson
1
-0
/
+1
2020-01-27
KVM: Move running VCPU from ARM to common code
Paolo Bonzini
1
-0
/
+3
2020-01-27
KVM: Remove kvm_read_guest_atomic()
Peter Xu
1
-2
/
+0
2020-01-27
KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()
Sean Christopherson
1
-3
/
+0
2020-01-27
KVM: Drop kvm_arch_vcpu_setup()
Sean Christopherson
1
-1
/
+0
2020-01-27
KVM: Unexport kvm_vcpu_cache and kvm_vcpu_{un}init()
Sean Christopherson
1
-4
/
+0
2020-01-27
KVM: Move vcpu alloc and init invocation to common code
Sean Christopherson
1
-1
/
+1
2020-01-24
KVM: Introduce kvm_vcpu_destroy()
Sean Christopherson
1
-0
/
+1
2020-01-24
KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issues
Sean Christopherson
1
-0
/
+1
2020-01-24
KVM: Remove kvm_arch_vcpu_free() declaration
Sean Christopherson
1
-1
/
+0
2020-01-21
kvm: Refactor handling of VM debugfs files
Milan Pandurov
1
-2
/
+5
2020-01-08
KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVM
Sean Christopherson
1
-3
/
+3
2020-01-08
KVM: Remove duplicated declaration of kvm_vcpu_kick
Zenghui Yu
1
-1
/
+0
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
1
-1
/
+1
2019-11-21
Merge branch 'kvm-tsx-ctrl' into HEAD
Paolo Bonzini
1
-0
/
+7
2019-11-21
Merge tag 'kvmarm-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
1
-2
/
+24
2019-11-15
KVM: x86: deliver KVM IOAPIC scan request to target vCPUs
Nitesh Narayan Lal
1
-0
/
+2
2019-11-15
KVM: remember position in kvm->vcpus array
Radim Krčmář
1
-8
/
+3
2019-11-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+1
2019-11-12
KVM: MMU: Do not treat ZONE_DEVICE pages as being reserved
Sean Christopherson
1
-0
/
+1
2019-11-04
kvm: Add helper function for creating VM worker threads
Junaid Shahid
1
-0
/
+6
2019-10-22
KVM: Add separate helper for putting borrowed reference to kvm
Sean Christopherson
1
-0
/
+1
2019-10-22
KVM: x86: Remove unneeded kvm_vcpu variable, guest_xcr0_loaded
Aaron Lewis
1
-1
/
+0
2019-10-21
KVM: Allow kvm_device_ops to be const
Steven Price
1
-2
/
+2
2019-10-21
KVM: Implement kvm_put_guest()
Steven Price
1
-0
/
+22
2019-09-30
kvm: x86, powerpc: do not allow clearing largepages debugfs entry
Paolo Bonzini
1
-0
/
+2
2019-08-05
KVM: no need to check return value of debugfs_create functions
Greg KH
1
-1
/
+1
2019-08-05
KVM: remove kvm_arch_has_vcpu_debugfs()
Paolo Bonzini
1
-1
/
+2
2019-08-05
KVM: Fix leak vCPU's VMCS value into other pCPU
Wanpeng Li
1
-0
/
+1
2019-07-20
KVM: Boost vCPUs that are delivering interrupts
Wanpeng Li
1
-0
/
+1
2019-07-11
Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
1
-4
/
+1
2019-07-10
kvm: x86: Fix -Wmissing-prototypes warnings
Yi Wang
1
-0
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499
Thomas Gleixner
1
-4
/
+1
2019-06-05
kvm: Convert kvm_lock to a mutex
Junaid Shahid
1
-1
/
+1
2019-06-04
KVM: Directly return result from kvm_arch_check_processor_compat()
Sean Christopherson
1
-1
/
+1
2019-05-16
Merge tag 'kvm-ppc-next-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
1
-0
/
+10
2019-04-30
KVM: Introduce a new guest mapping API
KarimAllah Ahmed
1
-0
/
+28
2019-04-30
Merge tag 'kvm-s390-next-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
1
-0
/
+10
2019-04-30
KVM: Introduce a 'release' method for KVM devices
Cédric Le Goater
1
-0
/
+9
2019-04-30
KVM: Introduce a 'mmap' method for KVM devices
Cédric Le Goater
1
-0
/
+1
2019-04-26
KVM: polling: add architecture backend to disable polling
Christian Borntraeger
1
-0
/
+10
2019-04-16
KVM: fix spectrev1 gadgets
Paolo Bonzini
1
-4
/
+6
2019-02-21
KVM: Expose the initial start value in grow_halt_poll_ns() as a module parameter
Nir Weiner
1
-0
/
+1
2019-02-21
KVM: Move the memslot update in-progress flag to bit 63
Sean Christopherson
1
-2
/
+2
2019-02-21
KVM: Explicitly define the "memslot update in-progress" bit
Sean Christopherson
1
-0
/
+21
[next]