aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2026-06-24KVM: x86: Move kvm_{g,s}et_segment() to inline helpers in regs.hSean Christopherson3-14/+12
2026-06-24KVM: x86: Move register helper declarations from kvm_host.h => regs.hSean Christopherson2-19/+18
2026-06-24KVM: x86: Move the bulk of MSR specific code from x86.c to msrs.{c,h}Sean Christopherson6-2794/+2867
2026-06-24KVM: x86: Expose several TSC helpers via x86.h for use by MSR codeSean Christopherson2-19/+22
2026-06-24KVM: x86: Extract get/set MSR (list) ioctl logic to helpersSean Christopherson1-57/+78
2026-06-24KVM: x86: Move kvm_{load,put}_guest_fpu() to fpu.hSean Christopherson2-24/+26
2026-06-24KVM: x86/hyperv: Eliminate an unnecessary include of x86.h in hyperv.hSean Christopherson2-1/+3
2026-06-24KVM: x86: Move eager_page_split to mmu.{c,h}Sean Christopherson4-5/+4
2026-06-24KVM: x86: Move tdp_enabled from kvm_host.h to mmu.hSean Christopherson2-8/+6
2026-06-24KVM: x86: Swap the include order between x86.h and mmu.hSean Christopherson2-6/+6
2026-06-24KVM: x86: Move kvm_caps and kvm_host_values to asm/kvm_host.hSean Christopherson2-45/+44
2026-06-24KVM: x86: Move local APIC specific helpers out of asm/kvm_host.hSean Christopherson3-12/+12
2026-06-24KVM: x86: Move the bulk of register specific code from x86.c to regs.cSean Christopherson5-885/+904
2026-06-24KVM: x86: Rename __{g,s}et_sregs2() => kvm_vcpu_ioctl_x86_{g,s}et_sregs2()Sean Christopherson1-6/+10
2026-06-24KVM: x86: Move get_segment_base() to regs.h, as kvm_get_segment_base()Sean Christopherson2-7/+7
2026-06-24KVM: x86: Extract REGS and SREGS runtime sync code to helpersSean Christopherson1-2/+15
2026-06-24x86/apic: KVM: Use cpu_physical_id() to get APIC ID of running vCPU for AVICSean Christopherson3-14/+3
2026-06-24KVM: x86/mmu: Expose number of shadow MMU shadow pages as a statSean Christopherson4-9/+10
2026-06-24Merge tag 'kvm-s390-next-7.2-2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini13-49/+149
2026-06-24KVM: x86: Unconditionally recompute CR8 intercept on PPR updateCarlos López2-4/+3
2026-06-24KVM: VMX: Grab vmcs12 on CR8 interception update iff vCPU is in guest modeSean Christopherson1-2/+1
2026-06-24KVM: x86: WARN (once) if RTC pending EOI tracking goes off the railsSean Christopherson1-2/+2
2026-06-24KVM: x86: WARN and fail kvm_set_irq() if a PIC or I/O APIC vector is invalidSean Christopherson2-2/+4
2026-06-24KVM: x86: Bug the VM, not the kernel, if the ISR count {under,over}flowsSean Christopherson1-2/+2
2026-06-24KVM: x86/mmu: Bug the VM, not the host kernel, if KVM write-protects upper SPTEsSean Christopherson1-3/+5
2026-06-24KVM: x86: Replace BUG_ON() with WARN_ON_ONCE() on "bad" nested GPA translationSean Christopherson2-2/+4
2026-06-24KVM: s390: Return failure in case of failure in kvm_s390_set_cmma_bits()Claudio Imbrenda1-11/+7
2026-06-24KVM: s390: Fix cmma dirty trackingClaudio Imbrenda5-16/+78
2026-06-24KVM: s390: Fix locking in kvm_s390_set_mem_control()Claudio Imbrenda1-1/+3
2026-06-24KVM: s390: Fix handle_{sske,pfmf} under memory pressureClaudio Imbrenda1-2/+6
2026-06-24KVM: s390: Fix code typo in gmap_protect_asce_top_level()Claudio Imbrenda1-1/+1
2026-06-24KVM: s390: Do not set special large pages dirtyClaudio Imbrenda1-1/+1
2026-06-24KVM: s390: Fix dat_peek_cmma() overflowClaudio Imbrenda1-1/+1
2026-06-24s390/mm: Fix handling of _PAGE_UNUSED pte bitClaudio Imbrenda2-3/+4
2026-06-24KVM: s390: Fix S390_USER_OPEREXEC enablement without STFLE 74Eric Farman1-1/+2
2026-06-23Merge tag 'x86-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2026-06-23Merge branch 'pci/sysfs'Bjorn Helgaas3-180/+219
2026-06-23PCI/sysfs: Convert legacy I/O and memory attributes to static definitionsKrzysztof Wilczyński3-35/+7
2026-06-23PCI/sysfs: Add __weak pci_legacy_has_sparse() helperKrzysztof Wilczyński2-0/+9
2026-06-23alpha/PCI: Compute legacy size in pci_mmap_legacy_page_range()Krzysztof Wilczyński1-2/+5
2026-06-23alpha/PCI: Convert resource files to static attributesKrzysztof Wilczyński2-128/+172
2026-06-23alpha/PCI: Add static PCI resource attribute macrosKrzysztof Wilczyński1-0/+20
2026-06-23alpha/PCI: Remove WARN from __pci_mmap_fits() and __legacy_mmap_fits()Krzysztof Wilczyński1-18/+5
2026-06-23alpha/PCI: Fix __pci_mmap_fits() overflow for zero-length BARsKrzysztof Wilczyński1-1/+5
2026-06-23alpha/PCI: Use PCI resource accessor macrosKrzysztof Wilczyński1-6/+6
2026-06-23alpha/PCI: Use BAR index in sysfs attr->private instead of resource pointerKrzysztof Wilczyński1-10/+5
2026-06-23alpha/PCI: Add security_locked_down() check to pci_mmap_resource()Krzysztof Wilczyński1-1/+6
2026-06-23PCI: Make pci_sriov_resource_alignment() pci_dev constIlpo Järvinen5-6/+7
2026-06-23powerpc/pseries: Make pseries_get_iov_fw_value() & pnv_iov_get() pci_dev constIlpo Järvinen2-2/+3
2026-06-23Merge tag 'platform-drivers-x86-v7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds1-14/+19