summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 4.9.140v4.9.140Greg Kroah-Hartman2018-11-231-1/+1
* Revert "ipv6: set rt6i_protocol properly in the route when it is installed"Greg Kroah-Hartman2018-11-231-3/+8
* Revert "x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation"Greg Kroah-Hartman2018-11-232-61/+7
* Linux 4.9.139v4.9.139Greg Kroah-Hartman2018-11-231-1/+1
* ARM: spectre-v1: mitigate user accessesRussell King2018-11-232-0/+13
* ARM: spectre-v1: use get_user() for __get_user()Russell King2018-11-231-6/+11
* ARM: use __inttype() in get_user()Russell King2018-11-231-1/+8
* ARM: oabi-compat: copy semops using __copy_from_user()Russell King2018-11-231-3/+5
* ARM: vfp: use __copy_from_user() when restoring VFP stateRussell King2018-11-233-21/+17
* ARM: signal: copy registers using __copy_from_user()Russell King2018-11-231-17/+21
* ARM: spectre-v1: fix syscall entryRussell King2018-11-232-11/+32
* ARM: spectre-v1: add array_index_mask_nospec() implementationRussell King2018-11-231-0/+19
* ARM: spectre-v1: add speculation barrier (csdb) macrosRussell King2018-11-232-0/+21
* ARM: KVM: report support for SMCCC_ARCH_WORKAROUND_1Russell King2018-11-231-2/+12
* ARM: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handlingRussell King2018-11-231-1/+16
* ARM: spectre-v2: KVM: invalidate icache on guest exit for Brahma B15Russell King2018-11-231-0/+1
* ARM: KVM: invalidate icache on guest exit for Cortex-A15Marc Zyngier2018-11-232-0/+29
* ARM: KVM: invalidate BTB on guest exit for Cortex-A12/A17Marc Zyngier2018-11-233-5/+85
* ARM: spectre-v2: warn about incorrect context switching functionsRussell King2018-11-231-0/+15
* ARM: spectre-v2: add firmware based hardeningRussell King2018-11-232-0/+81
* ARM: spectre-v2: harden user aborts in kernel spaceRussell King2018-11-235-8/+94
* ARM: spectre-v2: add Cortex A8 and A15 validation of the IBE bitRussell King2018-11-233-3/+39
* ARM: spectre-v2: harden branch predictor on context switchesRussell King2018-11-233-35/+115
* ARM: spectre: add Kconfig symbol for CPUs vulnerable to SpectreRussell King2018-11-231-0/+4
* ARM: bugs: add support for per-processor bug checkingRussell King2018-11-233-1/+10
* ARM: bugs: hook processor bug checking into SMP and suspend pathsRussell King2018-11-234-0/+13
* ARM: bugs: prepare processor bug infrastructureRussell King2018-11-233-2/+12
* ARM: add more CPU part numbers for Cortex and Brahma B15 CPUsRussell King2018-11-231-0/+8
* arm64: uaccess: suppress spurious clang warningMark Rutland2018-11-231-2/+2
* Kbuild: use -fshort-wchar globallyArnd Bergmann2018-11-232-4/+1
* x86/build: Use cc-option to validate stack alignment parameterMatthias Kaehlcke2018-11-231-3/+3
* x86/build: Fix stack alignment for CLangMatthias Kaehlcke2018-11-231-6/+8
* efi/libstub/arm64: Set -fpie when building the EFI stubArd Biesheuvel2018-11-231-1/+1
* efi/libstub: Preserve .debug sections after absolute relocation checkArd Biesheuvel2018-11-231-8/+16
* efi/libstub/arm64: Force 'hidden' visibility for section markersArd Biesheuvel2018-11-231-1/+9
* efi/libstub/arm64: Use hidden attribute for struct screen_info referenceArd Biesheuvel2018-11-231-0/+3
* x86/boot: #undef memcpy() et al in string.cMichael Davidson2018-11-231-0/+9
* crypto: arm64/sha - avoid non-standard inline asm tricksArd Biesheuvel2018-11-234-20/+16
* kbuild: clang: Disable 'address-of-packed-member' warningMatthias Kaehlcke2018-11-231-0/+1
* x86/build: Specify stack alignment for clangMatthias Kaehlcke2018-11-231-5/+21
* x86/build: Use __cc-option for boot code compiler optionsMatthias Kaehlcke2018-11-231-4/+5
* kbuild: Add __cc-option macroMatthias Kaehlcke2018-11-233-9/+13
* crypto, x86: aesni - fix token pasting for clangMichael Davidson2018-11-231-5/+2
* x86/kbuild: Use cc-option to enable -falign-{jumps/loops}Matthias Kaehlcke2018-11-231-2/+2
* modules: mark __inittest/__exittest as __maybe_unusedArnd Bergmann2018-11-231-2/+2
* kbuild: Add support to generate LLVM assembly filesVinícius Tinti2018-11-233-0/+14
* kbuild: use -Oz instead of -Os when using clangBehan Webster2018-11-231-1/+2
* kbuild, LLVMLinux: Add -Werror to cc-option to support clangMark Charlebois2018-11-231-3/+3
* kbuild: drop -Wno-unknown-warning-option from clang optionsMasahiro Yamada2018-11-232-2/+0
* kbuild: fix asm-offset generation to work with clangJeroen Hofstee2018-11-232-5/+9