| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-03-23 | modpost: Fix processing of CRCs on 32-bit build machines | Ben Hutchings | 1 | -1/+1 |
| 2022-12-19 | Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 3 | -31/+26 |
| 2022-12-14 | modpost: Include '.text.*' in TEXT_SECTIONS | Nathan Chancellor | 1 | -2/+2 |
| 2022-12-14 | kbuild: change module.order to list *.o instead of *.ko | Masahiro Yamada | 1 | -7/+4 |
| 2022-12-14 | LoongArch: Switch to relative exception tables | Youling Tang | 1 | -0/+13 |
| 2022-11-27 | modpost: Mark uuid_le type to be suitable only for MEI | Andy Shevchenko | 1 | -4/+8 |
| 2022-11-21 | modpost: fix array_size.cocci warning | KaiLong Wang | 1 | -2/+2 |
| 2022-11-21 | modpost: Join broken long printed messages | Geert Uytterhoeven | 2 | -16/+10 |
| 2022-08-21 | modpost: fix module versioning when a symbol lacks valid CRC | Masahiro Yamada | 1 | -3/+1 |
| 2022-08-10 | Merge tag 'kbuild-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 3 | -250/+68 |
| 2022-08-04 | modpost: remove .symbol_white_list field entirely | Masahiro Yamada | 1 | -39/+16 |
| 2022-08-04 | modpost: remove unneeded .symbol_white_list initializers | Masahiro Yamada | 1 | -8/+0 |
| 2022-08-04 | modpost: add PATTERNS() helper macro | Masahiro Yamada | 1 | -0/+7 |
| 2022-08-04 | modpost: shorten warning messages in report_sec_mismatch() | Masahiro Yamada | 1 | -170/+9 |
| 2022-08-04 | Revert "Kbuild, lto, workaround: Don't warn for initcall_reference in modpost" | Masahiro Yamada | 1 | -3/+0 |
| 2022-08-03 | modpost: use more reliable way to get fromsec in section_rel(a)() | Masahiro Yamada | 1 | -4/+2 |
| 2022-08-03 | modpost: add array range check to sec_name() | Masahiro Yamada | 1 | -1/+9 |
| 2022-08-03 | modpost: refactor get_secindex() | Masahiro Yamada | 1 | -12/+18 |
| 2022-08-03 | modpost: remove unused Elf_Sword macro | Masahiro Yamada | 1 | -2/+0 |
| 2022-08-02 | Merge tag 'linux-kselftest-kunit-5.20-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 1 | -0/+3 |
| 2022-07-27 | modpost: use sym_get_data() to get module device_table data | Masahiro Yamada | 3 | -4/+3 |
| 2022-07-27 | modpost: drop executable ELF support | Masahiro Yamada | 1 | -6/+4 |
| 2022-07-27 | Revert "scripts/mod/modpost.c: permit '.cranges' secton for sh64 architecture." | Masahiro Yamada | 1 | -1/+0 |
| 2022-07-11 | module: panic: Taint the kernel when selftest modules load | David Gow | 1 | -0/+3 |
| 2022-06-20 | modpost: fix section mismatch check for exported init/exit sections | Masahiro Yamada | 1 | -1/+1 |
| 2022-06-05 | Merge tag 'kbuild-v5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 3 | -126/+40 |
| 2022-06-05 | modpost: use fnmatch() to simplify match() | Masahiro Yamada | 1 | -61/+13 |
| 2022-06-05 | modpost: simplify mod->name allocation | Masahiro Yamada | 1 | -13/+12 |
| 2022-06-03 | Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+10 |
| 2022-06-01 | kbuild: check static EXPORT_SYMBOL* by script instead of modpost | Masahiro Yamada | 1 | -27/+1 |
| 2022-05-29 | kbuild: do not create *.prelink.o for Clang LTO or IBT | Masahiro Yamada | 1 | -7/+0 |
| 2022-05-27 | modpost: squash if...else-if in find_elf_symbol2() | Masahiro Yamada | 1 | -7/+3 |
| 2022-05-27 | modpost: reuse ARRAY_SIZE() macro for section_mismatch() | Masahiro Yamada | 3 | -6/+6 |
| 2022-05-27 | modpost: remove the unused argument of check_sec_ref() | Masahiro Yamada | 1 | -3/+2 |
| 2022-05-27 | modpost: fix undefined behavior of is_arm_mapping_symbol() | Masahiro Yamada | 1 | -1/+2 |
| 2022-05-27 | modpost: fix removing numeric suffixes | Alexander Lobakin | 1 | -1/+1 |
| 2022-05-24 | kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS | Masahiro Yamada | 1 | -4/+24 |
| 2022-05-24 | modpost: extract symbol versions from *.cmd files | Masahiro Yamada | 1 | -48/+131 |
| 2022-05-24 | 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 | 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-08 | modpost: split new_symbol() to symbol allocation and hash table addition | Masahiro Yamada | 1 | -10/+8 |
| 2022-05-08 | modpost: make sym_add_exported() always allocate a new symbol | Masahiro Yamada | 1 | -6/+4 |
| 2022-05-08 | modpost: make multiple export error | Masahiro Yamada | 1 | -3/+3 |
| 2022-05-08 | modpost: dump Module.symvers in the same order of modules.order | Masahiro Yamada | 2 | -16/+14 |
| 2022-05-08 | modpost: traverse the namespace_list in order | Masahiro Yamada | 2 | -20/+17 |
| 2022-05-08 | modpost: use doubly linked list for dump_lists | Masahiro Yamada | 1 | -14/+10 |
| 2022-05-08 | modpost: traverse unresolved symbols in order | Masahiro Yamada | 2 | -7/+15 |
| 2022-05-08 | modpost: add sym_add_unresolved() helper | Masahiro Yamada | 1 | -8/+11 |
| 2022-05-08 | modpost: traverse modules in order | Masahiro Yamada | 2 | -10/+10 |
| 2022-05-08 | modpost: import include/linux/list.h | Masahiro Yamada | 1 | -0/+213 |
| 2022-05-08 | modpost: change mod->gpl_compatible to bool type | Masahiro Yamada | 2 | -7/+12 |
| 2022-05-08 | modpost: use bool type where appropriate | Masahiro Yamada | 3 | -38/+37 |
| 2022-05-08 | modpost: move struct namespace_list to modpost.c | Masahiro Yamada | 2 | -5/+5 |
| 2022-05-08 | modpost: retrieve the module dependency and CRCs in check_exports() | Masahiro Yamada | 1 | -10/+6 |
| 2022-05-08 | modpost: add a separate error for exported symbols without definition | Masahiro Yamada | 1 | -1/+6 |
| 2022-05-08 | modpost: remove stale comment about sym_add_exported() | Masahiro Yamada | 1 | -4/+0 |
| 2022-05-08 | modpost: do not write out any file when error occurred | Masahiro Yamada | 1 | -0/+3 |
| 2022-05-08 | modpost: use snprintf() instead of sprintf() for safety | Masahiro Yamada | 1 | -1/+7 |
| 2022-05-08 | kbuild: get rid of duplication in *.mod files | Masahiro Yamada | 1 | -1/+1 |
| 2022-05-08 | kbuild: split the second line of *.mod into *.usyms | Masahiro Yamada | 1 | -9/+2 |
| 2022-05-08 | modpost: remove annoying namespace_from_kstrtabns() | Masahiro Yamada | 1 | -12/+2 |
| 2022-05-08 | modpost: remove redundant initializes for static variables | Masahiro Yamada | 1 | -5/+5 |
| 2022-05-08 | modpost: move export_from_secname() call to more relevant place | Masahiro Yamada | 1 | -6/+4 |
| 2022-05-08 | modpost: remove useless export_from_sec() | Masahiro Yamada | 2 | -17/+2 |
| 2022-04-26 | bus: mhi: ep: Add uevent support for module autoloading | Manivannan Sadhasivam | 1 | -0/+10 |
| 2022-04-03 | modpost: restore the warning message for missing symbol versions | Masahiro Yamada | 1 | -1/+1 |
| 2022-03-27 | Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -6/+6 |
| 2022-03-25 | Merge tag 'kbuild-gnu11-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+3 |
| 2022-03-22 | kbuild: Fixup the IBT kbuild changes | Peter Zijlstra | 1 | -6/+6 |
| 2022-03-13 | Kbuild: use -Wdeclaration-after-statement | Mark Rutland | 1 | -1/+3 |
| 2022-03-10 | s390/nospec: add an option to use thunk-extern | Vasily Gorbik | 1 | -0/+5 |
| 2022-01-19 | Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+15 |
| 2022-01-05 | riscv: switch to relative exception tables | Jisheng Zhang | 1 | -0/+15 |
| 2021-11-09 | HID: intel-ish-hid: add support for MODULE_DEVICE_TABLE() | Thomas Weißschuh | 2 | -0/+27 |
| 2021-09-03 | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 3 | -16/+11 |
| 2021-09-03 | Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -1/+1 |
| 2021-09-03 | modpost: get the *.mod file path more simply | Masahiro Yamada | 3 | -16/+11 |
| 2021-08-26 | PCI / VFIO: Add 'override_only' support for VFIO PCI sub system | Max Gurtovoy | 2 | -2/+16 |
| 2021-08-15 | powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm goto | Christophe Leroy | 1 | -1/+1 |
| 2021-06-17 | kbuild: modpost: Explicitly warn about unprototyped symbols | Mark Brown | 1 | -2/+5 |
| 2021-05-02 | .gitignore: prefix local generated files with a slash | Masahiro Yamada | 1 | -4/+4 |
| 2021-04-25 | kbuild: add an elfnote for whether vmlinux is built with lto | Yonghong Song | 1 | -0/+2 |
| 2021-04-25 | scripts: modpost.c: Fix a few typos | Bhaskar Chowdhury | 1 | -4/+4 |
| 2021-04-25 | kbuild: fix false-positive modpost warning when all symbols are trimmed | Masahiro Yamada | 1 | -13/+12 |
| 2021-04-25 | kbuild: generate Module.symvers only when vmlinux exists | Masahiro Yamada | 1 | -14/+1 |
| 2021-02-24 | Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -0/+17 |
| 2021-02-23 | Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -50/+3 |
| 2021-02-23 | Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 4 | -10/+22 |
| 2021-02-08 | module: remove EXPORT_UNUSED_SYMBOL* | Christoph Hellwig | 2 | -38/+3 |
| 2021-02-08 | module: remove EXPORT_SYMBOL_GPL_FUTURE | Christoph Hellwig | 2 | -13/+1 |
| 2021-01-14 | scripts/mod: disable LTO for empty.c | Sami Tolvanen | 1 | -0/+1 |
| 2021-01-14 | modpost: lto: strip .lto from module names | Sami Tolvanen | 3 | -10/+21 |
| 2021-01-07 | fpga: dfl: add dfl bus support to MODULE_DEVICE_TABLE() | Xu Yilun | 2 | -0/+17 |
| 2021-01-07 | platform/surface: aggregator: Add dedicated bus and device type | Maximilian Luz | 2 | -0/+31 |
| 2020-12-22 | Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2 | -45/+43 |
| 2020-12-21 | modpost: turn static exports into error | Quentin Perret | 1 | -3/+3 |
| 2020-12-21 | modpost: turn section mismatches to error from fatal() | Masahiro Yamada | 1 | -4/+4 |
| 2020-12-21 | modpost: change license incompatibility to error() from fatal() | Masahiro Yamada | 1 | -2/+2 |
| 2020-12-21 | modpost: turn missing MODULE_LICENSE() into error | Masahiro Yamada | 1 | -1/+1 |
| 2020-12-21 | modpost: refactor error handling and clarify error/fatal difference | Masahiro Yamada | 2 | -29/+27 |
| 2020-12-21 | modpost: rename merror() to error() | Masahiro Yamada | 2 | -6/+6 |
| 2020-12-04 | Add auxiliary bus support | Dave Ertman | 2 | -0/+11 |
| 2020-10-25 | treewide: Convert macro and uses of __section(foo) to __section("foo") | Joe Perches | 1 | -2/+2 |
| 2020-08-09 | Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -2/+2 |
| 2020-08-10 | kbuild: introduce hostprogs-always-y and userprogs-always-y | Masahiro Yamada | 1 | -2/+2 |
| 2020-08-05 | Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -1/+7 |
| 2020-07-27 | Merge 5.8-rc7 into char-misc-next | Greg Kroah-Hartman | 1 | -2/+10 |
| 2020-07-27 | modpost: explain why we can't use strsep | Wolfram Sang | 1 | -0/+1 |
| 2020-07-07 | modpost: remove use of non-standard strsep() in HOSTCC code | H. Nikolaus Schaller | 1 | -2/+10 |
| 2020-06-30 | soundwire: extend SDW_SLAVE_ENTRY | Pierre-Louis Bossart | 2 | -1/+7 |
| 2020-06-06 | Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 3 | -310/+212 |
| 2020-06-06 | Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+2 |
| 2020-06-06 | modpost: change elf_info->size to size_t | Masahiro Yamada | 2 | -6/+5 |
| 2020-06-06 | modpost: remove is_vmlinux() helper | Masahiro Yamada | 1 | -15/+1 |
| 2020-06-06 | modpost: strip .o from modname before calling new_module() | Masahiro Yamada | 2 | -10/+12 |
| 2020-06-06 | modpost: set have_vmlinux in new_module() | Masahiro Yamada | 1 | -5/+3 |
| 2020-06-06 | modpost: remove mod->skip struct member | Masahiro Yamada | 2 | -7/+3 |
| 2020-06-06 | modpost: add mod->is_vmlinux struct member | Masahiro Yamada | 2 | -9/+11 |
| 2020-06-06 | modpost: remove is_vmlinux() call in check_for_{gpl_usage,unused}() | Masahiro Yamada | 1 | -12/+8 |
| 2020-06-06 | modpost: remove mod->is_dot_o struct member | Masahiro Yamada | 2 | -13/+2 |
| 2020-06-06 | modpost: remove -s option | Masahiro Yamada | 1 | -8/+2 |
| 2020-06-06 | modpost: remove get_next_text() and make {grab,release_}file static | Masahiro Yamada | 2 | -39/+2 |
| 2020-06-06 | modpost: use read_text_file() and get_line() for reading text files | Masahiro Yamada | 2 | -17/+14 |
| 2020-06-06 | modpost: avoid false-positive file open error | Masahiro Yamada | 1 | -4/+3 |
| 2020-06-06 | modpost: fix potential mmap'ed file overrun in get_src_version() | Masahiro Yamada | 1 | -17/+11 |
| 2020-06-06 | modpost: add read_text_file() and get_line() helpers | Masahiro Yamada | 2 | -0/+51 |
| 2020-06-06 | modpost: do not call get_modinfo() for vmlinux(.o) | Masahiro Yamada | 1 | -21/+24 |
| 2020-06-06 | modpost: drop RCS/CVS $Revision handling in MODULE_VERSION() | Masahiro Yamada | 3 | -73/+0 |
| 2020-06-06 | modpost: show warning if vmlinux is not found when processing modules | Masahiro Yamada | 1 | -2/+7 |
| 2020-06-06 | modpost: invoke modpost only when input files are updated | Masahiro Yamada | 1 | -11/+21 |
| 2020-06-06 | modpost: re-add -e to set external_module flag | Masahiro Yamada | 1 | -2/+4 |
| 2020-06-06 | modpost: rename ext_sym_list to dump_list | Masahiro Yamada | 1 | -13/+14 |
| 2020-06-06 | modpost: allow to pass -i option multiple times to remove -e option | Masahiro Yamada | 1 | -8/+1 |
| 2020-06-06 | modpost: track if the symbol origin is a dump file or ELF object | Masahiro Yamada | 2 | -10/+6 |
| 2020-06-06 | firmware/dmi: Report DMI Bios & EC firmware release | Erwan Velu | 1 | -0/+2 |
| 2020-06-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 1 | -0/+1 |
| 2020-06-03 | modpost: load KBUILD_EXTRA_SYMBOLS files in order | Masahiro Yamada | 1 | -8/+8 |
| 2020-05-29 | modpost: refactor sech_name() | Masahiro Yamada | 1 | -12/+11 |
| 2020-05-29 | modpost: fix potential segmentation fault for addend_i386_rel() | Masahiro Yamada | 1 | -9/+9 |
| 2020-05-26 | modpost,fixdep: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 2 | -2/+2 |
| 2020-05-19 | vmlinux.lds.h: Create section for protection against instrumentation | Thomas Gleixner | 1 | -1/+1 |
| 2020-04-21 | kernel/module: Hide vermagic header file from general use | Leon Romanovsky | 1 | -0/+1 |
| 2020-04-03 | Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -0/+13 |
| 2020-04-03 | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -0/+1 |
| 2020-03-31 | Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2 | -46/+51 |
| 2020-03-30 | Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+5 |
| 2020-03-30 | Merge tag 'i3c/for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/... | Linus Torvalds | 2 | -0/+26 |
| 2020-03-25 | .gitignore: add SPDX License Identifier | Masahiro Yamada | 1 | -0/+1 |
| 2020-03-23 | Merge 5.6-rc7 into char-misc-next | Greg Kroah-Hartman | 1 | -13/+14 |
| 2020-03-21 | scripts: Fix the inclusion order in modpost | Vincenzo Frascino | 1 | -1/+5 |
| 2020-03-19 | bus: mhi: core: Add uevent support for module autoloading | Manivannan Sadhasivam | 2 | -0/+13 |
| 2020-03-19 | modpost: Get proper section index by get_secindex() instead of st_shndx | Xiao Yang | 1 | -1/+2 |
| 2020-03-17 | modpost: move the namespace field in Module.symvers last | Jessica Yu | 1 | -12/+12 |
| 2020-03-13 | modpost: return error if module is missing ns imports and MODULE_ALLOW_MISSIN... | Jessica Yu | 1 | -3/+11 |
| 2020-03-13 | modpost: rework and consolidate logging interface | Jessica Yu | 2 | -43/+40 |
| 2020-02-28 | i3c: Generate aliases for i3c modules | Boris Brezillon | 2 | -0/+26 |
| 2020-02-04 | kbuild: rename hostprogs-y/always to hostprogs/always-y | Masahiro Yamada | 1 | -2/+2 |
| 2020-01-16 | modpost: assume STT_SPARC_REGISTER is defined | Masahiro Yamada | 1 | -7/+1 |
| 2019-11-23 | modpost: respect the previous export when 'exported twice' is warned | Masahiro Yamada | 1 | -15/+11 |
| 2019-11-23 | modpost: do not set ->preloaded for symbols from Module.symvers | Masahiro Yamada | 1 | -4/+2 |
| 2019-11-23 | modpost: stop symbol preloading for modversion CRC | Masahiro Yamada | 1 | -32/+39 |
| 2019-11-23 | modpost: rename handle_modversions() to handle_symbol() | Masahiro Yamada | 1 | -3/+3 |
| 2019-11-23 | modpost: refactor namespace_from_kstrtabns() to not hard-code section name | Masahiro Yamada | 2 | -8/+3 |
| 2019-11-23 | modpost: add a helper to get data pointed by a symbol | Masahiro Yamada | 1 | -4/+13 |
| 2019-11-11 | modpost: remove unneeded local variable in contains_namespace() | Masahiro Yamada | 1 | -4/+2 |
| 2019-11-11 | modpost: dump missing namespaces into a single modules.nsdeps file | Masahiro Yamada | 2 | -27/+19 |
| 2019-11-11 | modpost: free ns_deps_buf.p after writing ns_deps files | Masahiro Yamada | 1 | -0/+2 |
| 2019-11-11 | modpost: do not invoke extra modpost for nsdeps | Masahiro Yamada | 1 | -7/+2 |
| 2019-11-11 | kbuild: do not read $(KBUILD_EXTMOD)/Module.symvers | Masahiro Yamada | 1 | -7/+2 |
| 2019-10-18 | symbol namespaces: revert to previous __ksymtab name scheme | Matthias Maennich | 2 | -15/+19 |
| 2019-10-18 | modpost: make updating the symbol namespace explicit | Matthias Maennich | 1 | -6/+6 |
| 2019-10-18 | modpost: delegate updating namespaces to separate function | Matthias Maennich | 1 | -3/+21 |
| 2019-10-11 | Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -14/+15 |
| 2019-10-07 | modpost: fix broken sym->namespace for external module builds | Masahiro Yamada | 1 | -5/+8 |
| 2019-10-07 | module: swap the order of symbol.namespace | Masahiro Yamada | 1 | -9/+7 |
| 2019-10-01 | modpost: fix static EXPORT_SYMBOL warnings for UML build | Masahiro Yamada | 1 | -4/+9 |
| 2019-09-22 | Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -17/+142 |
| 2019-09-14 | modpost: use __section in the output to *.mod.c | Masahiro Yamada | 1 | -3/+2 |
| 2019-09-14 | modpost: use MODULE_INFO() for __module_depends | Masahiro Yamada | 1 | -5/+2 |
| 2019-09-10 | modpost: add support for generating namespace dependencies | Matthias Maennich | 2 | -5/+51 |
| 2019-09-10 | modpost: add support for symbol namespaces | Matthias Maennich | 2 | -16/+95 |
| 2019-09-04 | modpost: add NOFAIL to strndup | Denis Efremov | 1 | -2/+2 |
| 2019-09-04 | modpost: add guid_t type definition | Heikki Krogerus | 1 | -0/+5 |
| 2019-08-14 | modpost: check for static EXPORT_SYMBOL* functions | Denis Efremov | 1 | -0/+32 |
| 2019-07-18 | kbuild: remove the first line of *.mod files | Masahiro Yamada | 1 | -7/+2 |
| 2019-07-18 | kbuild: create *.mod with full directory path and remove MODVERDIR | Masahiro Yamada | 1 | -13/+3 |
| 2019-03-28 | kbuild: modversions: Fix relative CRC byte order interpretation | Fredrik Noring | 1 | -1/+1 |
| 2019-03-14 | modpost: always show verbose warning for section mismatch | Masahiro Yamada | 1 | -22/+5 |
| 2019-03-10 | Merge tag 'platform-drivers-x86-v5.1-1' of git://git.infradead.org/linux-plat... | Linus Torvalds | 2 | -1/+30 |
| 2019-03-07 | platform/x86: wmi: add WMI support to MODULE_DEVICE_TABLE() | Mattias Jacobsson | 2 | -0/+25 |
| 2019-03-07 | platform/x86: wmi: move struct wmi_device_id to mod_devicetable.h | Mattias Jacobsson | 1 | -0/+1 |
| 2019-03-06 | modpost: file2alias: define size of alias | Mattias Jacobsson | 1 | -1/+4 |
| 2019-02-01 | tee: add bus driver framework for TEE based devices | Sumit Garg | 2 | -0/+22 |
| 2019-01-09 | x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINE | WANG Chao | 1 | -1/+1 |
| 2018-12-01 | kbuild: move modpost out of 'scripts' target | Masahiro Yamada | 1 | -2/+0 |
| 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 |