index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
kbuild: add $(BASH) to run scripts with bash-extension
Masahiro Yamada
2019-09-04
6
-11
/
+10
*
kbuild: remove ARCH_{CPP,A,C}FLAGS
Masahiro Yamada
2019-09-04
2
-17
/
+4
*
kbuild,arc: add CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3 for ARC
Masahiro Yamada
2019-09-04
19
-14
/
+32
*
kbuild: Do not enable -Wimplicit-fallthrough for clang for now
Nathan Chancellor
2019-08-29
1
-3
/
+5
*
kbuild: clean up subdir-ymn calculation in Makefile.clean
Masahiro Yamada
2019-08-29
1
-11
/
+2
*
kbuild: remove unneeded '+' marker from cmd_clean
Masahiro Yamada
2019-08-29
1
-1
/
+1
*
kbuild: remove clean-dirs syntax
Masahiro Yamada
2019-08-29
4
-30
/
+8
*
kbuild: check clean srctree even earlier
Masahiro Yamada
2019-08-29
1
-3
/
+3
*
kbuild: remove prepare3 target
Masahiro Yamada
2019-08-29
1
-6
/
+4
*
kbuild: move the clean srctree check to the outputmakefile target
Masahiro Yamada
2019-08-29
1
-14
/
+10
*
kbuild: clarify where to run make mrproper when out-of-tree fails
Masahiro Yamada
2019-08-29
1
-2
/
+4
*
kbuild: Inform user to pass ARCH= for make mrproper only when necessary
Masahiro Yamada
2019-08-29
1
-1
/
+1
*
kbuild: remove 'Using ... as source for kernel' message
Masahiro Yamada
2019-08-29
1
-1
/
+0
*
kbuild: get rid of $(realpath ...) from scripts/mkmakefile
Masahiro Yamada
2019-08-29
1
-2
/
+2
*
kbuild: remove unneeded dependency for $(DOC_TARGETS)
Masahiro Yamada
2019-08-29
1
-1
/
+1
*
kbuild: remove unneeded comments and code from scripts/basic/Makefile
Masahiro Yamada
2019-08-29
1
-12
/
+2
*
init/Kconfig: rework help of CONFIG_CC_OPTIMIZE_FOR_SIZE
Masahiro Yamada
2019-08-28
1
-4
/
+2
*
docs: kbuild: remove cc-ldoption from document again
Masahiro Yamada
2019-08-28
1
-15
/
+0
*
docs: kbuild: fix invalid ReST syntax
Masahiro Yamada
2019-08-28
1
-4
/
+4
*
kbuild: remove unneeded '+' marker from kselftest-merge
Masahiro Yamada
2019-08-25
1
-1
/
+1
*
kbuild: pkg: rename scripts/package/Makefile to scripts/Makefile.package
Masahiro Yamada
2019-08-25
2
-6
/
+7
*
kbuild: pkg: add package targets to PHONY instead of FORCE
Masahiro Yamada
2019-08-25
1
-9
/
+20
*
kbuild: pkg: clean up package files/dirs from the top Makefile
Masahiro Yamada
2019-08-25
3
-12
/
+5
*
merge_config.sh: Check error codes from make
Mark Brown
2019-08-21
1
-5
/
+5
*
kbuild: move modkern_{c,a}flags to Makefile.lib from Makefile.build
Masahiro Yamada
2019-08-21
3
-16
/
+15
*
kbuild: add CONFIG_ASM_MODVERSIONS
Masahiro Yamada
2019-08-21
14
-6
/
+27
*
.gitignore: ignore modules.order explicitly
Masahiro Yamada
2019-08-21
1
-1
/
+1
*
kbuild: split final module linking out into Makefile.modfinal
Masahiro Yamada
2019-08-21
3
-70
/
+71
*
kbuild: rebuild modules when module linker scripts are updated
Masahiro Yamada
2019-08-21
10
-10
/
+17
*
kbuild: move KBUILD_LDS, KBUILD_VMLINUX_{OBJS,LIBS} to makefiles.rst
Masahiro Yamada
2019-08-21
2
-14
/
+14
*
treewide: remove dummy Makefiles for single targets
Masahiro Yamada
2019-08-21
14
-27
/
+0
*
kbuild: make single targets work more correctly
Masahiro Yamada
2019-08-21
2
-37
/
+89
*
kbuild: Parameterize kallsyms generation and correct reporting
Kees Cook
2019-08-21
1
-19
/
+19
*
kbuild: re-implement detection of CONFIG options leaked to user-space
Masahiro Yamada
2019-08-21
1
-0
/
+72
*
kbuild: unify clean-dirs rule for in-kernel and external module
Masahiro Yamada
2019-08-21
1
-10
/
+8
*
kbuild: unify vmlinux-dirs and module-dirs rules
Masahiro Yamada
2019-08-21
1
-22
/
+21
*
kbuild: unset variables in top Makefile instead of setting 0
Masahiro Yamada
2019-08-21
1
-23
/
+23
*
kbuild: do not descend to ./Kbuild when cleaning
Masahiro Yamada
2019-08-21
3
-10
/
+1
*
kbuild: remove meaningless 'targets' in ./Kbuild
Masahiro Yamada
2019-08-14
1
-4
/
+0
*
kbuild: remove 'make /' support
Masahiro Yamada
2019-08-14
1
-5
/
+4
*
kbuild: fix modkern_aflags implementation
Masahiro Yamada
2019-08-14
1
-4
/
+3
*
kbuild: refactor part-of-module more
Masahiro Yamada
2019-08-14
1
-2
/
+1
*
kbuild: move the Module.symvers check for external module build
Masahiro Yamada
2019-08-14
1
-2
/
+2
*
kbuild: treat an object as multi-used when $(foo-) is set
Masahiro Yamada
2019-08-14
1
-5
/
+5
*
kbuild: add [M] marker for build log of *.mod.o
Masahiro Yamada
2019-08-13
1
-1
/
+1
*
Kbuild: Handle PREEMPT_RT for version string and magic
Thomas Gleixner
2019-08-13
4
-4
/
+9
*
kbuild: move flex and bison rules to Makefile.host
Masahiro Yamada
2019-08-13
2
-16
/
+17
*
kbuild: make bison create C file and header in a single pattern rule
Masahiro Yamada
2019-08-13
2
-17
/
+4
*
kbuild: use $(basename ...) for cmd_asn1_compiler
Masahiro Yamada
2019-08-13
1
-2
/
+2
*
kbuild: Fail if gold linker is detected
Thomas Gleixner
2019-08-13
1
-0
/
+3
[next]