index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-23
Linux 5.18.14
v5.18.14
Greg Kroah-Hartman
1
-1
/
+1
2022-07-23
um: Add missing apply_returns()
Peter Zijlstra
1
-0
/
+4
2022-07-23
x86/bugs: Remove apostrophe typo
Kim Phillips
1
-1
/
+1
2022-07-23
tools headers cpufeatures: Sync with the kernel sources
Arnaldo Carvalho de Melo
2
-3
/
+30
2022-07-23
tools arch x86: Sync the msr-index.h copy with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+4
2022-07-23
KVM: emulate: do not adjust size of fastop and setcc subroutines
Paolo Bonzini
1
-10
/
+7
2022-07-23
x86/kvm: fix FASTOP_SIZE when return thunks are enabled
Thadeu Lima de Souza Cascardo
1
-4
/
+6
2022-07-23
efi/x86: use naked RET on mixed mode call wrapper
Thadeu Lima de Souza Cascardo
1
-1
/
+4
2022-07-23
x86/speculation: Use DECLARE_PER_CPU for x86_spec_ctrl_current
Nathan Chancellor
1
-1
/
+2
2022-07-23
x86/asm/32: Fix ANNOTATE_UNRET_SAFE use on 32-bit
Jiri Slaby
1
-0
/
+1
2022-07-23
x86/static_call: Serialize __static_call_fixup() properly
Thomas Gleixner
1
-5
/
+8
2022-07-23
x86/speculation: Disable RRSBA behavior
Pawan Gupta
5
-1
/
+46
2022-07-23
x86/kexec: Disable RET on kexec
Konrad Rzeszutek Wilk
2
-12
/
+36
2022-07-23
x86/bugs: Do not enable IBPB-on-entry when IBPB is not supported
Thadeu Lima de Souza Cascardo
1
-2
/
+5
2022-07-23
x86/entry: Move PUSH_AND_CLEAR_REGS() back into error_entry
Peter Zijlstra
1
-3
/
+6
2022-07-23
x86/bugs: Add Cannon lake to RETBleed affected CPU list
Pawan Gupta
1
-0
/
+1
2022-07-23
x86/retbleed: Add fine grained Kconfig knobs
Peter Zijlstra
19
-69
/
+170
2022-07-23
x86/cpu/amd: Enumerate BTC_NO
Andrew Cooper
3
-8
/
+20
2022-07-23
x86/common: Stamp out the stepping madness
Peter Zijlstra
1
-21
/
+16
2022-07-23
KVM: VMX: Prevent RSB underflow before vmenter
Josh Poimboeuf
7
-15
/
+42
2022-07-23
x86/speculation: Fill RSB on vmexit for IBRS
Josh Poimboeuf
3
-9
/
+62
2022-07-23
KVM: VMX: Fix IBRS handling after vmexit
Josh Poimboeuf
1
-1
/
+6
2022-07-23
KVM: VMX: Prevent guest RSB poisoning attacks with eIBRS
Josh Poimboeuf
6
-31
/
+73
2022-07-23
KVM: VMX: Convert launched argument to flags
Josh Poimboeuf
5
-9
/
+31
2022-07-23
KVM: VMX: Flatten __vmx_vcpu_run()
Josh Poimboeuf
1
-73
/
+46
2022-07-23
objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}
Josh Poimboeuf
5
-15
/
+68
2022-07-23
x86/speculation: Remove x86_spec_ctrl_mask
Josh Poimboeuf
1
-30
/
+1
2022-07-23
x86/speculation: Use cached host SPEC_CTRL value for guest entry/exit
Josh Poimboeuf
1
-11
/
+1
2022-07-23
x86/speculation: Fix SPEC_CTRL write on SMT state change
Josh Poimboeuf
1
-1
/
+2
2022-07-23
x86/speculation: Fix firmware entry SPEC_CTRL handling
Josh Poimboeuf
1
-6
/
+4
2022-07-23
x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=n
Josh Poimboeuf
3
-6
/
+0
2022-07-23
x86/cpu/amd: Add Spectral Chicken
Peter Zijlstra
4
-1
/
+33
2022-07-23
objtool: Add entry UNRET validation
Thadeu Lima de Souza Cascardo
13
-22
/
+220
2022-07-23
x86/bugs: Do IBPB fallback check only once
Josh Poimboeuf
1
-10
/
+5
2022-07-23
x86/bugs: Add retbleed=ibpb
Peter Zijlstra
6
-13
/
+67
2022-07-23
x86/xen: Add UNTRAIN_RET
Peter Zijlstra
1
-1
/
+7
2022-07-23
x86/xen: Rename SYS* entry points
Peter Zijlstra
3
-16
/
+16
2022-07-23
objtool: Update Retpoline validation
Peter Zijlstra
4
-6
/
+22
2022-07-23
intel_idle: Disable IBRS during long idle
Peter Zijlstra
3
-6
/
+45
2022-07-23
x86/bugs: Report Intel retbleed vulnerability
Peter Zijlstra
3
-18
/
+46
2022-07-23
x86/bugs: Split spectre_v2_select_mitigation() and spectre_v2_user_select_mit...
Peter Zijlstra
1
-8
/
+17
2022-07-23
x86/speculation: Add spectre_v2=ibrs option to support Kernel IBRS
Pawan Gupta
3
-14
/
+54
2022-07-23
x86/bugs: Optimize SPEC_CTRL MSR writes
Peter Zijlstra
3
-8
/
+14
2022-07-23
x86/entry: Add kernel IBRS implementation
Thadeu Lima de Souza Cascardo
4
-10
/
+111
2022-07-23
x86/bugs: Keep a per-CPU IA32_SPEC_CTRL value
Peter Zijlstra
3
-6
/
+25
2022-07-23
x86/bugs: Enable STIBP for JMP2RET
Kim Phillips
2
-17
/
+57
2022-07-23
x86/bugs: Add AMD retbleed= boot parameter
Alexandre Chartre
3
-1
/
+125
2022-07-23
x86/bugs: Report AMD retbleed vulnerability
Alexandre Chartre
5
-0
/
+43
2022-07-23
x86: Add magic AMD return-thunk
Thadeu Lima de Souza Cascardo
9
-9
/
+127
2022-07-23
objtool: Treat .text.__x86.* as noinstr
Peter Zijlstra
1
-1
/
+2
[next]