aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-06modpost: refactor -i option calculationMasahiro Yamada1-4/+2
2020-06-06modpost: print symbol dump file as the build target in short logMasahiro Yamada1-13/+20
2020-06-06modpost: re-add -e to set external_module flagMasahiro Yamada2-2/+8
2020-06-06modpost: rename ext_sym_list to dump_listMasahiro Yamada1-13/+14
2020-06-06modpost: allow to pass -i option multiple times to remove -e optionMasahiro Yamada2-9/+2
2020-06-06modpost: track if the symbol origin is a dump file or ELF objectMasahiro Yamada2-10/+6
2020-06-06firmware/dmi: Report DMI Bios & EC firmware releaseErwan Velu1-0/+2
2020-06-04Merge tag 'devicetree-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+1
2020-06-04checkpatch: use patch subject when reading from stdinGeert Uytterhoeven1-0/+1
2020-06-04checkpatch: disallow --git and --file/--fixJoe Perches1-2/+4
2020-06-04checkpatch: look for c99 comments in ctx_locate_commentJoe Perches1-1/+9
2020-06-04checkpatch: additional MAINTAINER section entry ordering checksJoe Perches1-8/+37
2020-06-04get_maintainer: fix unexpected behavior for path/to//file (double slashes)Joe Perches1-0/+2
2020-06-04get_maintainer: add email addresses from .yaml filesJoe Perches1-15/+29
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds4-0/+95
2020-06-03modpost: load KBUILD_EXTRA_SYMBOLS files in orderMasahiro Yamada1-8/+8
2020-06-03modpost: pass -N option only for modules modpostMasahiro Yamada1-1/+4
2020-06-03modpost: move -T option close to the modpost commandMasahiro Yamada1-2/+2
2020-06-03modpost: fix -i (--ignore-errors) MAKEFLAGS detectionMasahiro Yamada1-1/+6
2020-06-03kbuild: update modules.order only when contained modules are updatedMasahiro Yamada2-21/+27
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2-89/+243
2020-06-01Merge tag 'objtool-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+24
2020-06-01Merge tag 'core-kprobes-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-06-01sh: remove sh5 supportArnd Bergmann1-3/+0
2020-06-01kbuild: refactor tagets caluculation for KBUILD_{BUILTIN,KBUILD_MODULES}Masahiro Yamada1-13/+12
2020-06-01kbuild: refactor subdir-ym calculationMasahiro Yamada1-9/+4
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+9
2020-05-31checkpatch/coding-style: deprecate 80-column warningJoe Perches1-5/+9
2020-05-29modpost: refactor sech_name()Masahiro Yamada1-12/+11
2020-05-29modpost: fix potential segmentation fault for addend_i386_rel()Masahiro Yamada1-9/+9
2020-05-29kbuild: disallow multi-word in M= or KBUILD_EXTMODMasahiro Yamada1-1/+1
2020-05-26kbuild: make modules.order rule consistent with built-in.aMasahiro Yamada2-4/+8
2020-05-26kbuild: rename subdir-obj-y to subdir-builtinMasahiro Yamada1-4/+5
2020-05-26kbuild: move subdir-obj-y to scripts/Makefile.buildMasahiro Yamada2-5/+2
2020-05-26kbuild: clear KBUILD_MODULES in top Makefile if CONFIG_MODULES=nMasahiro Yamada1-1/+1
2020-05-26kbuild: remove ifdef builtin-target / lib-targetMasahiro Yamada1-8/+2
2020-05-26kbuild: make module name conflict fatal errorMasahiro Yamada1-3/+13
2020-05-26gcc-plugins: remove always-false $(if ...) in MakefileMasahiro Yamada1-1/+1
2020-05-26scripts/checkstack.pl: fix arm sp regexManinder Singh1-1/+1
2020-05-26scripts/checkstack.pl: add arm push handling for stack usageManinder Singh1-1/+27
2020-05-26scripts/checkstack.pl: Add argument to print stacks greather than value.Maninder Singh1-3/+8
2020-05-26scripts/checkstack.pl: don't display $dre as different entityManinder Singh1-27/+27
2020-05-26modpost,fixdep: Replace zero-length array with flexible-arrayGustavo A. R. Silva3-3/+3
2020-05-26scripts: headers_install: Exit with error on config leakSiddharth Gupta1-5/+6
2020-05-26kconfig: announce removal of 'kvmconfig' and 'xenconfig' shorthandsMasahiro Yamada1-5/+4
2020-05-19vmlinux.lds.h: Create section for protection against instrumentationThomas Gleixner1-1/+1
2020-05-18Merge tag 'v5.7-rc6' into objtool/core, to pick up fixes and resolve semantic conflictIngo Molnar8-9/+16
2020-05-17kbuild: add infrastructure to build userspace programsMasahiro Yamada3-1/+52
2020-05-17kbuild: warn if always, hostprogs-y, or hostprogs-m is usedMasahiro Yamada1-1/+11
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-3/+3