index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
COPYING
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-05-23
modpost: add sym_find_with_module() helper
Masahiro Yamada
1
-2
/
+7
2022-05-11
modpost: change the license of EXPORT_SYMBOL to bool type
Masahiro Yamada
1
-78
/
+30
2022-05-11
modpost: remove left-over cross_compile declaration
Masahiro Yamada
1
-1
/
+0
2022-05-11
kbuild: record symbol versions in *.cmd files
Masahiro Yamada
1
-0
/
+7
2022-05-11
kbuild: generate a list of objects in vmlinux
Masahiro Yamada
1
-0
/
+11
2022-05-11
modpost: move *.mod.c generation to write_mod_c_files()
Masahiro Yamada
1
-25
/
+31
2022-05-11
modpost: merge add_{intree_flag,retpoline,staging_flag} to add_header
Masahiro Yamada
1
-18
/
+7
2022-05-11
scripts/prune-kernel: Use kernel-install if available
Reza Arbab
1
-1
/
+5
2022-05-11
kbuild: factor out the common installation code into scripts/install.sh
Masahiro Yamada
24
-247
/
+63
2022-05-07
modpost: split new_symbol() to symbol allocation and hash table addition
Masahiro Yamada
1
-10
/
+8
2022-05-07
modpost: make sym_add_exported() always allocate a new symbol
Masahiro Yamada
1
-6
/
+4
2022-05-07
modpost: make multiple export error
Masahiro Yamada
1
-3
/
+3
2022-05-07
modpost: dump Module.symvers in the same order of modules.order
Masahiro Yamada
2
-16
/
+14
2022-05-07
modpost: traverse the namespace_list in order
Masahiro Yamada
2
-20
/
+17
2022-05-07
modpost: use doubly linked list for dump_lists
Masahiro Yamada
1
-14
/
+10
2022-05-07
modpost: traverse unresolved symbols in order
Masahiro Yamada
2
-7
/
+15
2022-05-07
modpost: add sym_add_unresolved() helper
Masahiro Yamada
1
-8
/
+11
2022-05-07
modpost: traverse modules in order
Masahiro Yamada
2
-10
/
+10