summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arc-5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2020-07-077-27/+59
|\
| * ARCv2: support loop buffer (LPB) disablingEugeniy Paltsev2020-06-182-0/+14
| * ARC: build: remove deprecated toggle for arc700 buildsVineet Gupta2020-06-161-1/+1
| * ARC: build: allow users to specify -mcpuEugeniy Paltsev2020-06-162-2/+28
| * ARCv2: boot log: detect newer/upconing HS3x/HS4x releasesVineet Gupta2020-06-161-12/+7
| * ARC: elf: use right ELF_ARCHVineet Gupta2020-06-161-1/+1
| * ARC: [arcompact] fix bitrot with 2 levels of interruptVineet Gupta2020-06-161-1/+4
| * ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACEVineet Gupta2020-06-161-11/+5
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-07-0613-29/+60
|\ \
| * \ Merge tag 'kvmarm-fixes-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-07-062-5/+13
| |\ \
| | * | KVM: arm64: Stop clobbering x0 for HVC_SOFT_RESTARTAndrew Scull2020-07-061-4/+7
| | * | KVM: arm64: PMU: Fix per-CPU access in preemptible contextMarc Zyngier2020-07-061-1/+6
| * | | KVM: VMX: Use KVM_POSSIBLE_CR*_GUEST_BITS to initialize guest/host masksSean Christopherson2020-07-032-12/+7
| * | | KVM: x86: Mark CR4.TSD as being possibly owned by the guestSean Christopherson2020-07-032-1/+3
| * | | KVM: x86: Inject #GP if guest attempts to toggle CR4.LA57 in 64-bit modeSean Christopherson2020-07-031-0/+2
| * | | Merge tag 'kvmarm-fixes-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-07-015-8/+29
| |\| |
| | * | KVM: arm64: vgic-v4: Plug race between non-residency and v4.1 doorbellMarc Zyngier2020-06-231-0/+8
| | * | KVM: arm64: pvtime: Ensure task delay accounting is enabledAndrew Jones2020-06-221-3/+12
| | * | KVM: arm64: Fix kvm_reset_vcpu() return code being incorrect with SVESteven Price2020-06-221-3/+7
| | * | KVM: arm64: Annotate hyp NMI-related functions as __always_inlineAlexandru Elisei2020-06-222-2/+2
| | |/
| * | KVM: x86: bit 8 of non-leaf PDPEs is not reservedPaolo Bonzini2020-06-301-1/+1
| * | KVM: X86: Fix async pf caused null-ptr-derefWanpeng Li2020-06-291-0/+3
| * | Merge tag 'kvm-s390-master-5.8-3' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2020-06-241-4/+4
| |\ \
| | * | KVM: s390: reduce number of IO pins to 1Christian Borntraeger2020-06-181-4/+4
| | |/
* | | Merge tag 's390-5.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-07-067-26/+105
|\ \ \
| * | | s390: update defconfigsHeiko Carstens2020-07-013-19/+73
| * | | s390/cpum_sf: prohibit callchain data collectionThomas Richter2020-07-011-1/+10
| * | | s390/setup: init jump labels before command line parsingVasily Gorbik2020-06-291-0/+1
| * | | s390/maccess: add no DAT mode to kernel_writeVasily Gorbik2020-06-291-5/+9
| * | | s390/pci: fix enabling a reserved PCI functionNiklas Schnelle2020-06-291-1/+12
* | | | x86/ldt: use "pr_info_once()" instead of open-coding it badlyLinus Torvalds2020-07-051-10/+1
* | | | Merge tag 'x86-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-07-0512-64/+196
|\ \ \ \
| * | | | x86/ldt: Disable 16-bit segments on Xen PVAndy Lutomirski2020-07-041-1/+34
| * | | | x86/entry/32: Fix #MC and #DB wiring on x86_32Andy Lutomirski2020-07-043-12/+17
| * | | | x86/entry/xen: Route #DB correctly on Xen PVAndy Lutomirski2020-07-044-25/+44
| * | | | x86/entry, selftests: Further improve user entry sanity checksAndy Lutomirski2020-07-041-0/+19
| * | | | x86/entry/compat: Clear RAX high bits on Xen PV SYSENTERAndy Lutomirski2020-07-041-9/+10
| * | | | x86/entry/64/compat: Fix Xen PV SYSENTER frame setupAndy Lutomirski2020-07-012-4/+17
| * | | | x86/entry: Move SYSENTER's regs->sp and regs->flags fixups into CAndy Lutomirski2020-07-013-9/+19
| * | | | x86/entry: Assert that syscalls are on the right stackAndy Lutomirski2020-07-011-3/+15
| * | | | x86/split_lock: Don't write MSR_TEST_CTRL on CPUs that aren't whitelistedSean Christopherson2020-06-301-1/+10
| * | | | x86/fpu: Reset MXCSR to default in kernel_fpu_begin()Petteri Aimonen2020-06-292-0/+11
* | | | | Merge tag 'mips_fixes_5.8_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-07-053-8/+11
|\ \ \ \ \
| * | | | | MIPS: Do not use smp_processor_id() in preemptible codeXingxing Su2020-07-051-3/+5
| * | | | | MIPS: Add missing EHB in mtc0 -> mfc0 sequence for DSPenHauke Mehrtens2020-07-051-0/+1
| * | | | | MIPS: ingenic: gcw0: Fix HP detection GPIO.João H. Spies2020-06-251-1/+1
| * | | | | MIPS: lantiq: xway: sysctrl: fix the GPHY clock alias namesMartin Blumenstingl2020-06-151-4/+4
| | |_|_|/ | |/| | |
* | | | | Merge tag 'powerpc-5.8-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-07-041-3/+0
|\ \ \ \ \
| * | | | | powerpc/mm/pkeys: Make pkey access check work on execute_only_keyAneesh Kumar K.V2020-06-291-3/+0
* | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-07-045-17/+27
|\ \ \ \ \ \