summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Coccinelle: remove pci_alloc_consistent semantic to detect in zalloc-simple.c...zhong jiang2018-08-221-40/+1Star
* kbuild: make sorting initramfs contents independent of localeAndrzej Pietrasiewicz2018-08-221-1/+1
* kconfig: suppress "configuration written to .config" for syncconfigMasahiro Yamada2018-08-221-0/+5
* kconfig: fix "Can't open ..." in parallel buildMasahiro Yamada2018-08-221-2/+3
* kbuild: Add a space after `!` to prevent parsing as file patternMichael Forney2018-08-221-1/+1
* scripts: modpost: check memory allocation resultsRandy Dunlap2018-08-221-4/+4
* kconfig: improve the recursive dependency reportMasahiro Yamada2018-08-222-17/+37
* kconfig: report recursive dependency involving 'imply'Masahiro Yamada2018-08-223-18/+32
* kconfig: error out when seeing recursive dependencyMasahiro Yamada2018-08-225-12/+10Star
* kconfig: add build-only configurator targetsRandy Dunlap2018-08-221-1/+10
* scripts/dtc: consolidate include path options in MakefileMasahiro Yamada2018-08-221-14/+4Star
* Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-08-211-6/+3Star
|\
| * tracing: Avoid calling cc-option -mrecord-mcount for every MakefileVasily Gorbik2018-08-161-6/+3Star
* | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-181-6/+8
|\ \
| * \ Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman2018-07-1615-37/+19Star
| |\ \
| * | | ver_linux: Do not check for ver_linux pattern in version functionAlexander Kapshuk2018-07-071-1/+1
| * | | ver_linux: Process input coming from procmaps that matches libc onlyAlexander Kapshuk2018-07-071-5/+7
* | | | Merge tag 'usb-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-08-182-0/+17
|\ \ \ \
| * \ \ \ Merge 4.18-rc7 into usb-nextGreg Kroah-Hartman2018-07-301-0/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge 4.18-rc5 into usb-nextGreg Kroah-Hartman2018-07-1611-27/+8Star
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | usb: typec: Bus type for alternate modesHeikki Krogerus2018-07-022-0/+17
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-181-5/+6
|\ \ \ \ \
| * | | | | scripts: add Python 3 compatibility to spdxcheck.pyJeremy Cline2018-08-181-2/+5
| * | | | | scripts/spdxcheck.py: work with current HEAD LICENSES/ directoryJoe Perches2018-08-181-3/+1Star
* | | | | | Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-08-171-7/+4Star
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | scripts: Add ppc64le support for checkstack.plBreno Leitao2018-07-021-7/+4Star
| |/ / / /
* | | | | Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-08-1517-124/+189
|\ \ \ \ \
| * | | | | kconfig: remove P_ENV property typeMasahiro Yamada2018-08-143-4/+0Star
| * | | | | kconfig: remove unused sym_get_env_prop() functionMasahiro Yamada2018-08-142-10/+0Star
| * | | | | kconfig: fix the rule of mainmenu_stmt symbolMasahiro Yamada2018-08-131-2/+2
| * | | | | Kbuild: Makefile.modbuiltin: include auto.conf and tristate.conf mandatoryDirk Gouders2018-08-021-2/+2
| * | | | | kbuild: add .DELETE_ON_ERROR special targetMasahiro Yamada2018-07-251-0/+3
| * | | | | kconfig: allow all config targets to write auto.conf if missingMasahiro Yamada2018-07-257-19/+30
| * | | | | kconfig: make syncconfig update .config regardless of sym_change_countMasahiro Yamada2018-07-251-4/+6
| * | | | | kconfig: create directories needed for syncconfig by itselfMasahiro Yamada2018-07-252-9/+20
| * | | | | kconfig: remove unneeded directory generation from local*configMasahiro Yamada2018-07-251-1/+0Star
| * | | | | kconfig: split out useful helpers in confdata.cMasahiro Yamada2018-07-251-17/+64
| * | | | | kconfig: rename file_write_dep and move it to confdata.cMasahiro Yamada2018-07-253-32/+30Star
| * | | | | kconfig: handle format string before calling conf_message_callback()Masahiro Yamada2018-07-254-18/+17Star
| * | | | | kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITEDirk Gouders2018-07-176-8/+8
| * | | | | kconfig: check for pkg-config on make {menu,n,g,x}configRandy Dunlap2018-07-172-0/+9
| | |/ / / | |/| | |
* | | | | Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-08-1519-68/+252
|\ \ \ \ \
| * | | | | coccicheck: return proper error code on failDenis Efremov2018-08-141-2/+3
| * | | | | Coccinelle: doubletest: reduce side effect false positivesJulia Lawall2018-08-141-8/+26
| * | | | | kbuild: remove deprecated host-progs variableMasahiro Yamada2018-08-092-8/+0Star
| * | | | | scripts: Add Python 3 support to tracing/draw_functrace.pyJeremy Cline2018-07-291-1/+1
| * | | | | builddeb: Add automatic support for sh{3,4}{,eb} architecturesBen Hutchings2018-07-281-3/+10
| * | | | | builddeb: Add automatic support for riscv* architecturesBen Hutchings2018-07-281-1/+1
| * | | | | builddeb: Add automatic support for m68k architectureBen Hutchings2018-07-281-1/+1
| * | | | | builddeb: Add automatic support for or1k architectureBen Hutchings2018-07-281-0/+2