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
2023-01-24
KVM: VMX: don't use "unsigned long" in vmx_vcpu_enter_exit()
Alexey Dobriyan
2023-01-24
KVM: VMX: Access @flags as a 32-bit value in __vmx_vcpu_run()
Sean Christopherson
2023-01-24
KVM: SVM: Account scratch allocations used to decrypt SEV guest memory
Anish Ghulati
2023-01-24
KVM: svm/avic: Drop "struct kvm_x86_ops" for avic_hardware_setup()
Like Xu
2023-01-24
KVM: SVM: remove redundant ret variable
zhang songyi
2023-01-24
KVM: x86/pmu: Introduce masked events to the pmu event filter
Aaron Lewis
2023-01-24
KVM: x86/pmu: prepare the pmu event filter for masked events
Aaron Lewis
2023-01-24
KVM: x86/pmu: Remove impossible events from the pmu event filter
Aaron Lewis
2023-01-24
KVM: x86/pmu: Correct the mask used in a pmu event filter lookup
Aaron Lewis
2023-01-24
KVM: x86/mmu: Use kstrtobool() instead of strtobool()
Christophe JAILLET
2023-01-24
KVM: x86/mmu: Cleanup range-based flushing for given page
Hou Wenlong
2023-01-24
KVM: x86/mmu: Fix wrong gfn range of tlb flushing in validate_direct_spte()
Hou Wenlong
2023-01-24
KVM: x86/mmu: Fix wrong start gfn of tlb flushing with range
Hou Wenlong
2023-01-24
KVM: x86/mmu: Reduce gfn range of tlb flushing in tdp_mmu_map_handle_target_l...
Hou Wenlong
2023-01-24
KVM: x86/mmu: Fix wrong gfn range of tlb flushing in kvm_set_pte_rmapp()
Hou Wenlong
2023-01-24
KVM: x86/mmu: Move round_gfn_for_level() helper into mmu_internal.h
Hou Wenlong
2023-01-24
KVM: x86/mmu: fix an incorrect comment in kvm_mmu_new_pgd()
Wei Liu
2023-01-24
kvm: x86/mmu: Don't clear write flooding for direct SP
Lai Jiangshan
2023-01-24
kvm: x86/mmu: Rename SPTE_TDP_AD_ENABLED_MASK to SPTE_TDP_AD_ENABLED
Lai Jiangshan
2023-01-24
x86/reboot: Disable SVM, not just VMX, when stopping CPUs
Sean Christopherson
2023-01-24
x86/reboot: Disable virtualization in an emergency if SVM is supported
Sean Christopherson
2023-01-24
x86/virt: Force GIF=1 prior to disabling SVM (for reboot flows)
Sean Christopherson
2023-01-24
x86/crash: Disable virt in core NMI crash handler to avoid double shootdown
Sean Christopherson
2023-01-24
KVM: x86/xen: update Xen CPUID Leaf 4 (tsc info) sub-leaves, if present
Paul Durrant
2023-01-24
KVM: x86/cpuid: generalize kvm_update_kvm_cpuid_base() and also capture limit
Paul Durrant
2023-01-24
KVM: x86: Replace cpu_dirty_logging_count with nr_memslots_dirty_logging
David Matlack
2023-01-24
KVM: x86: Replace 0-length arrays with flexible arrays
Kees Cook
2023-01-24
KVM: x86: Advertise fast REP string features inherent to the CPU
Jim Mattson
2023-01-24
x86/cpufeatures: Add macros for Intel's new fast rep string features
Jim Mattson
2023-01-24
KVM: x86: fire timer when it is migrated and expired, and in oneshot mode
Li RongQing
2023-01-24
KVM: VMX: Intercept reads to invalid and write-only x2APIC registers
Sean Christopherson
2023-01-24
KVM: VMX: Always intercept accesses to unsupported "extended" x2APIC regs
Sean Christopherson
2023-01-24
KVM: x86: Split out logic to generate "readable" APIC regs mask to helper
Sean Christopherson
2023-01-24
KVM: x86: Mark x2APIC DFR reg as non-existent for x2APIC
Sean Christopherson
2023-01-24
KVM: x86: Inject #GP on x2APIC WRMSR that sets reserved bits 63:32
Sean Christopherson
2023-01-24
KVM: x86: Inject #GP if WRMSR sets reserved bits in APIC Self-IPI
Sean Christopherson
2023-01-24
KVM: x86: remove redundant ret variable
zhang songyi
2023-01-24
KVM: PPC: Fix refactoring goof in kvmppc_e500mc_init()
Sean Christopherson
2023-01-24
Merge tag 'omap-for-v6.3/dt-signed' of git://git.kernel.org/pub/scm/linux/ker...
Arnd Bergmann
2023-01-24
Merge tag 'samsung-dt64-6.3' of https://git.kernel.org/pub/scm/linux/kernel/g...
Arnd Bergmann
2023-01-24
Merge tag 'dt64-cleanup-6.3' of https://git.kernel.org/pub/scm/linux/kernel/g...
Arnd Bergmann
2023-01-24
Merge tag 'at91-dt-6.3' of https://git.kernel.org/pub/scm/linux/kernel/git/at...
Arnd Bergmann
2023-01-24
Merge tag 'renesas-dts-for-v6.3-tag1' of git://git.kernel.org/pub/scm/linux/k...
Arnd Bergmann
2023-01-24
Merge tag 'renesas-arm-defconfig-for-v6.3-tag1' of git://git.kernel.org/pub/s...
Arnd Bergmann
2023-01-24
ARM: multi_v5_defconfig: Enable I2C_GPIO
Mark Brown
2023-01-24
ARM: multi_v7_defconfig: Enable wm896x audio CODECs
Mark Brown
2023-01-24
arm64: tegra: Populate the XUDC node for Tegra234
Jon Hunter
2023-01-24
arm64: tegra: Add dma-coherent property for Tegra194 XUDC
Jon Hunter
2023-01-24
efi: arm64: enter with MMU and caches enabled
Ard Biesheuvel
2023-01-24
arm64: head: Clean the ID map and the HYP text to the PoC if needed
Ard Biesheuvel
[prev]
[next]