summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-02-234-1/+14
|\
| * x86, build: allow LTO to be selectedSami Tolvanen2021-02-232-0/+7
| * x86, cpu: disable LTO for cpu.cSami Tolvanen2021-02-231-0/+4
| * x86, vdso: disable LTO only for vDSOSami Tolvanen2021-02-231-1/+2
| * x86, build: use objtool mcountSami Tolvanen2021-02-231-0/+1
* | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-232-0/+2
|\ \
| * | fs: add mount_setattr()Christian Brauner2021-01-242-0/+2
* | | Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-233-4/+2
|\ \ \
| * | | module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig2021-02-083-4/+2
| * | | module: remove EXPORT_SYMBOL_GPL_FUTUREChristoph Hellwig2021-02-081-2/+2
| |/ /
* | | 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-132-9/+21
| * | | objtool: Fix x86 orc generation on big endian cross-compilesVasily Gorbik2021-01-131-0/+10
| * | | x86/insn: Support big endian cross-compilesMartin Schwidefsky2021-01-133-58/+80
| * | | x86/tools: Use tools headers for instruction decoder selftestsVasily Gorbik2021-01-131-4/+4
* | | | Merge tag 'platform-drivers-x86-v5.12-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-02-222-83/+0
|\ \ \ \
| * | | | platform/x86: intel_scu_wdt: Move driver from arch/x86Andy Shevchenko2021-01-252-83/+0
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-02-2132-4284/+1162
|\ \ \ \ \
| * | | | | crypto: aesni - release FPU during skcipher walk API callsArd Biesheuvel2021-01-221-41/+32
| * | | | | crypto: aesni - replace CTR function pointer with static callArd Biesheuvel2021-01-221-6/+7
| * | | | | crypto: x86 - use local headers for x86 specific shared declarationsArd Biesheuvel2021-01-1412-8/+8
| * | | | | crypto: x86 - remove glue helper moduleArd Biesheuvel2021-01-143-231/+0
| * | | | | crypto: x86/twofish - drop dependency on glue helperArd Biesheuvel2021-01-142-109/+44
| * | | | | crypto: x86/cast6 - drop dependency on glue helperArd Biesheuvel2021-01-141-44/+17
| * | | | | crypto: x86/cast5 - drop dependency on glue helperArd Biesheuvel2021-01-141-167/+17
| * | | | | crypto: x86/serpent - drop dependency on glue helperArd Biesheuvel2021-01-143-154/+61
| * | | | | crypto: x86/camellia - drop dependency on glue helperArd Biesheuvel2021-01-143-166/+67
| * | | | | crypto: x86 - add some helper macros for ECB and CBC modesArd Biesheuvel2021-01-141-0/+76
| * | | | | crypto: x86/blowfish - drop CTR mode implementationArd Biesheuvel2021-01-141-107/+0
| * | | | | crypto: x86/des - drop CTR mode implementationArd Biesheuvel2021-01-141-104/+0
| * | | | | crypto: x86/glue-helper - drop CTR helper routinesArd Biesheuvel2021-01-144-207/+0
| * | | | | crypto: x86/twofish - drop CTR mode implementationArd Biesheuvel2021-01-144-147/+0
| * | | | | crypto: x86/cast6 - drop CTR mode implementationArd Biesheuvel2021-01-142-76/+0
| * | | | | crypto: x86/cast5 - drop CTR mode implementationArd Biesheuvel2021-01-141-103/+0
| * | | | | crypto: x86/serpent - drop CTR mode implementationArd Biesheuvel2021-01-145-201/+0
| * | | | | crypto: x86/camellia - drop CTR mode implementationArd Biesheuvel2021-01-146-416/+0
| * | | | | crypto: x86/glue-helper - drop XTS helper routinesArd Biesheuvel2021-01-144-303/+0
| * | | | | crypto: x86/twofish - switch to XTS templateArd Biesheuvel2021-01-142-151/+0