index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
kbuild: factor out the common installation code into scripts/install.sh
Masahiro Yamada
2022-05-11
24
-247
/
+63
*
modpost: split new_symbol() to symbol allocation and hash table addition
Masahiro Yamada
2022-05-07
1
-10
/
+8
*
modpost: make sym_add_exported() always allocate a new symbol
Masahiro Yamada
2022-05-07
1
-6
/
+4
*
modpost: make multiple export error
Masahiro Yamada
2022-05-07
1
-3
/
+3
*
modpost: dump Module.symvers in the same order of modules.order
Masahiro Yamada
2022-05-07
2
-16
/
+14
*
modpost: traverse the namespace_list in order
Masahiro Yamada
2022-05-07
2
-20
/
+17
*
modpost: use doubly linked list for dump_lists
Masahiro Yamada
2022-05-07
1
-14
/
+10
*
modpost: traverse unresolved symbols in order
Masahiro Yamada
2022-05-07
2
-7
/
+15
*
modpost: add sym_add_unresolved() helper
Masahiro Yamada
2022-05-07
1
-8
/
+11
*
modpost: traverse modules in order
Masahiro Yamada
2022-05-07
2
-10
/
+10
*
modpost: import include/linux/list.h
Masahiro Yamada
2022-05-07
1
-0
/
+213
*
modpost: change mod->gpl_compatible to bool type
Masahiro Yamada
2022-05-07
2
-7
/
+12
*
modpost: use bool type where appropriate
Masahiro Yamada
2022-05-07
3
-38
/
+37
*
ia64: make the install target not depend on any build artifact
Masahiro Yamada
2022-05-07
1
-2
/
+2
*
kbuild: drop $(objtree)/ prefix support for clean-files
Masahiro Yamada
2022-05-07
2
-9
/
+3
*
Makefile: fix 2 typos
Randy Dunlap
2022-05-07
1
-2
/
+2
*
modpost: move struct namespace_list to modpost.c
Masahiro Yamada
2022-05-07
2
-5
/
+5
*
modpost: retrieve the module dependency and CRCs in check_exports()
Masahiro Yamada
2022-05-07
1
-10
/
+6
*
modpost: add a separate error for exported symbols without definition
Masahiro Yamada
2022-05-07
1
-1
/
+6
*
modpost: remove stale comment about sym_add_exported()
Masahiro Yamada
2022-05-07
1
-4
/
+0
*
modpost: do not write out any file when error occurred
Masahiro Yamada
2022-05-07
1
-0
/
+3
*
modpost: use snprintf() instead of sprintf() for safety
Masahiro Yamada
2022-05-07
1
-1
/
+7
*
checksyscalls: ignore -Wunused-macros
Vincent Mailhol
2022-05-07
1
-1
/
+1
*
scripts: dummy-tools, add pahole
Jiri Slaby
2022-05-07
1
-0
/
+4
*
kheaders: Have cpio unconditionally replace files
Daniel Mentz
2022-05-07
1
-1
/
+1
*
kbuild: support W=e to make build abort in case of warning
Yann Droneaud
2022-05-07
2
-2
/
+12
*
kbuild: read *.mod to get objects passed to $(LD) or $(AR)
Masahiro Yamada
2022-05-07
1
-7
/
+3
*
kbuild: make *.mod not depend on *.o
Masahiro Yamada
2022-05-07
2
-4
/
+4
*
kbuild: get rid of duplication in *.mod files
Masahiro Yamada
2022-05-07
2
-2
/
+3
*
kbuild: split the second line of *.mod into *.usyms
Masahiro Yamada
2022-05-07
6
-26
/
+25
*
kbuild: reuse real-search to simplify cmd_mod
Masahiro Yamada
2022-05-07
1
-1
/
+1
*
kbuild: make multi_depend work with targets in subdirectory
Masahiro Yamada
2022-05-07
1
-3
/
+3
*
kbuild: reuse suffix-search to refactor multi_depend
Masahiro Yamada
2022-05-07
1
-1
/
+1
*
kbuild: refactor cmd_modversions_S
Masahiro Yamada
2022-05-07
1
-11
/
+4
*
kbuild: refactor cmd_modversions_c
Masahiro Yamada
2022-05-07
1
-14
/
+11
*
modpost: remove annoying namespace_from_kstrtabns()
Masahiro Yamada
2022-05-07
1
-12
/
+2
*
modpost: remove redundant initializes for static variables
Masahiro Yamada
2022-05-07
1
-5
/
+5
*
modpost: move export_from_secname() call to more relevant place
Masahiro Yamada
2022-05-07
1
-6
/
+4
*
modpost: remove useless export_from_sec()
Masahiro Yamada
2022-05-07
2
-17
/
+2
*
kbuild: do not remove empty *.symtypes explicitly
Masahiro Yamada
2022-04-06
1
-6
/
+2
*
kbuild: factor out genksyms command from cmd_gensymtypes_{c,S}
Masahiro Yamada
2022-04-06
1
-11
/
+8
*
docs: kbuild: add references on Kconfig semantics
Necip Fazil Yildiran
2022-04-06
1
-0
/
+6
*
kbuild: Allow kernel installation packaging to override pkg-config
Chun-Tse Shao
2022-04-05
8
-36
/
+37
*
kbuild: uapi: use -fsyntax-only rather than -S
Nick Desaulniers
2022-04-05
1
-1
/
+1
*
Linux 5.18-rc1
v5.18-rc1
Linus Torvalds
2022-04-03
1
-2
/
+2
*
Merge tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2022-04-03
15
-167
/
+44
|
\
|
*
tracing: Move user_events.h temporarily out of include/uapi
Steven Rostedt (Google)
2022-04-02
2
-0
/
+5
|
*
ftrace: Make ftrace_graph_is_dead() a static branch
Christophe Leroy
2022-04-02
2
-15
/
+18
|
*
tracing: Set user_events to BROKEN
Steven Rostedt (Google)
2022-04-02
1
-0
/
+1
|
*
tracing/user_events: Remove eBPF interfaces
Beau Belgrave
2022-04-02
3
-136
/
+4
[next]