index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
amba
/
bus.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-03-25
kbuild: link $(real-obj-y) instead of $(obj-y) into built-in.a
Masahiro Yamada
2
-18
/
+10
2018-03-25
kbuild: rename real-objs-y/m to real-obj-y/m
Masahiro Yamada
2
-16
/
+16
2018-03-25
kbuild: move modname and modname-multi close to modname_flags
Masahiro Yamada
2
-8
/
+8
2018-03-25
kbuild: simplify modname calculation
Masahiro Yamada
2
-18
/
+1
2018-03-25
kbuild: fix modname for composite modules
Cao jin
1
-2
/
+2
2018-03-25
kbuild: define KBUILD_MODNAME even if multiple modules share objects
Masahiro Yamada
1
-7
/
+5
2018-03-25
kbuild: remove unnecessary $(subst $(obj)/, , ...) in modname-multi
Masahiro Yamada
1
-1
/
+1
2018-03-25
kbuild: Use ls(1) instead of stat(1) to obtain file size
Michael Forney
5
-5
/
+9
2018-03-25
kbuild: link vmlinux only once for CONFIG_TRIM_UNUSED_KSYMS
Masahiro Yamada
1
-12
/
+10
2018-03-25
kbuild: move include/config/ksym/* to include/ksym/*
Masahiro Yamada
5
-7
/
+8
2018-03-25
kbuild: move CONFIG_TRIM_UNUSED_KSYMS code unneeded for external module
Masahiro Yamada
1
-7
/
+7
2018-03-25
kbuild: restore autoksyms.h touch to the top Makefile
Masahiro Yamada
2
-7
/
+7
2018-03-25
kbuild: move 'scripts' target below
Masahiro Yamada
1
-8
/
+7
2018-03-25
kbuild: remove wrong 'touch' in adjust_autoksyms.sh
Masahiro Yamada
1
-3
/
+0
2018-03-25
kbuild: clear LDFLAGS in the top Makefile
Masahiro Yamada
1
-0
/
+1
2018-03-25
kbuild: remove internally used LDFLAGS_vmlinux from kbuild.txt
Masahiro Yamada
1
-4
/
+0
2018-03-25
kbuild: remove command line interface LDFLAGS_MODULE from makefiles.txt
Masahiro Yamada
1
-6
/
+0
2018-03-25
kbuild: simplify ld-option implementation
Masahiro Yamada
1
-3
/
+1
2018-03-25
kbuild: process mixture of clean/build targets one by one
Masahiro Yamada
1
-1
/
+10
2018-03-25
kbuild: rename built-in.o to built-in.a
Nicholas Piggin
12
-41
/
+41
2018-03-25
kbuild: remove incremental linking option
Nicholas Piggin
4
-88
/
+51
2018-03-25
kbuild: Improve portability of some sed invocations
Michael Forney
5
-9
/
+11