aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2020-02-09Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-02-07Merge tag 'docs-5.6-2' of git://git.lwn.net/linuxLinus Torvalds
2020-02-05Allow git builds of SphinxStephen Kitt
2020-02-05kconfig: Invalidate all symbols after changing to y or m.Tetsuo Handa
2020-02-04mm: remove __kreallocFlorian Westphal
2020-02-04scripts/kallsyms: change table to store (strcut sym_entry *)Masahiro Yamada
2020-02-04scripts/kallsyms: rename local variables in read_symbol()Masahiro Yamada
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada
2020-02-04kconfig: fix broken dependency in randconfig-generated .configMasahiro Yamada
2020-02-01Merge tag 'kconfig-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2020-02-01Merge tag 'kbuild-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2020-01-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-01-31scripts/spelling.txt: add "issus" typoLuca Ceresoli
2020-01-31scripts/spelling.txt: add more spellings to spelling.txtXiong
2020-01-30Merge tag 'devicetree-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-01-29Merge tag 'docs-5.6' of git://git.lwn.net/linuxLinus Torvalds
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-01-29builddeb: split libc headers deployment out into a functionMasahiro Yamada
2020-01-29builddeb: split kernel headers deployment out into a functionMasahiro Yamada
2020-01-29builddeb: remove redundant make for ARCH=umMasahiro Yamada
2020-01-29builddeb: avoid invoking sub-shells where possibleMasahiro Yamada
2020-01-29builddeb: remove redundant $objtree/Masahiro Yamada
2020-01-29builddeb: match temporary directory name to the package nameMasahiro Yamada
2020-01-29builddeb: remove unneeded files in hdrobjfiles for headers packageMasahiro Yamada
2020-01-28Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-01-28scripts/dtc: Revert "yamltree: Ensure consistent bracketing of properties wit...Rob Herring
2020-01-27scripts/find-unused-docs: Fix massive false positivesGeert Uytterhoeven
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds
2020-01-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-25Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2020-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-01-22bpf, btf: Always output invariant hit in pahole DWARF to BTF transformChris Down
2020-01-22kbuild: use -S instead of -E for precise cc-option test in KconfigMasahiro Yamada
2020-01-22builddeb: allow selection of .deb compressorMichał Mirosław
2020-01-19ARM: 8950/1: ftrace/recordmcount: filter relocation typesAlex Sverdlin
2020-01-16kbuild: remove 'Building modules, stage 2.' logMasahiro Yamada
2020-01-16kbuild: remove *.tmp file when filechk failsMasahiro Yamada
2020-01-16modpost: assume STT_SPARC_REGISTER is definedMasahiro Yamada
2020-01-15kbuild: Add support for 'as-instr' to be used in Kconfig filesCatalin Marinas
2020-01-13libbpf: Clean up bpf_helper_defs.h generation outputAndrii Nakryiko
2020-01-14builddeb: make headers package thinnerMichał Mirosław
2020-01-13Merge 5.5-rc6 into tty-nextGreg Kroah-Hartman
2020-01-10kconfig: fix an "implicit declaration of function" warningBartosz Golaszewski
2020-01-07kconfig: fix nesting of symbol help textThomas Hebb
2020-01-07kconfig: distinguish between dependencies and visibility in help textThomas Hebb
2020-01-07kconfig: list all definitions of a symbol in help textThomas Hebb
2020-01-07kconfig: Add yes2modconfig and mod2yesconfig targets.Tetsuo Handa
2020-01-07kconfig: use $(PERL) in MakefileMasahiro Yamada