aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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/pseries: Handle UE event for memcpy_mcsafeGanesh Goudar2-6/+16
2020-03-27powerpc/smp: Use IS_ENABLED() to avoid #ifdefMichael Ellerman1-3/+2
2020-03-27powerpc/smp: Drop superfluous NULL checkMichael Ellerman1-5/+2
2020-03-27powerpc: Prefer __section and __printf from compiler_attributes.hNick Desaulniers1-1/+1
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada3-0/+3
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/eeh: Rework eeh_ops->probe()Oliver O'Halloran1-21/+23
2020-03-25powerpc/eeh: Make early EEH init pseries specificOliver O'Halloran2-51/+1
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'Halloran3-31/+0
2020-03-25powerpc/eeh: Add sysfs files in late probeOliver O'Halloran3-29/+1
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
2020-03-25powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits.Christophe Leroy1-6/+3
2020-03-25powerpc/kprobes: Remove redundant codeChristophe Leroy1-48/+33
2020-03-25powerpc/64s: Fix section mismatch warnings from boot codeMichael Ellerman1-1/+3
2020-03-25powerpc/prom_init: Pass the "os-term" message to hypervisorAlexey Kardashevskiy1-0/+3
2020-03-19bpf: Support llvm-objcopy for vmlinux BTFFangrui Song1-6/+0
2020-03-13powerpc/vdso: remove deprecated VDS64_HAS_DESCRIPTORS referencesJoe Lawrence1-5/+0
2020-03-10Merge branch 'fixes' into nextMichael Ellerman13-55/+266
2020-03-04powerpc/numa: Remove late request for home node associativitySrikar Dronamraju1-5/+0
2020-03-04powerpc/smp: Use nid as fallback for package_idSrikar Dronamraju1-3/+27
2020-03-04powerpc/irq: Use current_stack_pointer in do_IRQ()Christophe Leroy1-1/+1
2020-03-04powerpc/irq: use IS_ENABLED() in check_stack_overflow()Christophe Leroy1-2/+3
2020-03-04powerpc/irq: Use current_stack_pointer in check_stack_overflow()Christophe Leroy1-1/+1
2020-03-04powerpc: Rename current_stack_pointer() to current_stack_frame()Michael Ellerman4-8/+8
2020-03-04powerpc/kernel/sysfs: Add new config option PMU_SYSFS to enable PMU SPRs sysfs file creationKajol Jain1-0/+6
2020-03-04powerpc/kernel/sysfs: Refactor current sysfs.cMadhavan Srinivasan1-175/+200
2020-03-04powerpc/kernel: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-29/+9
2020-02-28powerpc: fix hardware PMU exception bug on PowerVM compatibility mode systemsDesnes A. Nunes do Rosario1-1/+3
2020-02-26powerpc/32: don't restore r0, r6-r8 on exception entry path after trace_hardirqs_off()Christophe Leroy1-8/+3
2020-02-24powerpc: Include .BTF sectionNaveen N. Rao1-0/+6
2020-02-24powerpc/watchpoint: Don't call dar_within_range() for Book3SRavi Bangoria1-5/+7
2020-02-19powerpc: Don't use thread struct for saving SRR0/1 on syscall.Christophe Leroy1-9/+7
2020-02-19powerpc/32: Warn and return ENOSYS on syscalls from kernelChristophe Leroy3-8/+40
2020-02-19powerpc/fadump: sysfs for fadump memory reservationSourabh Jain1-0/+9
2020-02-19powerpc/fadump: Reorganize /sys/kernel/fadump_* sysfs filesSourabh Jain1-34/+85
2020-02-19powerpc/process: Remove unneccessary #ifdef CONFIG_PPC64 in copy_thread_tls()Christophe Leroy1-2/+0
2020-02-19powerpc/entry: Fix an #if which should be an #ifdef in entry_32.SChristophe Leroy1-2/+2
2020-02-18powerpc/6xx: Fix power_save_ppc32_restore() with CONFIG_VMAP_STACKChristophe Leroy1-0/+8