summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-06-2850-805/+646
|\
| * locking/atomic: delete !ARCH_ATOMIC remnantsMark Rutland2021-05-2624-26/+0
| * locking/atomic: xtensa: move to ARCH_ATOMICMark Rutland2021-05-263-18/+19
| * locking/atomic: sparc: move to ARCH_ATOMICMark Rutland2021-05-267-80/+81
| * locking/atomic: sh: move to ARCH_ATOMICMark Rutland2021-05-266-15/+16
| * locking/atomic: riscv: move to ARCH_ATOMICMark Rutland2021-05-263-81/+82
| * locking/atomic: powerpc: move to ARCH_ATOMICMark Rutland2021-05-264-83/+90
| * locking/atomic: parisc: move to ARCH_ATOMICMark Rutland2021-05-263-23/+24
| * locking/atomic: openrisc: move to ARCH_ATOMICMark Rutland2021-05-263-21/+26
| * locking/atomic: nios2: move to ARCH_ATOMICMark Rutland2021-05-261-0/+1
| * locking/atomic: nds32: move to ARCH_ATOMICMark Rutland2021-05-261-0/+1
| * locking/atomic: mips: move to ARCH_ATOMICMark Rutland2021-05-264-39/+43
| * locking/atomic: microblaze: move to ARCH_ATOMICMark Rutland2021-05-261-0/+1
| * locking/atomic: m68k: move to ARCH_ATOMICMark Rutland2021-05-264-36/+37
| * locking/atomic: ia64: move to ARCH_ATOMICMark Rutland2021-05-264-40/+61
| * locking/atomic: hexagon: move to ARCH_ATOMICMark Rutland2021-05-263-16/+17
| * locking/atomic: h8300: move to ARCH_ATOMICMark Rutland2021-05-261-0/+1
| * locking/atomic: csky: move to ARCH_ATOMICMark Rutland2021-05-262-4/+5
| * locking/atomic: arm: move to ARCH_ATOMICMark Rutland2021-05-264-57/+58
| * locking/atomic: arc: move to ARCH_ATOMICMark Rutland2021-05-263-35/+36
| * locking/atomic: alpha: move to ARCH_ATOMICMark Rutland2021-05-263-47/+54
| * locking/atomic: cmpxchg: make `generic` a prefixMark Rutland2021-05-268-14/+14
| * locking/atomic: openrisc: avoid asm-generic/atomic.hMark Rutland2021-05-261-1/+7
| * locking/atomic: microblaze: use asm-generic exclusivelyMark Rutland2021-05-263-37/+1
| * locking/atomic: h8300: use asm-generic exclusivelyMark Rutland2021-05-263-163/+1
| * locking/atomic: make ARCH_ATOMIC a Kconfig symbolMark Rutland2021-05-268-6/+7
| |
| \
*-. \ Merge tags 'objtool-urgent-2021-06-28' and 'objtool-core-2021-06-28' of git:/...Linus Torvalds2021-06-283-79/+82
|\ \ \
| | * | jump_label/x86: Remove unused JUMP_LABEL_NOP_SIZEPeter Zijlstra2021-05-141-2/+0
| | * | jump_label, x86: Allow short NOPsPeter Zijlstra2021-05-121-0/+18
| | * | jump_label, x86: Emit short JMPPeter Zijlstra2021-05-122-3/+8
| | * | jump_label, x86: Add variable length patching supportPeter Zijlstra2021-05-121-18/+35
| | * | jump_label, x86: Introduce jump_entry_size()Peter Zijlstra2021-05-122-2/+9
| | * | jump_label, x86: Improve error when we fail expected textPeter Zijlstra2021-05-121-19/+14
| | * | jump_label, x86: Factor out the __jump_table generationPeter Zijlstra2021-05-121-12/+12
| | * | jump_label, x86: Strip ASM jump_label supportPeter Zijlstra2021-05-121-36/+0
| | * | x86, objtool: Dont exclude arch/x86/realmode/Peter Zijlstra2021-05-121-1/+0
* | | | Merge tag 'efi-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-06-281-1/+1
|\ \ \ \
| * \ \ \ Merge tag 'efi-next-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2021-05-231-1/+1
| |\ \ \ \
| | * | | | x86/efi: Log 32/64-bit mismatch with kernel as an errorPaul Menzel2021-05-221-1/+1
| | | |/ / | | |/| |
* | | | | Merge tag 'x86_sev_for_v5.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-286-130/+160
|\ \ \ \ \
| * | | | | x86/sev: Use "SEV: " prefix for messages from sev.cJoerg Roedel2021-06-231-1/+1
| * | | | | x86/sev: Add defines for GHCB version 2 MSR protocol requestsBrijesh Singh2021-06-231-1/+15
| * | | | | x86/sev: Split up runtime #VC handler for correct state trackingJoerg Roedel2021-06-213-90/+91
| * | | | | x86/sev: Make sure IRQs are disabled while GHCB is activeJoerg Roedel2021-06-211-12/+22
| * | | | | x86/sev: Propagate #GP if getting linear instruction address failedJoerg Roedel2021-06-151-1/+8
| * | | | | x86/insn: Extend error reporting from insn_fetch_from_user[_inatomic]()Joerg Roedel2021-06-153-18/+16
| * | | | | x86/insn-eval: Make 0 a valid RIP for insn_get_effective_ip()Joerg Roedel2021-06-151-7/+7
| * | | | | x86/sev: Fix error message in runtime #VC handlerJoerg Roedel2021-06-151-1/+1
* | | | | | Merge tag 'x86_cpu_for_v5.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-2812-11/+70
|\ \ \ \ \ \
| * | | | | | x86/tsx: Clear CPUID bits when TSX always force abortsPawan Gupta2021-06-153-3/+40