aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm
AgeCommit message (Expand)AuthorFilesLines
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/powerpc/linuxLinus Torvalds1-9/+1
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 symbols"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-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 management"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/powerpc/linuxLinus Torvalds53-210/+698
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-28/+8
2017-09-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-33/+0
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar4-5/+20
2017-09-02powerpc/xive: add XIVE Exploitation Mode to CASCédric Le Goater1-1/+4
2017-09-02powerpc/xive: introduce H_INT_ESB hcallCédric Le Goater1-0/+1
2017-09-02powerpc/xive: add the HW IRQ number under xive_irq_dataCédric Le Goater1-0/+1
2017-09-02powerpc/xive: guest exploitation of the XIVE interrupt controllerCédric Le Goater2-1/+15
2017-09-01crypto/nx: Add P9 NX specific error codes for 842 engineHaren Myneni1-0/+3
2017-09-01powerpc/32: add memset16()Christophe Leroy1-1/+3
2017-09-01powerpc: Emulate load/store floating point as integer word instructionsPaul Mackerras1-2/+3
2017-09-01powerpc: Separate out load/store emulation into its own functionPaul Mackerras1-0/+9
2017-09-01powerpc: Handle opposite-endian processes in emulation codePaul Mackerras1-3/+4
2017-09-01powerpc: Emulate the dcbz instructionPaul Mackerras1-0/+2
2017-09-01powerpc: Emulate FP/vector/VSX loads/stores correctly when regs not livePaul Mackerras1-0/+1
2017-09-01powerpc/64: Fix update forms of loads and stores to write 64-bit EAPaul Mackerras1-1/+3
2017-09-01powerpc: Handle most loads and stores in instruction emulation codePaul Mackerras2-0/+29
2017-09-01powerpc: Change analyse_instr so it doesn't modify *regsPaul Mackerras1-4/+48