summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
AgeCommit message (Expand)AuthorLines
2017-09-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds-4/+12
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan-4/+4
2017-09-08vga: optimise console scrollingMatthew Wilcox-0/+8
2017-09-08Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-18/+45
2017-09-08Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář-97/+207
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2017-09-07Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-4884/+10684
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-16/+0
2017-09-06mm: arch: consolidate mmap hugetlb size encodingsMike Kravetz-16/+0
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-0/+21
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds-1/+1
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-28/+8
2017-09-04Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+2
2017-09-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-33/+0
2017-09-04powerpc/xive: Fix section __init warningCédric Le Goater-1/+1
2017-09-04powerpc: Fix kernel crash in emulation of vector loads and storesPaul Mackerras-4/+4
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar-40/+122
2017-09-02powerpc/xive: improve debugging macrosCédric Le Goater-2/+6
2017-09-02powerpc/xive: add XIVE Exploitation Mode to CASCédric Le Goater-2/+37
2017-09-02powerpc/xive: introduce H_INT_ESB hcallCédric Le Goater-3/+53
2017-09-02powerpc/xive: add the HW IRQ number under xive_irq_dataCédric Le Goater-0/+5
2017-09-02powerpc/xive: introduce xive_esb_write()Cédric Le Goater-1/+10
2017-09-02powerpc/xive: rename xive_poke_esb() in xive_esb_read()Cédric Le Goater-10/+10
2017-09-02powerpc/xive: guest exploitation of the XIVE interrupt controllerCédric Le Goater-8/+698
2017-09-02powerpc/xive: introduce a common routine xive_queue_page_alloc()Cédric Le Goater-11/+27
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-40/+122
2017-09-02powerpc/sstep: Avoid used uninitialized errorMichael Ellerman-0/+1
2017-09-01axonram: Return directly after a failed kzalloc() in axon_ram_probe()Markus Elfring-22/+17
2017-09-01axonram: Improve a size determination in axon_ram_probe()Markus Elfring-1/+1
2017-09-01axonram: Delete an error message for a failed memory allocation in axon_ram_p...Markus Elfring-1/+0
2017-09-01powerpc/powernv/npu: Move tlb flush before launching ATSDAlistair Popple-6/+6
2017-09-01powerpc/iommu: Use permission-specific DEVICE_ATTR variantsJulia Lawall-2/+1
2017-09-01powerpc/eeh: Delete an error out of memory message at init timeMarkus Elfring-4/+1
2017-09-01powerpc/mm: Use seq_putc() in two functionsMarkus Elfring-2/+2
2017-09-01crypto/nx: Add P9 NX specific error codes for 842 engineHaren Myneni-0/+3
2017-09-01powerpc/32: remove a NOP from memset()Christophe Leroy-3/+11
2017-09-01powerpc/32: optimise memset()Christophe Leroy-7/+14
2017-09-01powerpc: fix location of two EXPORT_SYMBOLChristophe Leroy-2/+2
2017-09-01powerpc/32: add memset16()Christophe Leroy-1/+17
2017-09-01powerpc: Wrap register number correctly for string load/store instructionsPaul Mackerras-2/+4
2017-09-01powerpc: Emulate load/store floating point as integer word instructionsPaul Mackerras-17/+48
2017-09-01powerpc: Use instruction emulation infrastructure to handle alignment faultsPaul Mackerras-777/+34
2017-09-01powerpc: Separate out load/store emulation into its own functionPaul Mackerras-113/+154
2017-09-01powerpc: Handle opposite-endian processes in emulation codePaul Mackerras-60/+131
2017-09-01powerpc: Set regs->dar if memory access fails in emulate_step()Paul Mackerras-22/+52
2017-09-01powerpc: Emulate the dcbz instructionPaul Mackerras-0/+34
2017-09-01powerpc: Emulate load/store floating double pair instructionsPaul Mackerras-16/+52
2017-09-01powerpc: Emulate vector element load/store instructionsPaul Mackerras-2/+36
2017-09-01powerpc: Emulate FP/vector/VSX loads/stores correctly when regs not livePaul Mackerras-267/+203
2017-09-01powerpc: Make load/store emulation use larger memory accessesPaul Mackerras-129/+106