aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)Author
2019-05-19kconfig: use 'else ifneq' for Makefile to improve readabilityMasahiro Yamada
2019-05-18kbuild: check uniqueness of module namesMasahiro Yamada
2019-05-18kconfig: Terminate menu blocks with a comment in the generated configAlexander Popov
2019-05-18kbuild: remove 'addtree' and 'flags' magic for header search pathsMasahiro Yamada
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada
2019-05-18kbuild: terminate Kconfig when $(CC) or $(LD) is missingMasahiro Yamada
2019-05-18kbuild: add all Clang-specific flags unconditionallyMasahiro Yamada
2019-05-18kbuild: add some extra warning flags unconditionallyMasahiro Yamada
2019-05-15Merge tag 'kconfig-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2019-05-14scripts/gdb: print cached rate in lx-clk-summaryLeonard Crestez
2019-05-14scripts/gdb: clean up error handling in list helpersLeonard Crestez
2019-05-14scripts/gdb: add $lx_clk_core_lookup functionLeonard Crestez
2019-05-14scripts/gdb: initial clk support: lx-clk-summaryLeonard Crestez
2019-05-14scripts/gdb: add hlist utilitiesLeonard Crestez
2019-05-14scripts/gdb: silence pep8 checksStephen Boyd
2019-05-14scripts/gdb: add a timer list commandStephen Boyd
2019-05-14scripts/gdb: add rb tree iterating utilitiesStephen Boyd
2019-05-14scripts/gdb: add kernel config dumping commandStephen Boyd
2019-05-14scripts/gdb: find vmlinux where it was beforeStephen Boyd
2019-05-14kconfig: make conf_get_autoconfig_name() staticMasahiro Yamada
2019-05-14kconfig: use snprintf for formatting pathnamesJacob Garber
2019-05-14kconfig: remove useless NULL pointer check in conf_write_dep()Masahiro Yamada
2019-05-13Merge tag 'gcc-plugins-v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-05-13bpf: fix script for generating man page on BPF helpersQuentin Monnet
2019-05-10gcc-plugins: arm_ssp_per_task_plugin: Fix for older GCC < 6Chris Packham
2019-05-11kconfig: make parent directories for the saved .config as neededMasahiro Yamada
2019-05-11kconfig: do not write .config if the content is the sameMasahiro Yamada
2019-05-11kconfig: do not accept a directory for configuration outputMasahiro Yamada
2019-05-09kconfig: remove trailing whitespacesMasahiro Yamada
2019-05-08Merge tag 'docs-5.2' of git://git.lwn.net/linuxLinus Torvalds
2019-05-08Merge tag 'kbuild-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-05-08Merge tag 'csky-for-linus-5.2-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-05-07Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-05-07Merge tag 'meminit-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-05-07moduleparam: Save information about built-in modules in separate fileAlexey Gladkov
2019-05-06Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-05-06ubsan: Remove vla bound checks.Andrey Ryabinin
2019-05-06kbuild: tolerate missing pahole when generating BTFAndrii Nakryiko
2019-05-03scripts/tags.sh: fix direct execution of scripts/tags.shMasahiro Yamada
2019-05-03scripts: override locale from environment when running recordmcount.plDaniel Dadap
2019-05-03scripts/documentation-file-ref-check: detect broken :doc:`foo`Mauro Carvalho Chehab
2019-05-03scripts/documentation-file-ref-check: don't parse Next/ dirMauro Carvalho Chehab
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-30Merge tag 'selinux-pr-20190429' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-04-29selinux: use kernel linux/socket.h for genheaders and mdpPaulo Alcantara
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-24security: Move stackleak config to Kconfig.hardeningKees Cook
2019-04-24security: Create "kernel hardening" config areaKees Cook
2019-04-22csky/ftrace: Add dynamic function tracer (include graph tracer)Guo Ren