summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s/exception: Soft NMI interrupt should not use ret_from_exceptNicholas Piggin2020-04-011-1/+29
* 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-012-14/+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-011-121/+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-011-149/+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/pseries: Handle UE event for memcpy_mcsafeGanesh Goudar2020-03-272-6/+16
* powerpc/smp: Use IS_ENABLED() to avoid #ifdefMichael Ellerman2020-03-261-3/+2
* powerpc/smp: Drop superfluous NULL checkMichael Ellerman2020-03-261-5/+2
* powerpc: Prefer __section and __printf from compiler_attributes.hNick Desaulniers2020-03-261-1/+1
* 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/eeh: Rework eeh_ops->probe()Oliver O'Halloran2020-03-251-21/+23
* powerpc/eeh: Make early EEH init pseries specificOliver O'Halloran2020-03-252-51/+1
* 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-253-31/+0
* powerpc/eeh: Add sysfs files in late probeOliver O'Halloran2020-03-253-29/+1
* 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/32s: reorder Linux PTE bits to better match Hash PTE bits.Christophe Leroy2020-03-251-6/+3
* powerpc/kprobes: Remove redundant codeChristophe Leroy2020-03-251-48/+33
* powerpc/64s: Fix section mismatch warnings from boot codeMichael Ellerman2020-03-251-1/+3
* powerpc/prom_init: Pass the "os-term" message to hypervisorAlexey Kardashevskiy2020-03-251-0/+3
* powerpc/vdso: remove deprecated VDS64_HAS_DESCRIPTORS referencesJoe Lawrence2020-03-131-5/+0
* Merge branch 'fixes' into nextMichael Ellerman2020-03-1013-55/+266
|\
| * powerpc: fix hardware PMU exception bug on PowerVM compatibility mode systemsDesnes A. Nunes do Rosario2020-02-281-1/+3
| * powerpc: Include .BTF sectionNaveen N. Rao2020-02-241-0/+6
| * powerpc/watchpoint: Don't call dar_within_range() for Book3SRavi Bangoria2020-02-241-5/+7
| * powerpc/entry: Fix an #if which should be an #ifdef in entry_32.SChristophe Leroy2020-02-191-2/+2
| * powerpc/6xx: Fix power_save_ppc32_restore() with CONFIG_VMAP_STACKChristophe Leroy2020-02-181-0/+8
| * powerpc/chrp: Fix enter_rtas() with CONFIG_VMAP_STACKChristophe Leroy2020-02-181-2/+7