| Age | Commit message (Expand) | Author |
| 2026-06-24 | KVM: x86: Move the bulk of MSR specific code from x86.c to msrs.{c,h} | Sean Christopherson |
| 2026-06-24 | KVM: x86: Expose several TSC helpers via x86.h for use by MSR code | Sean Christopherson |
| 2026-06-24 | KVM: x86: Extract get/set MSR (list) ioctl logic to helpers | Sean Christopherson |
| 2026-06-24 | KVM: x86: Move kvm_{load,put}_guest_fpu() to fpu.h | Sean Christopherson |
| 2026-06-24 | KVM: x86/hyperv: Eliminate an unnecessary include of x86.h in hyperv.h | Sean Christopherson |
| 2026-06-24 | KVM: x86: Move eager_page_split to mmu.{c,h} | Sean Christopherson |
| 2026-06-24 | KVM: x86: Move tdp_enabled from kvm_host.h to mmu.h | Sean Christopherson |
| 2026-06-24 | KVM: x86: Swap the include order between x86.h and mmu.h | Sean Christopherson |
| 2026-06-24 | KVM: x86: Move kvm_caps and kvm_host_values to asm/kvm_host.h | Sean Christopherson |
| 2026-06-24 | KVM: x86: Move local APIC specific helpers out of asm/kvm_host.h | Sean Christopherson |
| 2026-06-24 | KVM: x86: Move the bulk of register specific code from x86.c to regs.c | Sean Christopherson |
| 2026-06-24 | KVM: x86: Rename __{g,s}et_sregs2() => kvm_vcpu_ioctl_x86_{g,s}et_sregs2() | Sean Christopherson |
| 2026-06-24 | KVM: x86: Move get_segment_base() to regs.h, as kvm_get_segment_base() | Sean Christopherson |
| 2026-06-24 | KVM: x86: Extract REGS and SREGS runtime sync code to helpers | Sean Christopherson |
| 2026-06-24 | ASoC: soc-core: Don't fail if device_link could not be created | Richard Fitzgerald |
| 2026-06-24 | ASoC: rockchip: rockchip_sai: #include <linux/platform_device.h> explicitly | Uwe Kleine-König (The Capable Hub) |
| 2026-06-24 | regulator: da9121: Use subvariant ids in the I2C table | Pengpeng Hou |
| 2026-06-24 | x86/apic: KVM: Use cpu_physical_id() to get APIC ID of running vCPU for AVIC | Sean Christopherson |
| 2026-06-24 | KVM: x86/mmu: Expose number of shadow MMU shadow pages as a stat | Sean Christopherson |
| 2026-06-24 | Merge tag 'kvm-s390-next-7.2-2' of https://git.kernel.org/pub/scm/linux/kerne... | Paolo Bonzini |
| 2026-06-24 | drm/i915/cdclk: Fix up CDCLK_FREQ_DECIMAL without a full PLL re-enable | Ville Syrjälä |
| 2026-06-24 | drm/i915: Return NULL on error in active_instance | Joonas Lahtinen |
| 2026-06-24 | KVM: x86: Unconditionally recompute CR8 intercept on PPR update | Carlos López |
| 2026-06-24 | KVM: VMX: Grab vmcs12 on CR8 interception update iff vCPU is in guest mode | Sean Christopherson |
| 2026-06-24 | KVM: x86: WARN (once) if RTC pending EOI tracking goes off the rails | Sean Christopherson |
| 2026-06-24 | KVM: x86: WARN and fail kvm_set_irq() if a PIC or I/O APIC vector is invalid | Sean Christopherson |
| 2026-06-24 | KVM: x86: Bug the VM, not the kernel, if the ISR count {under,over}flows | Sean Christopherson |
| 2026-06-24 | KVM: x86/mmu: Bug the VM, not the host kernel, if KVM write-protects upper SPTEs | Sean Christopherson |
| 2026-06-24 | KVM: x86: Replace BUG_ON() with WARN_ON_ONCE() on "bad" nested GPA translation | Sean Christopherson |
| 2026-06-24 | KVM: Replace guest-triggerable BUG_ON() in ioeventfd datamatch with get_unali... | Sean Christopherson |
| 2026-06-24 | ALSA: seq: Fix uninitialised heap leak in snd_seq_event_dup() | HyeongJun An |
| 2026-06-24 | KVM: s390: Return failure in case of failure in kvm_s390_set_cmma_bits() | Claudio Imbrenda |
| 2026-06-24 | KVM: s390: selftests: Fix cmma selftest | Claudio Imbrenda |
| 2026-06-24 | KVM: s390: Fix cmma dirty tracking | Claudio Imbrenda |
| 2026-06-24 | KVM: s390: Fix locking in kvm_s390_set_mem_control() | Claudio Imbrenda |
| 2026-06-24 | KVM: s390: Fix handle_{sske,pfmf} under memory pressure | Claudio Imbrenda |
| 2026-06-24 | KVM: s390: Fix code typo in gmap_protect_asce_top_level() | Claudio Imbrenda |
| 2026-06-24 | KVM: s390: Do not set special large pages dirty | Claudio Imbrenda |
| 2026-06-24 | KVM: s390: Fix dat_peek_cmma() overflow | Claudio Imbrenda |
| 2026-06-24 | s390/mm: Fix handling of _PAGE_UNUSED pte bit | Claudio Imbrenda |
| 2026-06-24 | KVM: s390: Fix typo in UCONTROL documentation | Eric Farman |
| 2026-06-24 | KVM: s390: selftests: Extended user_operexec tests | Eric Farman |
| 2026-06-24 | KVM: s390: Fix S390_USER_OPEREXEC enablement without STFLE 74 | Eric Farman |
| 2026-06-24 | drm/hibmc: Use gem-shmem with shadow-plane helpers for memory management | Thomas Zimmermann |
| 2026-06-24 | drm/hibmc: Verify the framebuffer pitch to be a multiple of 128 | Thomas Zimmermann |
| 2026-06-24 | drm/hibmc: Do not use cpp from struct drm_format_info | Thomas Zimmermann |
| 2026-06-24 | drm/hibmc: Store fb in variable in atomic_update | Thomas Zimmermann |
| 2026-06-24 | drm/hibmc: Fix list of formats on the primary plane | Thomas Zimmermann |
| 2026-06-24 | drm/hibmc: Use drm_atomic_helper_check_plane_state() | Thomas Zimmermann |
| 2026-06-23 | apparmor: advertise the tcp fast open fix is applied | John Johansen |