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
2025-11-17
KVM: x86: Explicitly set new periodic hrtimer expiration in apic_timer_fn()
fuqiang wang
2025-11-17
KVM: x86: WARN if hrtimer callback for periodic APIC timer fires with period=0
Sean Christopherson
2025-11-17
KVM: x86: Use "checked" versions of get_user() and put_user()
Sean Christopherson
2025-11-16
iommu/sva: invalidate stale IOTLB entries for kernel address space
Lu Baolu
2025-11-16
x86/mm: use pagetable_free()
Lu Baolu
2025-11-16
x86/mm: use 'ptdesc' when freeing PMD pages
Dave Hansen
2025-11-16
drivers/base/node: fold register_node() into register_one_node()
Donet Tom
2025-11-16
mm: consistently use current->mm in mm_get_unmapped_area()
Ryan Roberts
2025-11-15
Merge tag 'x86-urgent-2025-11-15' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2025-11-15
x86/hyperv: Enable build of hypervisor crashdump collection files
Mukesh Rathor
2025-11-15
x86/hyperv: Implement hypervisor RAM collection into vmcore
Mukesh Rathor
2025-11-15
x86/hyperv: Add trampoline asm code to transition from hypervisor
Mukesh Rathor
2025-11-15
x86/hyperv: Rename guest crash shutdown function
Mukesh Rathor
2025-11-15
x86: mshyperv: Remove duplicate asm/msr.h header
Jiapeng Chong
2025-11-15
arch/x86: mshyperv: Trap on access for some synthetic MSRs
Roman Kisel
2025-11-15
arch: hyperv: Get/set SynIC synth.registers via paravisor
Roman Kisel
2025-11-15
arch/x86: mshyperv: Discover Confidential VMBus availability
Roman Kisel
2025-11-15
x86/hyperv: Allow Hyper-V to inject STIMER0 interrupts
Tianyu Lan
2025-11-15
x86/hyperv: Don't use auto-eoi when Secure AVIC is available
Tianyu Lan
2025-11-15
drivers: hv: Allow vmbus message synic interrupt injected from Hyper-V
Tianyu Lan
2025-11-15
x86/hyperv: Don't use hv apic driver when Secure AVIC is available
Tianyu Lan
2025-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+
Alexei Starovoitov
2025-11-14
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
2025-11-14
x86/sgx: Fix a typo in the kernel-doc comment for enum sgx_attribute
Sean Christopherson
2025-11-14
x86/sgx: Remove superfluous asterisk from copyright comment in asm/sgx.h
Sean Christopherson
2025-11-14
x86/sgx: Document structs and enums with '@', not '%'
Sean Christopherson
2025-11-14
x86/sgx: Add kernel-doc descriptions for params passed to vDSO user handler
Sean Christopherson
2025-11-14
x86/sgx: Add a missing colon in kernel-doc markup for "struct sgx_enclave_run"
Sean Christopherson
2025-11-14
x86/bugs: Get rid of the forward declarations
Borislav Petkov (AMD)
2025-11-14
KVM: SEV: Add known supported SEV-SNP policy bits
Tom Lendacky
2025-11-14
KVM: SEV: Publish supported SEV-SNP policy bits
Tom Lendacky
2025-11-14
KVM: SEV: Consolidate the SEV policy bits in a single header file
Tom Lendacky
2025-11-14
x86/microcode/AMD: Add Zen5 model 0x44, stepping 0x1 minrev
Borislav Petkov (AMD)
2025-11-14
x86/CPU/AMD: Add additional fixed RDSEED microcode revisions
Mario Limonciello
2025-11-14
syscore: Pass context data to callbacks
Thierry Reding
2025-11-13
Merge tag 'acpi-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
2025-11-13
KVM: SVM: Don't skip unrelated instruction if INT3/INTO is replaced
Omar Sandoval
2025-11-13
Merge branches 'acpi-cppc' and 'acpi-tables'
Rafael J. Wysocki
2025-11-13
KVM: TDX: Use struct_size to simplify tdx_get_capabilities()
Sean Christopherson
2025-11-13
KVM: TDX: Check size of user's kvm_tdx_capabilities array before allocating
Thorsten Blum
2025-11-13
KVM: TDX: Fix sparse warnings from using 0 for NULL
Dave Hansen
2025-11-13
KVM: TDX: Remove __user annotation from kernel pointer
Dave Hansen
2025-11-13
KVM: TDX: Take MMU lock around tdh_vp_init()
Rick Edgecombe
2025-11-13
Merge tag 'v6.18-rc5' into objtool/core, to pick up fixes
Ingo Molnar
2025-11-12
x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possible
Sean Christopherson
2025-11-12
x86/mm: Drop unnecessary export of "ptdump_walk_pgd_level_debugfs"
Sean Christopherson
2025-11-12
x86/mtrr: Drop unnecessary export of "mtrr_state"
Sean Christopherson
2025-11-12
x86/bugs: Drop unnecessary export of "x86_spec_ctrl_base"
Sean Christopherson
2025-11-12
perf/x86/intel: Fix and clean up intel_pmu_drain_arch_pebs() type use
Ingo Molnar
2025-11-11
lib/crypto: x86/polyval: Migrate optimized code into library
Eric Biggers
[prev]
[next]