aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-07-12Merge tag 'xtensa-20200712' of git://github.com/jcmvbkbc/linux-xtensaGravatar Linus Torvalds 3-6/+5
2020-07-11Merge tag 'riscv-for-linus-5.8-rc5' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-9/+11
2020-07-11Merge tag 'powerpc-5.8-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-1/+1
2020-07-10mips: Remove compiler check in unroll macroGravatar Nathan Chancellor 1-3/+1
2020-07-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 9-41/+50
2020-07-10Merge tag 's390-5.8-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 1-1/+1
2020-07-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 3-2/+8
2020-07-10KVM: MIPS: Fix build errors for 32bit kernelGravatar Huacai Chen 1-0/+4
2020-07-10KVM: nVMX: fixes for preemption timer migrationGravatar Paolo Bonzini 2-2/+4
2020-07-09riscv: Avoid kgdb.h including gdb_xml.h to solve unused-const-variable warningGravatar Vincent Chen 2-3/+4
2020-07-09kgdb: Move the extern declaration kgdb_has_hit_break() to generic kgdb.hGravatar Vincent Chen 1-1/+0
2020-07-09riscv: Fix "no previous prototype" compile warning in kgdb.c fileGravatar Vincent Chen 1-5/+5
2020-07-09riscv: enable the Kconfig prompt of STRICT_KERNEL_RWXGravatar Vincent Chen 1-0/+2
2020-07-09Restore gcc check in mips asm/unroll.hGravatar Cesar Eduardo Barros 1-1/+2
2020-07-09arm64/alternatives: don't patch up internal branchesGravatar Ard Biesheuvel 1-14/+2
2020-07-09s390/mm: fix huge pte soft dirty copyingGravatar Janosch Frank 1-1/+1
2020-07-09arm64: Add missing sentinel to erratum_1463225Gravatar Florian Fainelli 1-0/+1
2020-07-08arm64: kgdb: Fix single-step exception handling oopsGravatar Wei Li 1-1/+1
2020-07-08arm64: entry: Tidy up block comments and label numbersGravatar Will Deacon 1-8/+14
2020-07-08arm64: Rework ARM_ERRATUM_1414080 handlingGravatar Marc Zyngier 1-15/+19
2020-07-08arm64: arch_timer: Allow an workaround descriptor to disable compat vdsoGravatar Marc Zyngier 1-0/+1
2020-07-08arm64: Introduce a way to disable the 32bit vdsoGravatar Marc Zyngier 2-3/+12
2020-07-08arm64: entry: Fix the typo in the comment of el1_dbg()Gravatar Kevin Hao 1-1/+1
2020-07-08KVM: arm64: Fix definition of PAGE_HYP_DEVICEGravatar Will Deacon 1-1/+1
2020-07-08Raise gcc version requirement to 4.9Gravatar Linus Torvalds 2-13/+3
2020-07-08powerpc/64s/exception: Fix 0x1500 interrupt handler crashGravatar Nicholas Piggin 1-1/+1
2020-07-08xtensa: simplify xtensa_pmu_irq_handlerGravatar Xu Wang 1-3/+1
2020-07-07Merge tag 'arc-5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Gravatar Linus Torvalds 7-27/+59
2020-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 13-29/+60
2020-07-06Merge tag 's390-5.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 7-26/+105
2020-07-06Merge tag 'kvmarm-fixes-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Paolo Bonzini 2-5/+13
2020-07-06KVM: arm64: Stop clobbering x0 for HVC_SOFT_RESTARTGravatar Andrew Scull 1-4/+7
2020-07-06KVM: arm64: PMU: Fix per-CPU access in preemptible contextGravatar Marc Zyngier 1-1/+6
2020-07-05x86/ldt: use "pr_info_once()" instead of open-coding it badlyGravatar Linus Torvalds 1-10/+1
2020-07-05Merge tag 'x86-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 12-64/+196
2020-07-05Merge tag 'mips_fixes_5.8_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-8/+11
2020-07-05MIPS: Do not use smp_processor_id() in preemptible codeGravatar Xingxing Su 1-3/+5
2020-07-05MIPS: Add missing EHB in mtc0 -> mfc0 sequence for DSPenGravatar Hauke Mehrtens 1-0/+1
2020-07-04Merge tag 'powerpc-5.8-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-3/+0
2020-07-04Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 5-17/+27
2020-07-04x86/ldt: Disable 16-bit segments on Xen PVGravatar Andy Lutomirski 1-1/+34
2020-07-04x86/entry/32: Fix #MC and #DB wiring on x86_32Gravatar Andy Lutomirski 3-12/+17
2020-07-04x86/entry/xen: Route #DB correctly on Xen PVGravatar Andy Lutomirski 4-25/+44
2020-07-04x86/entry, selftests: Further improve user entry sanity checksGravatar Andy Lutomirski 1-0/+19
2020-07-04x86/entry/compat: Clear RAX high bits on Xen PV SYSENTERGravatar Andy Lutomirski 1-9/+10
2020-07-03Merge tag 'for-linus-5.8b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+0
2020-07-03vmalloc: fix the owner argument for the new __vmalloc_node_range callersGravatar Christoph Hellwig 2-2/+3
2020-07-03KVM: VMX: Use KVM_POSSIBLE_CR*_GUEST_BITS to initialize guest/host masksGravatar Sean Christopherson 2-12/+7
2020-07-03KVM: x86: Mark CR4.TSD as being possibly owned by the guestGravatar Sean Christopherson 2-1/+3
2020-07-03KVM: x86: Inject #GP if guest attempts to toggle CR4.LA57 in 64-bit modeGravatar Sean Christopherson 1-0/+2