summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | | | | | | | Merge tag 'v5.5-rc5' into locking/kcsan, to resolve conflictIngo Molnar2020-01-062-6/+5
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar2019-12-3034-921/+722
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-11-193-2/+31
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | locking/atomics, kcsan: Add KCSAN instrumentationMarco Elver2019-11-161-2/+15
| | | * | | | | | | | | | kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver2019-11-162-0/+16
* | | | | | | | | | | | | Merge tag 'locking-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-06-1121-84/+84
|\| | | | | | | | | | | |
| * | | | | | | | | | | | locking/atomics: Flip fallbacks and instrumentationPeter Zijlstra2020-06-1121-65/+63
| * | | | | | | | | | | | asm-generic/atomic: Use __always_inline for fallback wrappersMarco Elver2020-06-1120-19/+21
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-112-2/+11
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | checkpatch: correct check for kernel parameters docTim Froidcoeur2020-06-101-2/+2
| * | | | | | | | | | | scripts/spelling: add a few more typosSeongJae Park2020-06-101-0/+9
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-101-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | compiler/gcc: Raise minimum GCC version for kernel builds to 4.8Will Deacon2020-04-151-1/+1
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'docs-5.8-2' of git://git.lwn.net/linuxLinus Torvalds2020-06-101-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Replace HTTP links with HTTPS ones: documentationAlexander A. Klimov2020-06-081-1/+1
* | | | | | | | | | | Merge tag 'sh-for-5.8' of git://git.libc.org/linux-shLinus Torvalds2020-06-061-3/+0
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | sh: remove sh5 supportArnd Bergmann2020-06-011-3/+0
* | | | | | | | | | | | Merge tag 'kconfig-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-06-0610-84/+46
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | kconfig: announce removal of 'kvmconfig' and 'xenconfig' shorthandsMasahiro Yamada2020-05-261-5/+4
| * | | | | | | | | | | | streamline_config.pl: add LMC_KEEP to preserve some kconfigsChangbin Du2020-05-132-0/+23
| * | | | | | | | | | | | kconfig: allow only 'config', 'comment', and 'if' inside 'choice'Masahiro Yamada2020-05-121-14/+16