aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-02-22powerpc/44x: Force PCI on for CURRITUCKMichael Ellerman1-0/+1
2019-02-22powerpc/eeh: Add eeh_force_recover to debugfsOliver O'Halloran3-10/+75
2019-02-22powerpc/eeh: Allow disabling recoveryOliver O'Halloran3-0/+20
2019-02-22powerpc/pci: Add pci_find_controller_for_domain()Oliver O'Halloran2-0/+13
2019-02-22powerpc/eeh_cache: Bump log level of eeh_addr_cache_print()Oliver O'Halloran1-1/+1
2019-02-22powerpc/eeh_cache: Add a way to dump the EEH address cacheOliver O'Halloran3-4/+30
2019-02-22powerpc/eeh_cache: Add pr_debug() prints for insert/removeOliver O'Halloran1-2/+2
2019-02-22powerpc/eeh: Use debugfs_create_u32 for eeh_max_freezesOliver O'Halloran2-19/+4
2019-02-22powerpc: drop unused GENERIC_CSUM Kconfig itemChristophe Leroy2-7/+0
2019-02-22powerpc/64s/hash: Fix assert_slb_presence() use of the slbfee. instructionNicholas Piggin1-0/+5
2019-02-22powerpc/mm/hash: Increase vmalloc space to 512T with hash MMUMichael Ellerman1-9/+23
2019-02-22powerpc/ptrace: Simplify vr_get/set() to avoid GCC warningMichael Ellerman1-2/+8
2019-02-22powerpc/powernv/npu: Remove redundant change_pte() hookPeter Xu1-10/+0
2019-02-22Merge branch 'topic/ppc-kvm' into nextMichael Ellerman8-91/+54
2019-02-21powerpc/64s: Better printing of machine check info for guest MCEsPaul Mackerras4-7/+9
2019-02-21KVM: PPC: Book3S HV: Simplify machine check handlingPaul Mackerras5-84/+42
2019-02-21Merge branch 'topic/dma' into nextMichael Ellerman41-1135/+304
2019-02-21Merge branch 'ib-qcom-ssbi' into develLinus Walleij4-109/+14
2019-02-21arm64: dts: Add the PCIE EP node in dtsXiaowei Bao1-1/+33
2019-02-21RISC-V: Free-up initrd in free_initrd_mem()Anup Patel1-1/+2
2019-02-21RISC-V: Implement compile-time fixed mappingsAnup Patel3-0/+81
2019-02-21RISC-V: Move setup_vm() to mm/init.cAnup Patel2-49/+49
2019-02-21RISC-V: Move setup_bootmem() to mm/init.cAnup Patel3-72/+71
2019-02-21RISC-V: Setup init_mm before parse_early_param()Anup Patel1-5/+4
2019-02-21KVM: PPC: Book3S HV: Context switch AMR on Power9Michael Ellerman1-1/+4
2019-02-20Merge tag 'kvm-s390-master-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-masterPaolo Bonzini1-1/+1
2019-02-20x86: kvmguest: use TSC clocksource if invariant TSC is exposedMarcelo Tosatti1-0/+14
2019-02-20KVM: Never start grow vCPU halt_poll_ns from value below halt_poll_ns_grow_startNir Weiner1-3/+2
2019-02-20KVM: Expose the initial start value in grow_halt_poll_ns() as a module parameterNir Weiner1-2/+1
2019-02-20KVM: grow_halt_poll_ns() should never shrink vCPU halt_poll_nsNir Weiner1-1/+4
2019-02-20KVM: x86/mmu: Consolidate kvm_mmu_zap_all() and kvm_mmu_zap_mmio_sptes()Sean Christopherson1-23/+10
2019-02-20KVM: x86/mmu: WARN if zapping a MMIO spte results in zapping childrenSean Christopherson1-2/+5
2019-02-20KVM: x86/mmu: Differentiate between nr zapped and list unstableSean Christopherson1-10/+26
2019-02-20Revert "KVM: MMU: fast invalidate all pages"Sean Christopherson3-100/+1
2019-02-20KVM: x86/mmu: Voluntarily reschedule as needed when zapping all sptesSean Christopherson1-1/+2
2019-02-20KVM: x86/mmu: skip over invalid root pages when zapping all sptesSean Christopherson1-1/+4
2019-02-20Revert "KVM: x86: use the fast way to invalidate all pages"Sean Christopherson2-1/+16
2019-02-20Revert "KVM: MMU: show mmu_valid_gen in shadow page related tracepoints"Sean Christopherson1-12/+9
2019-02-20Revert "KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pages"Sean Christopherson2-22/+0
2019-02-20Revert "KVM: MMU: zap pages in batch"Sean Christopherson1-11/+24
2019-02-20Revert "KVM: MMU: collapse TLB flushes when zap all pages"Sean Christopherson1-28/+3
2019-02-20Revert "KVM: MMU: reclaim the zapped-obsolete page first"Sean Christopherson3-19/+4
2019-02-20KVM: x86/mmu: Remove is_obsolete() callSean Christopherson1-5/+1
2019-02-20KVM: x86/mmu: Voluntarily reschedule as needed when zapping MMIO sptesSean Christopherson1-1/+2
2019-02-20Revert "KVM: MMU: drop kvm_mmu_zap_mmio_sptes"Sean Christopherson2-1/+22
2019-02-20Revert "KVM: MMU: document fast invalidate all pages"Sean Christopherson1-3/+0
2019-02-20KVM: x86/mmu: Zap only the relevant pages when removing a memslotSean Christopherson1-1/+32
2019-02-20KVM: x86/mmu: Split remote_flush+zap case out of kvm_mmu_flush_or_zap()Sean Christopherson1-6/+16
2019-02-20KVM: x86/mmu: Move slot_level_*() helper functions up a few linesSean Christopherson1-69/+70
2019-02-20KVM: Move the memslot update in-progress flag to bit 63Sean Christopherson1-19/+12