aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-6/+8
2018-08-18Merge tag 'usb-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 2-0/+17
2018-08-17Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-5/+6
2018-08-17scripts: add Python 3 compatibility to spdxcheck.pyGravatar Jeremy Cline 1-2/+5
2018-08-17scripts/spdxcheck.py: work with current HEAD LICENSES/ directoryGravatar Joe Perches 1-3/+1
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-7/+4
2018-08-15Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 17-124/+189
2018-08-15Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 19-68/+252
2018-08-15Merge tag 'gcc-plugin-cleanup-v4.19-rc1' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 4-28/+182
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-2/+2
2018-08-14Merge tag 'docs-4.19' of git://git.lwn.net/linuxGravatar Linus Torvalds 2-10/+16
2018-08-14kconfig: remove P_ENV property typeGravatar Masahiro Yamada 3-4/+0
2018-08-14kconfig: remove unused sym_get_env_prop() functionGravatar Masahiro Yamada 2-10/+0
2018-08-14coccicheck: return proper error code on failGravatar Denis Efremov 1-2/+3
2018-08-14Coccinelle: doubletest: reduce side effect false positivesGravatar Julia Lawall 1-8/+26
2018-08-13kconfig: fix the rule of mainmenu_stmt symbolGravatar Masahiro Yamada 1-2/+2
2018-08-10lib/ubsan: remove null-pointer checksGravatar Andrey Ryabinin 1-4/+0
2018-08-09kbuild: remove deprecated host-progs variableGravatar Masahiro Yamada 2-8/+0
2018-08-06scripts/kernel-doc: Escape all literal braces in regexesGravatar Ben Hutchings 1-10/+10
2018-08-03Kbuild: Makefile.modbuiltin: include auto.conf and tristate.conf mandatoryGravatar Dirk Gouders 1-2/+2
2018-07-30Merge 4.18-rc7 into usb-nextGravatar Greg Kroah-Hartman 1-0/+1
2018-07-29scripts: Add Python 3 support to tracing/draw_functrace.pyGravatar Jeremy Cline 1-1/+1
2018-07-28builddeb: Add automatic support for sh{3,4}{,eb} architecturesGravatar Ben Hutchings 1-3/+10
2018-07-28builddeb: Add automatic support for riscv* architecturesGravatar Ben Hutchings 1-1/+1
2018-07-28builddeb: Add automatic support for m68k architectureGravatar Ben Hutchings 1-1/+1
2018-07-28builddeb: Add automatic support for or1k architectureGravatar Ben Hutchings 1-0/+2
2018-07-28builddeb: Add automatic support for sparc64 architectureGravatar Ben Hutchings 1-1/+1
2018-07-28builddeb: Add automatic support for mips{,64}r6{,el} architecturesGravatar Ben Hutchings 1-1/+3
2018-07-28builddeb: Add automatic support for mips64el architectureGravatar Ben Hutchings 1-1/+6
2018-07-28builddeb: Add automatic support for ppc64 and powerpcspe architecturesGravatar Ben Hutchings 1-1/+6
2018-07-28builddeb: Introduce functions to simplify kconfig tests in set_debarchGravatar Ben Hutchings 1-9/+17
2018-07-28builddeb: Drop check for 32-bit s390Gravatar Ben Hutchings 1-1/+1
2018-07-28builddeb: Change architecture detection fallback to use dpkg-architectureGravatar Ben Hutchings 1-2/+2
2018-07-28builddeb: Skip architecture detection when KBUILD_DEBARCH is setGravatar Ben Hutchings 1-3/+6
2018-07-28kbuild: do not redirect the first prerequisite for filechkGravatar Masahiro Yamada 2-2/+2
2018-07-25kbuild: add .DELETE_ON_ERROR special targetGravatar Masahiro Yamada 1-0/+3
2018-07-25kconfig: allow all config targets to write auto.conf if missingGravatar Masahiro Yamada 7-19/+30
2018-07-25kconfig: make syncconfig update .config regardless of sym_change_countGravatar Masahiro Yamada 1-4/+6
2018-07-25kconfig: create directories needed for syncconfig by itselfGravatar Masahiro Yamada 2-9/+20
2018-07-25kconfig: remove unneeded directory generation from local*configGravatar Masahiro Yamada 1-1/+0
2018-07-25kconfig: split out useful helpers in confdata.cGravatar Masahiro Yamada 1-17/+64
2018-07-25kconfig: rename file_write_dep and move it to confdata.cGravatar Masahiro Yamada 3-32/+30
2018-07-25kconfig: handle format string before calling conf_message_callback()Gravatar Masahiro Yamada 4-18/+17
2018-07-24gcc-plugins: Clean up the cgraph_create_edge* macrosGravatar Alexander Popov 1-10/+16
2018-07-24gcc-plugins: Regularize Makefile.gcc-pluginsGravatar Kees Cook 1-12/+24
2018-07-24gcc-plugins: split out Kconfig entries to scripts/gcc-plugins/KconfigGravatar Masahiro Yamada 1-0/+142
2018-07-23PATCH scripts/kernel-docGravatar valdis.kletnieks@vt.edu 1-2/+2
2018-07-23arm64: build with baremetal linker target instead of Linux when availableGravatar Olof Johansson 1-2/+2
2018-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-0/+1
2018-07-19kbuild: buildtar: add arm64 supportGravatar Olof Johansson 1-0/+8