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
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-26
x86/srso: Correct the mitigation status when SMT is disabled
Borislav Petkov (AMD)
1
-3
/
+2
2023-08-26
x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANG
Petr Pavlu
2
-8
/
+8
2023-08-26
x86/srso: Disable the mitigation on unaffected configurations
Borislav Petkov (AMD)
1
-1
/
+6
2023-08-26
x86/CPU/AMD: Fix the DIV(0) initial fix attempt
Borislav Petkov (AMD)
4
-2
/
+4
2023-08-26
x86/retpoline: Don't clobber RFLAGS during srso_safe_ret()
Sean Christopherson
1
-4
/
+3
2023-08-26
x86/static_call: Fix __static_call_fixup()
Peter Zijlstra
1
-0
/
+13
2023-08-26
x86/srso: Explain the untraining sequences a bit more
Borislav Petkov (AMD)
1
-0
/
+19
2023-08-26
x86/cpu: Cleanup the untrain mess
Peter Zijlstra
3
-8
/
+12
2023-08-26
x86/cpu: Rename srso_(.*)_alias to srso_alias_\1
Peter Zijlstra
3
-19
/
+19
2023-08-26
x86/cpu: Rename original retbleed methods
Peter Zijlstra
4
-21
/
+21
2023-08-26
x86/cpu: Clean up SRSO return thunk mess
Peter Zijlstra
4
-21
/
+63
2023-08-26
x86/alternative: Make custom return thunk unconditional
Peter Zijlstra
2
-0
/
+7
2023-08-26
x86/cpu: Fix up srso_safe_ret() and __x86_return_thunk()
Peter Zijlstra
1
-2
/
+2
2023-08-26
x86/cpu: Fix __x86_return_thunk symbol type
Peter Zijlstra
1
-1
/
+3
2023-08-26
arm64: dts: rockchip: Disable HS400 for eMMC on ROCK Pi 4
Christopher Obbard
1
-2
/
+2
2023-08-26
riscv: uaccess: Return the number of bytes effectively not copied
Alexandre Ghiti
1
-4
/
+7
2023-08-26
ARM: dts: imx: Set default tuning step for imx6sx usdhc
Xiaolei Wang
1
-0
/
+6
2023-08-26
arm64: dts: qcom: qrb5165-rb5: fix thermal zone conflict
Dmitry Baryshkov
1
-1
/
+1
2023-08-26
powerpc/rtas_flash: allow user copy to flash block cache objects
Nathan Lynch
1
-3
/
+3
2023-08-26
ARM: dts: nxp/imx6sll: fix wrong property name in usbphy node
Xu Yang
1
-1
/
+1
2023-08-26
ARM: dts: imx6sll: fixup of operating points
Andreas Kemnade
1
-12
/
+10
2023-08-26
ARM: dts: aspeed: asrock: Correct firmware flash SPI clocks
Zev Weiss
1
-1
/
+1
2023-08-26
powerpc/kasan: Disable KCOV in KASAN code
Benjamin Gray
1
-0
/
+1
2023-08-26
ARM: dts: imx6dl: prtrvt, prtvt7, prti6q, prtwd2: fix USB related warnings
Oleksij Rempel
2
-1
/
+14
2023-08-16
alpha: remove __init annotation from exported page_is_ram()
Masahiro Yamada
1
-2
/
+1
2023-08-16
x86: Move gds_ucode_mitigated() declaration to header
Arnd Bergmann
2
-2
/
+2
2023-08-16
x86/mm: Fix VDSO and VVAR placement on 5-level paging machines
Kirill A. Shutemov
1
-2
/
+2
2023-08-16
x86/cpu/amd: Enable Zenbleed fix for AMD Custom APU 0405
Cristian Ciocaltea
1
-0
/
+1
2023-08-16
x86/srso: Fix build breakage with the LLVM linker
Nick Desaulniers
1
-3
/
+9
2023-08-16
riscv,mmio: Fix readX()-to-delay() ordering
Andrea Parri
1
-8
/
+8
2023-08-11
powerpc/mm/altmap: Fix altmap boundary check
Aneesh Kumar K.V
1
-2
/
+1
2023-08-11
arm64: dts: stratix10: fix incorrect I2C property for SCL signal
Dinh Nguyen
2
-2
/
+2
2023-08-11
x86/CPU/AMD: Do not leak quotient data after a division by 0
Borislav Petkov (AMD)
4
-0
/
+24
2023-08-11
KVM: s390: fix sthyi error handling
Heiko Carstens
2
-6
/
+9
2023-08-11
word-at-a-time: use the same return type for has_zero regardless of endianness
ndesaulniers@google.com
1
-1
/
+1
2023-08-11
arm64: dts: imx8mn-var-som: add missing pull-up for onboard PHY reset pinmux
Hugo Villeneuve
1
-1
/
+1
2023-08-11
arm64: errata: Add detection for TRBE write to out-of-range
Suzuki K Poulose
3
-0
/
+62
2023-08-11
arm64: errata: Add workaround for TSB flush failures
Suzuki K Poulose
4
-1
/
+68
2023-08-08
x86: fix backwards merge of GDS/SRSO bit
Greg Kroah-Hartman
1
-3
/
+3
2023-08-08
x86/srso: Tie SBPB bit setting to microcode patch detection
Borislav Petkov (AMD)
2
-11
/
+15
2023-08-08
x86/srso: Fix return thunks in generated code
Josh Poimboeuf
2
-3
/
+7
2023-08-08
x86/srso: Add IBPB on VMEXIT
Borislav Petkov (AMD)
4
-1
/
+26
2023-08-08
x86/srso: Add IBPB
Borislav Petkov (AMD)
2
-1
/
+25
2023-08-08
x86/srso: Add SRSO_NO support
Borislav Petkov (AMD)
7
-15
/
+39
2023-08-08
x86/srso: Add IBPB_BRTYPE support
Borislav Petkov (AMD)
2
-1
/
+13
2023-08-08
x86/srso: Add a Speculative RAS Overflow mitigation
Borislav Petkov (AMD)
10
-8
/
+260
2023-08-08
x86/cpu, kvm: Add support for CPUID_80000021_EAX
Kim Phillips
6
-5
/
+14
2023-08-08
x86/bugs: Increase the x86 bugs vector size to two u32s
Borislav Petkov (AMD)
1
-1
/
+1
2023-08-08
x86/mm: Use mm_alloc() in poking_init()
Peter Zijlstra
1
-1
/
+1
2023-08-08
x86/mm: fix poking_init() for Xen PV guests
Juergen Gross
1
-0
/
+4
[next]