summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
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
2019-04-19locking/atomics: Don't assume that scripts are executableAndrew Morton
2019-04-16kbuild: handle old pahole more gracefully when generating BTFAndrii Nakryiko
2019-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-04-11modpost: make KBUILD_MODPOST_WARN also configurable for external modulesWiebe, Wladislav (Nokia - DE/Ulm)
2019-04-09kconfig: Make nconf-cfg.sh executablePetr Vorel
2019-04-06fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov
2019-04-03objtool: Add UACCESS validationPeter Zijlstra
2019-04-03kbuild: add ability to generate BTF type info for vmlinuxAndrii Nakryiko
2019-04-02kbuild: use $(srctree) instead of KBUILD_SRC to check out-of-tree buildMasahiro Yamada
2019-04-02kbuild: mkmakefile: generate a simple wrapper of top MakefileMasahiro Yamada
2019-04-02kbuild: mkmakefile: do not check the generated Makefile markerMasahiro Yamada
2019-04-01docs: scripts/sphinx-pre-install: suggest latexmk for building pdfMauro Carvalho Chehab
2019-03-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-29checkpatch: add %pt as a valid vsprintf extensionAlexandre Belloni
2019-03-29kconfig/[mn]conf: handle backspace (^H) keyChangbin Du
2019-03-28kbuild: modversions: Fix relative CRC byte order interpretationFredrik Noring
2019-03-28scripts: coccinelle: Fix description of badty.cocciMichael Stefaniuc
2019-03-28kbuild: strip whitespace in cmd_record_mcount findstringJoe Lawrence
2019-03-28coccinelle: put_device: reduce false positivesWen Yang
2019-03-25checkpatch: Warn on improper usage of Co-developed-bySean Christopherson
2019-03-19scripts/selinux: fix buildStephen Smalley
2019-03-18selinux: use kernel linux/socket.h for genheaders and mdpPaulo Alcantara
2019-03-18scripts/selinux: modernize mdpStephen Smalley
2019-03-17kconfig: remove stale lxdialog/.gitignoreMasahiro Yamada
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada
2019-03-17kbuild: warn redundant generic-yMasahiro Yamada
2019-03-17Revert "modsign: Abort modules_install when signing fails"Douglas Anderson
2019-03-17kbuild: deb-pkg: avoid implicit effectsArseny Maslennikov
2019-03-17coccinelle: semantic code search for missing put_device()Wen Yang
2019-03-14kbuild: pkg: grep include/config/auto.conf instead of $KCONFIG_CONFIGMasahiro Yamada
2019-03-14kbuild: deb-pkg: introduce is_enabled and if_enabled_echo to builddebMasahiro Yamada
2019-03-14kbuild: deb-pkg: add CONFIG_ prefix to kernel config optionsMasahiro Yamada
2019-03-14kbuild: source include/config/auto.conf instead of ${KCONFIG_CONFIG}Masahiro Yamada
2019-03-14kbuild: move archive command to scripts/Makefile.libMasahiro Yamada
2019-03-14modpost: always show verbose warning for section mismatchMasahiro Yamada
2019-03-14deb-pkg: generate correct build dependenciesRiku Voipio
2019-03-13Merge tag 'kconfig-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2019-03-12kconfig: fix 'Save As' menu of xconfigMasahiro Yamada
2019-03-10Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-03-10Merge tag 'platform-drivers-x86-v5.1-1' of git://git.infradead.org/linux-plat...Linus Torvalds
2019-03-10Merge tag 'devicetree-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-03-09Merge tag 'leaks-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Linus Torvalds
2019-03-09Merge tag 'docs-5.1' of git://git.lwn.net/linuxLinus Torvalds
2019-03-09Merge tag 'gcc-plugins-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-03-07scripts/gdb: replace flags (MS_xyz -> SB_xyz)Jackie Liu