summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
23 hoursMerge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm.gitMark Brown
24 hoursMerge branch 'mm-unstable' of https://git.kernel.org/pub/scm/linux/kernel/git...Mark Brown
35 hoursKVM: VMX: use higher-level allocator APIBrendan Jackman
5 daysReplace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)
13 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
13 daysKVM: x86/mmu: use kvm_page_format to test SPTEsPaolo Bonzini
13 daysKVM: x86/mmu: parameterize update_permission_bitmask()Paolo Bonzini
13 daysKVM: x86/mmu: merge struct rsvd_bits_validate into struct kvm_page_formatPaolo Bonzini
13 daysKVM: x86/mmu: pull page format to a new structPaolo Bonzini
13 daysKVM: x86/mmu: cleanup functions that initialize shadow MMUPaolo Bonzini
13 daysKVM: x86/mmu: unify root_gva_walk and ngva_walkPaolo Bonzini
13 daysKVM: x86/mmu: pull struct kvm_pagewalk out of struct kvm_mmuPaolo Bonzini
13 daysKVM: x86/mmu: change nested_mmu.w to ngva_walkPaolo Bonzini
13 daysKVM: x86/mmu: change walk_mmu to struct kvm_pagewalkPaolo Bonzini
13 daysKVM: x86/mmu: pass struct kvm_pagewalk to kvm_mmu_invalidate_addrPaolo Bonzini
13 daysKVM: x86/mmu: move remaining permission fields to struct kvm_pagewalkPaolo Bonzini
13 daysKVM: x86/mmu: change CPU-role accessor fields to take struct kvm_pagewalkPaolo Bonzini
13 daysKVM: x86/mmu: move CPU-related fields to struct kvm_pagewalkPaolo Bonzini
13 daysKVM: x86/mmu: move inject_page_fault to struct kvm_pagewalkPaolo Bonzini
13 daysKVM: x86/mmu: move get_pdptr to struct kvm_pagewalkPaolo Bonzini
13 daysKVM: x86/mmu: move gva_to_gpa to struct kvm_pagewalkPaolo Bonzini
13 daysKVM: x86/mmu: move get_guest_pgd to struct kvm_pagewalkPaolo Bonzini
13 daysKVM: x86/mmu: introduce struct kvm_pagewalkPaolo Bonzini
13 daysKVM: x86/hyperv: remove unnecessary mmu_is_nested() checkPaolo Bonzini
14 daysKVM: x86: Move a pile of stuff from kvm_host.h => x86.hSean Christopherson
14 daysKVM: move TSS constants from kvm_host.h to tss.hPaolo Bonzini
14 daysKVM: x86/mmu: Move kvm_mmu_do_page_fault() from mmu_internal.h => mmu.cSean Christopherson
14 daysKVM: x86/mmu: Move kvm_arch_async_page_ready() below kvm_tdp_page_fault()Sean Christopherson
14 daysKVM: x86: Rework kvm_arch_interrupt_allowed() into kvm_is_interrupt_allowed()Sean Christopherson
14 daysKVM: x86: Don't treat interrupts as allowed just because a nested run is pendingSean Christopherson
14 daysKVM: x86: Move kvm_pv_send_ipi() declaration from kvm_host.h => lapic.hSean Christopherson
14 daysKVM: x86: Move IRQ-related helper declarations from kvm_host.h => irq.hSean Christopherson
14 daysKVM: x86: Move __kvm_irq_line_state() from kvm_host.h => ioapic.hSean Christopherson
14 daysKVM: x86: Move misc "VALID MASK" defines from kvm_host.h => x86.cSean Christopherson
14 daysKVM: x86: Move LLDT assembly wrappers into VMXSean Christopherson
14 daysKVM: x86: Move MMU helper declarations from kvm_host.h => mmu.hSean Christopherson
14 daysKVM: x86/pmu: Move "struct kvm_x86_pmu_event_filter" definition to pmu.cSean Christopherson
14 daysKVM: x86: Move "struct kvm_x86_msr_filter" definition to msrs.cSean Christopherson
14 daysKVM: x86: Move MSR helper declarations from kvm_host.h => msrs.hSean Christopherson
14 daysKVM: x86: Move kvm_{g,s}et_segment() to inline helpers in regs.hSean Christopherson
14 daysKVM: x86: Move register helper declarations from kvm_host.h => regs.hSean Christopherson
14 daysKVM: x86: Move the bulk of MSR specific code from x86.c to msrs.{c,h}Sean Christopherson
14 daysKVM: x86: Expose several TSC helpers via x86.h for use by MSR codeSean Christopherson
14 daysKVM: x86: Extract get/set MSR (list) ioctl logic to helpersSean Christopherson
14 daysKVM: x86: Move kvm_{load,put}_guest_fpu() to fpu.hSean Christopherson
14 daysKVM: x86/hyperv: Eliminate an unnecessary include of x86.h in hyperv.hSean Christopherson
14 daysKVM: x86: Move eager_page_split to mmu.{c,h}Sean Christopherson
14 daysKVM: x86: Move tdp_enabled from kvm_host.h to mmu.hSean Christopherson
14 daysKVM: x86: Swap the include order between x86.h and mmu.hSean Christopherson
14 daysKVM: x86: Move kvm_caps and kvm_host_values to asm/kvm_host.hSean Christopherson