summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-04-01powerpc/64/sycall: Implement syscall entry/exit logic in CNicholas Piggin13-306/+326
2020-04-01powerpc/64/sstep: Ifdef the deprecated fast endian switch syscallNicholas Piggin1-2/+3
2020-04-01powerpc/64/syscall: Remove non-volatile GPR save optimisationNicholas Piggin2-66/+28
2020-04-01powerpc/64s/exception: Soft NMI interrupt should not use ret_from_exceptNicholas Piggin1-1/+29
2020-04-01powerpc/64s/exception: Reconcile interrupts in system_resetNicholas Piggin1-4/+10
2020-04-01powerpc/64s/exception: Only test KVM in SRR interrupts when PR KVM is supportedNicholas Piggin1-3/+62
2020-04-01powerpc/64s/exception: Add more comments for interrupt handlersNicholas Piggin1-38/+353
2020-04-01powerpc/64s/exception: Clean up SRR specifiersNicholas Piggin1-36/+32
2020-04-01powerpc/64s/exception: Re-inline some handlersNicholas Piggin1-3/+3
2020-04-01powerpc/64s/exception: Avoid touching the stack in hdecrementerNicholas Piggin3-15/+20
2020-04-01powerpc/64s/exception: Trim unused arguments from KVMTEST macroNicholas Piggin1-6/+6
2020-04-01powerpc/64s/exception: Remove the SPR saving patch code macrosNicholas Piggin1-54/+28
2020-04-01powerpc/64s/exception: Remove confusing IEARLY optionNicholas Piggin1-25/+24
2020-04-01powerpc/64s/exception: Move KVM test to common codeNicholas Piggin3-139/+139
2020-04-01powerpc/64s/exception: Move soft-mask test to common codeNicholas Piggin1-57/+49
2020-04-01powerpc/64s/exception: Move real to virt switch into the common handlerNicholas Piggin2-153/+116
2020-04-01powerpc/64s/exception: Add ISIDE optionNicholas Piggin1-7/+16
2020-04-01powerpc/64s/exception: Remove old INT_KVM_HANDLERNicholas Piggin1-29/+26
2020-04-01powerpc/64s/exception: Remove old INT_COMMON macroNicholas Piggin1-27/+24
2020-04-01powerpc/64s/exception: Remove old INT_ENTRY macroNicholas Piggin1-38/+30
2020-04-01powerpc/64s/exception: Move all interrupt handlers to new style code gen macrosNicholas Piggin1-138/+418
2020-04-01powerpc/64s/exception: Expand EXC_COMMON and EXC_COMMON_ASYNC macrosNicholas Piggin1-43/+117
2020-04-01powerpc/64s/exception: Add GEN_KVM macro that uses INT_DEFINE parametersNicholas Piggin1-1/+11
2020-04-01powerpc/64s/exception: Add GEN_COMMON macro that uses INT_DEFINE parametersNicholas Piggin1-7/+17
2020-04-01powerpc/64s/exception: Introduce INT_DEFINE parameter block for code generationNicholas Piggin1-4/+73
2020-04-01powerpc/64: mark emergency stacks valid to unwindNicholas Piggin1-1/+30
2020-04-01powerpc/64/tm: Don't let userspace set regs->trap via sigreturnMichael Ellerman1-1/+3
2020-03-27powerpc/64: Avoid isync in flush_dcache_range()Aneesh Kumar K.V1-5/+1
2020-03-27powerpc/boot: Delete unneeded .globl _zimage_startFangrui Song1-3/+0
2020-03-27powerpc/pseries: Handle UE event for memcpy_mcsafeGanesh Goudar4-6/+21
2020-03-26powerpc/smp: Use IS_ENABLED() to avoid #ifdefMichael Ellerman1-3/+2
2020-03-26powerpc/smp: Drop superfluous NULL checkMichael Ellerman1-5/+2
2020-03-26powerpc/xmon: Add ASCII dump to d1,d2,d4,d8 commands.Douglas Miller1-1/+6
2020-03-26powerpc/xive: Add a debugfs file to dump internal XIVE stateCédric Le Goater4-0/+129
2020-03-26powerpc/xmon: Add source flags to output of XIVE interruptsCédric Le Goater1-1/+4
2020-03-26powerpc/xive: Fix xmon support on the PowerNV platformCédric Le Goater1-0/+4
2020-03-26powerpc/xive: Use XIVE_BAD_IRQ instead of zero to catch non configured IPIsCédric Le Goater4-13/+14
2020-03-26powerpc: Prefer __section and __printf from compiler_attributes.hNick Desaulniers2-2/+2
2020-03-25powerpc/prom_init: Remove leftover commentFabiano Rosas1-1/+0
2020-03-25powerpc/kprobes: Ignore traps that happened in real modeChristophe Leroy1-0/+3
2020-03-25powerpc/maple: Fix declaration made after definitionNathan Chancellor1-17/+17
2020-03-25powerpc/pseries: Avoid harmless preempt warningNicholas Piggin1-1/+9
2020-03-25powerpc/eeh: Rework eeh_ops->probe()Oliver O'Halloran4-41/+62
2020-03-25powerpc/eeh: Make early EEH init pseries specificOliver O'Halloran6-78/+61
2020-03-25powerpc/eeh: Remove PHB check in probeOliver O'Halloran1-6/+0
2020-03-25powerpc/eeh: Do early EEH init only when requiredOliver O'Halloran1-2/+0
2020-03-25powerpc/eeh: Remove eeh_add_device_tree_late()Oliver O'Halloran4-34/+0
2020-03-25powerpc/eeh: Add sysfs files in late probeOliver O'Halloran6-35/+2
2020-03-25powerpc/64: Prevent stack protection in early bootMichael Ellerman3-3/+9
2020-03-25powerpc/64: Setup a paca before parsing device tree etc.Daniel Axtens3-10/+31