aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2020-01-27scripts/find-unused-docs: Fix massive false positivesGeert Uytterhoeven1-1/+1
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2-5/+1
2020-01-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+4
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+17
2020-01-25Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-0/+17
2020-01-24Merge branch 'kcsan.2020.01.07a' into locking/kcsanIngo Molnar22-23/+27
2020-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-4/+2
2020-01-22bpf, btf: Always output invariant hit in pahole DWARF to BTF transformChris Down1-2/+2
2020-01-22kbuild: use -S instead of -E for precise cc-option test in KconfigMasahiro Yamada1-1/+1
2020-01-22builddeb: allow selection of .deb compressorMichał Mirosław1-1/+1
2020-01-19ARM: 8950/1: ftrace/recordmcount: filter relocation typesAlex Sverdlin1-0/+17
2020-01-16kbuild: remove 'Building modules, stage 2.' logMasahiro Yamada1-1/+0
2020-01-16kbuild: remove *.tmp file when filechk failsMasahiro Yamada1-8/+7
2020-01-16modpost: assume STT_SPARC_REGISTER is definedMasahiro Yamada1-7/+1
2020-01-15kbuild: Add support for 'as-instr' to be used in Kconfig filesCatalin Marinas1-0/+4
2020-01-13libbpf: Clean up bpf_helper_defs.h generation outputAndrii Nakryiko1-2/+0
2020-01-14builddeb: make headers package thinnerMichał Mirosław1-2/+2
2020-01-13Merge 5.5-rc6 into tty-nextGreg Kroah-Hartman2-6/+5
2020-01-10kconfig: fix an "implicit declaration of function" warningBartosz Golaszewski3-0/+3
2020-01-07asm-generic/atomic: Use __always_inline for fallback wrappersMarco Elver20-19/+21
2020-01-07asm-generic/atomic: Use __always_inline for pure wrappersMarco Elver2-4/+6
2020-01-07kconfig: fix nesting of symbol help textThomas Hebb1-8/+8
2020-01-07kconfig: distinguish between dependencies and visibility in help textThomas Hebb3-2/+13
2020-01-07kconfig: list all definitions of a symbol in help textThomas Hebb1-24/+31
2020-01-07kconfig: Add yes2modconfig and mod2yesconfig targets.Tetsuo Handa4-1/+38
2020-01-07kconfig: use $(PERL) in MakefileMasahiro Yamada1-1/+1
2020-01-07kconfig: fix too deep indentation in MakefileMasahiro Yamada1-9/+9
2020-01-07kconfig: localmodconfig: fix indentation for closing braceMasahiro Yamada1-1/+1
2020-01-07kconfig: localmodconfig: remove unused $configMasahiro Yamada1-2/+0
2020-01-07kconfig: squash prop_alloc() into menu_add_prop()Masahiro Yamada3-23/+17
2020-01-07kconfig: remove sym from struct propertyMasahiro Yamada3-3/+1
2020-01-07kconfig: remove 'prompt' argument from menu_add_prop()Masahiro Yamada1-4/+5
2020-01-07kconfig: move prompt handling to menu_add_prompt() from menu_add_prop()Masahiro Yamada1-36/+34
2020-01-07kconfig: remove 'prompt' symbolMasahiro Yamada1-10/+7
2020-01-07kconfig: drop T_WORD from the RHS of 'prompt' symbolMasahiro Yamada1-3/+1
2020-01-07kconfig: use parent->dep as the parentdep of 'menu'Masahiro Yamada1-5/+3
2020-01-07kconfig: remove the rootmenu check in menu_add_prop()Masahiro Yamada1-1/+1
2020-01-07kbuild: create modules.builtin without Makefile.modbuiltin or tristate.confMasahiro Yamada4-106/+6
2020-01-07kbuild: pass KBUILD_MODFILE when compiling builtin objectsMasahiro Yamada1-6/+9
2020-01-07kbuild: add stringify helper to quote a string passed to C filesMasahiro Yamada2-1/+5
2020-01-07kbuild: use pattern rule for building built-in.a in sub-directoriesMasahiro Yamada1-1/+1
2020-01-07kbuild: do not create orphan built-in.a or obj-y objectsMasahiro Yamada2-1/+5
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2-5/+1
2020-01-06Merge tag 'v5.5-rc5' into locking/kcsan, to resolve conflictIngo Molnar2-6/+5
2020-01-03Merge tag 'kbuild-fixes-v5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2020-01-04kbuild/deb-pkg: annotate libelf-dev dependency as :nativeArd Biesheuvel1-1/+1
2020-01-02gcc-plugins: make it possible to disable CONFIG_GCC_PLUGINS againArnd Bergmann1-5/+4
2019-12-30Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar34-921/+722
2019-12-26scripts/dtc: Update to upstream version v1.5.1-22-gc40aeb60b47aRob Herring14-32/+84
2019-12-23Merge 5.5-rc3 into tty-nextGreg Kroah-Hartman5-36/+30