summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-11-1721-258/+296
|\
| * kbuild: move coccicheck help from scripts/Makefile.help to top MakefileMasahiro Yamada2017-11-172-4/+1
| * sh: decompressor: add shipped files to .gitignoreMasahiro Yamada2017-11-171-0/+5
| * frv: .gitignore: ignore vmlinux.ldsMasahiro Yamada2017-11-171-0/+1
| * selinux: remove unnecessary assignment to subdir-Masahiro Yamada2017-11-161-1/+0
| * kbuild: specify FORCE in Makefile.headersinst as .PHONY targetMasahiro Yamada2017-11-161-2/+3
| * kbuild: remove redundant mkdir from ./KbuildMasahiro Yamada2017-11-161-2/+0
| * kbuild: optimize object directory creation for incremental buildMasahiro Yamada2017-11-161-0/+5
| * kbuild: create object directories simpler and fasterMasahiro Yamada2017-11-164-30/+6
| * kbuild: filter-out PHONY targets from "targets"Masahiro Yamada2017-11-161-1/+1
| * kbuild: remove redundant $(wildcard ...) for cmd_files calculationMasahiro Yamada2017-11-164-8/+4
| * kbuild: create directory for make cache only when necessaryMasahiro Yamada2017-11-161-4/+9
| * sh: select KBUILD_DEFCONFIG depending on ARCHMasahiro Yamada2017-11-131-2/+6
| * kbuild: fix linker feature test macros when cross compiling with ClangNick Desaulniers2017-11-131-2/+3
| * kbuild: shrink .cache.mk when it exceeds 1000 linesMasahiro Yamada2017-11-131-0/+6
| * kbuild: do not call cc-option before KBUILD_CFLAGS initializationMasahiro Yamada2017-11-131-10/+11
| * kbuild: Cache a few more calls to the compilerDouglas Anderson2017-11-131-2/+2
| * kbuild: Add a cache for generated variablesDouglas Anderson2017-11-132-14/+77
| * kbuild: add forward declaration of default target to Makefile.asm-genericMasahiro Yamada2017-11-131-0/+3
| * kbuild: remove KBUILD_SUBDIR_ASFLAGS and KBUILD_SUBDIR_CCFLAGSMasahiro Yamada2017-10-311-4/+4
| * hexagon/kbuild: replace CFLAGS_MODULE with KBUILD_CFLAGS_MODULECao jin2017-10-311-3/+3
| * c6x/kbuild: replace CFLAGS_MODULE with KBUILD_CFLAGS_MODULECao jin2017-10-311-1/+1
| * arm/kbuild: replace {C, LD}FLAGS_MODULE with KBUILD_{C, LD}FLAGS_MODULECao jin2017-10-311-3/+3
| * kbuild: comments cleanup in Makefile.libCao jin2017-10-261-14/+7
| * kbuild: clang: remove crufty HOSTCFLAGSNick Desaulniers2017-10-261-5/+0
| * kbuild: re-order the code to not parse unnecessary variablesMasahiro Yamada2017-10-101-115/+118
| * kbuild: move "_all" target out of $(KBUILD_SRC) conditionalMasahiro Yamada2017-10-101-4/+4
| * kbuild: replace $(hdr-arch) with $(SRCARCH)Masahiro Yamada2017-10-102-13/+10
| * kbuild: mkcompile_h: do not create .versionMasahiro Yamada2017-10-091-6/+1
| * kbuild: link-vmlinux.sh: simplify .version incrementMasahiro Yamada2017-10-092-11/+6
| * hexagon: get rid of #include <generated/compile.h>Masahiro Yamada2017-10-091-3/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-17115-952/+1892
|\ \
| * | EXPERT Kconfig menu: fix broken EXPERT menuRandy Dunlap2017-11-171-91/+93
| * | include/asm-generic/topology.h: remove unused parent_node() macroDou Liyang2017-11-171-3/+0
| * | arch/tile/include/asm/topology.h: remove unused parent_node() macroDou Liyang2017-11-171-6/+0
| * | arch/sparc/include/asm/topology_64.h: remove unused parent_node() macroDou Liyang2017-11-171-2/+0
| * | arch/sh/include/asm/topology.h: remove unused parent_node() macroDou Liyang2017-11-171-1/+0
| * | arch/ia64/include/asm/topology.h: remove unused parent_node() macroDou Liyang2017-11-171-7/+0
| * | drivers/pcmcia/sa1111_badge4.c: avoid unused function warningArnd Bergmann2017-11-171-0/+2
| * | mm: add infrastructure for get_user_pages_fast() benchmarkingKirill A. Shutemov2017-11-175-0/+202
| * | sysvipc: make get_maxid O(1) againDavidlohr Bueso2017-11-173-33/+32
| * | sysvipc: properly name ipc_addid() limit parameterDavidlohr Bueso2017-11-171-5/+5
| * | sysvipc: duplicate lock comments wrt ipc_addid()Davidlohr Bueso2017-11-172-0/+2
| * | sysvipc: unteach ids->next_id for !CHECKPOINT_RESTOREDavidlohr Bueso2017-11-173-20/+47
| * | initramfs: use time64_t timestampsArnd Bergmann2017-11-171-5/+5
| * | drivers/watchdog: make use of devm_register_reboot_notifier()Andrey Smirnov2017-11-172-35/+32
| * | kernel/reboot.c: add devm_register_reboot_notifier()Andrey Smirnov2017-11-172-0/+31
| * | kcov: update documentationVictor Chibotaru2017-11-171-4/+95
| * | Makefile: support flag -fsanitizer-coverage=trace-cmpVictor Chibotaru2017-11-173-2/+18
| * | kcov: support comparison operands collectionVictor Chibotaru2017-11-173-39/+211