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
2018-11-23
Linux 4.9.139
v4.9.139
Greg Kroah-Hartman
1
-1
/
+1
2018-11-23
ARM: spectre-v1: mitigate user accesses
Russell King
2
-0
/
+13
2018-11-23
ARM: spectre-v1: use get_user() for __get_user()
Russell King
1
-6
/
+11
2018-11-23
ARM: use __inttype() in get_user()
Russell King
1
-1
/
+8
2018-11-23
ARM: oabi-compat: copy semops using __copy_from_user()
Russell King
1
-3
/
+5
2018-11-23
ARM: vfp: use __copy_from_user() when restoring VFP state
Russell King
3
-21
/
+17
2018-11-23
ARM: signal: copy registers using __copy_from_user()
Russell King
1
-17
/
+21
2018-11-23
ARM: spectre-v1: fix syscall entry
Russell King
2
-11
/
+32
2018-11-23
ARM: spectre-v1: add array_index_mask_nospec() implementation
Russell King
1
-0
/
+19
2018-11-23
ARM: spectre-v1: add speculation barrier (csdb) macros
Russell King
2
-0
/
+21
2018-11-23
ARM: KVM: report support for SMCCC_ARCH_WORKAROUND_1
Russell King
1
-2
/
+12
2018-11-23
ARM: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling
Russell King
1
-1
/
+16
2018-11-23
ARM: spectre-v2: KVM: invalidate icache on guest exit for Brahma B15
Russell King
1
-0
/
+1
2018-11-23
ARM: KVM: invalidate icache on guest exit for Cortex-A15
Marc Zyngier
2
-0
/
+29
2018-11-23
ARM: KVM: invalidate BTB on guest exit for Cortex-A12/A17
Marc Zyngier
3
-5
/
+85
2018-11-23
ARM: spectre-v2: warn about incorrect context switching functions
Russell King
1
-0
/
+15
2018-11-23
ARM: spectre-v2: add firmware based hardening
Russell King
2
-0
/
+81
2018-11-23
ARM: spectre-v2: harden user aborts in kernel space
Russell King
5
-8
/
+94
2018-11-23
ARM: spectre-v2: add Cortex A8 and A15 validation of the IBE bit
Russell King
3
-3
/
+39
2018-11-23
ARM: spectre-v2: harden branch predictor on context switches
Russell King
3
-35
/
+115
2018-11-23
ARM: spectre: add Kconfig symbol for CPUs vulnerable to Spectre
Russell King
1
-0
/
+4
2018-11-23
ARM: bugs: add support for per-processor bug checking
Russell King
3
-1
/
+10
2018-11-23
ARM: bugs: hook processor bug checking into SMP and suspend paths
Russell King
4
-0
/
+13
2018-11-23
ARM: bugs: prepare processor bug infrastructure
Russell King
3
-2
/
+12
2018-11-23
ARM: add more CPU part numbers for Cortex and Brahma B15 CPUs
Russell King
1
-0
/
+8
2018-11-23
arm64: uaccess: suppress spurious clang warning
Mark Rutland
1
-2
/
+2
2018-11-23
Kbuild: use -fshort-wchar globally
Arnd Bergmann
2
-4
/
+1
2018-11-23
x86/build: Use cc-option to validate stack alignment parameter
Matthias Kaehlcke
1
-3
/
+3
2018-11-23
x86/build: Fix stack alignment for CLang
Matthias Kaehlcke
1
-6
/
+8
2018-11-23
efi/libstub/arm64: Set -fpie when building the EFI stub
Ard Biesheuvel
1
-1
/
+1
2018-11-23
efi/libstub: Preserve .debug sections after absolute relocation check
Ard Biesheuvel
1
-8
/
+16
2018-11-23
efi/libstub/arm64: Force 'hidden' visibility for section markers
Ard Biesheuvel
1
-1
/
+9
2018-11-23
efi/libstub/arm64: Use hidden attribute for struct screen_info reference
Ard Biesheuvel
1
-0
/
+3
2018-11-23
x86/boot: #undef memcpy() et al in string.c
Michael Davidson
1
-0
/
+9
2018-11-23
crypto: arm64/sha - avoid non-standard inline asm tricks
Ard Biesheuvel
4
-20
/
+16
2018-11-23
kbuild: clang: Disable 'address-of-packed-member' warning
Matthias Kaehlcke
1
-0
/
+1
2018-11-23
x86/build: Specify stack alignment for clang
Matthias Kaehlcke
1
-5
/
+21
2018-11-23
x86/build: Use __cc-option for boot code compiler options
Matthias Kaehlcke
1
-4
/
+5
2018-11-23
kbuild: Add __cc-option macro
Matthias Kaehlcke
3
-9
/
+13
2018-11-23
crypto, x86: aesni - fix token pasting for clang
Michael Davidson
1
-5
/
+2
2018-11-23
x86/kbuild: Use cc-option to enable -falign-{jumps/loops}
Matthias Kaehlcke
1
-2
/
+2
2018-11-23
modules: mark __inittest/__exittest as __maybe_unused
Arnd Bergmann
1
-2
/
+2
2018-11-23
kbuild: Add support to generate LLVM assembly files
VinÃcius Tinti
3
-0
/
+14
2018-11-23
kbuild: use -Oz instead of -Os when using clang
Behan Webster
1
-1
/
+2
2018-11-23
kbuild, LLVMLinux: Add -Werror to cc-option to support clang
Mark Charlebois
1
-3
/
+3
2018-11-23
kbuild: drop -Wno-unknown-warning-option from clang options
Masahiro Yamada
2
-2
/
+0
2018-11-23
kbuild: fix asm-offset generation to work with clang
Jeroen Hofstee
2
-5
/
+9
2018-11-23
kbuild: consolidate redundant sed script ASM offset generation
Masahiro Yamada
1
-1
/
+0
2018-11-23
kbuild: Consolidate header generation from ASM offset information
Matthias Kaehlcke
4
-75
/
+32
2018-11-23
kbuild: clang: add -no-integrated-as to KBUILD_[AC]FLAGS
Michael Davidson
1
-0
/
+2
[next]