index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-11
kbuild: use -- separater intead of $(filter-out ...) for cc-cross-prefix
Masahiro Yamada
1
-2
/
+2
2019-07-11
kbuild: Inform user to pass ARCH= for make mrproper
Geert Uytterhoeven
1
-1
/
+1
2019-07-11
kbuild: fix compression errors getting ignored
Harald Seiler
1
-5
/
+5
2019-07-11
kbuild: add a flag to force absolute path for srctree
Masahiro Yamada
3
-2
/
+14
2019-07-11
kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctree
Masahiro Yamada
8
-19
/
+16
2019-07-11
kbuild: remove src and obj from the top Makefile
Masahiro Yamada
4
-14
/
+11
2019-07-09
scripts/tags.sh: remove unused environment variables from comments
Masahiro Yamada
1
-2
/
+2
2019-07-09
scripts/tags.sh: drop SUBARCH support for ARM
Masahiro Yamada
1
-34
/
+2
2019-07-09
kbuild: compile-test kernel headers to ensure they are self-contained
Masahiro Yamada
3
-0
/
+1282
2019-07-09
kheaders: include only headers into kheaders_data.tar.xz
Masahiro Yamada
1
-31
/
+16
2019-07-09
kheaders: remove meaningless -R option of 'ls'
Masahiro Yamada
1
-4
/
+4
2019-07-09
kbuild: support header-test-pattern-y
Masahiro Yamada
2
-0
/
+21
2019-07-09
kbuild: do not create wrappers for header-test-y
Masahiro Yamada
7
-12
/
+8
2019-07-08
kbuild: compile-test exported headers to ensure they are self-contained
Masahiro Yamada
6
-2
/
+148
2019-07-08
init/Kconfig: add CONFIG_CC_CAN_LINK
Masahiro Yamada
2
-1
/
+4
2019-07-08
kallsyms: exclude kasan local symbols on s390
Vasily Gorbik
1
-0
/
+3
2019-07-08
kbuild: add more hints about SUBDIRS replacement
Masahiro Yamada
1
-0
/
+7
2019-07-08
coccinelle: api/stream_open: treat all wait_.*() calls as blocking
Kirill Smelkov
1
-4
/
+4
2019-07-08
coccinelle: put_device: Add a cast to an expression for an assignment
Markus Elfring
1
-1
/
+1
2019-07-08
coccinelle: put_device: Adjust a message construction
Markus Elfring
1
-5
/
+4
2019-07-08
coccinelle: kstrdup: Fix typo in warning messages
Rikard Falkeborn
1
-4
/
+4
2019-07-04
kbuild: Add ability to test Clang's integrated assembler
Nathan Chancellor
1
-0
/
+2
2019-07-01
fixdep: check return value of printf() and putchar()
Masahiro Yamada
1
-10
/
+41
2019-07-01
kbuild: split modules.order build rule out of 'modules' target
Masahiro Yamada
1
-2
/
+4
2019-07-01
kbuild: fix missed rebuild of modules.builtin
Masahiro Yamada
1
-4
/
+8
2019-07-01
kbuild: save $(strip ...) for calling if_changed and friends
Masahiro Yamada
1
-3
/
+3
2019-07-01
kbuild: save $(strip ...) for calling any-prepreq
Masahiro Yamada
1
-2
/
+2
2019-07-01
kbuild: rename arg-check to cmd-check
Masahiro Yamada
1
-7
/
+7
2019-06-24
kbuild: fix 'No such file or directory' warning for headers_install
Masahiro Yamada
1
-2
/
+4
2019-06-24
genksyms: Teach parser about 128-bit built-in types
Will Deacon
2
-0
/
+6
2019-06-24
kbuild: Remove unnecessary -Wno-unused-value
Nathan Huckleberry
1
-1
/
+0
2019-06-24
lib/raid6: refactor unroll rules with pattern rules
Masahiro Yamada
1
-86
/
+11
2019-06-24
lib/raid6: remove duplicated CFLAGS_REMOVE_altivec8.o
Masahiro Yamada
1
-1
/
+0
2019-06-24
kbuild: Enable -Wuninitialized
Nathan Chancellor
1
-1
/
+0
2019-06-24
kbuild: Add -Werror=unknown-warning-option to CLANG_FLAGS
Nathan Chancellor
1
-0
/
+1
2019-06-15
kbuild: add support for ensuring headers are self-contained
Jani Nikula
9
-12
/
+32
2019-06-15
kbuild: deb-pkg: do not run headers_check
Masahiro Yamada
1
-1
/
+1
2019-06-15
kbuild: simplify scripts/headers_install.sh
Masahiro Yamada
2
-29
/
+21
2019-06-15
kbuild: move hdr-inst shorthand to top Makefile
Masahiro Yamada
2
-6
/
+2
2019-06-15
kbuild: re-implement Makefile.headersinst without recursion
Masahiro Yamada
3
-84
/
+62
2019-06-15
kbuild: add 'headers' target to build up uapi headers in usr/include
Masahiro Yamada
3
-15
/
+20
2019-06-15
kbuild: build all prerequisites of headers_install simultaneously
Masahiro Yamada
1
-2
/
+5
2019-06-15
kbuild: remove build_unifdef target in scripts/Makefile
Masahiro Yamada
2
-6
/
+1
2019-06-15
kbuild: add CONFIG_HEADERS_INSTALL and loosen the dependency of samples
Masahiro Yamada
12
-14
/
+39
2019-06-15
kbuild: fix Kconfig prompt of CONFIG_HEADERS_CHECK
Masahiro Yamada
1
-3
/
+3
2019-06-15
kbuild: make gdb_script depend on prepare0 instead of prepare
Masahiro Yamada
1
-1
/
+1
2019-06-15
kbuild: remove stale dependency between Documentation/ and headers_install
Masahiro Yamada
1
-2
/
+1
2019-06-15
kbuild: remove headers_{install,check}_all
Masahiro Yamada
4
-54
/
+3
2019-06-09
kbuild: Remove -Waggregate-return from scripts/Makefile.extrawarn
Mathieu Malaterre
1
-1
/
+0
2019-06-08
Linux 5.2-rc4
v5.2-rc4
Linus Torvalds
1
-1
/
+1
[next]