| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2017-11-25 | 1 | -277/+0 |
|\ |
|
| * | Coccinelle: Remove setup_timer.cocci | Kees Cook | 2017-11-22 | 1 | -277/+0 |
* | | Merge tag 'kbuild-v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 2017-11-25 | 5 | -14/+16 |
|\ \ |
|
| * | | kbuild: drop $(extra-y) from real-objs-y | Masahiro Yamada | 2017-11-23 | 1 | -1/+1 |
| * | | kbuild: rpm: prompt to use "rpm-pkg" if "rpm" target is used | Masahiro Yamada | 2017-11-23 | 1 | -1/+1 |
| * | | kbuild: pkg: use --transform option to prefix paths in tar | Masahiro Yamada | 2017-11-23 | 1 | -3/+2 |
| * | | coccinelle: fix parallel build with CHECK=scripts/coccicheck | Masahiro Yamada | 2017-11-23 | 1 | -6/+9 |
| * | | kconfig/symbol.c: use correct pointer type argument for sizeof | Heinrich Schuchardt | 2017-11-23 | 1 | -1/+1 |
| * | | kbuild: create built-in.o automatically if parent directory wants it | Masahiro Yamada | 2017-11-18 | 1 | -2/+2 |
| |/ |
|
* | | Merge tag 'docs-4.15-2' of git://git.lwn.net/linux | Linus Torvalds | 2017-11-24 | 2 | -1/+29 |
|\ \
| |/
|/| |
|
| * | Add optional check for bad kernel-doc comments | Matthew Wilcox | 2017-11-20 | 2 | -1/+29 |
* | | Merge tag 'kbuild-misc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-11-18 | 10 | -216/+452 |
|\ \ |
|
| * | | coccinelle: orplus: reorganize to improve performance | Julia Lawall | 2017-11-16 | 1 | -14/+29 |
| * | | coccinelle: use exists to improve efficiency | Julia Lawall | 2017-11-14 | 1 | -1/+1 |
| * | | builddeb: Pass the kernel:debarch substvar to dpkg-genchanges | Sven Joachim | 2017-11-14 | 1 | -2/+2 |
| * | | Coccinelle: use false positive annotation | Julia Lawall | 2017-11-14 | 1 | -4/+4 |
| * | | coccinelle: fix verbose message about .cocci file being run | Masahiro Yamada | 2017-11-14 | 1 | -1/+1 |
| * | | coccinelle: grep Options and Requires fields more precisely | Masahiro Yamada | 2017-11-14 | 2 | -3/+3 |
| * | | Coccinelle: make DEBUG_FILE option more useful | Julia Lawall | 2017-11-14 | 1 | -9/+11 |
| * | | coccinelle: api: detect identical chip data arrays | Julia Lawall | 2017-11-14 | 1 | -0/+161 |
| * | | coccinelle: Improve setup_timer.cocci matching | Kees Cook | 2017-11-14 | 1 | -24/+105 |
| * | | Coccinelle: setup_timer: improve messages from setup_timer | Julia Lawall | 2017-11-14 | 1 | -9/+6 |
| * | | kbuild: rpm-pkg: do not force -jN in submake | Masahiro Yamada | 2017-11-14 | 1 | -1/+2 |
| * | | kbuild: rpm-pkg: keep spec file until make mrproper | Masahiro Yamada | 2017-11-14 | 1 | -2/+2 |
| * | | kbuild: rpm-pkg: fix jobserver unavailable warning | Masahiro Yamada | 2017-11-14 | 1 | -2/+2 |
| * | | kbuild: rpm-pkg: replace $RPM_BUILD_ROOT with %{buildroot} | Masahiro Yamada | 2017-11-14 | 1 | -16/+16 |
| * | | kbuild: rpm-pkg: fix build error when CONFIG_MODULES is disabled | Masahiro Yamada | 2017-11-14 | 1 | -25/+32 |
| * | | kbuild: rpm-pkg: refactor mkspec with here doc | Masahiro Yamada | 2017-11-14 | 1 | -113/+105 |
| * | | kbuild: rpm-pkg: clean up mkspec | Masahiro Yamada | 2017-10-09 | 1 | -28/+16 |
| * | | kbuild: rpm-pkg: install vmlinux.bz2 unconditionally | Masahiro Yamada | 2017-10-09 | 1 | -3/+0 |
| * | | kbuild: rpm-pkg: remove ppc64 specific image handling | Masahiro Yamada | 2017-10-09 | 1 | -5/+0 |
* | | | Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2017-11-18 | 11 | -90/+129 |
|\ \ \ |
|
| * | | | kbuild: move coccicheck help from scripts/Makefile.help to top Makefile | Masahiro Yamada | 2017-11-16 | 1 | -3/+0 |
| * | | | selinux: remove unnecessary assignment to subdir- | Masahiro Yamada | 2017-11-16 | 1 | -1/+0 |
| * | | | kbuild: specify FORCE in Makefile.headersinst as .PHONY target | Masahiro Yamada | 2017-11-16 | 1 | -2/+3 |
| * | | | kbuild: optimize object directory creation for incremental build | Masahiro Yamada | 2017-11-16 | 1 | -0/+5 |
| * | | | kbuild: create object directories simpler and faster | Masahiro Yamada | 2017-11-16 | 3 | -26/+6 |
| * | | | kbuild: filter-out PHONY targets from "targets" | Masahiro Yamada | 2017-11-16 | 1 | -1/+1 |
| * | | | kbuild: remove redundant $(wildcard ...) for cmd_files calculation | Masahiro Yamada | 2017-11-16 | 3 | -6/+3 |
| * | | | kbuild: create directory for make cache only when necessary | Masahiro Yamada | 2017-11-16 | 1 | -4/+9 |
| * | | | kbuild: fix linker feature test macros when cross compiling with Clang | Nick Desaulniers | 2017-11-13 | 1 | -2/+3 |
| * | | | kbuild: shrink .cache.mk when it exceeds 1000 lines | Masahiro Yamada | 2017-11-13 | 1 | -0/+6 |
| * | | | kbuild: Add a cache for generated variables | Douglas Anderson | 2017-11-13 | 1 | -14/+76 |
| * | | | kbuild: add forward declaration of default target to Makefile.asm-generic | Masahiro Yamada | 2017-11-13 | 1 | -0/+3 |
| * | | | kbuild: remove KBUILD_SUBDIR_ASFLAGS and KBUILD_SUBDIR_CCFLAGS | Masahiro Yamada | 2017-10-30 | 1 | -4/+4 |
| * | | | kbuild: comments cleanup in Makefile.lib | Cao jin | 2017-10-26 | 1 | -14/+7 |
| * | | | kbuild: replace $(hdr-arch) with $(SRCARCH) | Masahiro Yamada | 2017-10-10 | 1 | -1/+1 |
| * | | | kbuild: mkcompile_h: do not create .version | Masahiro Yamada | 2017-10-09 | 1 | -6/+1 |
| * | | | kbuild: link-vmlinux.sh: simplify .version increment | Masahiro Yamada | 2017-10-09 | 1 | -10/+5 |
| |/ / |
|
* | | | Makefile: support flag -fsanitizer-coverage=trace-cmp | Victor Chibotaru | 2017-11-18 | 1 | -0/+7 |