index
:
pub/scm/linux/kernel/git/ohad/linux.git
master
Misc
Ohad Ben-Cohen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
nospec-branch.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-18
Merge tag 'timers-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2026-07-26
x86/bugs: Make Safe-RET robust against interrupt injection
Borislav Petkov (AMD)
1
-0
/
+57
2026-07-07
x86/speculation: Explicitly include linux/types.h
Thomas Weißschuh (Schneider Electric)
1
-0
/
+1
2026-07-01
x86/bugs: Enable IBPB flush on BPF JIT allocation
Pawan Gupta
1
-0
/
+4
2025-12-06
Merge tag 'objtool-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+2
2025-12-03
objtool: Remove newlines and tabs from annotation macros
Josh Poimboeuf
1
-2
/
+2
2025-11-18
x86/bugs: KVM: Move VM_CLEAR_CPU_BUFFERS into SVM as SVM_CLEAR_CPU_BUFFERS
Sean Christopherson
1
-3
/
+0
2025-11-18
x86/bugs: Use an x86 feature to track the MMIO Stale Data mitigation
Sean Christopherson
1
-2
/
+0
2025-11-18
x86/bugs: Decouple ALTERNATIVE usage from VERW macro definition
Sean Christopherson
1
-11
/
+16
2025-09-15
x86/bugs: Simplify SSB cmdline parsing
David Kaplan
1
-0
/
+1
2025-08-14
x86/vmscape: Add conditional IBPB mitigation
Pawan Gupta
1
-0
/
+2
2025-06-17
x86/bugs: Add a Transient Scheduler Attacks mitigation
Borislav Petkov (AMD)
1
-4
/
+10
2025-06-16
x86/bugs: Rename MDS machinery to something more generic
Borislav Petkov (AMD)
1
-14
/
+15
2025-05-13
Merge commit 'its-for-linus-20250509-merge' into x86/core, to resolve conflicts
Ingo Molnar
1
-0
/
+10
2025-05-13
Merge branch 'x86/cpu' into x86/core, to resolve conflicts
Ingo Molnar
1
-1
/
+1
2025-05-09
x86/its: Add support for ITS-safe return thunk
Pawan Gupta
1
-0
/
+6
2025-05-09
x86/its: Add support for ITS-safe indirect thunk
Pawan Gupta
1
-0
/
+4
2025-05-06
Merge tag 'v6.15-rc5' into x86/cpu, to resolve conflicts
Ingo Molnar
1
-6
/
+6
2025-04-16
x86/bugs: Rename mmio_stale_data_clear to cpu_buf_vm_clear
Pawan Gupta
1
-1
/
+1
2025-04-15
x86/cpufeatures: Shorten X86_FEATURE_CLEAR_BHB_LOOP_ON_VMEXIT
Xin Li (Intel)
1
-1
/
+1
2025-04-09
x86/bugs: Fix RSB clearing in indirect_branch_prediction_barrier()
Josh Poimboeuf
1
-3
/
+3
2025-04-09
x86/bugs: Rename entry_ibpb() to write_ibpb()
Josh Poimboeuf
1
-3
/
+3
2025-03-30
Merge tag 'x86-urgent-2025-03-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-4
/
+0
2025-03-25
Merge tag 'x86_bugs_for_v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+3
2025-03-22
x86/speculation: Remove the extra #ifdef around CALL_NOSPEC
Pawan Gupta
1
-4
/
+0
2025-03-19
x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-UAPI headers
Thomas Huth
1
-3
/
+3
2025-03-04
x86/retbleed: Move call depth to percpu hot section
Brian Gerst
1
-5
/
+6
2025-03-04
x86/speculation: Add a conditional CS prefix to CALL_NOSPEC
Pawan Gupta
1
-4
/
+15
2025-03-04
x86/speculation: Simplify and make CALL_NOSPEC consistent
Pawan Gupta
1
-10
/
+5
2025-02-27
x86/bugs: Use a static branch to guard IBPB on vCPU switch
Yosry Ahmed
1
-0
/
+2
2025-02-27
x86/bugs: Move the X86_FEATURE_USE_IBPB check into callers
Yosry Ahmed
1
-1
/
+1
2024-12-02
objtool: Collect more annotations in objtool.h
Peter Zijlstra
1
-9
/
+0
2024-12-02
objtool: Convert ANNOTATE_RETPOLINE_SAFE to ANNOTATE
Peter Zijlstra
1
-11
/
+2
2024-10-09
x86/bugs: Use code segment selector for VERW operand
Pawan Gupta
1
-1
/
+10
2024-04-08
x86/bhi: Mitigate KVM by default
Pawan Gupta
1
-0
/
+5
2024-04-08
x86/bhi: Add support for clearing branch history at syscall entry
Pawan Gupta
1
-0
/
+12
2024-03-29
x86/bugs: Fix the SRSO mitigation on Zen3/4
Borislav Petkov (AMD)
1
-5
/
+16
2024-03-12
Merge tag 'x86-apic-2024-03-12' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2024-03-12
Revert "x86/bugs: Use fixed addressing for VERW operand"
Dave Hansen
1
-1
/
+1
2024-03-11
Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-31
/
+24
2024-02-26
x86/bugs: Use fixed addressing for VERW operand
Pawan Gupta
1
-1
/
+1
2024-02-19
x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key
Pawan Gupta
1
-12
/
+0
2024-02-19
x86/bugs: Add asm helpers for executing VERW
Pawan Gupta
1
-0
/
+13
2024-02-14
Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...
Ingo Molnar
1
-15
/
+17
2024-02-14
Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...
Ingo Molnar
1
-42
/
+33
2024-02-12
x86/retpoline: Ensure default return thunk isn't used at runtime
Josh Poimboeuf
1
-0
/
+2
2024-01-10
x86/bugs: Rename CONFIG_RETHUNK => CONFIG_MITIGATION_RETHUNK
Breno Leitao
1
-2
/
+2
2024-01-10
x86/bugs: Rename CONFIG_CPU_SRSO => CONFIG_MITIGATION_SRSO
Breno Leitao
1
-3
/
+3
2024-01-10
x86/bugs: Rename CONFIG_CPU_UNRET_ENTRY => CONFIG_MITIGATION_UNRET_ENTRY
Breno Leitao
1
-3
/
+3
2024-01-10
x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINE
Breno Leitao
1
-4
/
+4
[next]