index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
kvm_host.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86/ioapic: Resample the pending state of an IRQ when unmasking
Dmytro Maluka
2023-03-27
1
-0
/
+10
*
KVM: irqfd: Make resampler_list an RCU list
Dmytro Maluka
2023-03-27
1
-0
/
+1
*
KVM: update code comment in struct kvm_vcpu
Wang Yong
2023-02-07
1
-1
/
+1
*
kvm_host.h: fix spelling typo in function declaration
Wang Liang
2023-01-24
1
-1
/
+1
*
KVM: account allocation in generic version of kvm_arch_alloc_vm()
Alexey Dobriyan
2023-01-24
1
-1
/
+1
*
KVM: Opt out of generic hardware enabling on s390 and PPC
Sean Christopherson
2022-12-29
1
-0
/
+4
*
KVM: Drop kvm_arch_check_processor_compat() hook
Sean Christopherson
2022-12-29
1
-3
/
+1
*
KVM: Drop kvm_arch_{init,exit}() hooks
Sean Christopherson
2022-12-29
1
-3
/
+0
*
KVM: Drop arch hardware (un)setup hooks
Sean Christopherson
2022-12-29
1
-2
/
+0
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-12-15
1
-54
/
+53
|
\
|
*
Merge remote-tracking branch 'kvm/queue' into HEAD
Paolo Bonzini
2022-12-12
1
-48
/
+28
|
|
\
|
|
*
Merge branch 'gpc-fixes' of git://git.infradead.org/users/dwmw2/linux into HEAD
Paolo Bonzini
2022-12-02
1
-41
/
+22
|
|
|
\
|
|
|
*
KVM: Drop @gpa from exported gfn=>pfn cache check() and refresh() helpers
Sean Christopherson
2022-11-30
1
-5
/
+3
|
|
|
*
KVM: Drop KVM's API to allow temporarily unmapping gfn=>pfn cache
Sean Christopherson
2022-11-30
1
-12
/
+0
|
|
|
*
KVM: Use gfn_to_pfn_cache's immutable "kvm" in kvm_gpc_refresh()
Michal Luczaj
2022-11-30
1
-6
/
+4
|
|
|
*
KVM: Use gfn_to_pfn_cache's immutable "kvm" in kvm_gpc_check()
Michal Luczaj
2022-11-30
1
-3
/
+1
|
|
|
*
KVM: Store immutable gfn_to_pfn_cache properties
Michal Luczaj
2022-11-30
1
-19
/
+18
|
|
*
|
KVM: Reference to kvm_userspace_memory_region in doc and comments
Javier Martinez Canillas
2022-12-02
1
-2
/
+2
|
|
|
/
|
|
*
KVM: Shorten gfn_to_pfn_cache function names
Michal Luczaj
2022-11-30
1
-11
/
+10
|
*
|
Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...
Paolo Bonzini
2022-12-09
1
-4
/
+6
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Merge branch kvm-arm64/dirty-ring into kvmarm-master/next
Marc Zyngier
2022-12-05
1
-4
/
+6
|
|
|
\
|
|
|
*
KVM: Support dirty ring in conjunction with bitmap
Gavin Shan
2022-11-10
1
-0
/
+1
|
|
|
*
KVM: x86: Introduce KVM_REQ_DIRTY_RING_SOFT_FULL
Gavin Shan
2022-11-10
1
-4
/
+5
|
*
|
|
KVM: always declare prototype for kvm_arch_irqchip_in_kernel
Paolo Bonzini
2022-11-28
1
-1
/
+1
|
*
|
|
KVM: x86: avoid memslot check in NX hugepage recovery if it cannot succeed
Paolo Bonzini
2022-11-18
1
-0
/
+5
|
*
|
|
KVM: replace direct irq.h inclusion
Paolo Bonzini
2022-11-09
1
-0
/
+2
|
*
|
|
kvm: Add interruptible flag to __gfn_to_pfn_memslot()
Peter Xu
2022-11-09
1
-2
/
+2
|
*
|
|
kvm: Add KVM_PFN_ERR_SIGPENDING
Peter Xu
2022-11-09
1
-0
/
+10
|
|
/
/
*
|
|
Merge tag 'rcu.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-12-12
1
-1
/
+1
|
\
\
\
|
*
|
|
rcu: Remove unused 'cpu' in rcu_virt_note_context_switch()
Zeng Heng
2022-10-18
1
-1
/
+1
*
|
|
|
KVM: Obey kvm.halt_poll_ns in VMs not using KVM_CAP_HALT_POLL
David Matlack
2022-11-17
1
-0
/
+1
|
|
/
/
|
/
|
|
*
|
|
KVM: Initialize gfn_to_pfn_cache locks in dedicated helper
Michal Luczaj
2022-10-27
1
-7
/
+17
|
|
/
|
/
|
*
|
kvm: Add support for arch compat vm ioctls
Alexander Graf
2022-10-22
1
-0
/
+2
|
/
*
KVM: remove KVM_REQ_UNHALT
Paolo Bonzini
2022-09-26
1
-2
/
+1
*
KVM: x86/mmu: count KVM mmu usage in secondary pagetable stats.
Yosry Ahmed
2022-08-30
1
-0
/
+13
*
KVM: Rename mmu_notifier_* to mmu_invalidate_*
Chao Peng
2022-08-19
1
-29
/
+31
*
KVM: Rename KVM_PRIVATE_MEM_SLOTS to KVM_INTERNAL_MEM_SLOTS
Chao Peng
2022-08-19
1
-3
/
+3
*
Merge remote-tracking branch 'kvm/next' into kvm-next-5.20
Paolo Bonzini
2022-08-01
1
-15
/
+5
|
\
|
*
KVM: x86: Query vcpu->vcpu_idx directly and drop its accessor, again
Sean Christopherson
2022-07-12
1
-5
/
+0
|
*
KVM: debugfs: expose pid of vcpu threads
Vineeth Pillai
2022-06-24
1
-0
/
+2
|
*
KVM: Allow for different capacities in kvm_mmu_memory_cache structs
David Matlack
2022-06-24
1
-0
/
+1
|
*
KVM: Rename/refactor kvm_is_reserved_pfn() to kvm_pfn_to_refcounted_page()
Sean Christopherson
2022-06-20
1
-1
/
+1
|
*
KVM: Take a 'struct page', not a pfn in kvm_is_zone_device_page()
Sean Christopherson
2022-06-20
1
-1
/
+1
|
*
KVM: Remove kvm_vcpu_gfn_to_page() and kvm_vcpu_gpa_to_page()
Sean Christopherson
2022-06-20
1
-7
/
+0
|
*
KVM: Avoid pfn_to_page() and vice versa when releasing pages
Sean Christopherson
2022-06-20
1
-1
/
+0
*
|
kvm: stats: tell userspace which values are boolean
Paolo Bonzini
2022-07-14
1
-1
/
+10
*
|
x86/kvm/vmx: Make noinstr clean
Peter Zijlstra
2022-06-27
1
-1
/
+1
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-05-26
1
-1
/
+3
|
\
|
*
Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
2022-05-25
1
-1
/
+25
|
|
\
|
*
|
KVM: Add max_vcpus field in common 'struct kvm'
Sean Christopherson
2022-05-02
1
-0
/
+1
[next]