summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-09kbuild: Enable -Wtautological-compareNathan Chancellor
2020-04-09x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2Jason A. Donenfeld
2020-04-09crypto: x86 - clean up poly1305-x86_64-cryptogams.S by 'make clean'Masahiro Yamada
2020-04-09Documentation/changes: Raise minimum supported binutils version to 2.23Borislav Petkov
2020-04-09crypto: curve25519 - do not pollute dispatcher based on assemblerJason A. Donenfeld
2020-04-09crypto: x86 - rework configuration based on KconfigJason A. Donenfeld
2020-04-09x86: add comments about the binutils version to support code in as-instrMasahiro Yamada
2020-04-09x86: probe assembler capabilities via kconfig instead of makefileJason A. Donenfeld
2020-04-09drm/i915: remove always-defined CONFIG_AS_MOVNTDQAMasahiro Yamada
2020-04-09x86: remove always-defined CONFIG_AS_AVXMasahiro Yamada
2020-04-09x86: remove always-defined CONFIG_AS_SSSE3Masahiro Yamada
2020-04-09x86: remove always-defined CONFIG_AS_CFI_SECTIONSMasahiro Yamada
2020-04-09x86: remove unneeded (CONFIG_AS_)CFI_SIGNAL_FRAMEMasahiro Yamada
2020-04-09x86: remove always-defined CONFIG_AS_CFIMasahiro Yamada
2020-04-09x86: remove unneeded defined(__ASSEMBLY__) check from asm/dwarf2.hMasahiro Yamada
2020-04-09lib/raid6/test: fix build on distros whose /bin/sh is not bashMasahiro Yamada
2020-04-09sh: remove unneeded uapi asm-generic wrappersMasahiro Yamada
2020-04-09h8300: move definition of __kernel_size_t etc. to posix_types.hMasahiro Yamada
2020-04-09sh: use __builtin_constant_p() directly instead of IS_IMMEDIATE()Masahiro Yamada
2020-04-07Merge tag 'drm-next-2020-04-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2020-04-07Merge tag 'thermal-v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-04-07Merge tag 'mfd-next-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds
2020-04-07Merge tag 'backlight-next-5.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-04-07Merge tag 'leds-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pav...Linus Torvalds
2020-04-07mm/gup: Mark lock taken only after a successful retakePeter Xu
2020-04-07mm/mempolicy: Allow lookup_node() to handle fatal signalPeter Xu
2020-04-08Merge tag 'amd-drm-next-5.7-2020-04-01' of git://people.freedesktop.org/~agd5...Dave Airlie
2020-04-08Merge branch 'linux-5.7' of git://github.com/skeggsb/linux into drm-nextDave Airlie
2020-04-08Merge tag 'drm-misc-next-fixes-2020-04-04' of git://anongit.freedesktop.org/d...Dave Airlie
2020-04-08Merge tag 'drm-intel-next-fixes-2020-04-02' of git://anongit.freedesktop.org/...Dave Airlie
2020-04-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-04-07Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2020-04-07Merge tag 'f2fs-for-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-04-07Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-04-07Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-04-07Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds
2020-04-07Merge branch 'parisc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2020-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds
2020-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-04-07Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds
2020-04-07ipc/shm.c: make compat_ksys_shmctl() staticJason Yan
2020-04-07ipc/mqueue.c: fix a brace coding style issueSomala Swaraj
2020-04-07lib/Kconfig.debug: fix a typo "capabilitiy" -> "capability"Qiujun Huang
2020-04-07ubsan: include bug type in report headerKees Cook
2020-04-07kasan: unset panic_on_warn before calling panic()Kees Cook
2020-04-07ubsan: check panic_on_warnKees Cook
2020-04-07drivers/misc/lkdtm/bugs.c: add arithmetic overflow and array bounds checksKees Cook
2020-04-07ubsan: split "bounds" checker from other optionsKees Cook