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.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-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
/
x86
Age
Commit message (
Expand
)
Author
2024-11-01
KVM: x86: model canonical checks more precisely
Maxim Levitsky
2024-11-01
KVM: x86: Add X86EMUL_F_MSR and X86EMUL_F_DT_LOAD to aid canonical checks
Maxim Levitsky
2024-11-01
KVM: x86: Route non-canonical checks in emulator through emulate_ops
Maxim Levitsky
2024-11-01
KVM: x86: drop x86.h include from cpuid.h
Maxim Levitsky
2024-11-01
KVM: x86: Use '0' for guest RIP if PMI encounters protected guest state
Sean Christopherson
2024-11-01
KVM: x86: Add lockdep-guarded asserts on register cache usage
Sean Christopherson
2024-11-01
KVM: x86: Bypass register cache when querying CPL from kvm_sched_out()
Sean Christopherson
2024-11-01
KVM: x86: AMD's IBPB is not equivalent to Intel's IBPB
Jim Mattson
2024-11-01
KVM: x86: Advertise AMD_IBPB_RET to userspace
Jim Mattson
2024-11-01
KVM: x86: Ensure vcpu->mode is loaded from memory in kvm_vcpu_exit_request()
Sean Christopherson
2024-11-01
KVM: x86: Fix a comment inside __kvm_set_or_clear_apicv_inhibit()
Kai Huang
2024-11-01
KVM: x86: Fix a comment inside kvm_vcpu_update_apicv()
Kai Huang
2024-10-31
x86/cpu: Fix FAM5_QUARK_X1000 to use X86_MATCH_VFM()
Tony Luck
2024-10-31
EDAC/mce_amd: Add support for FRU text in MCA
Yazen Ghannam
2024-10-31
x86/mce/apei: Handle variable SMCA BERT record size
Yazen Ghannam
2024-10-31
x86/MCE/AMD: Add support for new MCA_SYND{1,2} registers
Avadhut Naik
2024-10-30
KVM: x86/mmu: Batch TLB flushes when zapping collapsible TDP MMU SPTEs
David Matlack
2024-10-30
KVM: x86/mmu: Drop @max_level from kvm_mmu_max_mapping_level()
David Matlack
2024-10-30
KVM: x86: Don't emit TLB flushes when aging SPTEs for mmu_notifiers
Sean Christopherson
2024-10-30
KVM: x86/mmu: Set Dirty bit for new SPTEs, even if _hardware_ A/D bits are di...
Sean Christopherson
2024-10-30
KVM: x86/mmu: Dedup logic for detecting TLB flushes on leaf SPTE changes
Sean Christopherson
2024-10-30
KVM: x86/mmu: Stop processing TDP MMU roots for test_age if young SPTE found
Sean Christopherson
2024-10-30
KVM: x86/mmu: Process only valid TDP MMU roots when aging a gfn range
Sean Christopherson
2024-10-30
KVM: x86/mmu: Use Accessed bit even when _hardware_ A/D bits are disabled
Sean Christopherson
2024-10-30
KVM: x86/mmu: Set shadow_dirty_mask for EPT even if A/D bits disabled
Sean Christopherson
2024-10-30
KVM: x86/mmu: Set shadow_accessed_mask for EPT even if A/D bits disabled
Sean Christopherson
2024-10-30
KVM: x86/mmu: Add a dedicated flag to track if A/D bits are globally enabled
Sean Christopherson
2024-10-30
KVM: x86/mmu: WARN and flush if resolving a TDP MMU fault clears MMU-writable
Sean Christopherson
2024-10-30
KVM: x86/mmu: Fold mmu_spte_update_no_track() into mmu_spte_update()
Sean Christopherson
2024-10-30
KVM: x86/mmu: Drop ignored return value from kvm_tdp_mmu_clear_dirty_slot()
Sean Christopherson
2024-10-30
KVM: x86/mmu: Don't flush TLBs when clearing Dirty bit in shadow MMU
Sean Christopherson
2024-10-30
KVM: x86/mmu: Don't force flush if SPTE update clears Accessed bit
Sean Christopherson
2024-10-30
KVM: x86/mmu: Fold all of make_spte()'s writable handling into one if-else
Sean Christopherson
2024-10-30
KVM: x86/mmu: Always set SPTE's dirty bit if it's created as writable
Sean Christopherson
2024-10-30
KVM: x86/mmu: Flush remote TLBs iff MMU-writable flag is cleared from RO SPTE
Sean Christopherson
2024-10-30
perf/x86/rapl: Clean up cpumask and hotplug
Kan Liang
2024-10-30
perf/x86/rapl: Move the pmu allocation out of CPU hotplug
Kan Liang
2024-10-30
KVM: VMX: Remove the unused variable "gpa" in __invept()
Yan Zhao
2024-10-30
x86/mce: Add wrapper for struct mce to export vendor specific info
Avadhut Naik
2024-10-29
of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verify
Usama Arif
2024-10-29
x86/amd_nb: Fix compile-testing without CONFIG_AMD_NB
Arnd Bergmann
2024-10-29
x86/pvh: Avoid absolute symbol references in .head.text
Ard Biesheuvel
2024-10-29
x86/xen: Avoid relocatable quantities in Xen ELF notes
Ard Biesheuvel
2024-10-29
x86/pvh: Omit needless clearing of phys_base
Ard Biesheuvel
2024-10-29
x86/pvh: Use correct size value in GDT descriptor
Ard Biesheuvel
2024-10-29
x86/pvh: Call C code via the kernel virtual mapping
Ard Biesheuvel
2024-10-29
drm/intel/pciids: rename i915_pciids.h to just pciids.h
Jani Nikula
2024-10-28
x86/traps: move kmsan check after instrumentation_begin
Sabyrzhan Tasbolatov
2024-10-28
asm-generic: provide generic page_to_phys and phys_to_page implementations
Christoph Hellwig
2024-10-28
x86/sev: Convert shared memory back to private on kexec
Ashish Kalra
[prev]
[next]