开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
2022-05-11
kbuild: factor out the common installation code into scripts/install.sh
Masahiro Yamada
2022-05-08
modpost: split new_symbol() to symbol allocation and hash table addition
Masahiro Yamada
2022-05-08
modpost: make sym_add_exported() always allocate a new symbol
Masahiro Yamada
2022-05-08
modpost: make multiple export error
Masahiro Yamada
2022-05-08
modpost: dump Module.symvers in the same order of modules.order
Masahiro Yamada
2022-05-08
modpost: traverse the namespace_list in order
Masahiro Yamada
2022-05-08
modpost: use doubly linked list for dump_lists
Masahiro Yamada
2022-05-08
modpost: traverse unresolved symbols in order
Masahiro Yamada
2022-05-08
modpost: add sym_add_unresolved() helper
Masahiro Yamada
2022-05-08
modpost: traverse modules in order
Masahiro Yamada
2022-05-08
modpost: import include/linux/list.h
Masahiro Yamada
2022-05-08
modpost: change mod->gpl_compatible to bool type
Masahiro Yamada
2022-05-08
modpost: use bool type where appropriate
Masahiro Yamada
2022-05-08
kbuild: drop $(objtree)/ prefix support for clean-files
Masahiro Yamada
2022-05-08
modpost: move struct namespace_list to modpost.c
Masahiro Yamada
2022-05-08
modpost: retrieve the module dependency and CRCs in check_exports()
Masahiro Yamada
2022-05-08
modpost: add a separate error for exported symbols without definition
Masahiro Yamada
2022-05-08
modpost: remove stale comment about sym_add_exported()
Masahiro Yamada
2022-05-08
modpost: do not write out any file when error occurred
Masahiro Yamada
2022-05-08
modpost: use snprintf() instead of sprintf() for safety
Masahiro Yamada
2022-05-08
checksyscalls: ignore -Wunused-macros
Vincent Mailhol
2022-05-08
scripts: dummy-tools, add pahole
Jiri Slaby
2022-05-08
kbuild: support W=e to make build abort in case of warning
Yann Droneaud
2022-05-08
kbuild: read *.mod to get objects passed to $(LD) or $(AR)
Masahiro Yamada
2022-05-08
kbuild: make *.mod not depend on *.o
Masahiro Yamada
2022-05-08
kbuild: get rid of duplication in *.mod files
Masahiro Yamada
2022-05-08
kbuild: split the second line of *.mod into *.usyms
Masahiro Yamada
2022-05-08
kbuild: reuse real-search to simplify cmd_mod
Masahiro Yamada
2022-05-08
kbuild: make multi_depend work with targets in subdirectory
Masahiro Yamada
2022-05-08
kbuild: reuse suffix-search to refactor multi_depend
Masahiro Yamada
2022-05-08
kbuild: refactor cmd_modversions_S
Masahiro Yamada
2022-05-08
kbuild: refactor cmd_modversions_c
Masahiro Yamada
2022-05-08
modpost: remove annoying namespace_from_kstrtabns()
Masahiro Yamada
2022-05-08
modpost: remove redundant initializes for static variables
Masahiro Yamada
2022-05-08
modpost: move export_from_secname() call to more relevant place
Masahiro Yamada
2022-05-08
modpost: remove useless export_from_sec()
Masahiro Yamada
2022-04-06
kbuild: do not remove empty *.symtypes explicitly
Masahiro Yamada
2022-04-06
kbuild: factor out genksyms command from cmd_gensymtypes_{c,S}
Masahiro Yamada
2022-04-05
kbuild: Allow kernel installation packaging to override pkg-config
Chun-Tse Shao
2022-04-03
modpost: restore the warning message for missing symbol versions
Masahiro Yamada
2022-04-02
kbuild: fix empty ${PYTHON} in scripts/link-vmlinux.sh
Masahiro Yamada
2022-04-02
kconfig: remove stale comment about removed kconfig_print_symbol()
Masahiro Yamada
2022-03-31
Merge tag 'docs-5.18-2' of git://git.lwn.net/linux
Linus Torvalds
2022-03-31
Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-03-31
fixdep: use fflush() and ferror() to ensure successful write to files
Masahiro Yamada
2022-03-28
scripts/kernel-doc: change the line number meta info
Mauro Carvalho Chehab
2022-03-28
scripts/get_abi: change the file/line number meta info
Mauro Carvalho Chehab
2022-03-28
scripts/get_feat.pl: allow output the parsed file names
Mauro Carvalho Chehab
2022-03-28
Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-03-27
Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
[next]