aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-06-27Merge tag 'juno-fix-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sud...Gravatar Arnd Bergmann 1-73/+73
2020-06-26Merge branch 'linus' into x86/entry, to resolve conflictsGravatar Ingo Molnar 95-329/+961
2020-06-26arm64: use PAGE_KERNEL_ROX directly in alloc_insn_pageGravatar Christoph Hellwig 1-9/+3
2020-06-26x86/hyperv: allocate the hypercall page with only read and execute bitsGravatar Christoph Hellwig 2-1/+5
2020-06-26openrisc: fix boot oops when DEBUG_VM is enabledGravatar Stafford Horne 1-0/+5
2020-06-25riscv: Fixup __vdso_gettimeofday broke dynamic ftraceGravatar Guo Ren 1-0/+3
2020-06-25riscv: Add extern declarations for vDSO time-related functionsGravatar Vincent Chen 1-0/+6
2020-06-25riscv: Add -fPIC option to CFLAGS_vgettimeofday.oGravatar Vincent Chen 1-1/+1
2020-06-25arm64: Add KRYO{3,4}XX silver CPU cores to SSB safelistGravatar Sai Prakash Ranjan 1-0/+2
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-25arm64: perf: Report the PC value in REGS_ABI_32 modeGravatar Jiping Ma 1-3/+22
2020-06-25x86/entry: Fix #UD vs WARN moreGravatar Peter Zijlstra 1-34/+38
2020-06-25x86/entry: Increase entry_stack size to a full pageGravatar Peter Zijlstra 1-1/+1
2020-06-25x86/entry: Fixup bad_iret vs noinstrGravatar Peter Zijlstra 2-3/+7
2020-06-25MIPS: ingenic: gcw0: Fix HP detection GPIO.Gravatar João H. Spies 1-1/+1
2020-06-24arm64: kpti: Add KRYO{3, 4}XX silver CPU cores to kpti safelistGravatar Sai Prakash Ranjan 1-0/+2
2020-06-24arm64: Don't insert a BTI instruction at inner labelsGravatar Jean-Philippe Brucker 1-6/+0
2020-06-24arm64: vdso: Don't use gcc plugins for building vgettimeofday.cGravatar Alexander Popov 1-1/+1
2020-06-24arm64: vdso: Only pass --no-eh-frame-hdr when linker supports itGravatar Will Deacon 1-2/+3
2020-06-24ARM: imx6: add missing put_device() call in imx6q_suspend_init()Gravatar yu kuai 1-4/+6
2020-06-24ARM: imx5: add missing put_device() call in imx_suspend_alloc_ocram()Gravatar yu kuai 1-2/+4
2020-06-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 13-82/+74
2020-06-23arm64: Depend on newer binutils when building PACGravatar Mark Brown 1-2/+2
2020-06-23arm64: compat: Remove 32-bit sigreturn code from the vDSOGravatar Will Deacon 3-71/+0
2020-06-23arm64: compat: Always use sigpage for sigreturn trampolineGravatar Will Deacon 1-25/+0
2020-06-23arm64: compat: Allow 32-bit vdso and sigpage to co-existGravatar Will Deacon 4-36/+32
2020-06-23arm64: vdso: Disable dwarf unwinding through the sigreturn trampolineGravatar Will Deacon 2-21/+35
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-23ARM: dts: imx6ul-kontron: Change WDOG_ANY signal from push-pull to open-drainGravatar Frieder Schrempf 1-1/+1
2020-06-23ARM: dts: imx6ul-kontron: Move watchdog from Kontron i.MX6UL/ULL board to SoMGravatar Frieder Schrempf 2-13/+13
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-22powerpc/kvm/book3s64: Fix kernel crash with nested kvm & DEBUG_VIRTUALGravatar Aneesh Kumar K.V 1-1/+2
2020-06-22powerpc/fsl_booke/32: Fix build with CONFIG_RANDOMIZE_BASEGravatar Arseny Solokha 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