aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-06-25Merge tag 's390-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 3-2/+5
2020-06-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 13-82/+74
2020-06-23s390/debug: avoid kernel warning on too large number of pagesGravatar Christian Borntraeger 1-1/+2
2020-06-23s390/kasan: fix early pgm check handler executionGravatar Vasily Gorbik 1-0/+2
2020-06-23s390: fix system call single steppingGravatar Sven Schnelle 1-1/+1
2020-06-23KVM: VMX: Remove vcpu_vmx's defunct copy of host_pkruGravatar Sean Christopherson 1-2/+0
2020-06-23KVM: x86: allow TSC to differ by NTP correction bounds without TSC scalingGravatar Marcelo Tosatti 1-1/+2
2020-06-23KVM: X86: Fix MSR range of APIC registers in X2APIC modeGravatar Xiaoyao Li 1-2/+2
2020-06-22KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROLGravatar Sean Christopherson 3-26/+0
2020-06-22KVM: nVMX: Plumb L2 GPA through to PML emulationGravatar Sean Christopherson 5-10/+11
2020-06-22KVM: x86/mmu: Avoid mixing gpa_t with gfn_t in walk_addr_generic()Gravatar Vitaly Kuznetsov 1-6/+3
2020-06-22KVM: LAPIC: ensure APIC map is up to date on concurrent update requestsGravatar Paolo Bonzini 2-21/+32
2020-06-22kvm: lapic: fix broken vcpu hotplugGravatar Igor Mammedov 1-0/+1
2020-06-21Merge tag 'kbuild-fixes-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2020-06-21Merge tag 'powerpc-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 4-17/+27
2020-06-20Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+2
2020-06-20Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 1-13/+3
2020-06-20Merge tag 'libnvdimm-for-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-7/+545
2020-06-20Merge tag 's390-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 12-40/+106
2020-06-20Merge tag 'riscv-for-linus-5.8-rc2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-6/+22
2020-06-20powerpc/8xx: Provide ptep_get() with 16k pagesGravatar Christophe Leroy 1-0/+10
2020-06-19Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 10-57/+63
2020-06-19Revert "KVM: VMX: Micro-optimize vmexit time when not exposing PMU"Gravatar Vitaly Kuznetsov 1-2/+1
2020-06-19x86/platform/intel-mid: convert to use i2c_new_client_device()Gravatar Wolfram Sang 1-2/+2
2020-06-18RISC-V: Acquire mmap lock before invoking walk_page_rangeGravatar Atish Patra 1-2/+12
2020-06-18RISC-V: Don't allow write+exec only page mapping request in mmapGravatar Yash Shah 1-0/+6
2020-06-18Merge branch 'hch' (maccess patches from Christoph Hellwig)Gravatar Linus Torvalds 50-104/+117
2020-06-18maccess: make get_kernel_nofault() check for minimal type compatibilityGravatar Linus Torvalds 6-7/+7
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultGravatar Christoph Hellwig 18-32/+32
2020-06-18arm64: hw_breakpoint: Don't invoke overflow handler on uaccess watchpointsGravatar Will Deacon 1-18/+26
2020-06-18arm64: kexec_file: Use struct_size() in kmalloc()Gravatar Gustavo A. R. Silva 1-2/+1
2020-06-18arm64: mm: reserve hugetlb CMA after numa_initGravatar Barry Song 1-5/+10
2020-06-17s390: fix syscall_get_error for compat processesGravatar Dmitry V. Levin 1-1/+11
2020-06-17maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofaultGravatar Christoph Hellwig 8-13/+17
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultGravatar Christoph Hellwig 31-57/+66
2020-06-17powerpc/syscalls: Use the number when building SPU syscall tableGravatar Michael Ellerman 1-1/+1
2020-06-17powerpc/8xx: use pmd_off() to access a PMD entry in pte_update()Gravatar Mike Rapoport 1-5/+3
2020-06-17arm64: bti: Require clang >= 10.0.1 for in-kernel BTI supportGravatar Will Deacon 1-0/+2
2020-06-17kconfig: unify cc-option and as-optionGravatar Masahiro Yamada 1-1/+1
2020-06-16kretprobe: Prevent triggering kretprobe from within kprobe_flush_taskGravatar Jiri Olsa 1-13/+3
2020-06-16Merge tag 'flex-array-conversions-5.8-rc2' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 1-1/+1
2020-06-16x86/purgatory: Add -fno-stack-protectorGravatar Arvind Sankar 1-0/+1
2020-06-16arm64: sve: Fix build failure when ARM64_SVE=y and SYSCTL=nGravatar Will Deacon 1-3/+3
2020-06-16arm64: pgtable: Clear the GP bit for non-executable kernel pagesGravatar Will Deacon 1-1/+1
2020-06-16s390/numa: let NODES_SHIFT depend on NEED_MULTIPLE_NODESGravatar Heiko Carstens 1-0/+1
2020-06-16s390/vdso: fix vDSO clock_getres()Gravatar Vincenzo Frascino 4-6/+8
2020-06-16s390/vdso: Use $(LD) instead of $(CC) to link vDSOGravatar Nathan Chancellor 1-6/+4
2020-06-16s390/protvirt: use scnprintf() instead of snprintf()Gravatar Chen Zhou 1-4/+4
2020-06-16s390: use scnprintf() in sys_##_prefix##_##_name##_showGravatar Chen Zhou 1-1/+1
2020-06-16s390/crypto: use scnprintf() instead of snprintf()Gravatar Chen Zhou 1-7/+7