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-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-07kbuild: drop $(objtree)/ prefix support for clean-filesMasahiro 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-07checksyscalls: ignore -Wunused-macrosVincent Mailhol
2022-05-07scripts: dummy-tools, add paholeJiri Slaby
2022-05-07kbuild: support W=e to make build abort in case of warningYann Droneaud
2022-05-07kbuild: read *.mod to get objects passed to $(LD) or $(AR)Masahiro Yamada
2022-05-07kbuild: make *.mod not depend on *.oMasahiro 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-07kbuild: reuse real-search to simplify cmd_modMasahiro Yamada
2022-05-07kbuild: make multi_depend work with targets in subdirectoryMasahiro Yamada
2022-05-07kbuild: reuse suffix-search to refactor multi_dependMasahiro Yamada
2022-05-07kbuild: refactor cmd_modversions_SMasahiro Yamada
2022-05-07kbuild: refactor cmd_modversions_cMasahiro 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-05-04Merge branch kvm-arm64/hyp-stack-guard into kvmarm-master/nextMarc Zyngier
2022-05-03selinux: declare data arrays constChristian Göttsche
2022-05-02Merge 5.18-rc5 into driver-core-nextGreg Kroah-Hartman
2022-05-02Merge 5.18-rc5 into char-misc-nextGreg Kroah-Hartman
2022-04-30get_maintainer: Honor mailmap for in file emailsRob Herring
2022-04-30scripts/bloat-o-meter: filter out vermagic as it is not relevantPaul Gortmaker
2022-04-30scripts/decode_stacktrace.sh: support old bash versionSchspa Shi
2022-04-28KVM: arm64: Symbolize the nVHE HYP addressesKalesh Singh
2022-04-26bus: mhi: ep: Add uevent support for module autoloadingManivannan Sadhasivam
2022-04-26checkpatch: add new alloc functions to alloc with multiplies checkGustavo A. R. Silva
2022-04-24scripts/get_abi: Fix wrong script file name in the help messageSeongJae Park
2022-04-22objtool: Remove --lto and --vmlinux in favor of --linkJosh Poimboeuf
2022-04-22objtool: Rename "VMLINUX_VALIDATION" -> "NOINSTR_VALIDATION"Josh Poimboeuf
2022-04-22objtool: Make noinstr hacks optionalJosh Poimboeuf
2022-04-22objtool: Make jump label hack optionalJosh Poimboeuf
2022-04-22objtool: Make static call annotation optionalJosh Poimboeuf
2022-04-22objtool: Make stack validation frame-pointer-specificJosh Poimboeuf
2022-04-22objtool: Add CONFIG_OBJTOOLJosh Poimboeuf