| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-06-25 | KVM: x86/mmu: move remaining permission fields to struct kvm_pagewalk | Paolo Bonzini | 3 | -53/+50 |
| 2026-06-25 | KVM: x86/mmu: change CPU-role accessor fields to take struct kvm_pagewalk | Paolo Bonzini | 2 | -28/+27 |
| 2026-06-25 | KVM: x86/mmu: move CPU-related fields to struct kvm_pagewalk | Paolo Bonzini | 3 | -50/+46 |
| 2026-06-25 | KVM: x86/mmu: move inject_page_fault to struct kvm_pagewalk | Paolo Bonzini | 5 | -12/+10 |
| 2026-06-25 | KVM: x86/mmu: move get_pdptr to struct kvm_pagewalk | Paolo Bonzini | 5 | -8/+8 |
| 2026-06-25 | KVM: x86/mmu: move gva_to_gpa to struct kvm_pagewalk | Paolo Bonzini | 6 | -38/+38 |
| 2026-06-25 | KVM: x86/mmu: move get_guest_pgd to struct kvm_pagewalk | Paolo Bonzini | 5 | -13/+19 |
| 2026-06-25 | KVM: x86/mmu: introduce struct kvm_pagewalk | Paolo Bonzini | 7 | -31/+46 |
| 2026-06-25 | KVM: x86/hyperv: remove unnecessary mmu_is_nested() check | Paolo Bonzini | 1 | -4/+3 |
| 2026-06-24 | KVM: x86: Move a pile of stuff from kvm_host.h => x86.h | Sean Christopherson | 3 | -307/+306 |
| 2026-06-24 | KVM: move TSS constants from kvm_host.h to tss.h | Paolo Bonzini | 3 | -7/+8 |
| 2026-06-24 | KVM: x86/mmu: Move kvm_mmu_do_page_fault() from mmu_internal.h => mmu.c | Sean Christopherson | 2 | -67/+66 |
| 2026-06-24 | KVM: x86/mmu: Move kvm_arch_async_page_ready() below kvm_tdp_page_fault() | Sean Christopherson | 1 | -31/+31 |
| 2026-06-24 | KVM: x86: Rework kvm_arch_interrupt_allowed() into kvm_is_interrupt_allowed() | Sean Christopherson | 2 | -9/+15 |
| 2026-06-24 | KVM: x86: Don't treat interrupts as allowed just because a nested run is pending | Sean Christopherson | 2 | -4/+7 |
| 2026-06-24 | KVM: x86: Move kvm_pv_send_ipi() declaration from kvm_host.h => lapic.h | Sean Christopherson | 2 | -4/+3 |
| 2026-06-24 | KVM: x86: Move IRQ-related helper declarations from kvm_host.h => irq.h | Sean Christopherson | 4 | -5/+8 |
| 2026-06-24 | KVM: x86: Move __kvm_irq_line_state() from kvm_host.h => ioapic.h | Sean Christopherson | 2 | -12/+12 |
| 2026-06-24 | KVM: x86: Move misc "VALID MASK" defines from kvm_host.h => x86.c | Sean Christopherson | 2 | -34/+33 |
| 2026-06-24 | KVM: x86: Move LLDT assembly wrappers into VMX | Sean Christopherson | 2 | -15/+15 |
| 2026-06-24 | KVM: x86: Move MMU helper declarations from kvm_host.h => mmu.h | Sean Christopherson | 2 | -70/+71 |
| 2026-06-24 | KVM: x86/pmu: Move "struct kvm_x86_pmu_event_filter" definition to pmu.c | Sean Christopherson | 3 | -13/+14 |
| 2026-06-24 | KVM: x86: Move "struct kvm_x86_msr_filter" definition to msrs.c | Sean Christopherson | 3 | -14/+16 |
| 2026-06-24 | KVM: x86: Move MSR helper declarations from kvm_host.h => msrs.h | Sean Christopherson | 2 | -29/+31 |
| 2026-06-24 | KVM: x86: Move kvm_{g,s}et_segment() to inline helpers in regs.h | Sean Christopherson | 3 | -14/+12 |
| 2026-06-24 | KVM: x86: Move register helper declarations from kvm_host.h => regs.h | Sean Christopherson | 2 | -19/+18 |
| 2026-06-24 | KVM: x86: Move the bulk of MSR specific code from x86.c to msrs.{c,h} | Sean Christopherson | 6 | -2794/+2867 |
| 2026-06-24 | KVM: x86: Expose several TSC helpers via x86.h for use by MSR code | Sean Christopherson | 2 | -19/+22 |
| 2026-06-24 | KVM: x86: Extract get/set MSR (list) ioctl logic to helpers | Sean Christopherson | 1 | -57/+78 |
| 2026-06-24 | KVM: x86: Move kvm_{load,put}_guest_fpu() to fpu.h | Sean Christopherson | 2 | -24/+26 |
| 2026-06-24 | KVM: x86/hyperv: Eliminate an unnecessary include of x86.h in hyperv.h | Sean Christopherson | 2 | -1/+3 |
| 2026-06-24 | KVM: x86: Move eager_page_split to mmu.{c,h} | Sean Christopherson | 4 | -5/+4 |
| 2026-06-24 | KVM: x86: Move tdp_enabled from kvm_host.h to mmu.h | Sean Christopherson | 2 | -8/+6 |
| 2026-06-24 | KVM: x86: Swap the include order between x86.h and mmu.h | Sean Christopherson | 2 | -6/+6 |
| 2026-06-24 | KVM: x86: Move kvm_caps and kvm_host_values to asm/kvm_host.h | Sean Christopherson | 2 | -45/+44 |
| 2026-06-24 | KVM: x86: Move local APIC specific helpers out of asm/kvm_host.h | Sean Christopherson | 3 | -12/+12 |
| 2026-06-24 | KVM: x86: Move the bulk of register specific code from x86.c to regs.c | Sean Christopherson | 5 | -885/+904 |
| 2026-06-24 | KVM: x86: Rename __{g,s}et_sregs2() => kvm_vcpu_ioctl_x86_{g,s}et_sregs2() | Sean Christopherson | 1 | -6/+10 |
| 2026-06-24 | KVM: x86: Move get_segment_base() to regs.h, as kvm_get_segment_base() | Sean Christopherson | 2 | -7/+7 |
| 2026-06-24 | KVM: x86: Extract REGS and SREGS runtime sync code to helpers | Sean Christopherson | 1 | -2/+15 |
| 2026-06-24 | x86/apic: KVM: Use cpu_physical_id() to get APIC ID of running vCPU for AVIC | Sean Christopherson | 3 | -14/+3 |
| 2026-06-24 | KVM: x86/mmu: Expose number of shadow MMU shadow pages as a stat | Sean Christopherson | 4 | -9/+10 |
| 2026-06-24 | KVM: x86: Unconditionally recompute CR8 intercept on PPR update | Carlos López | 2 | -4/+3 |
| 2026-06-24 | KVM: VMX: Grab vmcs12 on CR8 interception update iff vCPU is in guest mode | Sean Christopherson | 1 | -2/+1 |
| 2026-06-24 | KVM: x86: WARN (once) if RTC pending EOI tracking goes off the rails | Sean Christopherson | 1 | -2/+2 |
| 2026-06-24 | KVM: x86: WARN and fail kvm_set_irq() if a PIC or I/O APIC vector is invalid | Sean Christopherson | 2 | -2/+4 |
| 2026-06-24 | KVM: x86: Bug the VM, not the kernel, if the ISR count {under,over}flows | Sean Christopherson | 1 | -2/+2 |
| 2026-06-24 | KVM: x86/mmu: Bug the VM, not the host kernel, if KVM write-protects upper SPTEs | Sean Christopherson | 1 | -3/+5 |
| 2026-06-24 | KVM: x86: Replace BUG_ON() with WARN_ON_ONCE() on "bad" nested GPA translation | Sean Christopherson | 2 | -2/+4 |
| 2026-06-23 | Merge tag 'x86-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+1 |