index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
2025-11-05
KVM: nSVM: Propagate SVM_EXIT_CR0_SEL_WRITE correctly for LMSW emulation
Yosry Ahmed
2025-11-05
KVM: nSVM: Remove redundant cases in nested_svm_intercept()
Yosry Ahmed
2025-11-05
x86/mce/amd: Support SMCA Corrected Error Interrupt
Yazen Ghannam
2025-11-05
KVM: TDX: Fix list_add corruption during vcpu_load()
Yan Zhao
2025-11-05
KVM: TDX: Bug the VM if extending the initial measurement fails
Sean Christopherson
2025-11-05
KVM: TDX: Guard VM state transitions with "all" the locks
Sean Christopherson
2025-11-05
KVM: TDX: Don't copy "cmd" back to userspace for KVM_TDX_CAPABILITIES
Sean Christopherson
2025-11-05
KVM: TDX: Use guard() to acquire kvm->lock in tdx_vm_ioctl()
Sean Christopherson
2025-11-05
KVM: TDX: Convert INIT_MEM_REGION and INIT_VCPU to "unlocked" vCPU ioctl
Sean Christopherson
2025-11-05
KVM: TDX: Add tdx_get_cmd() helper to get and validate sub-ioctl command
Sean Christopherson
2025-11-05
KVM: TDX: Add macro to retry SEAMCALLs when forcing vCPUs out of guest
Sean Christopherson
2025-11-05
Merge tag 'rust-fixes-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-11-05
KVM: TDX: Assert that mmu_lock is held for write when removing S-EPT entries
Sean Christopherson
2025-11-05
KVM: TDX: Derive error argument names from the local variable names
Sean Christopherson
2025-11-05
KVM: TDX: Combine KVM_BUG_ON + pr_tdx_error() into TDX_BUG_ON()
Sean Christopherson
2025-11-05
KVM: TDX: Fold tdx_sept_zap_private_spte() into tdx_sept_remove_private_spte()
Sean Christopherson
2025-11-05
KVM: TDX: ADD pages to the TD image while populating mirror EPT entries
Sean Christopherson
2025-11-05
KVM: TDX: Fold tdx_mem_page_record_premap_cnt() into its sole caller
Sean Christopherson
2025-11-05
KVM: TDX: Use atomic64_dec_return() instead of a poor equivalent
Sean Christopherson
2025-11-05
KVM: TDX: Avoid a double-KVM_BUG_ON() in tdx_sept_zap_private_spte()
Sean Christopherson
2025-11-05
KVM: TDX: WARN if mirror SPTE doesn't have full RWX when creating S-EPT mapping
Sean Christopherson
2025-11-05
KVM: x86/mmu: Drop the return code from kvm_x86_ops.remove_external_spte()
Sean Christopherson
2025-11-05
KVM: TDX: Fold tdx_sept_drop_private_spte() into tdx_sept_remove_private_spte()
Sean Christopherson
2025-11-05
KVM: TDX: Return -EIO, not -EINVAL, on a KVM_BUG_ON() condition
Sean Christopherson
2025-11-05
KVM: TDX: Drop superfluous page pinning in S-EPT management
Yan Zhao
2025-11-05
KVM: x86/mmu: Rename kvm_tdp_map_page() to kvm_tdp_page_prefault()
Sean Christopherson
2025-11-05
Revert "KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU"
Sean Christopherson
2025-11-05
KVM: x86/mmu: WARN if KVM attempts to map into an invalid TDP MMU root
Sean Christopherson
2025-11-05
KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU
Sean Christopherson
2025-11-05
KVM: TDX: Drop PROVE_MMU=y sanity check on to-be-populated mappings
Sean Christopherson
2025-11-05
KVM: Rename kvm_arch_vcpu_async_ioctl() to kvm_arch_vcpu_unlocked_ioctl()
Sean Christopherson
2025-11-05
KVM: Make support for kvm_arch_vcpu_async_ioctl() mandatory
Sean Christopherson
2025-11-05
arm64: dts: broadcom: bcm2712: rpi-5: Add ethernet0 alias
Laurent Pinchart
2025-11-05
arm64: dts: broadcom: Assign clock rates in eth node for RPi5
Andrea della Porta
2025-11-05
x86/boot: Fix page table access in 5-level to 4-level paging transition
Usama Arif
2025-11-05
x86/mce/amd: Enable interrupt vectors once per-CPU on SMCA systems
Yazen Ghannam
2025-11-05
x86/mce: Unify AMD DFR handler with MCA Polling
Yazen Ghannam
2025-11-05
arm64: tegra: Add pinctrl definitions for pcie-ep nodes
Niklas Cassel
2025-11-05
x86/mce: Unify AMD THR handler with MCA Polling
Yazen Ghannam
2025-11-05
x86/msr: Add CPU_OUT_OF_SPEC taint name to "unrecognized" pr_warn(msg)
Marc Herbert
2025-11-05
arm64: dts: mediatek: Add GCE header for MT8196
Jason-JH Lin
2025-11-05
arm64: dts: mediatek: mt7981b: Add reserved memory for TF-A
Sjoerd Simons
2025-11-05
arm64: dts: mediatek: mt7981b: Configure UART0 pinmux
Sjoerd Simons
2025-11-05
arm64: dts: exynos7870-j6lte: enable display panel support
Kaustabh Chakraborty
2025-11-05
arm64: dts: exynos7870-a2corelte: enable display panel support
Kaustabh Chakraborty
2025-11-05
arm64: dts: exynos7870-on7xelte: enable display panel support
Kaustabh Chakraborty
2025-11-05
arm64: dts: exynos7870: add DSI support
Kaustabh Chakraborty
2025-11-04
MIPS: BCM47XX: remove creating a fixed phy
Heiner Kallweit
2025-11-04
m68k: coldfire: remove creating a fixed phy
Heiner Kallweit
2025-11-05
x86: uaccess: don't use runtime-const rewriting in modules
Linus Torvalds
[prev]
[next]