aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2021-09-11Merge tag 'riscv-for-linus-5.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2021-09-11Merge branch 'for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jlaw...Gravatar Linus Torvalds 2-1/+3
2021-09-10riscv: Enable BUILDTIME_TABLE_SORTGravatar Jisheng Zhang 1-0/+1
2021-09-08Merge tag 'modules-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2021-09-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-37/+58
2021-09-08scripts: check_extable: fix typo in user error messageGravatar Randy Dunlap 1-1/+1
2021-09-08checkpatch: improve GIT_COMMIT_ID testGravatar Joe Perches 1-31/+51
2021-09-08checkpatch: make email address check case insensitiveGravatar Mimi Zohar 1-2/+2
2021-09-08checkpatch: support wide stringsGravatar Joe Perches 1-3/+4
2021-09-06don't make the syscall checking produce errors from warningsGravatar Stephen Rothwell 1-1/+1
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 21-135/+166
2021-09-03Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+1
2021-09-03kbuild: redo fake deps at include/ksym/*.hGravatar Masahiro Yamada 2-5/+4
2021-09-03kbuild: clean up objtool_args slightlyGravatar Masahiro Yamada 1-6/+5
2021-09-03modpost: get the *.mod file path more simplyGravatar Masahiro Yamada 3-16/+11
2021-09-03checkkconfigsymbols.py: Fix the '--ignore' optionGravatar Ariel Marcovitch 1-1/+1
2021-09-03kbuild: merge vmlinux_link() between ARCH=um and other architecturesGravatar Masahiro Yamada 1-33/+23
2021-09-03kbuild: do not remove 'linux' link in scripts/link-vmlinux.shGravatar Masahiro Yamada 1-1/+0
2021-09-03kbuild: merge vmlinux_link() between the ordinary link and Clang LTOGravatar Masahiro Yamada 1-16/+14
2021-09-03kbuild: remove stale *.symversionsGravatar Masahiro Yamada 1-0/+2
2021-09-03kbuild: remove unused quiet_cmd_update_lto_symversionsGravatar Masahiro Yamada 1-1/+0
2021-09-03gen_compile_commands: extract compiler command from a series of commandsGravatar Masahiro Yamada 1-1/+1
2021-09-03kbuild: Fix 'no symbols' warning when CONFIG_TRIM_UNUSD_KSYMS=yGravatar Masahiro Yamada 1-1/+7
2021-09-03kbuild: Switch to 'f' variants of integrated assembler flagGravatar Nathan Chancellor 2-6/+6
2021-09-03kbuild: warn if FORCE is missing for if_changed(_dep,_rule) and filechkGravatar Masahiro Yamada 1-1/+6
2021-09-03kbuild: macrofy the condition of if_changed and friendsGravatar Masahiro Yamada 1-3/+5
2021-09-03kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANGGravatar Sami Tolvanen 5-51/+38
2021-09-02Merge tag 'vfio-v5.15-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 2-2/+16
2021-09-02Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2021-09-01Merge tag 'docs-5.15' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-4/+4
2021-09-01Merge tag 'devicetree-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+1
2021-09-01parisc: Fix compile failure when building 64-bit kernel nativelyGravatar Masahiro Yamada 1-1/+1
2021-09-01Merge tag 'char-misc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-9/+7
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-0/+2
2021-08-26PCI / VFIO: Add 'override_only' support for VFIO PCI sub systemGravatar Max Gurtovoy 2-2/+16
2021-08-23kbuild: Enable dtc 'pci_device_reg' warning by defaultGravatar Rob Herring 1-2/+1
2021-08-17Merge tag 'v5.14-rc6' into locking/core, to pick up fixesGravatar Ingo Molnar 38-409/+919
2021-08-15powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm gotoGravatar Christophe Leroy 1-1/+1
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-7/+11
2021-08-12scripts/kernel-doc: Override -Werror from KCFLAGS with KDOC_WERRORGravatar Laurent Pinchart 1-4/+4
2021-08-10scripts/Makefile.clang: default to LLVM_IAS=1Gravatar Nick Desaulniers 1-3/+3
2021-08-10Makefile: infer --target from ARCH for CC=clangGravatar Nick Desaulniers 1-2/+23
2021-08-10Makefile: move initial clang flag handling into scripts/Makefile.clangGravatar Nick Desaulniers 1-0/+14
2021-08-10scripts: make some scripts executableGravatar Masahiro Yamada 4-0/+0
2021-08-10scripts: merge_config: add strict mode to fail upon any redefinitionGravatar Matthias Maennich 1-0/+15
2021-08-09Merge 5.14-rc5 into char-misc-nextGravatar Greg Kroah-Hartman 3-50/+14
2021-08-08scripts: coccinelle: allow list_entry_is_head() to use posGravatar Daniel Thompson 1-0/+2
2021-08-07Merge tag 'kbuild-fixes-v5.14-2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-7/+11
2021-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-43/+3
2021-08-05scripts: checkversion: modernize linux/version.h search stringsGravatar Randy Dunlap 1-7/+11