aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-08Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds15-65/+85
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-5/+39
2021-05-07scripts/spelling.txt: add "overflw"Drew Fustini1-0/+1
2021-05-07scripts/spelling.txt: Add "diabled" typozuoqilin1-0/+1
2021-05-07scripts/spelling.txt: add "overlfow"Drew Fustini1-0/+1
2021-05-07scripts/gdb: add lx_current support for arm64Barry Song1-0/+13
2021-05-07scripts/gdb: document lx_current is only supported by x86Barry Song1-2/+8
2021-05-07gdb: lx-symbols: store the abspath()Johannes Berg1-1/+2
2021-05-06checkpatch: improve ALLOC_ARRAY_ARGS testChristophe JAILLET1-1/+1
2021-05-06checkpatch: exclude four preprocessor sub-expressions from MACRO_ARG_REUSEVincent Mailhol1-1/+1
2021-05-06checkpatch: warn when missing newline in return sysfs_emit() formatsJoe Perches1-0/+11
2021-05-06Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds2-1/+9
2021-05-06Merge tag 'docs-5.13-2' of git://git.lwn.net/linuxLinus Torvalds2-1/+1
2021-05-06kbuild: Don't remove link-vmlinux temporary files on exit/signalAndi Kleen1-14/+0
2021-05-06kbuild: refactor modname-multi by using suffix-searchMasahiro Yamada1-1/+1
2021-05-06kbuild: refactor fdtoverlay ruleMasahiro Yamada2-19/+16
2021-05-06kbuild: parameterize the .o part of suffix-searchMasahiro Yamada1-8/+11
2021-05-03Removed the oprofiled version optionBhaskar Chowdhury1-1/+0
2021-05-03Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-12/+14
2021-05-02.gitignore: prefix local generated files with a slashMasahiro Yamada6-18/+18
2021-05-02kbuild: replace LANG=C with LC_ALL=CMasahiro Yamada4-4/+4
2021-05-02kbuild: add a script to remove stale generated filesMasahiro Yamada1-0/+31
2021-05-02genksyms: fix stale commentMasahiro Yamada1-1/+1
2021-05-02kbuild: add comment about why cmd_shipped uses 'cat'Masahiro Yamada1-0/+3
2021-04-30scripts: a new script for checking duplicate struct declarationWan Jiabing1-0/+53
2021-04-30scripts/spelling.txt: add entries for recent discoveriesTom Saeger1-1/+25
2021-04-29Merge tag 'kconfig-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds24-635/+559
2021-04-29Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds24-266/+405
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-38/+160
2021-04-28Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds2-7/+29
2021-04-28Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+4
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+5
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-2/+19
2021-04-27kernel-doc: Add support for __deprecatedMatthew Wilcox1-0/+1
2021-04-26Merge tag 'docs-5.13' of git://git.lwn.net/linuxLinus Torvalds4-50/+219
2021-04-26Merge tag 'char-misc-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+1
2021-04-26Merge tag 'keys-cve-2020-26541-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-0/+1
2021-04-26riscv: Workaround mcount name prior to clang-13Nathan Chancellor1-1/+1
2021-04-26scripts/recordmcount.pl: Fix RISC-V regex for clangNathan Chancellor1-1/+1
2021-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+6
2021-04-26kconfig: refactor .gitignoreMasahiro Yamada1-10/+3
2021-04-25kbuild: deb-pkg: change the source package name to linux-upstreamMasahiro Yamada1-1/+1
2021-04-25kbuild: redo fake deps at include/config/*.hAlexey Dobriyan3-49/+13
2021-04-25kbuild: remove TMPO from try-runMasahiro Yamada1-1/+0
2021-04-25kbuild: add an elfnote for whether vmlinux is built with ltoYonghong Song1-0/+2
2021-04-25kbuild: add support for zstd compressed modulesPiotr Gorski1-0/+6
2021-04-25kbuild: merge scripts/Makefile.modsign to scripts/Makefile.modinstMasahiro Yamada2-29/+9
2021-04-25kbuild: move module strip/compression code into scripts/Makefile.modinstMasahiro Yamada1-8/+68
2021-04-25kbuild: refactor scripts/Makefile.modinstMasahiro Yamada1-18/+22
2021-04-25kbuild: check module name conflict for external modules as wellMasahiro Yamada1-2/+2