aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2018-07-19kbuild: buildtar: remove crufty vax piecesGravatar Olof Johansson 1-4/+0
2018-07-19kbuild: change ld_flags to contain LDFLAGS_$(@F)Gravatar Masahiro Yamada 1-2/+2
2018-07-19kbuild: replace $(LDFLAGS) $(ldflags-y) with $(ld_flags)Gravatar Masahiro Yamada 1-2/+1
2018-07-18kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITEGravatar Dirk Gouders 6-8/+8
2018-07-18kconfig: check for pkg-config on make {menu,n,g,x}configGravatar Randy Dunlap 2-0/+9
2018-07-18kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBSGravatar Laura Abbott 3-11/+11
2018-07-18kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGSGravatar Laura Abbott 1-5/+5
2018-07-18kbuild: Rename HOSTCXXFLAGS to KBUILD_HOSTCXXFLAGSGravatar Laura Abbott 1-1/+1
2018-07-18kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGSGravatar Laura Abbott 2-2/+2
2018-07-18kbuild: Add build salt to the kernel and modulesGravatar Laura Abbott 1-0/+3
2018-07-18kbuild: verify that $DEPMOD is installedGravatar Randy Dunlap 1-1/+7
2018-07-18kbuild: move bin2c back to scripts/ from scripts/basic/Gravatar Masahiro Yamada 5-2/+2
2018-07-18Coccinelle: add atomic_as_refcounter scriptGravatar Elena Reshetova 1-0/+129
2018-07-16scripts/tags.sh: Add BPF_CALLGravatar Constantine Shulyupin 1-0/+1
2018-07-16Merge 4.18-rc5 into usb-nextGravatar Greg Kroah-Hartman 11-27/+8
2018-07-16Merge 4.18-rc5 into char-misc-nextGravatar Greg Kroah-Hartman 15-37/+19
2018-07-14checkpatch: fix duplicate invalid vsprintf pointer extension '%p<foo>' messagesGravatar Joe Perches 1-3/+3
2018-07-13Merge tag 'kbuild-fixes-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 9-23/+4
2018-07-13scripts/tags.sh: add __ro_after_initGravatar Constantine Shulyupin 1-1/+1
2018-07-08scripts: teach extract-vmlinux about LZ4 and ZSTDGravatar Adam Borowski 1-0/+2
2018-07-07ver_linux: Do not check for ver_linux pattern in version functionGravatar Alexander Kapshuk 1-1/+1
2018-07-07ver_linux: Process input coming from procmaps that matches libc onlyGravatar Alexander Kapshuk 1-5/+7
2018-07-06kbuild: remove duplicated comments about PHONYGravatar Masahiro Yamada 6-21/+0
2018-07-06kbuild: do not drop -I without parameterGravatar Masahiro Yamada 1-1/+1
2018-07-02gcc-plugins: remove unused GCC_PLUGIN_SUBDIRGravatar Masahiro Yamada 2-7/+1
2018-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-1/+1
2018-07-02scripts/documentation-file-ref-check: ignore sched-pelt false positiveGravatar Mauro Carvalho Chehab 1-0/+3
2018-07-02scripts/documentation-file-ref-check: remove some false positivesGravatar Mauro Carvalho Chehab 1-0/+3
2018-07-02usb: typec: Bus type for alternate modesGravatar Heikki Krogerus 2-0/+17
2018-07-02scripts: Add ppc64le support for checkstack.plGravatar Breno Leitao 1-7/+4
2018-06-30Merge tag 'kbuild-fixes-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-4/+11
2018-06-28kconfig: loop boundary condition fixGravatar Jerry James 1-1/+1
2018-06-28kconfig: handle P_SYMBOL in print_symbol()Gravatar Dirk Gouders 2-0/+7
2018-06-28bpfilter: check compiler capability in KconfigGravatar Masahiro Yamada 1-1/+1
2018-06-27checkpatch: remove warning for 'old' stable@kernel.org addressGravatar Linus Torvalds 1-6/+0
2018-06-25kconfig: fix line numbers for if-entries in menu treeGravatar Dirk Gouders 1-2/+2
2018-06-25stack-protector: Fix test with 32-bit userland and CONFIG_64BIT=yGravatar Sven Joachim 1-1/+1
2018-06-21tracing: Fix SKIP_STACK_VALIDATION=1 build due to bad merge with -mrecord-mcountGravatar Greg Thelen 1-1/+1
2018-06-15scripts/documentation-file-ref-check: check tools/*/DocumentationGravatar Mauro Carvalho Chehab 1-0/+7
2018-06-15scripts/documentation-file-ref-check: get rid of false-positivesGravatar Mauro Carvalho Chehab 1-3/+18
2018-06-15scripts/documentation-file-ref-check: hint: dash or underlineGravatar Mauro Carvalho Chehab 1-0/+6
2018-06-15scripts/documentation-file-ref-check: add a fix logic for DTGravatar Mauro Carvalho Chehab 1-3/+17
2018-06-15scripts/documentation-file-ref-check: accept more wildcards at filenamesGravatar Mauro Carvalho Chehab 1-1/+1
2018-06-15scripts/documentation-file-ref-check: fix help messageGravatar Mauro Carvalho Chehab 1-1/+1
2018-06-13Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 8-104/+39
2018-06-11kconfig: fix localmodconfigGravatar Sam Ravnborg 1-2/+2
2018-06-11gcc-plugins: test plugin support in Kconfig and clean up MakefileGravatar Masahiro Yamada 3-57/+26
2018-06-11gcc-plugins: move GCC version check for PowerPC to KconfigGravatar Masahiro Yamada 1-8/+0
2018-06-11kcov: test compiler capability in Kconfig and correct dependencyGravatar Masahiro Yamada 3-14/+8
2018-06-09Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+0