summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-04-2954-596/+635
|\
| * kbuild: Add $(KBUILD_HOSTLDFLAGS) to 'has_libelf' testNathan Chancellor2021-04-241-1/+1
| * kbuild: deb-pkg: change the source package name to linux-upstreamMasahiro Yamada2021-04-241-1/+1
| * tools: do not include scripts/Kbuild.includeMasahiro Yamada2021-04-245-4/+28
| * kbuild: redo fake deps at include/config/*.hAlexey Dobriyan2021-04-246-52/+16
| * kbuild: remove TMPO from try-runMasahiro Yamada2021-04-242-3/+2
| * MAINTAINERS: add pattern for dummy-toolsMichal Suchanek2021-04-241-0/+1
| * kbuild: add an elfnote for whether vmlinux is built with ltoYonghong Song2021-04-243-0/+18
| * ia64: syscalls: switch to generic syscallhdr.shMasahiro Yamada2021-04-242-42/+2
| * ia64: syscalls: switch to generic syscalltbl.shMasahiro Yamada2021-04-243-40/+3
| * alpha: syscalls: switch to generic syscallhdr.shMasahiro Yamada2021-04-242-41/+2
| * alpha: syscalls: switch to generic syscalltbl.shMasahiro Yamada2021-04-243-39/+3
| * sysctl: use min() helper for namecmp()Masahiro Yamada2021-04-241-6/+1
| * kbuild: add support for zstd compressed modulesPiotr Gorski2021-04-242-1/+13
| * kbuild: remove CONFIG_MODULE_COMPRESSMasahiro Yamada2021-04-241-19/+26
| * kbuild: merge scripts/Makefile.modsign to scripts/Makefile.modinstMasahiro Yamada2021-04-243-45/+29
| * kbuild: move module strip/compression code into scripts/Makefile.modinstMasahiro Yamada2021-04-242-40/+68
| * kbuild: refactor scripts/Makefile.modinstMasahiro Yamada2021-04-242-19/+23
| * kbuild: rename extmod-prefix to extmod_prefixMasahiro Yamada2021-04-241-10/+10
| * kbuild: check module name conflict for external modules as wellMasahiro Yamada2021-04-242-7/+7
| * kbuild: show the target directory for depmod logMasahiro Yamada2021-04-241-1/+1
| * kbuild: unify modules(_install) for in-tree and external modulesMasahiro Yamada2021-04-241-49/+36
| * kbuild: remove unneeded mkdir for external modules_installMasahiro Yamada2021-04-241-2/+0
| * scripts: modpost.c: Fix a few typosBhaskar Chowdhury2021-04-241-4/+4
| * kbuild: fix false-positive modpost warning when all symbols are trimmedMasahiro Yamada2021-04-242-15/+17
| * kbuild: do not set -w for vmlinux.o modpostMasahiro Yamada2021-04-241-3/+5
| * kbuild: generate Module.symvers only when vmlinux existsMasahiro Yamada2021-04-245-16/+18
| * arm64: move --fix-cortex-a53-843419 linker test to KconfigMasahiro Yamada2021-04-242-1/+4
| * kbuild: dwarf: use AS_VERSION instead of test_dwarf5_support.shMasahiro Yamada2021-04-242-10/+1
| * kbuild: check the minimum assembler version in KconfigMasahiro Yamada2021-04-246-3/+110
| * kbuild: collect minimum tool versions into scripts/min-tool-version.shMasahiro Yamada2021-04-243-22/+48
| * kbuild: replace sed with $(subst ) or $(patsubst )Masahiro Yamada2021-04-242-2/+2
| * docs: kbuild: Fix a typo in the file Kconfig.recursion-issue-02Bhaskar Chowdhury2021-04-241-1/+1
| * Makefile: Only specify '--prefix=' when building with clang + GNU asNathan Chancellor2021-04-241-2/+2
| * Makefile: Remove '--gcc-toolchain' flagNathan Chancellor2021-04-241-4/+0
| * kbuild: move $(strip ) to suffix-search definitionMasahiro Yamada2021-04-241-3/+3
| * kbuild: rename multi-used-* to multi-obj-*Masahiro Yamada2021-04-242-8/+8
| * kbuild: apply fixdep logic to link-vmlinux.shRasmus Villemoes2021-04-242-1/+5
| * kbuild: add CONFIG_VMLINUX_MAP expert optionRasmus Villemoes2021-04-244-0/+20
| * kbuild: show warning if 'make headers_check' is usedMasahiro Yamada2021-04-241-1/+5
| * kbuild: include Makefile.compiler only when compiler is neededMasahiro Yamada2021-04-241-0/+13
| * kbuild: split cc-option and friends to scripts/Makefile.compilerMasahiro Yamada2021-04-244-80/+80
| * kbuild: prefix $(srctree)/ to some included MakefilesMasahiro Yamada2021-03-159-17/+17
* | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-291895-34814/+120846
|\ \
| * | net: selftest: fix build issue if INET is disabledOleksij Rempel2021-04-286-5/+24
| * | net: netrom: nr_in: Remove redundant assignment to nsJiapeng Chong2021-04-281-1/+0
| * | net: tun: Remove redundant assignment to retYang Li2021-04-281-1/+0
| * | net: phy: marvell: add downshift support for M88E1240Maxim Kochetkov2021-04-281-0/+2
| * | net: dsa: ksz: Make reg_mib_cnt a u8 as it never exceeds 255Colin Ian King2021-04-281-1/+1
| * | net/sched: act_ct: Remove redundant ct get and checkRoi Dayan2021-04-281-3/+1