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.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-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
2024-06-16
x86/mm: Remove broken vsyscall emulation code from the page fault code
Linus Torvalds
3
-53
/
+3
2024-06-16
genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offline
Dongli Zhang
1
-3
/
+6
2024-06-16
x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=y
Masahiro Yamada
1
-4
/
+1
2024-06-16
x86/insn: Fix PUSH instruction in x86 instruction decoder opcode map
Adrian Hunter
1
-1
/
+1
2024-06-16
x86/purgatory: Switch to the position-independent small code model
Ard Biesheuvel
1
-1
/
+2
2024-06-16
x86/boot: Ignore relocations in .notes sections in walk_relocs() too
Guixiong Wei
1
-0
/
+9
2024-06-16
crypto: x86/sha256-avx2 - add missing vzeroupper
Eric Biggers
1
-0
/
+1
2024-06-16
crypto: x86/nh-avx2 - add missing vzeroupper
Eric Biggers
1
-0
/
+1
2024-06-16
x86/tsc: Trust initial offset in architectural TSC-adjust MSRs
Daniel J Blueman
1
-4
/
+2
2024-05-25
KVM: x86: Clear "has_error_code", not "error_code", for RM exception injection
Sean Christopherson
1
-2
/
+9
2024-05-25
x86/xen: Drop USERGS_SYSRET64 paravirt call
Juergen Gross
10
-63
/
+9
2024-05-02
cpu: Re-enable CPU mitigations by default for !X86 architectures
Sean Christopherson
1
-5
/
+6
2024-05-02
x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQ
Eric Biggers
1
-3
/
+3
2024-05-02
x86/apic: Force native_apic_mem_read() to use the MOV instruction
Adam Dunlap
1
-1
/
+2
2024-04-13
x86/head/64: Re-enable stack protection
Michael Roth
4
-14
/
+21
2024-04-13
x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunk
Borislav Petkov (AMD)
1
-0
/
+1
2024-04-13
x86/mm/pat: fix VM_PAT handling in COW mappings
David Hildenbrand
1
-14
/
+36
2024-04-13
x86/cpufeatures: Add CPUID_LNX_5 to track recently added Linux-defined word
Sean Christopherson
2
-0
/
+4
2024-04-13
x86/retpoline: Do the necessary fixup to the Zen3/4 srso return thunk for !SRSO
Borislav Petkov (AMD)
1
-0
/
+1
2024-04-13
x86/bugs: Fix the SRSO mitigation on Zen3/4
Borislav Petkov (AMD)
3
-9
/
+16
2024-04-13
x86/mce: Make sure to grab mce_sysfs_mutex in set_bank()
Borislav Petkov (AMD)
1
-1
/
+3
2024-04-13
x86/srso: Add SRSO mitigation for Hygon processors
Pu Wen
1
-1
/
+1
2024-04-13
Revert "x86/mm/ident_map: Use gbpages only where full GB page should be mapped."
Ingo Molnar
1
-18
/
+5
2024-04-13
x86/cpufeatures: Add new word for scattered features
Sandipan Das
4
-5
/
+9
2024-04-13
x86/cpu: Enable STIBP on AMD if Automatic IBRS is enabled
Kim Phillips
1
-6
/
+9
2024-04-13
KVM/x86: Export RFDS_NO and RFDS_CLEAR to guests
Pawan Gupta
1
-1
/
+4
2024-04-13
x86/rfds: Mitigate Register File Data Sampling (RFDS)
Pawan Gupta
5
-6
/
+130
2024-04-13
x86/mmio: Disable KVM mitigation when X86_FEATURE_CLEAR_CPU_BUF is set
Pawan Gupta
1
-2
/
+12
2024-04-13
KVM/VMX: Move VERW closer to VMentry for MDS mitigation
Pawan Gupta
2
-4
/
+11
2024-04-13
KVM/VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. VMLAUNCH
Pawan Gupta
2
-5
/
+8
2024-04-13
x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key
Pawan Gupta
5
-26
/
+7
2024-04-13
x86/entry_32: Add VERW just before userspace transition
Pawan Gupta
1
-0
/
+3
2024-04-13
x86/entry_64: Add VERW just before userspace transition
Pawan Gupta
3
-0
/
+12
2024-04-13
x86/bugs: Add asm helpers for executing VERW
Pawan Gupta
3
-0
/
+39
2024-04-13
x86/asm: Add _ASM_RIP() macro for x86-64 (%rip) suffix
Pawan Gupta
1
-0
/
+5
2024-04-13
KVM: SVM: Flush pages under kvm->lock to fix UAF in svm_register_enc_region()
Sean Christopherson
1
-7
/
+9
2024-04-13
x86/pm: Work around false positive kmemleak report in msr_build_context()
Anton Altaparmakov
1
-5
/
+5
2024-04-13
x86/stackprotector/32: Make the canary into a regular percpu variable
Andy Lutomirski
18
-217
/
+55
2024-04-13
x86/CPU/AMD: Update the Zenbleed microcode revisions
Borislav Petkov (AMD)
1
-5
/
+5
2024-04-13
x86/bugs: Use sysfs_emit()
Borislav Petkov
1
-52
/
+51
2024-04-13
x86/cpu: Support AMD Automatic IBRS
Kim Phillips
4
-16
/
+26
2024-03-27
x86, relocs: Ignore relocations in .notes section
Kees Cook
1
-0
/
+8
2024-03-27
x86/paravirt: Fix build due to __text_gen_insn() backport
Borislav Petkov (AMD)
1
-0
/
+1
2024-03-27
x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault()
Hou Tao
1
-0
/
+10
2024-03-27
x86/mm: Move is_vsyscall_vaddr() into asm/vsyscall.h
Hou Tao
2
-9
/
+10
2024-03-27
x86/xen: Add some null pointer checking to smp.c
Kunwu Chan
1
-0
/
+12
2024-03-15
um: allow not setting extra rpaths in the linux binary
Johannes Berg
1
-1
/
+1
2024-03-06
x86/cpu/intel: Detect TME keyid bits before setting MTRR mask registers
Paolo Bonzini
1
-87
/
+91
2024-03-01
x86/alternative: Make custom return thunk unconditional
Peter Zijlstra
3
-8
/
+6
2024-03-01
Revert "x86/alternative: Make custom return thunk unconditional"
Borislav Petkov (AMD)
2
-8
/
+0
[next]