summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_urgent_for_v5.19' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-07-314-31/+19
|\
| * x86/bugs: Do not enable IBPB at firmware entry when IBPB is not availableThadeu Lima de Souza Cascardo2022-07-291-0/+1
| * Revert "x86/sev: Expose sev_es_ghcb_hv_call() for use by HyperV"Borislav Petkov2022-07-273-31/+18
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-07-302-9/+9
|\ \
| * | ARM: findbit: fix overflowing offsetRussell King (Oracle)2022-07-291-8/+8
| * | ARM: 9216/1: Fix MAX_DMA_ADDRESS overflowFlorian Fainelli2022-07-271-1/+1
* | | Merge tag 'riscv-for-linus-5.19-rc9' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-07-291-1/+1
|\ \ \
| * | | riscv: compat: vdso: Fix vdso_install targetEmil Renner Berthing2022-07-221-1/+1
* | | | Merge tag 'loongarch-fixes-5.19-5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-07-2930-427/+277
|\ \ \ \
| * | | | LoongArch: Fix wrong "ROM Size" of boardinfoTiezhu Yang2022-07-291-1/+1
| * | | | LoongArch: Fix missing fcsr in ptrace's fpr_setQi Hu2022-07-291-5/+7
| * | | | LoongArch: Fix shared cache size calculationHuacai Chen2022-07-291-2/+9
| * | | | LoongArch: Disable executable stack by defaultHuacai Chen2022-07-291-2/+0
| * | | | LoongArch: Remove unused variablesBibo Mao2022-07-292-32/+0
| * | | | LoongArch: Remove clock setting during cpu hotplug stageBibo Mao2022-07-291-100/+13
| * | | | LoongArch: Remove useless header compiler.hJun Yi2022-07-298-32/+6
| * | | | LoongArch: Remove several syntactic sugar macros for branchesWANG Xuerui2022-07-291-12/+0
| * | | | LoongArch: Re-tab the assembly filesWANG Xuerui2022-07-297-163/+163
| * | | | LoongArch: Simplify "BGT foo, zero" with BGTZWANG Xuerui2022-07-292-2/+2
| * | | | LoongArch: Simplify "BLT foo, zero" with BLTZWANG Xuerui2022-07-292-7/+7
| * | | | LoongArch: Simplify "BEQ/BNE foo, zero" with BEQZ/BNEZWANG Xuerui2022-07-294-22/+22
| * | | | LoongArch: Use the "move" pseudo-instruction where applicableWANG Xuerui2022-07-295-8/+8
| * | | | LoongArch: Use the "jr" pseudo-instruction where applicableWANG Xuerui2022-07-295-15/+15
| * | | | LoongArch: Use ABI names of registers where appropriateWANG Xuerui2022-07-297-55/+55
| | |_|/ | |/| |
* | | | Merge tag 'powerpc-5.19-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-07-292-0/+5
|\ \ \ \
| * | | | drm/amdgpu: Re-enable DCN for 64-bit powerpcMichael Ellerman2022-07-261-0/+4
| * | | | Merge tag 'v5.19-rc7' into fixesMichael Ellerman2022-07-25228-1505/+3190
| |\ \ \ \
| * | | | | powerpc/64s: Disable stack variable initialisation for prom_initMichael Ellerman2022-07-201-0/+1
* | | | | | Merge tag 'soc-fixes-5.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-07-278-10/+10
|\ \ \ \ \ \
| * | | | | | ARM: pxa2xx: Fix GPIO descriptor tablesLinus Walleij2022-07-227-9/+9
| * | | | | | Merge tag 'at91-fixes-5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2022-07-211-1/+1
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | ARM: dts: lan966x: fix sys_clk frequencyMichael Walle2022-07-181-1/+1
* | | | | | | Merge tag 's390-5.19-7' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-07-261-3/+6
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | s390/archrandom: prevent CPACF trng invocations in interrupt contextHarald Freudenberger2022-07-211-3/+6
* | | | | | | Merge tag 'perf_urgent_for_v5.19_rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-07-241-9/+10
|\ \ \ \ \ \ \
| * | | | | | | perf/x86/intel/lbr: Fix unchecked MSR access error on HSWKan Liang2022-07-201-9/+10
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'x86_urgent_for_v5.19_rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-07-246-6/+24
|\ \ \ \ \ \ \
| * | | | | | | x86/speculation: Make all RETbleed mitigations 64-bit onlyBen Hutchings2022-07-231-4/+4
| * | | | | | | lkdtm: Disable return thunks in rodata.cJosh Poimboeuf2022-07-201-0/+1
| * | | | | | | x86/bugs: Warn when "ibrs" mitigation is selected on Enhanced IBRS partsPawan Gupta2022-07-201-0/+3
| * | | | | | | x86/alternative: Report missing return thunk detailsKees Cook2022-07-201-1/+3
| * | | | | | | x86/amd: Use IBPB for firmware callsPeter Zijlstra2022-07-183-1/+13
| |/ / / / / /
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-07-231-0/+8
|\ \ \ \ \ \ \
| * | | | | | | KVM: x86: Protect the unused bits in MSR exiting flagsAaron Lewis2022-07-191-0/+8
* | | | | | | | Merge tag 'riscv-for-linus-5.19-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-07-228-9/+10
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | riscv: add as-options for modules with assembly compontentsBen Dooks2022-07-211-0/+1
| * | | | | | | riscv: dts: align gpio-key node names with dtschemaKrzysztof Kozlowski2022-07-145-7/+7
| * | | | | | | RISC-V: kexec: Fix build error without CONFIG_KEXECLi Zhengyu2022-07-141-1/+1
| * | | | | | | RISCV: kexec: Fix build error without CONFIG_MODULESLi Zhengyu2022-07-141-1/+1
* | | | | | | | csky/tlb: Remove tlb_flush() definePeter Zijlstra2022-07-211-2/+0