index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
modpost: use MODULE_INFO() for __module_depends
Masahiro Yamada
2019-09-14
1
-5
/
+2
*
export.h, genksyms: do not make genksyms calculate CRC of trimmed symbols
Masahiro Yamada
2019-09-14
2
-31
/
+17
*
export.h: remove defined(__KERNEL__), which is no longer needed
Masahiro Yamada
2019-09-10
1
-1
/
+1
*
kbuild: allow Clang to find unused static inline functions for W=1 build
Masahiro Yamada
2019-09-09
2
-6
/
+20
*
kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARN
Masahiro Yamada
2019-09-06
6
-14
/
+23
*
kbuild: refactor scripts/Makefile.extrawarn
Masahiro Yamada
2019-09-06
1
-50
/
+56
*
merge_config.sh: ignore unwanted grep errors
Guillaume Tucker
2019-09-04
1
-1
/
+1
*
kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)
Masahiro Yamada
2019-09-04
10
-42
/
+43
*
modpost: add NOFAIL to strndup
Denis Efremov
2019-09-04
1
-2
/
+2
*
modpost: add guid_t type definition
Heikki Krogerus
2019-09-04
1
-0
/
+5
*
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-30
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-29
1
-4
/
+2
*
docs: kbuild: remove cc-ldoption from document again
Masahiro Yamada
2019-08-29
1
-15
/
+0
*
docs: kbuild: fix invalid ReST syntax
Masahiro Yamada
2019-08-29
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-22
1
-5
/
+5
*
kbuild: move modkern_{c,a}flags to Makefile.lib from Makefile.build
Masahiro Yamada
2019-08-22
3
-16
/
+15
*
kbuild: add CONFIG_ASM_MODVERSIONS
Masahiro Yamada
2019-08-22
14
-6
/
+27
*
.gitignore: ignore modules.order explicitly
Masahiro Yamada
2019-08-22
1
-1
/
+1
*
kbuild: split final module linking out into Makefile.modfinal
Masahiro Yamada
2019-08-22
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-15
1
-4
/
+0
*
kbuild: remove 'make /' support
Masahiro Yamada
2019-08-15
1
-5
/
+4
[next]