summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-3175-152/+290
|\
| * Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-07-3112-2/+62
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-07-2911-0/+60
| | |\
| | | * bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2021-07-2911-0/+60
| | * | arm64: dts: imx8mp: remove fallback compatible string for FlexCANJoakim Zhang2021-07-241-2/+2
| * | | Merge tag 'libata-5.14-2021-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-3013-18/+0
| |\ \ \
| | * | | arch: Kconfig: clean up obsolete use of HAVE_IDELukas Bulwahn2021-07-3013-18/+0
| * | | | Merge tag 'fallthrough-fixes-clang-5.14-rc4' of git://git.kernel.org/pub/scm/...Linus Torvalds2021-07-301-0/+1
| |\ \ \ \
| | * | | | ARM: riscpc: Fix fall-through warning for ClangGustavo A. R. Silva2021-07-291-0/+1
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds2021-07-3015-30/+31
| |\ \ \ \ \
| | * | | | | alpha: register early reserved memory in memblockMike Rapoport2021-07-291-6/+7
| | * | | | | alpha: fix spelling mistakesgushengxian2021-07-265-6/+6
| | * | | | | alpha: Remove space between * and parameter namegushengxian2021-07-261-1/+1
| | * | | | | alpha: fp_emul: avoid init/cleanup_module namesArnd Bergmann2021-07-261-2/+4
| | * | | | | alpha: Add syscall_get_return_value()He Zhe2021-07-261-0/+6
| | * | | | | alpha: fix typos in a commenttangchunyou2021-07-261-1/+1
| | * | | | | alpha: defconfig: add necessary configs for boot testingCorentin Labbe2021-07-261-0/+1
| | * | | | | alpha: Send stop IPI to send to online CPUsPrarit Bhargava2021-07-261-1/+1
| | * | | | | alpha: convert comma to semicolonZheng Yongjun2021-07-261-1/+1
| | * | | | | alpha: remove undef inline in compiler.hChen Li2021-07-261-11/+0
| | * | | | | alpha: Kconfig: Replace HTTP links with HTTPS onesAlexander A. Klimov2021-07-261-1/+1
| | * | | | | alpha: __udiv_qrnnd should be exportedCorentin Labbe2021-07-261-0/+2
| | |/ / / /
| * | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-07-2912-54/+58
| |\ \ \ \ \
| | * | | | | KVM: SVM: use vmcb01 in svm_refresh_apicv_exec_ctrlMaxim Levitsky2021-07-271-1/+1
| | * | | | | KVM: SVM: tweak warning about enabled AVIC on nested entryMaxim Levitsky2021-07-271-1/+1
| | * | | | | KVM: SVM: svm_set_vintr don't warn if AVIC is active but is about to be deact...Maxim Levitsky2021-07-271-2/+5
| | * | | | | KVM: s390: restore old debugfs namesChristian Borntraeger2021-07-273-27/+27
| | * | | | | KVM: SVM: delay svm_vcpu_init_msrpm after svm->vmcb is initializedPaolo Bonzini2021-07-272-3/+3
| | * | | | | x86/kvm: fix vcpu-id indexed array sizesJuergen Gross2021-07-272-3/+3
| | * | | | | KVM: x86: Check the right feature bit for MSR_KVM_ASYNC_PF_ACK accessVitaly Kuznetsov2021-07-261-2/+2
| | * | | | | KVM: nSVM: Swap the parameter order for svm_copy_vmrun_state()/svm_copy_vmloa...Vitaly Kuznetsov2021-07-263-13/+13
| | * | | | | KVM: nSVM: Rename nested_svm_vmloadsave() to svm_copy_vmloadsave_state()Vitaly Kuznetsov2021-07-263-5/+6
| | * | | | | Merge tag 'kvmarm-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2021-07-191-1/+1
| | |\ \ \ \ \
| | | * | | | | KVM: arm64: Fix detection of shared VMAs on guest faultMarc Zyngier2021-07-141-1/+1
| * | | | | | | m68k/coldfire: change pll var. to clk_pllRandy Dunlap2021-07-261-1/+1
| | |_|/ / / / | |/| | | | |
| * | | | | | Merge tag 'powerpc-5.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-07-255-8/+68
| |\ \ \ \ \ \
| | * | | | | | KVM: PPC: Book3S HV Nested: Sanitise H_ENTER_NESTED TM stateNicholas Piggin2021-07-231-0/+20
| | * | | | | | KVM: PPC: Book3S: Fix H_RTAS rets buffer overflowNicholas Piggin2021-07-231-3/+22
| | * | | | | | KVM: PPC: Fix kvm_arch_vcpu_ioctl vcpu_load leakNicholas Piggin2021-07-171-2/+2
| | * | | | | | KVM: PPC: Book3S: Fix CONFIG_TRANSACTIONAL_MEM=n crashNicholas Piggin2021-07-171-0/+2
| | * | | | | | KVM: PPC: Book3S HV P9: Fix guest TM supportNicholas Piggin2021-07-151-3/+22
| | | |/ / / / | | |/| | | |
| * | | | | | Merge tag 'locking-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-07-251-3/+4
| |\ \ \ \ \ \
| | * | | | | | jump_labels: Mark __jump_label_transform() as __always_inlined to work around...Ingo Molnar2021-07-131-3/+4
| | |/ / / / /
| * | | | | | Merge tag 'riscv-for-linus-5.14-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-07-254-21/+48
| |\ \ \ \ \ \
| | * | | | | | riscv: __asm_copy_to-from_user: Fix: Typos in commentsAkira Tsukamoto2021-07-241-9/+9
| | * | | | | | riscv: __asm_copy_to-from_user: Remove unnecessary size checkAkira Tsukamoto2021-07-241-1/+0
| | * | | | | | riscv: __asm_copy_to-from_user: Fix: fail on RV32Akira Tsukamoto2021-07-241-1/+1
| | * | | | | | riscv: __asm_copy_to-from_user: Fix: overrun copyAkira Tsukamoto2021-07-241-3/+3
| | * | | | | | riscv: stacktrace: pin the task's stack in get_wchanJisheng Zhang2021-07-241-1/+5
| | * | | | | | riscv: Make sure the kernel mapping does not overlap with IS_ERR_VALUEAlexandre Ghiti2021-07-231-2/+16