summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-5.1-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-04-162-0/+92
|\
| * RISC-V: Fix Maximum Physical Memory 2GiB option for 64bit systemsAnup Patel2019-04-101-0/+8
| * RISC-V: Add separate defconfig for 32bit systemsAnup Patel2019-04-091-0/+84
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-04-1615-181/+268
|\ \
| * | KVM: x86: avoid misreporting level-triggered irqs as edge-triggered in tracingVitaly Kuznetsov2019-04-161-2/+2
| * | KVM: fix spectrev1 gadgetsPaolo Bonzini2019-04-161-1/+3
| * | KVM: x86: fix warning Using plain integer as NULL pointerHariprasad Kelam2019-04-161-1/+1
| * | KVM: x86: Always use 32-bit SMRAM save state for 32-bit kernelsSean Christopherson2019-04-162-4/+16
| * | KVM: x86: Don't clear EFER during SMM transitions for 32-bit vCPUSean Christopherson2019-04-161-10/+11
| * | KVM: x86: clear SMM flags before loading state while leaving SMMSean Christopherson2019-04-163-16/+10
| * | KVM: x86: Open code kvm_set_hflagsSean Christopherson2019-04-163-18/+19
| * | KVM: x86: Load SMRAM in a single shot when leaving SMMSean Christopherson2019-04-166-92/+92
| * | KVM: nVMX: Expose RDPMC-exiting only when guest supports PMULiran Alon2019-04-161-0/+25
| * | KVM: x86: Raise #GP when guest vCPU do not support PMULiran Alon2019-04-161-0/+4
| * | x86/kvm: move kvm_load/put_guest_xcr0 into atomic contextWANG Chao2019-04-164-6/+12
| * | KVM: x86: svm: make sure NMI is injected after nmi_singlestepVitaly Kuznetsov2019-04-161-0/+3
| * | svm/avic: Fix invalidate logical APIC id entrySuthikulpanit, Suravee2019-04-161-1/+2
| * | Revert "svm: Fix AVIC incomplete IPI emulation"Suthikulpanit, Suravee2019-04-161-4/+15
| * | kvm: mmu: Fix overflow on kvm mmu page limit calculationBen Gardon2019-04-164-16/+15
| * | KVM: nVMX: always use early vmcs check when EPT is disabledPaolo Bonzini2019-04-162-2/+21
| * | KVM: nVMX: allow tests to use bad virtual-APIC page addressPaolo Bonzini2019-04-163-10/+19
| * | KVM: x86/mmu: Fix an inverted list_empty() check when zapping sptesSean Christopherson2019-04-151-1/+1
* | | Merge tag 'powerpc-5.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-04-134-10/+14
|\ \ \
| * | | powerpc/mm: Define MAX_PHYSMEM_BITS for all 64-bit configsMichael Ellerman2019-04-101-1/+1
| * | | powerpc/64s/radix: Fix radix segment exception handlingNicholas Piggin2019-04-081-0/+12
| * | | powerpc/vdso32: fix CLOCK_MONOTONIC on PPC64Christophe Leroy2019-04-081-1/+1
| * | | powerpc/32: Fix early boot failure with RTAS built-inChristophe Leroy2019-04-011-8/+0
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-04-134-16/+23
|\ \ \ \
| * | | | arm64: futex: Fix FUTEX_WAKE_OP atomic ops with non-zero result valueWill Deacon2019-04-121-8/+8
| * | | | arm64: backtrace: Don't bother trying to unwind the userspace stackWill Deacon2019-04-081-6/+9
| * | | | arm64/ftrace: fix inadvertent BUG() in trampoline checkArd Biesheuvel2019-04-082-2/+6
| | |_|/ | |/| |
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-04-122-26/+21
|\ \ \ \
| * | | | x86/asm: Use stricter assembly constraints in bitopsAlexander Potapenko2019-04-061-23/+18
| * | | | x86/resctrl: Fix typos in the mba_sc mount optionXiaochen Shen2019-04-011-3/+3
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-04-123-16/+145
|\ \ \ \ \
| * | | | | x86/perf/amd: Remove need to check "running" bit in NMI handlerLendacky, Thomas2019-04-102-12/+22
| * | | | | x86/perf/amd: Resolve NMI latency issues for active PMCsLendacky, Thomas2019-04-031-1/+55
| * | | | | x86/perf/amd: Resolve race condition when disabling PMCLendacky, Thomas2019-04-031-3/+62
| * | | | | perf/x86/intel: Initialize TFA MSRPeter Zijlstra2019-04-031-0/+6
| * | | | | perf/x86/intel: Fix handling of wakeup_events for multi-entry PEBSStephane Eranian2019-04-031-1/+1
* | | | | | Merge tag 'dma-mapping-5.1-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-04-121-9/+11
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | sparc64/pci_sun4v: fix ATU checks for large DMA masksChristoph Hellwig2019-04-101-9/+11
| | |_|/ / | |/| | |
* | | | | Merge tag 'mips_fixes_5.1_2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-04-093-3/+11
|\ \ \ \ \
| * | | | | MIPS: generic: Add switchdev, pinctrl and fit to ocelot_defconfigHoratiu Vultur2019-04-041-0/+8
| * | | | | MIPS: SGI-IP27: Fix use of unchecked pointer in shutdown_bridge_irqThomas Bogendoerfer2019-03-281-2/+1
| * | | | | MIPS: KGDB: fix kgdb support for SMP platforms.Chong Qiao2019-03-281-1/+2
* | | | | | Merge tag 'xtensa-20190408' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2019-04-084-11/+24
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | xtensa: fix format string warning in init_pmdMax Filippov2019-04-041-1/+1
| * | | | | xtensa: fix return_addressMax Filippov2019-04-041-1/+5
| * | | | | xtensa: fix initialization of pt_regs::syscall in start_threadMax Filippov2019-04-031-9/+12