summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Linus Torvalds2021-02-232-15/+27
|\
| * percpu: fix clang modpost section mismatchDennis Zhou2021-02-142-1/+7
| * percpu: reduce the number of cpu distance comparisonsWonhyuk Yang2021-02-141-14/+20
* | Kbuild: disable TRIM_UNUSED_KSYMS optionLinus Torvalds2021-02-231-0/+1
* | Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-2335-516/+287
|\ \
| * | module: potential uninitialized return in module_kallsyms_on_each_symbol()Dan Carpenter2021-02-101-1/+1
| * | module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig2021-02-0824-193/+13
| * | module: remove EXPORT_SYMBOL_GPL_FUTUREChristoph Hellwig2021-02-089-65/+5
| * | module: move struct symsearch to module.cChristoph Hellwig2021-02-082-11/+11
| * | module: pass struct find_symbol_args to find_symbolChristoph Hellwig2021-02-081-61/+52
| * | module: merge each_symbol_section into find_symbolChristoph Hellwig2021-02-081-79/+69
| * | module: remove each_symbol_in_sectionChristoph Hellwig2021-02-081-22/+7
| * | module: mark module_mutex staticChristoph Hellwig2021-02-083-6/+1
| * | kallsyms: only build {,module_}kallsyms_on_each_symbol when requiredChristoph Hellwig2021-02-084-25/+12
| * | kallsyms: refactor {,module_}kallsyms_on_each_symbolChristoph Hellwig2021-02-083-12/+9
| * | module: use RCU to synchronize find_moduleChristoph Hellwig2021-02-084-6/+6
| * | module: unexport find_module and module_mutexChristoph Hellwig2021-02-081-2/+0
| * | drm: remove drm_fb_helper_modinitChristoph Hellwig2021-02-083-44/+12
| * | powerpc/powernv: remove get_cxl_moduleChristoph Hellwig2021-02-081-22/+0
| * | module: harden ELF info handlingFrank van der Linden2021-01-193-21/+126
| * | module: Ignore _GLOBAL_OFFSET_TABLE_ when warning for undefined symbolsFangrui Song2021-01-181-2/+19
* | | Merge tag 'microblaze-v5.12' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2021-02-233-28/+1
|\ \ \
| * | | microblaze: Fix built-in DTB alignment to be 8-byte alignedRob Herring2021-02-161-1/+1
| * | | microblaze: Remove support for gcc < 4Geert Uytterhoeven2021-02-111-26/+0
| * | | microblaze: do not select TRACING_SUPPORT directlyMasahiro Yamada2021-01-041-1/+0
* | | | Merge tag 'objtool-core-2021-02-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-02-2349-597/+962
|\ \ \ \
| * | | | objtool: Support stack-swizzlePeter Zijlstra2021-02-101-0/+45
| * | | | objtool,x86: Additionally decode: mov %rsp, (%reg)Peter Zijlstra2021-02-101-8/+34
| * | | | x86/unwind/orc: Change REG_SP_INDIRECTPeter Zijlstra2021-02-102-2/+5
| * | | | x86/power: Support objtool validation in hibernate_asm_64.SJosh Poimboeuf2021-01-262-5/+4
| * | | | x86/power: Move restore_registers() to top of the fileJosh Poimboeuf2021-01-261-46/+46
| * | | | x86/power: Annotate indirect branches as safeJosh Poimboeuf2021-01-261-0/+3
| * | | | x86/acpi: Support objtool validation in wakeup_64.SJosh Poimboeuf2021-01-262-1/+2
| * | | | x86/acpi: Annotate indirect branch as safeJosh Poimboeuf2021-01-261-0/+2
| * | | | x86/ftrace: Support objtool vmlinux.o validation in ftrace_64.SJosh Poimboeuf2021-01-261-3/+2
| * | | | x86/xen/pvh: Annotate indirect branch as safeJosh Poimboeuf2021-01-261-0/+2
| * | | | x86/xen: Support objtool vmlinux.o validation in xen-head.SJosh Poimboeuf2021-01-261-2/+3
| * | | | x86/xen: Support objtool validation in xen-asm.SJosh Poimboeuf2021-01-262-11/+19
| * | | | objtool: Add xen_start_kernel() to noreturn listJosh Poimboeuf2021-01-261-0/+1
| * | | | objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNCJosh Poimboeuf2021-01-268-40/+29
| * | | | objtool: Add asm version of STACK_FRAME_NON_STANDARDJosh Poimboeuf2021-01-262-0/+16
| * | | | objtool: Assume only ELF functions do sibling callsJosh Poimboeuf2021-01-261-14/+22
| * | | | x86/ftrace: Add UNWIND_HINT_FUNC annotation for ftrace_stubJosh Poimboeuf2021-01-261-0/+1
| * | | | objtool: Support retpoline jump detection for vmlinux.oJosh Poimboeuf2021-01-261-4/+4
| * | | | objtool: Fix ".cold" section suffix check for newer versions of GCCJosh Poimboeuf2021-01-261-2/+2
| * | | | objtool: Fix retpoline detection in asm codeJosh Poimboeuf2021-01-263-2/+14
| * | | | objtool: Fix error handling for STD/CLD warningsJosh Poimboeuf2021-01-261-2/+6
| * | | | objtool: Support stack layout changes in alternativesJosh Poimboeuf2021-01-144-111/+159
| * | | | objtool: Add 'alt_group' structJosh Poimboeuf2021-01-142-7/+35
| * | | | objtool: Refactor ORC section generationJosh Poimboeuf2021-01-147-159/+140