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
2018-12-23
firmware: refactor firmware/Makefile
Masahiro Yamada
1
-52
/
+32
2018-12-22
firmware: remove unnecessary patterns from .gitignore
Masahiro Yamada
1
-5
/
+0
2018-12-22
scripts: remove unnecessary ihex2fw and check-lc_ctypes from .gitignore
Masahiro Yamada
1
-2
/
+0
2018-12-22
um: remove unused filechk_gen_header in Makefile
Masahiro Yamada
1
-2
/
+0
2018-12-19
scripts: add a tool to produce a compile_commands.json file
Tom Roeder
1
-0
/
+151
2018-12-17
kbuild: add -Werror=implicit-int flag unconditionally
Masahiro Yamada
1
-4
/
+1
2018-12-17
kbuild: add -Werror=strict-prototypes flag unconditionally
Masahiro Yamada
1
-4
/
+1
2018-12-17
kbuild: add -fno-PIE flag unconditionally
Masahiro Yamada
1
-5
/
+2
2018-12-17
scripts: coccinelle: Correct warning message
Julia Lawall
1
-6
/
+6
2018-12-17
scripts: coccinelle: only suggest true/false in files that already use them
Julia Lawall
1
-10
/
+21
2018-12-17
kbuild: handle part-of-module correctly for *.ll and *.symtypes
Masahiro Yamada
1
-1
/
+1
2018-12-17
kbuild: refactor part-of-module
Masahiro Yamada
1
-5
/
+3
2018-12-17
kbuild: refactor quiet_modtag
Masahiro Yamada
1
-6
/
+1
2018-12-17
kbuild: remove redundant quiet_modtag for $(obj-m)
Masahiro Yamada
1
-2
/
+0
2018-12-17
kbuild: refactor Makefile.asm-generic
Masahiro Yamada
2
-22
/
+23
2018-12-11
user/Makefile: Fix typo and capitalization in comment section
Eugen Cazacu
1
-2
/
+2
2018-12-08
kbuild: exploit parallel building for CONFIG_HEADERS_CHECK
Masahiro Yamada
1
-3
/
+4
2018-12-08
kbuild: remove a special handling for *.agh in Makefile.headersinst
Masahiro Yamada
1
-1
/
+0
2018-12-02
kbuild: move .SECONDARY special target to Kbuild.include
Masahiro Yamada
4
-6
/
+5
2018-12-01
kbuild: remove redundant 'set -e' from cmd_* defines
Masahiro Yamada
2
-3
/
+0
2018-12-01
kbuild: refactor if_changed
Masahiro Yamada
1
-2
/
+1
2018-12-01
kbuild: remove trailing semicolon from cmd_* passed to if_changed_rule
Masahiro Yamada
2
-9
/
+9
2018-12-01
kbuild: change if_changed_rule for multi-line recipe
Masahiro Yamada
2
-19
/
+15
2018-12-01
kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMS
Masahiro Yamada
6
-69
/
+53
2018-12-01
kbuild: refactor modversions build rules
Masahiro Yamada
1
-37
/
+17
2018-12-01
kbuild: remove redundant 'set -e' from sub_cmd_record_mcount
Masahiro Yamada
1
-1
/
+1
2018-12-01
kbuild: remove redundant 'set -e' from filechk_offsets
Masahiro Yamada
1
-1
/
+1
2018-12-01
kbuild: let fixdep directly write to .*.cmd files
Masahiro Yamada
3
-19
/
+16
2018-12-01
kbuild: descend into scripts/gcc-plugins/ via scripts/Makefile
Masahiro Yamada
3
-10
/
+3
2018-12-01
kbuild: make 'archprepare' depend on 'scripts'
Masahiro Yamada
1
-17
/
+15
2018-12-01
kbuild: move modpost out of 'scripts' target
Masahiro Yamada
3
-5
/
+3
2018-12-01
kbuild: fix UML build error with CONFIG_GCC_PLUGINS
Masahiro Yamada
3
-25
/
+7
2018-12-01
modpost: move unresolved symbol checks to check_exports()
Masahiro Yamada
1
-15
/
+18
2018-12-01
modpost: merge module iterations
Masahiro Yamada
1
-6
/
+1
2018-12-01
modpost: refactor seen flag clearing in add_depends()
Masahiro Yamada
1
-6
/
+6
2018-12-01
modpost: file2alias: check prototype of handler
Masahiro Yamada
1
-4
/
+3
2018-12-01
modpost: file2alias: go back to simple devtable lookup
Masahiro Yamada
1
-95
/
+49
2018-12-01
kbuild: fix single target build for external module
Masahiro Yamada
1
-8
/
+3
2018-12-01
modpost: skip ELF local symbols during section mismatch check
Paul Walmsley
1
-0
/
+12
2018-12-01
kbuild: announce removal of SUBDIRS if used
Masahiro Yamada
5
-21
/
+6
2018-11-21
modpost: drop unused command line switches
Paul Walmsley
1
-1
/
+1
2018-11-21
scripts/setlocalversion: Improve -dirty check with git-status --no-optional-l...
Brian Norris
1
-2
/
+10
2018-11-21
modpost: validate symbol names also in find_elf_symbol
Sami Tolvanen
1
-24
/
+26
2018-11-14
powerpc/boot: Set target when cross-compiling for clang
Joel Stanley
1
-0
/
+5
2018-11-14
Makefile: Export clang toolchain variables
Joel Stanley
1
-0
/
+1
2018-11-14
kbuild: consolidate Clang compiler flags
Masahiro Yamada
1
-7
/
+6
2018-11-14
kbuild: add -no-integrated-as Clang option unconditionally
Masahiro Yamada
1
-2
/
+2
2018-11-11
Linux 4.20-rc2
v4.20-rc2
Linus Torvalds
1
-1
/
+1
2018-11-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
54
-199
/
+430
2018-11-11
Merge tag 'kbuild-fixes-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-14
/
+19
[next]