summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* powerpc: add POWER9_DD20 featureNicholas Piggin2017-11-061-1/+4
* powerpc: Always save/restore checkpointed regs during treclaim/trecheckpointCyril Bur2017-11-061-3/+2Star
* powerpc/opal: Add opal_async_wait_response_interruptible() to opal-asyncCyril Bur2017-11-061-0/+2
* powerpc/opal: Make __opal_async_{get, release}_token() staticCyril Bur2017-11-061-2/+0Star
* powerpc/eeh: Stop using do_gettimeofday()Arnd Bergmann2017-11-061-1/+1
* powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman2017-11-066-13/+13
* powerpc/64: Free up CPU_FTR_ICSWXMichael Ellerman2017-11-061-3/+3
* powerpc/powernv: Reserve a hole which appears after enabling IOVAlexey Kardashevskiy2017-11-061-0/+1
* powerpc/64s/radix: Fix process table entry cache invalidationNicholas Piggin2017-11-061-0/+4
* powerpc/book3s: Add an HV variant of FIXUP_ENDIAN that is recoverableNicholas Piggin2017-11-061-0/+22
* powerpc/book3s: Use label for FIXUP_ENDIAN macro branchNicholas Piggin2017-11-061-2/+3
* KVM: PPC: Book3S HV: Handle host system reset in guest modeNicholas Piggin2017-11-061-0/+1
* powerpc/mm/radix: Drop unneeded NULL checkMichael Ellerman2017-10-221-6/+0Star
* powerpc/powernv: Enable TM without suspend if possibleMichael Ellerman2017-10-213-0/+8
* powerpc: Add PPC_FEATURE2_HTM_NO_SUSPENDMichael Ellerman2017-10-201-0/+1
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2017-10-201-4/+0Star
|\
| * Revert "KVM: PPC: Book3S HV: POWER9 does not require secondary thread managem...Paul Mackerras2017-10-191-4/+0Star
* | powerpc/hotplug: Improve responsiveness of hotplug changeMichael Bringmann2017-10-161-0/+8
* | powerpc/mce: Hookup derror (load/store) UE errorsBalbir Singh2017-10-162-1/+6
* | powerpc/mce: Remove unused function get_mce_fault_addr()Balbir Singh2017-10-161-2/+0Star
* | powerpc: Always initialize input array when calling epapr_hypercall()Seth Forshee2017-10-061-6/+6
* | powerpc/kprobes: Clean up jprobe detection in livepatch handlerNaveen N. Rao2017-10-041-1/+1
* | powerpc/powernv: Implement NMI IPI with OPAL_SIGNAL_SYSTEM_RESETNicholas Piggin2017-10-042-0/+3
* | cxl: Enable global TLBIs for cxl contextsFrederic Barrat2017-09-281-0/+46
* | powerpc/mm: Export flush_all_mm()Frederic Barrat2017-09-283-0/+40
* | powerpc/64s: Add workaround for P9 vector CI load issueMichael Neuling2017-09-273-0/+22
* | powerpc/powernv: Rework EEH initialization on powernvBenjamin Herrenschmidt2017-09-261-6/+2Star
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-091-0/+8
|\
| * vga: optimise console scrollingMatthew Wilcox2017-09-091-0/+8
* | Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-091-0/+1
|\ \ | |/ |/|
| * Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2017-08-313-9/+40
| |\
| * | KVM: PPC: Book3S HV: Fix setting of storage key in H_ENTERRam Pai2017-08-311-0/+1
* | | Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-09-0753-210/+698
|\ \ \
| * | | powerpc/xive: add XIVE Exploitation Mode to CASCédric Le Goater2017-09-021-1/+4
| * | | powerpc/xive: introduce H_INT_ESB hcallCédric Le Goater2017-09-021-0/+1
| * | | powerpc/xive: add the HW IRQ number under xive_irq_dataCédric Le Goater2017-09-021-0/+1
| * | | powerpc/xive: guest exploitation of the XIVE interrupt controllerCédric Le Goater2017-09-022-1/+15
| * | | crypto/nx: Add P9 NX specific error codes for 842 engineHaren Myneni2017-09-011-0/+3
| * | | powerpc/32: add memset16()Christophe Leroy2017-09-011-1/+3
| * | | powerpc: Emulate load/store floating point as integer word instructionsPaul Mackerras2017-09-011-2/+3
| * | | powerpc: Separate out load/store emulation into its own functionPaul Mackerras2017-09-011-0/+9
| * | | powerpc: Handle opposite-endian processes in emulation codePaul Mackerras2017-09-011-3/+4
| * | | powerpc: Emulate the dcbz instructionPaul Mackerras2017-09-011-0/+2
| * | | powerpc: Emulate FP/vector/VSX loads/stores correctly when regs not livePaul Mackerras2017-09-011-0/+1
| * | | powerpc/64: Fix update forms of loads and stores to write 64-bit EAPaul Mackerras2017-09-011-1/+3
| * | | powerpc: Handle most loads and stores in instruction emulation codePaul Mackerras2017-09-012-0/+29
| * | | powerpc: Change analyse_instr so it doesn't modify *regsPaul Mackerras2017-09-011-4/+48
| * | | powerpc: Correct instruction code for xxlor instructionPaul Mackerras2017-08-311-1/+1
| * | | powerpc/smp: Add cpu_l2_cache_mapOliver O'Halloran2017-08-311-0/+6
| * | | powerpc/asm: Convert .llong directives to .8byteTobin C. Harding2017-08-313-10/+10