index
:
kernel/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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
8 days
Merge tag 'x86-urgent-2026-06-07' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-2
/
+7
9 days
Merge tag 'rust-fixes-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-0
/
+12
10 days
x86/resctrl: Only check Intel systems for SNC
Tony Luck
1
-1
/
+6
12 days
KVM: SEV: Unmap and unpin the GHCB as needed on vCPU free
Sean Christopherson
1
-10
/
+16
12 days
KVM: SEV: Decouple the need to sync the GHCB SA from the need to free the SA
Sean Christopherson
1
-13
/
+14
12 days
KVM: SEV: Move sev_free_vcpu() down below sev_es_unmap_ghcb()
Sean Christopherson
1
-31
/
+31
12 days
KVM: SEV: Read start/end indices of PSC requests exactly once per #VMGEXIT
Sean Christopherson
2
-38
/
+49
12 days
KVM: SEV: Add an anonymous "psc" struct to track current PSC metadata
Sean Christopherson
2
-27
/
+24
12 days
KVM: SEV: Make it more obvious when KVM is writing back the current PSC index
Sean Christopherson
1
-1
/
+9
2026-06-01
x86/CPU/AMD: Add more Zen6 models
Pratik Vishwakarma
1
-1
/
+1
2026-05-31
Merge tag 'x86-urgent-2026-05-31' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
10
-29
/
+36
2026-05-30
Revert "x86/fpu: Refine and simplify the magic number check during signal ret...
Andrei Vagin
1
-3
/
+8
2026-05-29
Merge commit 'kvm-psc-for-7.1' into HEAD
Paolo Bonzini
1
-26
/
+65
2026-05-29
KVM: SEV: Use READ_ONCE() when reading entries/indices from PSC buffer
Sean Christopherson
1
-6
/
+6
2026-05-29
KVM: SEV: Check PSC request indices against the actual size of the buffer
Sean Christopherson
1
-2
/
+15
2026-05-29
KVM: SEV: Don't explicitly pass PSC buffer to snp_begin_psc()
Sean Christopherson
1
-5
/
+6
2026-05-29
KVM: SEV: WARN if KVM attempts to setup scratch area with min_len==0
Sean Christopherson
1
-0
/
+3
2026-05-29
KVM: SEV: Compute the correct max length of the in-GHCB scratch area
Sean Christopherson
1
-9
/
+10
2026-05-29
KVM: SEV: Use the size of the PSC header as the minimum size for PSC requests
Sean Christopherson
1
-1
/
+1
2026-05-29
KVM: SEV: Ignore Port I/O requests of length '0'
Sean Christopherson
1
-0
/
+8
2026-05-29
KVM: SEV: Reject MMIO requests larger than 8 bytes with GHCB v2+
Sean Christopherson
1
-0
/
+5
2026-05-29
KVM: SEV: Ignore MMIO requests of length '0'
Sean Christopherson
1
-3
/
+7
2026-05-29
KVM: SEV: Require in-GHCB scratch area if GHCB v2+ is in use
Michael Roth
1
-0
/
+4
2026-05-29
Merge tag 'kvm-x86-fixes-7.1-rc6' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
4
-10
/
+54
2026-05-28
x86/kvm/vmx: Fix x86_64 CFI build
Peter Zijlstra
3
-11
/
+5
2026-05-28
x86/ftrace: Relocate %rip-relative percpu refs in dynamic trampolines
Alexis Lothoré (eBPF Foundation)
1
-0
/
+7
2026-05-26
x86/microcode: Do not access MSR_IA32_PLATFORM_ID when running as a guest
Borislav Petkov
5
-15
/
+16
2026-05-26
rust: kasan/kbuild: fix rustc-option when cross-compiling
Alice Ryhl
2
-0
/
+12
2026-05-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-6
/
+8
2026-05-24
Merge tag 'x86-urgent-2026-05-24' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
14
-69
/
+134
2026-05-23
KVM: SVM: Disable AVIC IPI virtualization on Hygon Family 18h (erratum #1235)
Tina Zhang
1
-5
/
+7
2026-05-23
KVM: x86: Return the VM's configured APIC bus frequency when queried
Sean Christopherson
1
-1
/
+1
2026-05-22
KVM: SVM: Flush the current TLB when transitioning from xAVIC => x2AVIC
Sean Christopherson
1
-6
/
+29
2026-05-22
KVM: x86: Fix ERAPS RAP clear on INVPCID single-context invalidation
Emily Ehlert
1
-1
/
+1
2026-05-21
ring-buffer: Flush and stop persistent ring buffer on panic
Masami Hiramatsu (Google)
1
-0
/
+1
2026-05-21
x86/mm: Disable broadcast TLB flush when PCID is disabled
Tom Lendacky
1
-0
/
+1
2026-05-19
x86/kvm/vmx: Fix VMX vs hrtimer_rearm_deferred()
Peter Zijlstra
1
-0
/
+13
2026-05-19
x86/kvm/vmx: Move IRQ/NMI dispatch from KVM into x86 core
Peter Zijlstra
12
-68
/
+119
2026-05-19
x86/vdso: Fix incorrect size in munmap() on map_vdso() failure
Guilherme Giacomo Simoes
1
-1
/
+1
2026-05-17
Merge tag 'x86-urgent-2026-05-17' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+8
2026-05-17
Merge tag 'ras-urgent-2026-05-17' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-28
/
+5
2026-05-15
Merge tag 'for-linus-7.1b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-3
/
+7
2026-05-15
Merge tag 'acpi-7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
1
-3
/
+3
2026-05-14
Merge branch 'acpi-cppc'
Rafael J. Wysocki
1
-3
/
+3
2026-05-14
x86/xen: Tolerate nested XEN_LAZY_MMU entering/leaving
Juergen Gross
1
-2
/
+6
2026-05-14
x86/xen: Fix xen_e820_swap_entry_with_ram()
Juergen Gross
1
-1
/
+1
2026-05-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
7
-37
/
+66
2026-05-13
KVM: x86: Rate-limit global clock updates on vCPU load
Lei Chen
2
-2
/
+10
2026-05-13
x86/virt: Silence RCU lockdep splat in emergency virt callback path
Mikhail Gavrilov
1
-1
/
+14
2026-05-13
x86/mce: Restore MCA polling interval halving
Borislav Petkov (AMD)
1
-28
/
+5
[next]