summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* sparc32: use PUD rather than PGD to get PMD in srmmu_nocache_init()Mike Rapoport2020-05-231-1/+1
* sh: include linux/time_types.h for sockiosArnd Bergmann2020-05-231-0/+2
* x86: bitops: fix build regressionNick Desaulniers2020-05-231-6/+6
* Merge tag 'riscv-for-linus-5.7-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-05-222-2/+2
|\
| * RISC-V: gp_in_global needs register keywordPalmer Dabbelt2020-05-211-1/+1
| * riscv: Fix print_vm_layout build error if NOMMUKefeng Wang2020-05-201-1/+1
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-05-222-4/+5
|\ \
| * | arm64: Add get_user() type annotation on the !access_ok() pathAl Viro2020-05-221-1/+1
| * | arm64: Fix PTRACE_SYSEMU semanticsKeno Fischer2020-05-201-3/+4
* | | Merge tag 'powerpc-5.7-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-05-224-14/+19
|\ \ \
| * | | powerpc/64s: Disable STRICT_KERNEL_RWXMichael Ellerman2020-05-221-1/+1
| * | | Revert "powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits."Christophe Leroy2020-05-203-13/+18
* | | | Merge tag 'for-linus-5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-05-203-2/+3
|\ \ \ \
| * | | | um: Fix typo in vector driver transport option definitionIgnat Korchagin2020-04-291-1/+1
| * | | | um: syscall.c: include <asm/unistd.h>Johannes Berg2020-04-291-0/+1
| * | | | um: Fix xor.h includeJohannes Berg2020-04-291-1/+1
* | | | | Merge tag 'arc-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2020-05-199-16/+16
|\ \ \ \ \
| * | | | | ARC: show_regs: avoid extra line of outputVineet Gupta2020-05-141-8/+6
| * | | | | ARC: guard dsp early init against non ARCv2Eugeniy Paltsev2020-04-291-0/+2
| * | | | | ARC: [plat-eznps]: Restrict to CONFIG_ISA_ARCOMPACTVineet Gupta2020-04-271-0/+1
| * | | | | ARC: entry: commentVineet Gupta2020-04-121-0/+2
| * | | | | arc: remove #ifndef CONFIG_AS_CFI_SIGNAL_FRAMEMasahiro Yamada2020-04-121-2/+0
| * | | | | arc: ptrace: hard-code "arc" instead of UTS_MACHINEMasahiro Yamada2020-04-122-4/+1
| * | | | | ARC: [plat-hsdk]: fix USB regressionEugeniy Paltsev2020-04-121-0/+1
| * | | | | ARC: Fix ICCM & DCCM runtime size checksEugeniy Paltsev2020-04-121-2/+3
* | | | | | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-05-191-2/+17
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | x86/hyperv: Properly suspend/resume reenlightenment notificationsVitaly Kuznetsov2020-05-131-2/+17
* | | | | | Merge tag 'objtool-urgent-2020-05-17' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-05-171-7/+9
|\ \ \ \ \ \
| * | | | | | x86/unwind/orc: Fix error handling in __unwind_start()Josh Poimboeuf2020-05-151-7/+9
* | | | | | | Merge tag 'x86_urgent_for_v5.7-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-05-173-1/+15
|\ \ \ \ \ \ \
| * | | | | | | x86: Fix early boot crash on gcc-10, third tryBorislav Petkov2020-05-153-1/+15
| |/ / / / / /
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-05-166-85/+97
|\ \ \ \ \ \ \
| * | | | | | | KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mceJim Mattson2020-05-151-1/+1
| * | | | | | | Merge branch 'kvm-amd-fixes' into HEADPaolo Bonzini2020-05-156-84/+96
| |\ \ \ \ \ \ \
| | * | | | | | | KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.cBabu Moger2020-05-133-18/+18
| | * | | | | | | KVM: SVM: Disable AVIC before setting V_IRQSuravee Suthikulpanit2020-05-081-1/+12
| | * | | | | | | KVM: Introduce kvm_make_all_cpus_request_except()Suravee Suthikulpanit2020-05-082-2/+2
| | * | | | | | | KVM: VMX: pass correct DR6 for GD userspace exitPaolo Bonzini2020-05-081-1/+1
| | * | | | | | | KVM: x86, SVM: isolate vcpu->arch.dr6 from vmcb->save.dr6Paolo Bonzini2020-05-085-30/+32
| | * | | | | | | KVM: SVM: keep DR6 synchronized with vcpu->arch.dr6Paolo Bonzini2020-05-085-28/+21
| | * | | | | | | KVM: nSVM: trap #DB and #BP to userspace if guest debugging is onPaolo Bonzini2020-05-071-0/+8
| | * | | | | | | KVM: X86: Fix single-step with KVM_SET_GUEST_DEBUGPeter Xu2020-05-071-1/+1
| | * | | | | | | KVM: X86: Set RTM for DB_VECTOR too for KVM_EXIT_DEBUGPeter Xu2020-05-071-1/+1
| | * | | | | | | KVM: x86: fix DR6 delivery for various cases of #DB injectionPaolo Bonzini2020-05-073-11/+9
| | * | | | | | | KVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properlyPeter Xu2020-05-073-0/+3
* | | | | | | | | Merge tag 'powerpc-5.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-05-169-33/+78
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | powerpc/40x: Make more space for system call exceptionChristophe Leroy2020-05-121-1/+2
| * | | | | | | | powerpc/vdso32: Fallback on getres syscall when clock is unknownChristophe Leroy2020-05-111-3/+3
| * | | | | | | | powerpc/32s: Fix build failure with CONFIG_PPC_KUAP_DEBUGChristophe Leroy2020-05-071-1/+1
| * | | | | | | | powerpc/ima: Fix secure boot rules in ima arch policyNayna Jain2020-05-071-3/+3