summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* init: Add support for zstd compressed kernelNick Terrell2020-07-311-0/+22
* 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
* | | | Merge tag 'devicetree-fixes-for-5.8-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2020-06-121-0/+3
|\ \ \ \
| * | | | Merge branch 'dt/schema-cleanups' into dt/linusRob Herring2020-06-1246-676/+1006
| |\| | |
| * | | | scripts/dtc: use pkg-config to include <yaml.h> in non-standard pathMasahiro Yamada2020-06-081-0/+3
* | | | | Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-06-115-5/+44
|\ \ \ \ \
| * | | | | kcsan: Pass option tsan-instrument-read-before-write to ClangMarco Elver2020-06-111-0/+1
| * | | | | kcsan: Support distinguishing volatile accessesMarco Elver2020-06-111-1/+4
| * | | | | kcsan: Avoid inserting __tsan_func_entry/exit if possibleMarco Elver2020-06-111-1/+10
| * | | | | Rebase locking/kcsan to locking/urgentThomas Gleixner2020-06-115-5/+31
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner2020-05-081-0/+8
| | |\ \ \ \ \
| | | * | | | | checkpatch: Warn about data_race() without commentMarco Elver2020-05-061-0/+8
| | * | | | | | Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar2020-04-1363-577/+1138
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | asm-generic, atomic-instrumented: Use generic instrumented.hMarco Elver2020-03-211-16/+3
| | * | | | | | Merge branch 'linus' into locking/kcsan, to pick up fixesIngo Molnar2020-03-217-21/+30
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar2020-03-2159-1158/+1033
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'kcsan.2020.01.07a' into locking/kcsanIngo Molnar2020-01-2422-23/+27
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | asm-generic/atomic: Use __always_inline for fallback wrappersMarco Elver2020-01-0720-19/+21
| | | * | | | | | | | asm-generic/atomic: Use __always_inline for pure wrappersMarco Elver2020-01-072-4/+6