aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2022-01-27ftrace: Have architectures opt-in for mcount build time sortingGravatar Steven Rostedt (Google) 1-1/+1
2022-01-22Merge tag 'devicetree-fixes-for-5.17-1' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-6/+2
2022-01-20Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 4-29/+51
2022-01-20ubsan: remove CONFIG_UBSAN_OBJECT_SIZEGravatar Kees Cook 1-1/+0
2022-01-20const_structs.checkpatch: add frequently used ops structsGravatar Rikard Falkeborn 1-0/+23
2022-01-20checkpatch: improve Kconfig help testGravatar Joe Perches 1-26/+26
2022-01-20checkpatch: relax regexp for COMMIT_LOG_LONG_LINEGravatar Jerome Forissier 1-1/+1
2022-01-20get_maintainer: don't remind about no git repo when --nogit is usedGravatar Randy Dunlap 1-1/+1
2022-01-19Merge tag 'trace-v5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 1-2/+3
2022-01-19Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-34/+19
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 16-457/+93
2022-01-18script/sorttable: Fix some initialization problemsGravatar Yinan Liu 1-2/+3
2022-01-17scripts/dtc: dtx_diff: remove broken example from help textGravatar Matthias Schiffer 1-6/+2
2022-01-17Merge branch 'for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jlaw...Gravatar Linus Torvalds 2-187/+0
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 4-8/+130
2022-01-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+1
2022-01-15scripts/spelling.txt: add "oveflow"Gravatar Drew Fustini 1-0/+1
2022-01-15drop fen.cocciGravatar Julia Lawall 1-124/+0
2022-01-15scripts/coccinelle: drop bugon.cocciGravatar Julia Lawall 1-63/+0
2022-01-14Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-63/+63
2022-01-13scripts: ftrace - move the sort-processing in ftrace_initGravatar Yinan Liu 4-6/+128
2022-01-14kbuild: add cmd_file_sizeGravatar Masahiro Yamada 1-0/+3
2022-01-14kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22}Gravatar Masahiro Yamada 1-6/+24
2022-01-14kbuild: drop $(size_append) from cmd_zstdGravatar Masahiro Yamada 1-1/+1
2022-01-12Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-1/+5
2022-01-11Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-1/+1
2022-01-11Merge tag 'for-5.17/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+5
2022-01-11Merge tag 'docs-5.17' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-0/+4
2022-01-11Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-11/+50
2022-01-11Merge tag 'printk-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-17/+18
2022-01-08certs: move scripts/extract-cert to certs/Gravatar Masahiro Yamada 4-172/+4
2022-01-08kbuild: do not quote string values in include/config/auto.confGravatar Masahiro Yamada 4-14/+15
2022-01-08kbuild: do not include include/config/auto.conf from shell scriptsGravatar Masahiro Yamada 3-36/+31
2022-01-08certs: simplify $(srctree)/ handling and remove config_filename macroGravatar Masahiro Yamada 1-47/+0
2022-01-08kbuild: stop using config_filename in scripts/Makefile.modsignGravatar Masahiro Yamada 1-2/+3
2022-01-08kbuild: move headers_check.pl to usr/include/Gravatar Masahiro Yamada 1-171/+0
2022-01-07scripts: sphinx-pre-install: Fix ctex support on DebianGravatar Mauro Carvalho Chehab 1-0/+3
2022-01-05riscv: extable: add `type` and `data` fieldsGravatar Jisheng Zhang 1-1/+1
2022-01-05riscv: switch to relative exception tablesGravatar Jisheng Zhang 2-1/+16
2022-01-05scripts/sorttable: Unify arm64 & x86 sort functionsGravatar Mark Rutland 1-33/+3
2022-01-05parisc: decompressor: do not copy source files while buildingGravatar Masahiro Yamada 1-0/+5
2022-01-03scripts: sphinx-pre-install: add required ctex dependencyGravatar Mauro Carvalho Chehab 1-0/+1
2022-01-03Merge 5.16-rc8 into char-misc-nextGravatar Greg Kroah-Hartman 1-1/+1
2021-12-24recordmcount.pl: fix typo in s390 mcount regexGravatar Heiko Carstens 1-1/+1
2021-12-17ARM: 9154/1: decompressor: do not copy source files while buildingGravatar Masahiro Yamada 1-1/+1
2021-12-16scripts/gdb: lx-dmesg: read records individuallyGravatar John Ogness 1-17/+18
2021-12-12recordmcount.pl: look for jgnop instruction as well as bcrl on s390Gravatar Jerome Marchand 1-1/+1
2021-12-11script/sorttable: Code style improvementsGravatar Yinan Liu 1-2/+2
2021-12-09locking/atomics, kcsan: Add instrumentation for barriersGravatar Marco Elver 1-9/+32
2021-12-09kcsan: Ignore GCC 11+ warnings about TSan runtime supportGravatar Marco Elver 1-0/+6