aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2019-05-14scripts/gdb: print cached rate in lx-clk-summaryGravatar Leonard Crestez 2-7/+18
2019-05-14scripts/gdb: clean up error handling in list helpersGravatar Leonard Crestez 1-8/+2
2019-05-14scripts/gdb: add $lx_clk_core_lookup functionGravatar Leonard Crestez 1-0/+23
2019-05-14scripts/gdb: initial clk support: lx-clk-summaryGravatar Leonard Crestez 2-0/+47
2019-05-14scripts/gdb: add hlist utilitiesGravatar Leonard Crestez 1-0/+23
2019-05-14scripts/gdb: silence pep8 checksGravatar Stephen Boyd 5-5/+16
2019-05-14scripts/gdb: add a timer list commandGravatar Stephen Boyd 3-0/+233
2019-05-14scripts/gdb: add rb tree iterating utilitiesGravatar Stephen Boyd 2-0/+178
2019-05-14scripts/gdb: add kernel config dumping commandGravatar Stephen Boyd 2-0/+45
2019-05-14scripts/gdb: find vmlinux where it was beforeGravatar Stephen Boyd 1-1/+5
2019-05-14kconfig: make conf_get_autoconfig_name() staticGravatar Masahiro Yamada 2-2/+1
2019-05-14kconfig: use snprintf for formatting pathnamesGravatar Jacob Garber 2-2/+3
2019-05-14kconfig: remove useless NULL pointer check in conf_write_dep()Gravatar Masahiro Yamada 1-2/+0
2019-05-13Merge tag 'gcc-plugins-v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2019-05-13bpf: fix script for generating man page on BPF helpersGravatar Quentin Monnet 1-4/+4
2019-05-10gcc-plugins: arm_ssp_per_task_plugin: Fix for older GCC < 6Gravatar Chris Packham 1-1/+1
2019-05-11kconfig: make parent directories for the saved .config as neededGravatar Masahiro Yamada 3-3/+5
2019-05-11kconfig: do not write .config if the content is the sameGravatar Masahiro Yamada 1-0/+54
2019-05-11kconfig: do not accept a directory for configuration outputGravatar Masahiro Yamada 1-34/+24
2019-05-09kconfig: remove trailing whitespacesGravatar Masahiro Yamada 2-2/+2
2019-05-08Merge tag 'docs-5.2' of git://git.lwn.net/linuxGravatar Linus Torvalds 3-0/+51
2019-05-08Merge tag 'kbuild-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 10-32/+13
2019-05-08Merge tag 'csky-for-linus-5.2-rc1' of git://github.com/c-sky/csky-linuxGravatar Linus Torvalds 1-0/+3
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+24
2019-05-07Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-64/+195
2019-05-07Merge tag 'meminit-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-120/+6
2019-05-07moduleparam: Save information about built-in modules in separate fileGravatar Alexey Gladkov 1-0/+3
2019-05-06Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+3
2019-05-06ubsan: Remove vla bound checks.Gravatar Andrey Ryabinin 1-1/+0
2019-05-06kbuild: tolerate missing pahole when generating BTFGravatar Andrii Nakryiko 1-0/+5
2019-05-03scripts/tags.sh: fix direct execution of scripts/tags.shGravatar Masahiro Yamada 1-1/+1
2019-05-03scripts: override locale from environment when running recordmcount.plGravatar Daniel Dadap 1-1/+1
2019-05-03scripts/documentation-file-ref-check: detect broken :doc:`foo`Gravatar Mauro Carvalho Chehab 1-0/+29
2019-05-03scripts/documentation-file-ref-check: don't parse Next/ dirGravatar Mauro Carvalho Chehab 1-0/+3
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-2/+0
2019-04-30Merge tag 'selinux-pr-20190429' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-2/+0
2019-04-29selinux: use kernel linux/socket.h for genheaders and mdpGravatar Paulo Alcantara 2-2/+0
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2019-04-24security: Move stackleak config to Kconfig.hardeningGravatar Kees Cook 1-51/+0
2019-04-24security: Create "kernel hardening" config areaGravatar Kees Cook 1-69/+6
2019-04-22csky/ftrace: Add dynamic function tracer (include graph tracer)Gravatar Guo Ren 1-0/+3
2019-04-19locking/atomics: Don't assume that scripts are executableGravatar Andrew Morton 1-1/+1
2019-04-16kbuild: handle old pahole more gracefully when generating BTFGravatar Andrii Nakryiko 1-1/+1
2019-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-1/+19
2019-04-11modpost: make KBUILD_MODPOST_WARN also configurable for external modulesGravatar Wiebe, Wladislav (Nokia - DE/Ulm) 1-1/+1
2019-04-09kconfig: Make nconf-cfg.sh executableGravatar Petr Vorel 1-0/+0
2019-04-06fs: stream_open - opener for stream-like files so that read and write can run...Gravatar Kirill Smelkov 1-0/+363
2019-04-03objtool: Add UACCESS validationGravatar Peter Zijlstra 1-0/+3
2019-04-03kbuild: add ability to generate BTF type info for vmlinuxGravatar Andrii Nakryiko 1-1/+19
2019-04-02kbuild: use $(srctree) instead of KBUILD_SRC to check out-of-tree buildGravatar Masahiro Yamada 6-6/+6