summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | | 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 '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
| * | | | | | | | | | kconfig: tests: remove randconfig test for choice in choiceMasahiro Yamada2020-05-125-63/+0
| * | | | | | | | | | kconfig: do not assign a variable in the return statementMasahiro Yamada2020-05-121-1/+2
| * | | | | | | | | | kconfig: do not use OR-assignment for zero-cleared structureMasahiro Yamada2020-05-121-1/+1
* | | | | | | | | | | Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-06-0621-454/+483
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | kbuild: add variables for compression toolsDenis Efremov2020-06-064-14/+14
| * | | | | | | | | | | mksysmap: Fix the mismatch of '.L' symbols in System.mapashimida2020-06-061-1/+1
| * | | | | | | | | | | modpost: change elf_info->size to size_tMasahiro Yamada2020-06-062-6/+5
| * | | | | | | | | | | modpost: remove is_vmlinux() helperMasahiro Yamada2020-06-061-15/+1
| * | | | | | | | | | | modpost: strip .o from modname before calling new_module()Masahiro Yamada2020-06-062-10/+12
| * | | | | | | | | | | modpost: set have_vmlinux in new_module()Masahiro Yamada2020-06-061-5/+3
| * | | | | | | | | | | modpost: remove mod->skip struct memberMasahiro Yamada2020-06-062-7/+3
| * | | | | | | | | | | modpost: add mod->is_vmlinux struct memberMasahiro Yamada2020-06-062-9/+11
| * | | | | | | | | | | modpost: remove is_vmlinux() call in check_for_{gpl_usage,unused}()Masahiro Yamada2020-06-061-12/+8
| * | | | | | | | | | | modpost: remove mod->is_dot_o struct memberMasahiro Yamada2020-06-062-13/+2
| * | | | | | | | | | | modpost: move -d option in scripts/Makefile.modpostMasahiro Yamada2020-06-061-3/+1
| * | | | | | | | | | | modpost: remove -s optionMasahiro Yamada2020-06-062-9/+3
| * | | | | | | | | | | modpost: remove get_next_text() and make {grab,release_}file staticMasahiro Yamada2020-06-062-39/+2
| * | | | | | | | | | | modpost: use read_text_file() and get_line() for reading text filesMasahiro Yamada2020-06-062-17/+14
| * | | | | | | | | | | modpost: avoid false-positive file open errorMasahiro Yamada2020-06-061-4/+3
| * | | | | | | | | | | modpost: fix potential mmap'ed file overrun in get_src_version()Masahiro Yamada2020-06-061-17/+11
| * | | | | | | | | | | modpost: add read_text_file() and get_line() helpersMasahiro Yamada2020-06-062-0/+51