summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | kconfig: begin PARAM state only when seeing a command keywordMasahiro Yamada2018-05-281-1/+1
| * | | | | | | kconfig: add 'shell' built-in functionMasahiro Yamada2018-05-281-0/+41
| * | | | | | | kconfig: add built-in function supportMasahiro Yamada2018-05-281-12/+130
| * | | | | | | kconfig: make default prompt of mainmenu less specificMasahiro Yamada2018-05-282-2/+2
| * | | | | | | kconfig: remove sym_expand_string_value()Masahiro Yamada2018-05-282-54/+0Star
| * | | | | | | kconfig: remove string expansion for mainmenu after yyparse()Masahiro Yamada2018-05-281-19/+5Star
| * | | | | | | kconfig: remove string expansion in file_lookup()Masahiro Yamada2018-05-281-3/+1Star
| * | | | | | | kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada2018-05-2810-114/+326
| * | | | | | | kbuild: remove kbuild cacheMasahiro Yamada2018-05-281-87/+14Star
| * | | | | | | kconfig: drop localization supportSam Ravnborg2018-05-2821-610/+258Star
| * | | | | | | kconfig: refactor ncurses package checks for building mconf and nconfMasahiro Yamada2018-05-285-128/+113Star
| * | | | | | | kconfig: refactor GTK+ package checks for building gconfMasahiro Yamada2018-05-282-34/+32Star
| * | | | | | | kconfig: refactor Qt package checks for building qconfMasahiro Yamada2018-05-282-45/+53
| * | | | | | | kbuild: do not display CHK for filechkMasahiro Yamada2018-05-281-1/+0Star
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-06-0615-198/+104Star
|\ \ \ \ \ \ \
| * | | | | | | scripts: Fixed printf format mismatchnixiaoming2018-05-293-3/+3
| * | | | | | | scripts/tags.sh: use `find` for $ALLSOURCE_ARCHS generationJoey Pabalinas2018-05-221-10/+1Star
| * | | | | | | coccinelle: deref_null: improve performanceJulia Lawall2018-05-221-20/+20
| * | | | | | | coccinelle: mini_lock: improve performanceJulia Lawall2018-05-221-2/+4
| * | | | | | | modpost: constify *modname function argument where possibleMasahiro Yamada2018-05-171-2/+2
| * | | | | | | modpost: remove redundant is_vmlinux() testMasahiro Yamada2018-05-171-2/+1Star
| * | | | | | | modpost: use strstarts() helper more widelyMasahiro Yamada2018-05-171-21/+18Star
| * | | | | | | modpost: pass struct elf_info pointer to get_modinfo()Masahiro Yamada2018-05-171-13/+12Star
| * | | | | | | checkpatch: remove VMLINUX_SYMBOL() checkMasahiro Yamada2018-05-171-10/+0Star
| * | | | | | | kbuild: remove CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIXMasahiro Yamada2018-05-172-9/+1Star
| * | | | | | | depmod.sh: remove symbol prefix supportMasahiro Yamada2018-05-171-22/+3Star
| * | | | | | | kallsyms: remove symbol prefix supportMasahiro Yamada2018-05-172-40/+11Star
| * | | | | | | genksyms: remove symbol prefix supportMasahiro Yamada2018-05-172-10/+3Star
| * | | | | | | modpost: remove symbol prefix supportMasahiro Yamada2018-05-171-20/+10Star
| * | | | | | | kbuild: deb-pkg improve maintainer address generationRiku Voipio2018-05-171-14/+13Star
| * | | | | | | fixdep: suppress consecutive / from file paths in dependency list filesNicolas Pitre2018-05-071-2/+4
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-06-061-10/+0Star
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge drm-fixes-for-v4.17-rc6-urgent into drm-nextDave Airlie2018-05-188-18/+13Star
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge tag 'drm-misc-next-2018-04-26' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-04-301-10/+0Star
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | Merge airlied/drm-next into drm-misc-nextSean Paul2018-03-3016-33/+47
| | |\ \ \ \ \ \
| | * | | | | | | drm: Remove drm_property_{un/reference}_blob aliasesHaneen Mohammed2018-03-221-10/+0Star
* | | | | | | | | Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-063-43/+52
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ver_linux: Drop redundant calls to system() to test if file is readableAlexander Kapshuk2018-05-141-17/+11Star
| * | | | | | | | | ver_linux: Move stderr redirection from function parameter to function bodyAlexander Kapshuk2018-05-141-26/+27
| * | | | | | | | | rpmsg: Correct support for MODULE_DEVICE_TABLE()Andrew F. Davis2018-05-142-0/+14
| |/ / / / / / / /
* | | | | | | | | Merge branch 'faddr2line' (patches from Josh)Linus Torvalds2018-06-051-2/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | scripts/faddr2line: make the new code listing format optionalPeter Zijlstra (Intel)2018-06-051-2/+16
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge tag 'docs-4.18' of git://git.lwn.net/linuxLinus Torvalds2018-06-042-12/+397
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | scripts/documentation-file-ref-check: rewrite it in perl with auto-fix modeMauro Carvalho Chehab2018-05-101-12/+113
| * | | | | | | | scripts: Add SPDX checker scriptThomas Gleixner2018-04-281-0/+284
| |/ / / / / / /
* | | | / / / / checkpatch: fix macro argument precedence testJoe Perches2018-05-261-1/+1
| |_|_|/ / / / |/| | | | | |
* | | | | | | scripts/faddr2line: fix error when addr2line output contains discriminatorChangbin Du2018-05-121-1/+4
| |_|_|_|/ / |/| | | | |
* | | | | | Merge tag 'devicetree-fixes-for-4.17' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-05-071-3/+2Star
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | dtc: checks: drop warning for missing PCI bridge bus-rangeRob Herring2018-04-241-3/+2Star
| |/ / /
* | | | Merge tag 'kbuild-fixes-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-05-054-12/+5Star
|\ \ \ \