summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-2315-37/+2
|\
| * module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig2021-02-0814-15/+2
| * module: remove EXPORT_SYMBOL_GPL_FUTUREChristoph Hellwig2021-02-081-2/+2
| * powerpc/powernv: remove get_cxl_moduleChristoph Hellwig2021-02-081-22/+0
* | 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-2317-153/+206
|\ \ \
| * | | x86/unwind/orc: Change REG_SP_INDIRECTPeter Zijlstra2021-02-101-1/+4
| * | | 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: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNCJosh Poimboeuf2021-01-263-13/+4
| * | | x86/ftrace: Add UNWIND_HINT_FUNC annotation for ftrace_stubJosh Poimboeuf2021-01-261-0/+1
| * | | x86/insn: Fix vector instruction decoding on big endian cross-compilesVasily Gorbik2021-01-142-9/+21
| * | | objtool: Fix x86 orc generation on big endian cross-compilesVasily Gorbik2021-01-141-0/+10
| * | | x86/insn: Support big endian cross-compilesMartin Schwidefsky2021-01-143-58/+80
| * | | x86/tools: Use tools headers for instruction decoder selftestsVasily Gorbik2021-01-141-4/+4
* | | | Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-233-1/+96
|\ \ \ \
| * | | | arm64: allow LTO to be selectedSami Tolvanen2021-01-141-0/+2
| * | | | arm64: disable recordmcount with DYNAMIC_FTRACE_WITH_REGSSami Tolvanen2021-01-141-0/+2
| * | | | arm64: vdso: disable LTOSami Tolvanen2021-01-141-1/+2
| * | | | kbuild: lto: fix module versioningSami Tolvanen2021-01-141-1/+0
| * | | | kbuild: add support for Clang LTOSami Tolvanen2021-01-141-0/+91
* | | | | Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-02-22186-2081/+2462
|\ \ \ \ \
| * | | | | powerpc/perf: Adds support for programming of Thresholding in P10Kajol Jain2021-02-1111-34/+102
| * | | | | powerpc/pci: Remove unimplemented prototypesOliver O'Halloran2021-02-111-4/+0
| * | | | | powerpc/uaccess: Merge raw_copy_to_user_allowed() into raw_copy_to_user()Christophe Leroy2021-02-111-7/+1
| * | | | | powerpc/uaccess: Merge __put_user_size_allowed() into __put_user_size()Christophe Leroy2021-02-111-7/+3
| * | | | | powerpc/uaccess: get rid of small constant size cases in raw_copy_{to,from}_u...Christophe Leroy2021-02-111-41/+0
| * | | | | powerpc/64: Fix stack trace not displaying final frameMichael Ellerman2021-02-113-2/+5
| * | | | | powerpc/time: Remove get_tbl()Christophe Leroy2021-02-111-6/+0
| * | | | | powerpc/time: Avoid using get_tbl()Christophe Leroy2021-02-111-4/+4
| * | | | | powerpc/syscall: Avoid storing 'current' in another pointerChristophe Leroy2021-02-111-12/+9
| * | | | | powerpc/32: Handle bookE debugging in C in syscall entry/exitChristophe Leroy2021-02-116-55/+42
| * | | | | powerpc/syscall: Do not check unsupported scv vector on PPC32Christophe Leroy2021-02-112-4/+10
| * | | | | powerpc/32: Remove the counter in global_dbcr0Christophe Leroy2021-02-113-16/+4
| * | | | | powerpc/32: Remove verification of MSR_PR on syscall in the ASM entryChristophe Leroy2021-02-113-36/+0
| * | | | | powerpc/syscall: implement system call entry/exit logic in C for PPC32Christophe Leroy2021-02-113-229/+30
| * | | | | powerpc/32: Always save non volatile GPRs at syscall entryChristophe Leroy2021-02-114-62/+8
| * | | | | powerpc/syscall: Change condition to check MSR_RIChristophe Leroy2021-02-111-3/+4
| * | | | | powerpc/syscall: Save r3 in regs->orig_r3Christophe Leroy2021-02-112-2/+2
| * | | | | powerpc/syscall: Use is_compat_task()Christophe Leroy2021-02-111-1/+3