summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | kconfig: add 'shell' built-in functionMasahiro Yamada2018-05-291-0/+41
| * | | | | | | kconfig: add built-in function supportMasahiro Yamada2018-05-291-12/+130
| * | | | | | | kconfig: make default prompt of mainmenu less specificMasahiro Yamada2018-05-292-2/+2
| * | | | | | | kconfig: remove sym_expand_string_value()Masahiro Yamada2018-05-292-54/+0
| * | | | | | | kconfig: remove string expansion for mainmenu after yyparse()Masahiro Yamada2018-05-291-19/+5
| * | | | | | | kconfig: remove string expansion in file_lookup()Masahiro Yamada2018-05-291-3/+1
| * | | | | | | kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada2018-05-2910-114/+326
| * | | | | | | kbuild: remove kbuild cacheMasahiro Yamada2018-05-291-87/+14
| * | | | | | | kconfig: drop localization supportSam Ravnborg2018-05-2821-610/+258
| * | | | | | | kconfig: refactor ncurses package checks for building mconf and nconfMasahiro Yamada2018-05-285-128/+113
| * | | | | | | kconfig: refactor GTK+ package checks for building gconfMasahiro Yamada2018-05-282-34/+32
| * | | | | | | kconfig: refactor Qt package checks for building qconfMasahiro Yamada2018-05-282-45/+53
| * | | | | | | kbuild: do not display CHK for filechkMasahiro Yamada2018-05-281-1/+0
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-06-0615-198/+104
|\ \ \ \ \ \ \
| * | | | | | | scripts: Fixed printf format mismatchnixiaoming2018-05-293-3/+3
| * | | | | | | scripts/tags.sh: use `find` for $ALLSOURCE_ARCHS generationJoey Pabalinas2018-05-221-10/+1
| * | | | | | | 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/+1
| * | | | | | | modpost: use strstarts() helper more widelyMasahiro Yamada2018-05-171-21/+18
| * | | | | | | modpost: pass struct elf_info pointer to get_modinfo()Masahiro Yamada2018-05-171-13/+12
| * | | | | | | checkpatch: remove VMLINUX_SYMBOL() checkMasahiro Yamada2018-05-171-10/+0
| * | | | | | | kbuild: remove CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIXMasahiro Yamada2018-05-172-9/+1
| * | | | | | | depmod.sh: remove symbol prefix supportMasahiro Yamada2018-05-171-22/+3
| * | | | | | | kallsyms: remove symbol prefix supportMasahiro Yamada2018-05-172-40/+11
| * | | | | | | genksyms: remove symbol prefix supportMasahiro Yamada2018-05-172-10/+3
| * | | | | | | modpost: remove symbol prefix supportMasahiro Yamada2018-05-171-20/+10
| * | | | | | | kbuild: deb-pkg improve maintainer address generationRiku Voipio2018-05-171-14/+13
| * | | | | | | 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/+0
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge drm-fixes-for-v4.17-rc6-urgent into drm-nextDave Airlie2018-05-188-18/+13
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge tag 'drm-misc-next-2018-04-26' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-04-301-10/+0
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | 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/+0
* | | | | | | | | Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-053-43/+52
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ver_linux: Drop redundant calls to system() to test if file is readableAlexander Kapshuk2018-05-141-17/+11
| * | | | | | | | | 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-271-0/+284
| |/ / / / / / /
* | | | | | | | checkpatch: fix macro argument precedence testJoe Perches2018-05-251-1/+1
| |_|_|/ / / / |/| | | | | |
* | | | | | | scripts/faddr2line: fix error when addr2line output contains discriminatorChangbin Du2018-05-111-1/+4
| |_|_|_|/ / |/| | | | |
* | | | | | Merge tag 'devicetree-fixes-for-4.17' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-05-071-3/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | dtc: checks: drop warning for missing PCI bridge bus-rangeRob Herring2018-04-241-3/+2
| |/ / /
* | | | Merge tag 'kbuild-fixes-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-05-044-12/+5
|\ \ \ \
| * | | | genksyms: fix typo in parse.tab.{c,h} generation rulesMauro Rossi2018-05-051-2/+2
OpenPOWER on IntegriCloud