Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-27modpost: fix undefined behavior of is_arm_mapping_symbol()Masahiro Yamada
2022-05-27modpost: fix removing numeric suffixesAlexander Lobakin
2022-05-24kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSMasahiro Yamada
2022-05-23modpost: extract symbol versions from *.cmd filesMasahiro Yamada
2022-05-23modpost: add sym_find_with_module() helperMasahiro Yamada
2022-05-11modpost: change the license of EXPORT_SYMBOL to bool typeMasahiro Yamada
2022-05-11modpost: remove left-over cross_compile declarationMasahiro Yamada
2022-05-11modpost: move *.mod.c generation to write_mod_c_files()Masahiro Yamada
2022-05-11modpost: merge add_{intree_flag,retpoline,staging_flag} to add_headerMasahiro Yamada
2022-05-07modpost: split new_symbol() to symbol allocation and hash table additionMasahiro Yamada
2022-05-07modpost: make sym_add_exported() always allocate a new symbolMasahiro Yamada
2022-05-07modpost: make multiple export errorMasahiro Yamada
2022-05-07modpost: dump Module.symvers in the same order of modules.orderMasahiro Yamada
2022-05-07modpost: traverse the namespace_list in orderMasahiro Yamada
2022-05-07modpost: use doubly linked list for dump_listsMasahiro Yamada
2022-05-07modpost: traverse unresolved symbols in orderMasahiro Yamada
2022-05-07modpost: add sym_add_unresolved() helperMasahiro Yamada
2022-05-07modpost: traverse modules in orderMasahiro Yamada
2022-05-07modpost: import include/linux/list.hMasahiro Yamada
2022-05-07modpost: change mod->gpl_compatible to bool typeMasahiro Yamada
2022-05-07modpost: use bool type where appropriateMasahiro Yamada
2022-05-07modpost: move struct namespace_list to modpost.cMasahiro Yamada
2022-05-07modpost: retrieve the module dependency and CRCs in check_exports()Masahiro Yamada
2022-05-07modpost: add a separate error for exported symbols without definitionMasahiro Yamada
2022-05-07modpost: remove stale comment about sym_add_exported()Masahiro Yamada
2022-05-07modpost: do not write out any file when error occurredMasahiro Yamada
2022-05-07modpost: use snprintf() instead of sprintf() for safetyMasahiro Yamada
2022-05-07kbuild: get rid of duplication in *.mod filesMasahiro Yamada
2022-05-07kbuild: split the second line of *.mod into *.usymsMasahiro Yamada
2022-05-07modpost: remove annoying namespace_from_kstrtabns()Masahiro Yamada
2022-05-07modpost: remove redundant initializes for static variablesMasahiro Yamada
2022-05-07modpost: move export_from_secname() call to more relevant placeMasahiro Yamada
2022-05-07modpost: remove useless export_from_sec()Masahiro Yamada
2022-04-02modpost: restore the warning message for missing symbol versionsMasahiro Yamada
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-03-25Merge tag 'kbuild-gnu11-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-22kbuild: Fixup the IBT kbuild changesPeter Zijlstra
2022-03-13Kbuild: use -Wdeclaration-after-statementMark Rutland
2022-03-10s390/nospec: add an option to use thunk-externVasily Gorbik
2022-01-19Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-01-06riscv: switch to relative exception tablesJisheng Zhang
2021-11-09HID: intel-ish-hid: add support for MODULE_DEVICE_TABLE()Thomas Weißschuh
2021-09-04Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-09-03Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-09-03modpost: get the *.mod file path more simplyMasahiro Yamada
2021-08-26PCI / VFIO: Add 'override_only' support for VFIO PCI sub systemMax Gurtovoy
2021-08-15powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm gotoChristophe Leroy
2021-06-17kbuild: modpost: Explicitly warn about unprototyped symbolsMark Brown
2021-05-01.gitignore: prefix local generated files with a slashMasahiro Yamada
2021-04-24kbuild: add an elfnote for whether vmlinux is built with ltoYonghong Song