aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-07-30Merge tag 'libata-5.14-2021-07-30' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 13-18/+0
2021-07-30arch: Kconfig: clean up obsolete use of HAVE_IDEGravatar Lukas Bulwahn 13-18/+0
2021-07-29Merge tag 'fallthrough-fixes-clang-5.14-rc4' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-0/+1
2021-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Gravatar Linus Torvalds 15-30/+31
2021-07-29ARM: riscpc: Fix fall-through warning for ClangGravatar Gustavo A. R. Silva 1-0/+1
2021-07-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 12-54/+58
2021-07-28alpha: register early reserved memory in memblockGravatar Mike Rapoport 1-6/+7
2021-07-27KVM: SVM: use vmcb01 in svm_refresh_apicv_exec_ctrlGravatar Maxim Levitsky 1-1/+1
2021-07-27KVM: SVM: tweak warning about enabled AVIC on nested entryGravatar Maxim Levitsky 1-1/+1
2021-07-27KVM: SVM: svm_set_vintr don't warn if AVIC is active but is about to be deact...Gravatar Maxim Levitsky 1-2/+5
2021-07-27KVM: s390: restore old debugfs namesGravatar Christian Borntraeger 3-27/+27
2021-07-27KVM: SVM: delay svm_vcpu_init_msrpm after svm->vmcb is initializedGravatar Paolo Bonzini 2-3/+3
2021-07-27x86/kvm: fix vcpu-id indexed array sizesGravatar Juergen Gross 2-3/+3
2021-07-26KVM: x86: Check the right feature bit for MSR_KVM_ASYNC_PF_ACK accessGravatar Vitaly Kuznetsov 1-2/+2
2021-07-26KVM: nSVM: Swap the parameter order for svm_copy_vmrun_state()/svm_copy_vmloa...Gravatar Vitaly Kuznetsov 3-13/+13
2021-07-26KVM: nSVM: Rename nested_svm_vmloadsave() to svm_copy_vmloadsave_state()Gravatar Vitaly Kuznetsov 3-5/+6
2021-07-25alpha: fix spelling mistakesGravatar gushengxian 5-6/+6
2021-07-25alpha: Remove space between * and parameter nameGravatar gushengxian 1-1/+1
2021-07-25alpha: fp_emul: avoid init/cleanup_module namesGravatar Arnd Bergmann 1-2/+4
2021-07-25alpha: Add syscall_get_return_value()Gravatar He Zhe 1-0/+6
2021-07-25alpha: fix typos in a commentGravatar tangchunyou 1-1/+1
2021-07-25alpha: defconfig: add necessary configs for boot testingGravatar Corentin Labbe 1-0/+1
2021-07-25alpha: Send stop IPI to send to online CPUsGravatar Prarit Bhargava 1-1/+1
2021-07-25alpha: convert comma to semicolonGravatar Zheng Yongjun 1-1/+1
2021-07-25alpha: remove undef inline in compiler.hGravatar Chen Li 1-11/+0
2021-07-25alpha: Kconfig: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 1-1/+1
2021-07-25alpha: __udiv_qrnnd should be exportedGravatar Corentin Labbe 1-0/+2
2021-07-26m68k/coldfire: change pll var. to clk_pllGravatar Randy Dunlap 1-1/+1
2021-07-25Merge tag 'powerpc-5.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 5-8/+68
2021-07-25Merge tag 'locking-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-3/+4
2021-07-24Merge tag 'riscv-for-linus-5.14-rc3' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-21/+48
2021-07-23riscv: __asm_copy_to-from_user: Fix: Typos in commentsGravatar Akira Tsukamoto 1-9/+9
2021-07-23riscv: __asm_copy_to-from_user: Remove unnecessary size checkGravatar Akira Tsukamoto 1-1/+0
2021-07-23riscv: __asm_copy_to-from_user: Fix: fail on RV32Gravatar Akira Tsukamoto 1-1/+1
2021-07-23riscv: __asm_copy_to-from_user: Fix: overrun copyGravatar Akira Tsukamoto 1-3/+3
2021-07-23riscv: stacktrace: pin the task's stack in get_wchanGravatar Jisheng Zhang 1-1/+5
2021-07-23Merge tag 'm68k-for-v5.14-tag2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+1
2021-07-23Merge tag 'char-misc-5.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2021-07-23Merge tag 'usb-5.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 9-14/+14
2021-07-23KVM: PPC: Book3S HV Nested: Sanitise H_ENTER_NESTED TM stateGravatar Nicholas Piggin 1-0/+20
2021-07-23KVM: PPC: Book3S: Fix H_RTAS rets buffer overflowGravatar Nicholas Piggin 1-3/+22
2021-07-22riscv: Make sure the kernel mapping does not overlap with IS_ERR_VALUEGravatar Alexandre Ghiti 1-2/+16
2021-07-22riscv: Make sure the linear mapping does not use the kernel mappingGravatar Alexandre Ghiti 1-0/+2
2021-07-22riscv: Fix memory_limit for 64-bit kernelGravatar Alexandre Ghiti 1-2/+9
2021-07-22Merge tag 'fallthrough-fixes-clang-5.14-rc3' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-0/+1
2021-07-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 4-34/+39
2021-07-22Merge tag 'hyperv-fixes-signed-20210722' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-1/+1
2021-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 2-4/+4
2021-07-21RISC-V: load initrd wherever it fits into memoryGravatar Heinrich Schuchardt 1-2/+2
2021-07-21Merge remote-tracking branch 'riscv/riscv-fix-32bit' into fixesGravatar Palmer Dabbelt 1-0/+1