aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2017-11-10Merge branch 'fixes' into nextMichael Ellerman1-9/+1
2017-11-07PCI: Remove redundant pci_dev, pci_bus, resource declarationsBjorn Helgaas1-2/+0
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar181-9/+181
2017-11-06powerpc: add POWER9_DD20 featureNicholas Piggin1-1/+4
2017-11-06powerpc: Always save/restore checkpointed regs during treclaim/trecheckpointCyril Bur1-3/+2
2017-11-06powerpc/opal: Add opal_async_wait_response_interruptible() to opal-asyncCyril Bur1-0/+2
2017-11-06powerpc/opal: Make __opal_async_{get, release}_token() staticCyril Bur1-2/+0
2017-11-06powerpc/eeh: Stop using do_gettimeofday()Arnd Bergmann1-1/+1
2017-11-06powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman6-13/+13
2017-11-06powerpc/64: Free up CPU_FTR_ICSWXMichael Ellerman1-3/+3
2017-11-06powerpc/powernv: Reserve a hole which appears after enabling IOVAlexey Kardashevskiy1-0/+1
2017-11-06powerpc/64s/radix: Fix process table entry cache invalidationNicholas Piggin1-0/+4
2017-11-06powerpc/book3s: Add an HV variant of FIXUP_ENDIAN that is recoverableNicholas Piggin1-0/+22
2017-11-06powerpc/book3s: Use label for FIXUP_ENDIAN macro branchNicholas Piggin1-2/+3
2017-11-06KVM: PPC: Book3S HV: Handle host system reset in guest modeNicholas Piggin1-0/+1
2017-11-03Merge tag 'powerpc-4.14-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-9/+1
2017-11-02License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman25-0/+25
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman15-0/+15
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman140-0/+140
2017-11-01Revert "powerpc64/elfv1: Only dereference function descriptor for non-text sy...Naveen N. Rao1-9/+1
2017-11-01KVM: PPC: Book3S HV: Run HPT guests on POWER9 radix hostsPaul Mackerras1-1/+12
2017-11-01KVM: PPC: Book3S HV: Allow for running POWER9 host in single-threaded modePaul Mackerras1-0/+1
2017-11-01KVM: PPC: Book3S HV: Add infrastructure for running HPT guests on radix hostPaul Mackerras1-0/+3
2017-11-01KVM: PPC: Book3S HV: Unify dirty page map between HPT and radixPaul Mackerras3-4/+26
2017-11-01KVM: PPC: Book3S HV: Rename hpte_setup_done to mmu_readyPaul Mackerras1-1/+1
2017-11-01KVM: PPC: Book3S HV: Don't rely on host's page size informationPaul Mackerras1-21/+95
2017-10-22powerpc/mm/radix: Drop unneeded NULL checkMichael Ellerman1-6/+0
2017-10-21powerpc/powernv: Enable TM without suspend if possibleMichael Ellerman3-0/+8
2017-10-20powerpc: Add PPC_FEATURE2_HTM_NO_SUSPENDMichael Ellerman1-0/+1
2017-10-20Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-4/+0
2017-10-19dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig1-5/+0
2017-10-19powerpc: make dma_cache_sync a no-opChristoph Hellwig1-2/+0
2017-10-19floppy: consolidate the dummy fd_cacheflush definitionChristoph Hellwig1-2/+0
2017-10-19Revert "KVM: PPC: Book3S HV: POWER9 does not require secondary thread managem...Paul Mackerras1-4/+0
2017-10-16powerpc/hotplug: Improve responsiveness of hotplug changeMichael Bringmann1-0/+8
2017-10-16powerpc/mce: Hookup derror (load/store) UE errorsBalbir Singh2-1/+6
2017-10-16powerpc/mce: Remove unused function get_mce_fault_addr()Balbir Singh1-2/+0
2017-10-10locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon1-3/+1
2017-10-10locking/core: Remove {read,spin,write}_can_lock()Will Deacon1-3/+0
2017-10-06powerpc: Always initialize input array when calling epapr_hypercall()Seth Forshee1-6/+6
2017-10-04powerpc/kprobes: Clean up jprobe detection in livepatch handlerNaveen N. Rao1-1/+1
2017-10-04powerpc/powernv: Implement NMI IPI with OPAL_SIGNAL_SYSTEM_RESETNicholas Piggin2-0/+3
2017-09-28cxl: Enable global TLBIs for cxl contextsFrederic Barrat1-0/+46
2017-09-28powerpc/mm: Export flush_all_mm()Frederic Barrat3-0/+40
2017-09-27powerpc/64s: Add workaround for P9 vector CI load issueMichael Neuling3-0/+22
2017-09-26powerpc/powernv: Rework EEH initialization on powernvBenjamin Herrenschmidt1-6/+2
2017-09-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+8
2017-09-08vga: optimise console scrollingMatthew Wilcox1-0/+8
2017-09-08Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2017-09-07Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds53-210/+698