Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-17Makefile: disable PIE before testing asm gotoMichal Kubecek
2018-05-17kbuild: gcov: enable -fno-tree-loop-im if supportedNick Desaulniers
2018-05-14Linux 4.17-rc5v4.17-rc5Linus Torvalds
2018-05-07Linux 4.17-rc4v4.17-rc4Linus Torvalds
2018-04-30Linux v4.17-rc3v4.17-rc3Linus Torvalds
2018-04-23Linux 4.17-rc2v4.17-rc2Linus Torvalds
2018-04-16Linux 4.17-rc1v4.17-rc1Linus Torvalds
2018-04-07kbuild: use -fmacro-prefix-map to make __FILE__ a relative pathMasahiro Yamada
2018-04-07kbuild: rename *-asn1.[ch] to *.asn1.[ch]Masahiro Yamada
2018-04-07kbuild: clean up *-asn1.[ch] patterns from top-level MakefileMasahiro Yamada
2018-04-07kbuild: clean up *.lex.c and *.tab.[ch] patterns from top-level MakefileMasahiro Yamada
2018-04-04Merge tag 'kconfig-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2018-04-04Merge tag 'kbuild-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2018-04-03Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds
2018-04-03Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-04-02Linux 4.16v4.16Linus Torvalds
2018-03-31Merge tag 'kbuild-fixes-v4.16-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-03-26Linux 4.16-rc7v4.16-rc7Linus Torvalds
2018-03-25kbuild: add PYTHON2 and PYTHON3 variablesMasahiro Yamada
2018-03-25kconfig: rename silentoldconfig to syncconfigMasahiro Yamada
2018-03-25kbuild: link vmlinux only once for CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada
2018-03-25kbuild: move include/config/ksym/* to include/ksym/*Masahiro Yamada
2018-03-25kbuild: move CONFIG_TRIM_UNUSED_KSYMS code unneeded for external moduleMasahiro Yamada
2018-03-25kbuild: restore autoksyms.h touch to the top MakefileMasahiro Yamada
2018-03-25kbuild: move 'scripts' target belowMasahiro Yamada
2018-03-25kbuild: clear LDFLAGS in the top MakefileMasahiro Yamada
2018-03-25kbuild: process mixture of clean/build targets one by oneMasahiro Yamada
2018-03-25kbuild: rename built-in.o to built-in.aNicholas Piggin
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-03-21kbuild: set no-integrated-as before incl. arch MakefileStefan Agner
2018-03-21kbuild: disable clang's default use of -fmerge-all-constantsDaniel Borkmann
2018-03-20x86: Force asm-gotoPeter Zijlstra
2018-03-19Linux 4.16-rc6v4.16-rc6Linus Torvalds
2018-03-16arch: remove tile portArnd Bergmann
2018-03-12Linux 4.16-rc5v4.16-rc5Linus Torvalds
2018-03-05Linux 4.16-rc4v4.16-rc4Linus Torvalds
2018-03-03Merge tag 'kbuild-fixes-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-03-02kbuild: test --build-id linker flag by ld-option instead of cc-ldoptionMasahiro Yamada
2018-03-01kbuild: disable sparse warnings about unknown attributesLuc Van Oostenryck
2018-03-01Makefile: Fix lying comment re. silentoldconfigUlf Magnusson
2018-02-26Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-02-26Linux 4.16-rc3v4.16-rc3Linus Torvalds
2018-02-21objtool, retpolines: Integrate objtool with retpoline support more closelyPeter Zijlstra
2018-02-19Linux 4.16-rc2v4.16-rc2Linus Torvalds
2018-02-12Linux 4.16-rc1v4.16-rc1Linus Torvalds
2018-02-10Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2018-02-07Makefile: introduce CONFIG_CC_STACKPROTECTOR_AUTOKees Cook
2018-02-07Makefile: move stack-protector availability out of KconfigKees Cook
2018-02-07Makefile: move stack-protector compiler breakage test earlierKees Cook
2018-02-07kasan: don't emit builtin calls when sanitization is offAndrey Konovalov