summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-031-1/+1
|\
| * Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar2020-08-011-1/+1
| |\
| | * kcsan: Re-add GCC as a supported compilerMarco Elver2020-06-291-1/+1
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-08-032-8/+7
|\ \ \
| * \ \ Merge branch 'for-next/read-barrier-depends' into for-next/coreCatalin Marinas2020-07-311-8/+1
| |\ \ \
| | * | | checkpatch: Remove checks relating to [smp_]read_barrier_depends()Will Deacon2020-07-211-8/+1
| | | |/ | | |/|
| * / | recordmcount: only record relocation of type R_AARCH64_CALL26 on arm64.Gregory Herrero2020-07-241-0/+6
| |/ /
* | | Merge tag 's390-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-08-031-0/+41
|\ \ \
| * | | s390/kernel: expand exception table logic to allow new handling optionsIlya Leoshkevich2020-07-201-0/+41
| |/ /
* | | kbuild: remove redundant FORCE definition in scripts/Makefile.modpostMasahiro Yamada2020-08-021-3/+0
* | | kconfig: qconf: remove wrong ConfigList::firstChild()Masahiro Yamada2020-08-022-5/+1
* | | Revert "kconfig: qconf: don't show goback button on splitMode"Masahiro Yamada2020-08-011-3/+2
* | | Revert "kconfig: qconf: Change title for the item window"Masahiro Yamada2020-08-011-9/+1
* | | kconfig: qconf: remove "goBack" debug messageMasahiro Yamada2020-08-011-1/+0
* | | kconfig: qconf: use delete[] instead of delete to free arrayMasahiro Yamada2020-08-011-2/+2
* | | kconfig: qconf: compile moc object separatelyMasahiro Yamada2020-08-013-7/+7
* | | kconfig: qconf: use if_changed for qconf.moc ruleMasahiro Yamada2020-08-011-2/+4
* | | modpost: explain why we can't use strsepWolfram Sang2020-07-271-0/+1
| |/ |/|
* | Merge tag 'kbuild-fixes-v5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-07-261-2/+10
|\ \
| * | modpost: remove use of non-standard strsep() in HOSTCC codeH. Nikolaus Schaller2020-07-071-2/+10
* | | scripts/gdb: fix lx-symbols 'gdb.error' while loading modulesStefano Garzarella2020-07-241-1/+1
* | | scripts/decode_stacktrace: strip basepath from all pathsPi-Hsun Shih2020-07-241-2/+2
* | | kbuild: Move -Wtype-limits to W=2Rikard Falkeborn2020-07-091-0/+2
|/ /
* | Merge tag 'kbuild-fixes-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-07-053-76/+122
|\ \
| * | kconfig: qconf: parse newer types at debug infoMauro Carvalho Chehab2020-07-021-0/+3
| * | kconfig: qconf: navigate menus on hyperlinksMauro Carvalho Chehab2020-07-021-18/+7
| * | kconfig: qconf: don't show goback button on splitModeMauro Carvalho Chehab2020-07-021-2/+3
| * | kconfig: qconf: simplify the goBack() logicMauro Carvalho Chehab2020-07-011-31/+17
| * | kconfig: qconf: re-implement setSelected()Mauro Carvalho Chehab2020-07-012-12/+11
| * | kconfig: qconf: make debug links work againMauro Carvalho Chehab2020-07-012-5/+71
| * | kconfig: qconf: make search fully work again on split modeMauro Carvalho Chehab2020-07-011-7/+18
| * | kconfig: qconf: cleanup includesMauro Carvalho Chehab2020-07-012-25/+16
| * | gcc-plugins: fix gcc-plugins directory path in documentationMasahiro Yamada2020-06-281-1/+1
* | | Merge tag 'devicetree-fixes-for-5.8-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2020-07-0210-15/+92
|\ \ \ | |_|/ |/| |
| * | dt-bindings: copy process-schema-examples.yaml to process-schema.yamlMasahiro Yamada2020-06-301-0/+3
| * | scripts/dtc: Update to upstream version v1.6.0-11-g9d7888cbf19cRob Herring2020-06-3010-15/+89
* | | Merge tag 'rcu_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-281-0/+31
|\ \ \ | |_|/ |/| |
| * | locking/atomics: Provide the arch_atomic_ interface to generic codePeter Zijlstra2020-06-251-0/+31
| |/
* | Merge tag 'kbuild-fixes-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-213-13/+8
|\ \
| * | scripts: Fix typo in headers_install.shMasanari Iida2020-06-171-1/+1
| * | kconfig: unify cc-option and as-optionMasahiro Yamada2020-06-171-7/+1
| * | kbuild: improve cc-option to clean up all temporary filesMasahiro Yamada2020-06-171-5/+6
| |/
* | Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-06-201-6/+92
|\ \
| * | recordmcount: support >64k sectionsSami Tolvanen2020-06-161-6/+92
| |/
* / scripts/decode_stacktrace: warn when modpath is needed but is unsetSasha Levin2020-06-151-1/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-131-2/+2
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-131-2/+2
| |\
| | * scripts: Require pahole v1.16 when generating BTFLorenz Bauer2020-06-091-2/+2
* | | Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-133-8/+8
|\ \ \
| * | | kbuild: fix broken builds because of GZIP,BZIP2,LZOP variablesDenis Efremov2020-06-113-8/+8