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.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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-16
x86/mm: Remove broken vsyscall emulation code from the page fault code
Linus Torvalds
1
-1
/
+0
2024-05-25
x86/xen: Drop USERGS_SYSRET64 paravirt call
Juergen Gross
3
-20
/
+0
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
1
-1
/
+0
2024-04-13
x86/cpufeatures: Add CPUID_LNX_5 to track recently added Linux-defined word
Sean Christopherson
1
-0
/
+2
2024-04-13
x86/bugs: Fix the SRSO mitigation on Zen3/4
Borislav Petkov (AMD)
2
-6
/
+15
2024-04-13
x86/cpufeatures: Add new word for scattered features
Sandipan Das
4
-5
/
+9
2024-04-13
x86/rfds: Mitigate Register File Data Sampling (RFDS)
Pawan Gupta
2
-0
/
+9
2024-04-13
x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key
Pawan Gupta
2
-13
/
+0
2024-04-13
x86/entry_64: Add VERW just before userspace transition
Pawan Gupta
1
-0
/
+1
2024-04-13
x86/bugs: Add asm helpers for executing VERW
Pawan Gupta
2
-0
/
+16
2024-04-13
x86/asm: Add _ASM_RIP() macro for x86-64 (%rip) suffix
Pawan Gupta
1
-0
/
+5
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
5
-101
/
+34
2024-04-13
x86/cpu: Support AMD Automatic IBRS
Kim Phillips
2
-0
/
+3
2024-03-27
x86/mm: Move is_vsyscall_vaddr() into asm/vsyscall.h
Hou Tao
1
-0
/
+10
2024-03-01
x86/alternative: Make custom return thunk unconditional
Peter Zijlstra
1
-4
/
+4
2024-03-01
Revert "x86/alternative: Make custom return thunk unconditional"
Borislav Petkov (AMD)
1
-4
/
+0
2024-03-01
x86/returnthunk: Allow different return thunks
Peter Zijlstra
1
-0
/
+6
2024-03-01
x86/ibt,paravirt: Use text_gen_insn() for paravirt_patch()
Peter Zijlstra
1
-6
/
+14
2024-03-01
x86/text-patching: Make text_gen_insn() play nice with ANNOTATE_NOENDBR
Peter Zijlstra
1
-1
/
+9
2024-03-01
x86: drop bogus "cc" clobber from __try_cmpxchg_user_asm()
Jan Beulich
1
-1
/
+1
2024-03-01
task_stack, x86/cea: Force-inline stack helpers
Borislav Petkov
1
-1
/
+1
2024-03-01
x86/uaccess: Implement macros for CMPXCHG on user addresses
Peter Zijlstra
1
-0
/
+142
2024-02-23
x86/entry/ia32: Ensure s32 is sign extended to s64
Richard Palethorpe
1
-4
/
+21
2023-11-28
KVM: x86: Ignore MSR_AMD64_TW_CFG access
Maciej S. Szmigiero
1
-0
/
+1
2023-11-28
x86/mm: Drop the 4 MB restriction on minimal NUMA node memory size
Mike Rapoport (IBM)
1
-7
/
+0
2023-11-20
x86: Share definition of __is_canonical_address()
Adrian Hunter
1
-0
/
+10
2023-11-20
iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()
David Howells
1
-1
/
+1
2023-11-08
x86/mm: Fix RESERVE_BRK() for older binutils
Josh Poimboeuf
1
-17
/
+21
2023-11-08
x86/mm: Simplify RESERVE_BRK()
Josh Poimboeuf
1
-19
/
+11
2023-11-08
x86/i8259: Skip probing when ACPI/MADT advertises PCAT compatibility
Thomas Gleixner
1
-0
/
+2
2023-10-25
x86/cpu: Fix AMD erratum #1485 on Zen4-based CPUs
Borislav Petkov (AMD)
1
-2
/
+7
2023-09-23
x86/boot/compressed: Reserve more memory for page tables
Kirill A. Shutemov
1
-14
/
+31
2023-09-19
x86/virt: Drop unnecessary check on extended CPUID level in cpu_has_svm()
Sean Christopherson
1
-6
/
+0
2023-09-19
x86/mm: Fix PAT bit missing from page protection modify mask
Janusz Krzysztofik
1
-5
/
+6
2023-08-26
x86/CPU/AMD: Fix the DIV(0) initial fix attempt
Borislav Petkov (AMD)
1
-0
/
+1
2023-08-26
x86/cpu: Cleanup the untrain mess
Peter Zijlstra
1
-8
/
+4
2023-08-26
x86/cpu: Rename srso_(.*)_alias to srso_alias_\1
Peter Zijlstra
1
-2
/
+2
2023-08-26
x86/cpu: Rename original retbleed methods
Peter Zijlstra
1
-4
/
+4
2023-08-26
x86/cpu: Clean up SRSO return thunk mess
Peter Zijlstra
1
-0
/
+5
2023-08-26
x86/alternative: Make custom return thunk unconditional
Peter Zijlstra
1
-0
/
+5
2023-08-16
x86: Move gds_ucode_mitigated() declaration to header
Arnd Bergmann
1
-0
/
+2
2023-08-11
x86/CPU/AMD: Do not leak quotient data after a division by 0
Borislav Petkov (AMD)
2
-0
/
+3
2023-08-11
x86/kprobes: Use int3 instead of debug trap for single-step
Masami Hiramatsu
1
-5
/
+16
2023-08-11
x86/kprobes: Do not decode opcode in resume_execution()
Masami Hiramatsu
1
-4
/
+7
2023-08-08
x86/srso: Add IBPB on VMEXIT
Borislav Petkov (AMD)
1
-0
/
+1
2023-08-08
x86/srso: Add IBPB
Borislav Petkov (AMD)
1
-1
/
+2
2023-08-08
x86/srso: Add SRSO_NO support
Borislav Petkov (AMD)
3
-3
/
+6
2023-08-08
x86/srso: Add IBPB_BRTYPE support
Borislav Petkov (AMD)
1
-0
/
+2
[next]