index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
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
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
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: s390: Return failure in case of failure in kvm_s390_set_cmma_bits()
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 S390_USER_OPEREXEC enablement without STFLE 74
Eric Farman
2026-06-23
Merge tag 'x86-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2026-06-23
Merge branch 'pci/sysfs'
Bjorn Helgaas
2026-06-23
PCI/sysfs: Convert legacy I/O and memory attributes to static definitions
Krzysztof Wilczyński
2026-06-23
PCI/sysfs: Add __weak pci_legacy_has_sparse() helper
Krzysztof Wilczyński
2026-06-23
alpha/PCI: Compute legacy size in pci_mmap_legacy_page_range()
Krzysztof Wilczyński
2026-06-23
alpha/PCI: Convert resource files to static attributes
Krzysztof Wilczyński
2026-06-23
alpha/PCI: Add static PCI resource attribute macros
Krzysztof Wilczyński
2026-06-23
alpha/PCI: Remove WARN from __pci_mmap_fits() and __legacy_mmap_fits()
Krzysztof Wilczyński
2026-06-23
alpha/PCI: Fix __pci_mmap_fits() overflow for zero-length BARs
Krzysztof Wilczyński
2026-06-23
alpha/PCI: Use PCI resource accessor macros
Krzysztof Wilczyński
2026-06-23
alpha/PCI: Use BAR index in sysfs attr->private instead of resource pointer
Krzysztof Wilczyński
2026-06-23
alpha/PCI: Add security_locked_down() check to pci_mmap_resource()
Krzysztof Wilczyński
2026-06-23
PCI: Make pci_sriov_resource_alignment() pci_dev const
Ilpo Järvinen
2026-06-23
powerpc/pseries: Make pseries_get_iov_fw_value() & pnv_iov_get() pci_dev const
Ilpo Järvinen
2026-06-23
Merge tag 'platform-drivers-x86-v7.2-1' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2026-06-22
Merge tag 'staging-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-06-22
Merge tag 'char-misc-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2026-06-22
Merge tag 'usb-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2026-06-22
Merge tag 'tty-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2026-06-22
Merge tag 'hyperv-next-signed-20260621' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2026-06-22
Merge tag 's390-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
2026-06-22
KVM: arm64: account pKVM reclaim against the VM mm
Bradley Morgan
2026-06-22
KVM: arm64: Set IL in fake ESR for pKVM memory sharing exit
Fuad Tabba
2026-06-22
KVM: arm64: Set IL for nested SError injection
Fuad Tabba
[prev]
[next]