index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
kvm_host.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-25
VFIO: KVM: x86: Drop kvm_arch_{start,end}_assignment()
Sean Christopherson
1
-18
/
+0
2025-06-23
KVM: Fold kvm_arch_irqfd_route_changed() into kvm_arch_update_irqfd_routing()
Sean Christopherson
1
-2
/
+0
2025-06-23
KVM: Don't WARN if updating IRQ bypass route fails
Sean Christopherson
1
-3
/
+3
2025-06-20
KVM: Pass new routing entries and irqfd when updating IRTEs
Sean Christopherson
1
-2
/
+5
2025-06-20
KVM: x86: Add CONFIG_KVM_IOAPIC to allow disabling in-kernel I/O APIC
Sean Christopherson
1
-1
/
+1
2025-06-20
KVM: x86: Hardcode the PIT IRQ source ID to '2'
Sean Christopherson
1
-0
/
+1
2025-06-20
KVM: x86: Move kvm_{request,free}_irq_source_id() to i8254.c (PIT)
Sean Christopherson
1
-2
/
+0
2025-06-20
KVM: x86: Trigger I/O APIC route rescan in kvm_arch_irq_routing_update()
Sean Christopherson
1
-4
/
+0
2025-05-28
Merge branch 'kvm-lockdep-common' into HEAD
Paolo Bonzini
1
-0
/
+4
2025-05-27
KVM: add kvm_lock_all_vcpus and kvm_trylock_all_vcpus
Maxim Levitsky
1
-0
/
+4
2025-04-24
KVM: SVM: Fix SNP AP destroy race with VMRUN
Tom Lendacky
1
-1
/
+18
2025-04-07
Merge branch 'kvm-tdx-initial' into HEAD
Paolo Bonzini
1
-0
/
+10
2025-04-04
KVM: Allow building irqbypass.ko as as module when kvm.ko is a module
Sean Christopherson
1
-1
/
+1
2025-03-20
Merge branch 'kvm-nvmx-and-vm-teardown' into HEAD
Paolo Bonzini
1
-1
/
+0
2025-03-14
KVM: x86: Move pv_unhalted check out of kvm_vcpu_has_events()
Binbin Wu
1
-0
/
+1
2025-03-14
KVM: VMX: Initialize TDX during KVM module load
Kai Huang
1
-0
/
+1
2025-03-14
KVM: Export hardware virtualization enabling/disabling functions
Kai Huang
1
-0
/
+8
2025-02-26
KVM: Drop kvm_arch_sync_events() now that all implementations are nops
Sean Christopherson
1
-1
/
+0
2025-02-14
KVM: Allow lockless walk of SPTEs when handing aging mmu_notifier event
James Houghton
1
-0
/
+1
2025-02-04
KVM: remove kvm_arch_post_init_vm
Paolo Bonzini
1
-1
/
+0
2025-01-20
Merge branch 'kvm-mirror-page-tables' into HEAD
Paolo Bonzini
1
-1
/
+12
2025-01-20
Merge tag 'kvm-x86-vcpu_array-6.14' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-3
/
+13
2025-01-14
KVM: x86: Drop double-underscores from __kvm_set_memory_region()
Sean Christopherson
1
-1
/
+1
2025-01-14
KVM: Add a dedicated API for setting KVM-internal memslots
Sean Christopherson
1
-2
/
+2
2025-01-14
KVM: Open code kvm_set_memory_region() into its sole caller (ioctl() API)
Sean Christopherson
1
-2
/
+0
2024-12-23
KVM: Add member to struct kvm_gfn_range to indicate private/shared
Isaku Yamahata
1
-0
/
+6
2024-12-23
KVM: guest_memfd: Remove RCU-protected attribute from slot->gmem.file
Yan Zhao
1
-1
/
+6
2024-12-16
KVM: Verify there's at least one online vCPU when iterating over all vCPUs
Sean Christopherson
1
-3
/
+4
2024-12-16
KVM: Explicitly verify target vCPU is online in kvm_get_vcpu()
Sean Christopherson
1
-0
/
+9
2024-11-14
KVM: x86: switch hugepage recovery thread to vhost_task
Paolo Bonzini
1
-6
/
+0
2024-11-14
Merge tag 'loongarch-kvm-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEAD
Paolo Bonzini
1
-0
/
+1
2024-11-13
LoongArch: KVM: Add iocsr and mmio bus simulation in kernel
Xianglai Li
1
-0
/
+1
2024-10-30
KVM: Protect vCPU's "last run PID" with rwlock, not RCU
Sean Christopherson
1
-1
/
+2
2024-10-25
KVM: Don't grab reference on VM_MIXEDMAP pfns that have a "struct page"
Sean Christopherson
1
-3
/
+0
2024-10-25
KVM: Drop APIs that manipulate "struct page" via pfns
Sean Christopherson
1
-5
/
+0
2024-10-25
KVM: Drop gfn_to_pfn() APIs now that all users are gone
Sean Christopherson
1
-8
/
+0
2024-10-25
KVM: Add support for read-only usage of gfn_to_page()
Sean Christopherson
1
-1
/
+6
2024-10-25
KVM: Move x86's API to release a faultin page to common KVM
Sean Christopherson
1
-0
/
+26
2024-10-25
KVM: guest_memfd: Provide "struct page" as output from kvm_gmem_get_pfn()
Sean Christopherson
1
-2
/
+4
2024-10-25
KVM: Add kvm_faultin_pfn() to specifically service guest page faults
Sean Christopherson
1
-0
/
+12
2024-10-25
KVM: Move declarations of memslot accessors up in kvm_host.h
Sean Christopherson
1
-4
/
+4
2024-10-25
KVM: Pass in write/dirty to kvm_vcpu_map(), not kvm_vcpu_unmap()
Sean Christopherson
1
-2
/
+18
2024-10-25
KVM: Pin (as in FOLL_PIN) pages during kvm_vcpu_map()
Sean Christopherson
1
-1
/
+1
2024-10-25
KVM: Migrate kvm_vcpu_map() to kvm_follow_pfn()
David Stevens
1
-1
/
+1
2024-10-25
KVM: Use NULL for struct page pointer to indicate mremapped memory
Sean Christopherson
1
-4
/
+0
2024-10-25
KVM: Drop unused "hva" pointer from __gfn_to_pfn_memslot()
Sean Christopherson
1
-1
/
+1
2024-10-25
KVM: Replace "async" pointer in gfn=>pfn with "no_wait" and error code
David Stevens
1
-1
/
+2
2024-10-25
KVM: Drop @atomic param from gfn=>pfn and hva=>pfn APIs
Sean Christopherson
1
-2
/
+1
2024-10-25
KVM: Rename gfn_to_page_many_atomic() to kvm_prefetch_pages()
Sean Christopherson
1
-2
/
+2
2024-10-25
KVM: Add kvm_release_page_unused() API to put pages that KVM never consumes
Sean Christopherson
1
-0
/
+9
[next]