aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-02kbuild: mkmakefile: generate a simple wrapper of top MakefileGravatar Masahiro Yamada 1-18/+2
2019-04-02kbuild: mkmakefile: do not check the generated Makefile markerGravatar Masahiro Yamada 1-6/+0
2019-04-01docs: scripts/sphinx-pre-install: suggest latexmk for building pdfGravatar Mauro Carvalho Chehab 1-0/+1
2019-03-29Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2019-03-29checkpatch: add %pt as a valid vsprintf extensionGravatar Alexandre Belloni 1-1/+1
2019-03-29kconfig/[mn]conf: handle backspace (^H) keyGravatar Changbin Du 3-3/+5
2019-03-28kbuild: modversions: Fix relative CRC byte order interpretationGravatar Fredrik Noring 1-1/+1
2019-03-28scripts: coccinelle: Fix description of badty.cocciGravatar Michael Stefaniuc 1-1/+1
2019-03-28kbuild: strip whitespace in cmd_record_mcount findstringGravatar Joe Lawrence 1-5/+2
2019-03-28coccinelle: put_device: reduce false positivesGravatar Wen Yang 1-0/+1
2019-03-25checkpatch: Warn on improper usage of Co-developed-byGravatar Sean Christopherson 1-0/+18
2019-03-19scripts/selinux: fix buildGravatar Stephen Smalley 1-1/+1
2019-03-18selinux: use kernel linux/socket.h for genheaders and mdpGravatar Paulo Alcantara 2-2/+0
2019-03-18scripts/selinux: modernize mdpGravatar Stephen Smalley 2-63/+194
2019-03-17kconfig: remove stale lxdialog/.gitignoreGravatar Masahiro Yamada 1-4/+0
2019-03-17kbuild: force all architectures except um to include mandatory-yGravatar Masahiro Yamada 1-0/+5
2019-03-17kbuild: warn redundant generic-yGravatar Masahiro Yamada 1-0/+6
2019-03-17Revert "modsign: Abort modules_install when signing fails"Gravatar Douglas Anderson 1-1/+1
2019-03-17kbuild: deb-pkg: avoid implicit effectsGravatar Arseny Maslennikov 1-1/+4
2019-03-17coccinelle: semantic code search for missing put_device()Gravatar Wen Yang 1-0/+56
2019-03-14kbuild: pkg: grep include/config/auto.conf instead of $KCONFIG_CONFIGGravatar Masahiro Yamada 3-3/+3
2019-03-14kbuild: deb-pkg: introduce is_enabled and if_enabled_echo to builddebGravatar Masahiro Yamada 1-13/+19
2019-03-14kbuild: deb-pkg: add CONFIG_ prefix to kernel config optionsGravatar Masahiro Yamada 1-17/+17
2019-03-14kbuild: source include/config/auto.conf instead of ${KCONFIG_CONFIG}Gravatar Masahiro Yamada 2-16/+2
2019-03-14kbuild: move archive command to scripts/Makefile.libGravatar Masahiro Yamada 2-5/+7
2019-03-14modpost: always show verbose warning for section mismatchGravatar Masahiro Yamada 2-23/+5
2019-03-14deb-pkg: generate correct build dependenciesGravatar Riku Voipio 1-1/+3
2019-03-13Merge tag 'kconfig-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 7-14/+44
2019-03-12kconfig: fix 'Save As' menu of xconfigGravatar Masahiro Yamada 2-7/+36
2019-03-10Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 18-165/+104
2019-03-10Merge tag 'platform-drivers-x86-v5.1-1' of git://git.infradead.org/linux-plat...Gravatar Linus Torvalds 2-1/+30
2019-03-10Merge tag 'devicetree-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+12
2019-03-09Merge tag 'leaks-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Gravatar Linus Torvalds 1-5/+4
2019-03-09Merge tag 'docs-5.1' of git://git.lwn.net/linuxGravatar Linus Torvalds 3-15/+8
2019-03-09Merge tag 'gcc-plugins-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-22/+74
2019-03-07scripts/gdb: replace flags (MS_xyz -> SB_xyz)Gravatar Jackie Liu 2-12/+12
2019-03-07checkpatch: add test for SPDX-License-Identifier on wrong line #Gravatar Joe Perches 1-0/+8
2019-03-07checkpatch: allow reporting C99 style commentsGravatar Vadim Bendebury 1-1/+2
2019-03-07checkpatch: add some new alloc functions to various testsGravatar Joe Perches 1-4/+15