summaryrefslogtreecommitdiff
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s/exception: Reconcile interrupts in system_resetNicholas Piggin2020-04-011-4/+10
* powerpc/64s/exception: Only test KVM in SRR interrupts when PR KVM is supportedNicholas Piggin2020-04-011-3/+62
* powerpc/64s/exception: Add more comments for interrupt handlersNicholas Piggin2020-04-011-38/+353
* powerpc/64s/exception: Clean up SRR specifiersNicholas Piggin2020-04-011-36/+32
* powerpc/64s/exception: Re-inline some handlersNicholas Piggin2020-04-011-3/+3
* powerpc/64s/exception: Avoid touching the stack in hdecrementerNicholas Piggin2020-04-013-15/+20
* powerpc/64s/exception: Trim unused arguments from KVMTEST macroNicholas Piggin2020-04-011-6/+6
* powerpc/64s/exception: Remove the SPR saving patch code macrosNicholas Piggin2020-04-011-54/+28
* powerpc/64s/exception: Remove confusing IEARLY optionNicholas Piggin2020-04-011-25/+24
* powerpc/64s/exception: Move KVM test to common codeNicholas Piggin2020-04-013-139/+139
* powerpc/64s/exception: Move soft-mask test to common codeNicholas Piggin2020-04-011-57/+49
* powerpc/64s/exception: Move real to virt switch into the common handlerNicholas Piggin2020-04-012-153/+116
* powerpc/64s/exception: Add ISIDE optionNicholas Piggin2020-04-011-7/+16
* powerpc/64s/exception: Remove old INT_KVM_HANDLERNicholas Piggin2020-04-011-29/+26
* powerpc/64s/exception: Remove old INT_COMMON macroNicholas Piggin2020-04-011-27/+24
* powerpc/64s/exception: Remove old INT_ENTRY macroNicholas Piggin2020-04-011-38/+30
* powerpc/64s/exception: Move all interrupt handlers to new style code gen macrosNicholas Piggin2020-04-011-138/+418
* powerpc/64s/exception: Expand EXC_COMMON and EXC_COMMON_ASYNC macrosNicholas Piggin2020-04-011-43/+117
* powerpc/64s/exception: Add GEN_KVM macro that uses INT_DEFINE parametersNicholas Piggin2020-04-011-1/+11
* powerpc/64s/exception: Add GEN_COMMON macro that uses INT_DEFINE parametersNicholas Piggin2020-04-011-7/+17
* powerpc/64s/exception: Introduce INT_DEFINE parameter block for code generationNicholas Piggin2020-04-011-4/+73
* powerpc/64: mark emergency stacks valid to unwindNicholas Piggin2020-04-011-1/+30
* powerpc/64/tm: Don't let userspace set regs->trap via sigreturnMichael Ellerman2020-04-011-1/+3
* powerpc/64: Avoid isync in flush_dcache_range()Aneesh Kumar K.V2020-03-271-5/+1
* powerpc/boot: Delete unneeded .globl _zimage_startFangrui Song2020-03-271-3/+0
* powerpc/pseries: Handle UE event for memcpy_mcsafeGanesh Goudar2020-03-274-6/+21
* powerpc/smp: Use IS_ENABLED() to avoid #ifdefMichael Ellerman2020-03-271-3/+2
* powerpc/smp: Drop superfluous NULL checkMichael Ellerman2020-03-271-5/+2
* powerpc/xmon: Add ASCII dump to d1,d2,d4,d8 commands.Douglas Miller2020-03-271-1/+6
* powerpc/xive: Add a debugfs file to dump internal XIVE stateCédric Le Goater2020-03-274-0/+129
* powerpc/xmon: Add source flags to output of XIVE interruptsCédric Le Goater2020-03-271-1/+4
* powerpc/xive: Fix xmon support on the PowerNV platformCédric Le Goater2020-03-271-0/+4
* powerpc/xive: Use XIVE_BAD_IRQ instead of zero to catch non configured IPIsCédric Le Goater2020-03-274-13/+14
* powerpc: Prefer __section and __printf from compiler_attributes.hNick Desaulniers2020-03-272-2/+2
* powerpc/prom_init: Remove leftover commentFabiano Rosas2020-03-251-1/+0
* powerpc/kprobes: Ignore traps that happened in real modeChristophe Leroy2020-03-251-0/+3
* powerpc/maple: Fix declaration made after definitionNathan Chancellor2020-03-251-17/+17
* powerpc/pseries: Avoid harmless preempt warningNicholas Piggin2020-03-251-1/+9
* powerpc/eeh: Rework eeh_ops->probe()Oliver O'Halloran2020-03-254-41/+62
* powerpc/eeh: Make early EEH init pseries specificOliver O'Halloran2020-03-256-78/+61
* powerpc/eeh: Remove PHB check in probeOliver O'Halloran2020-03-251-6/+0
* powerpc/eeh: Do early EEH init only when requiredOliver O'Halloran2020-03-251-2/+0
* powerpc/eeh: Remove eeh_add_device_tree_late()Oliver O'Halloran2020-03-254-34/+0
* powerpc/eeh: Add sysfs files in late probeOliver O'Halloran2020-03-256-35/+2
* powerpc/64: Prevent stack protection in early bootMichael Ellerman2020-03-253-3/+9
* powerpc/64: Setup a paca before parsing device tree etc.Daniel Axtens2020-03-253-10/+31
* powerpc/hash64/devmap: Use H_PAGE_THP_HUGE when setting up huge devmap PTE en...Aneesh Kumar K.V2020-03-254-2/+21
* powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits.Christophe Leroy2020-03-253-18/+13
* powerpc/kasan: Fix kasan_remap_early_shadow_ro()Christophe Leroy2020-03-251-1/+1
* powerpc/kprobes: Remove redundant codeChristophe Leroy2020-03-251-48/+33