| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-09-14 | powerpc/64s: Remove overlaps_kvm_tmp() |  Michael Ellerman | 2 | -15/+0 |
| 2019-09-14 | powerpc/kvm: Move kvm_tmp into .text, shrink to 64K |  Michael Ellerman | 2 | -19/+13 |
| 2019-09-14 | powerpc/powernv: Fix build with IOMMU_API=n |  Michael Ellerman | 1 | -1/+1 |
| 2019-09-14 | powerpc/eeh: Fix build with STACKTRACE=n |  Michael Ellerman | 3 | -1/+6 |
| 2019-09-13 | arm64: dts: imx8mq: Add CAAM node |  Andrey Smirnov | 1 | -0/+30 |
| 2019-09-13 | s390: add support for IBM z15 machines |  Martin Schwidefsky | 4 | -0/+27 |
| 2019-09-13 | s390/crypto: Support for SHA3 via CPACF (MSA6) |  Joerg Schmidbauer | 8 | -27/+374 |
| 2019-09-13 | s390/startup: add pgm check info printing |  Vasily Gorbik | 4 | -2/+101 |
| 2019-09-12 | parisc: Have git ignore generated real2.S and firmware.c |  Jeroen Roovers | 1 | -0/+2 |
| 2019-09-12 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 2 | -16/+23 |
| 2019-09-12 | KVM: s390: Do not leak kernel stack data in the KVM_S390_INTERRUPT ioctl |  Thomas Huth | 2 | -1/+11 |
| 2019-09-12 | KVM: s390: kvm_s390_vm_start_migration: check dirty_bitmap before using it as target for memset() |  Igor Mammedov | 1 | -0/+2 |
| 2019-09-12 | Merge branch 'aspeed/dt-3' into arm/late |  Arnd Bergmann | 4 | -0/+1496 |
| 2019-09-12 | ARM: dts: aspeed: Add AST2600 pinmux nodes |  Andrew Jeffery | 2 | -6/+1155 |
| 2019-09-12 | ARM: dts: aspeed: Add AST2600 and EVB |  Joel Stanley | 3 | -0/+347 |
| 2019-09-12 | powerpc/xive: Fix bogus error code returned by OPAL |  Greg Kurz | 3 | -2/+13 |
| 2019-09-12 | powerpc/pseries: correctly track irq state in default idle |  Nathan Lynch | 1 | -0/+3 |
| 2019-09-12 | powerpc/watchpoint: Disable watchpoint hit by larx/stcx instructions |  Ravi Bangoria | 1 | -16/+33 |
| 2019-09-12 | powerpc/powernv: Add new opal message type |  Vasant Hegde | 2 | -1/+8 |
| 2019-09-12 | powerpc/powernv: Enhance opal message read interface |  Vasant Hegde | 1 | -10/+21 |
| 2019-09-12 | powerpc/powernv: Remove unused pnv_npu_try_dma_set_bypass() function |  Christoph Hellwig | 1 | -99/+0 |
| 2019-09-12 | powerpc/memcpy: Fix stack corruption for smaller sizes |  Santosh Sivaraj | 1 | -1/+1 |
| 2019-09-12 | powerpc: Add attributes for setjmp/longjmp |  Segher Boessenkool | 1 | -2/+2 |
| 2019-09-11 | Merge tag 'samsung-soc-5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/late |  Arnd Bergmann | 5 | -2/+9 |
| 2019-09-11 | KVM: x86: Fix INIT signal handling in various CPU states |  Liran Alon | 5 | -4/+46 |
| 2019-09-11 | KVM: VMX: Introduce exit reason for receiving INIT signal on guest-mode |  Liran Alon | 1 | -0/+2 |
| 2019-09-11 | Merge tag 'kvm-s390-next-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD |  Paolo Bonzini | 2 | -1/+11 |
| 2019-09-11 | KVM: VMX: Stop the preemption timer during vCPU reset |  Wanpeng Li | 1 | -0/+1 |
| 2019-09-11 | KVM: LAPIC: Micro optimize IPI latency |  Wanpeng Li | 1 | -5/+4 |
| 2019-09-11 | kvm: Nested KVM MMUs need PAE root too |  Jiří Paleček | 1 | -8/+22 |
| 2019-09-11 | KVM: x86: set ctxt->have_exception in x86_decode_insn() |  Jan Dakinevich | 2 | -0/+8 |
| 2019-09-11 | KVM: x86: always stop emulation on page fault |  Jan Dakinevich | 1 | -1/+3 |
| 2019-09-11 | cpuidle-haltpoll: Enable kvm guest polling when dedicated physical CPUs are available |  Wanpeng Li | 1 | -0/+1 |
| 2019-09-11 | KVM: nVMX: trace nested VM-Enter failures detected by H/W |  Sean Christopherson | 3 | -8/+30 |
| 2019-09-11 | KVM: nVMX: add tracepoint for failed nested VM-Enter |  Sean Christopherson | 3 | -123/+152 |
| 2019-09-11 | x86: KVM: svm: Fix a check in nested_svm_vmrun() |  Dan Carpenter | 1 | -1/+1 |
| 2019-09-11 | KVM: x86: Return to userspace with internal error on unexpected exit reason |  Liran Alon | 2 | -5/+15 |
| 2019-09-11 | arm64: use asm-generic/dma-mapping.h |  Christoph Hellwig | 3 | -22/+2 |
| 2019-09-11 | swiotlb-xen: simplify cache maintainance |  Christoph Hellwig | 2 | -61/+17 |
| 2019-09-11 | xen: remove the exports for xen_{create,destroy}_contiguous_region |  Christoph Hellwig | 2 | -4/+0 |
| 2019-09-11 | xen/arm: remove xen_dma_ops |  Christoph Hellwig | 3 | -6/+4 |
| 2019-09-11 | xen/arm: simplify dma_cache_maint |  Christoph Hellwig | 1 | -39/+20 |
| 2019-09-11 | xen/arm: use dev_is_dma_coherent |  Christoph Hellwig | 3 | -21/+6 |
| 2019-09-11 | xen/arm: consolidate page-coherent.h |  Christoph Hellwig | 2 | -150/+0 |
| 2019-09-11 | xen/arm: use dma-noncoherent.h calls for xen-swiotlb cache maintainance |  Christoph Hellwig | 3 | -55/+28 |
| 2019-09-11 | Merge branches 'arm/omap', 'arm/exynos', 'arm/smmu', 'arm/mediatek', 'arm/qcom', 'arm/renesas', 'x86/amd', 'x86/vt-d' and 'core' into next |  Joerg Roedel | 6 | -22/+48 |
| 2019-09-10 | KVM: x86: Add kvm_emulate_{rd,wr}msr() to consolidate VXM/SVM code |  Sean Christopherson | 4 | -54/+41 |
| 2019-09-10 | KVM: x86: Refactor up kvm_{g,s}et_msr() to simplify callers |  Sean Christopherson | 5 | -80/+60 |
| 2019-09-10 | KVM: X86: Tune PLE Window tracepoint |  Peter Xu | 4 | -31/+23 |
| 2019-09-10 | KVM: VMX: Change ple_window type to unsigned int |  Peter Xu | 3 | -7/+8 |