summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2022-10-21powerpc/64s/interrupt: Fix lost interrupts when returning to soft-masked contextNicholas Piggin1-2/+13
2022-10-21powerpc/pseries/vas: Pass hw_cpu_id to node associativity HCALLHaren Myneni1-1/+1
2022-10-21powerpc/kprobes: Fix null pointer reference in arch_prepare_kprobe()Li Huafei1-1/+7
2022-10-21powerpc: Fix SPE Power ISA properties for e500v1 platformsPali Rohár5-4/+55
2022-10-21powerpc/64/interrupt: Fix return to masked context after hard-mask irq become...Nicholas Piggin2-13/+31
2022-10-21powerpc/64: mark irqs hard disabled in boot pacaNicholas Piggin1-1/+3
2022-10-21powerpc/64/interrupt: Fix false warning in context tracking due to idle stateNicholas Piggin1-1/+2
2022-10-21powerpc/64s: Fix GENERIC_CPU build flags for PPC970 / G5Nicholas Piggin1-1/+1
2022-10-21powerpc: Fix fallocate and fadvise64_64 compat parameter combinationRohan McLure3-15/+15
2022-10-21powerpc: dts: turris1x.dts: Fix labels in DSA cpu port nodesPali Rohár1-2/+2
2022-10-21powerpc: dts: turris1x.dts: Fix NOR partitions labelsPali Rohár1-5/+5
2022-10-21powerpc/powernv: add missing of_node_put() in opal_export_attrs()Zheng Yongjun1-0/+1
2022-10-21powerpc/pci_dn: Add missing of_node_put()Liang He1-0/+1
2022-10-21powerpc/sysdev/fsl_msi: Add missing of_node_put()Liang He1-0/+2
2022-10-21powerpc/math_emu/efp: Include module.hNathan Chancellor1-0/+1
2022-10-21powerpc/configs: Properly enable PAPR_SCM in pseries_defconfigMichael Ellerman1-0/+1
2022-10-21powerpc/boot: Explicitly disable usage of SPE instructionsPali Rohár1-0/+1
2022-10-21powerpc/Kconfig: Fix non existing CONFIG_PPC_FSL_BOOKEChristophe Leroy1-1/+1
2022-10-15Revert "powerpc/rtas: Implement reentrant rtas call"Nathan Lynch5-99/+11
2022-09-26Merge tag 'mm-hotfixes-stable-2022-09-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-9/+0
2022-09-26powerpc/64s/radix: don't need to broadcast IPI for radix pmd collapse flushYang Shi1-9/+0
2022-09-09Merge tag 'powerpc-6.0-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+2
2022-09-09Merge tag 'asm-generic-fixes-6.0-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2022-09-08powerpc/pseries: Fix plpks crash on non-pseriesMichael Ellerman1-1/+2
2022-09-05asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.Sebastian Andrzej Siewior1-2/+2
2022-09-02powerpc/papr_scm: Ensure rc is always initialized in papr_scm_pmu_register()Nathan Chancellor1-1/+3
2022-09-02Revert "powerpc/irq: Don't open code irq_soft_mask helpers"Michael Ellerman1-7/+36
2022-08-31powerpc: Fix hard_irq_disable() with sanitizerChristophe Leroy1-1/+2
2022-08-26powerpc/rtas: Fix RTAS MSR[HV] handling for CellMichael Ellerman1-0/+4
2022-08-26Revert "powerpc: Remove unused FW_FEATURE_NATIVE references"Michael Ellerman1-0/+8
2022-08-26powerpc: align syscall table for ppc32Masahiro Yamada1-0/+1
2022-08-25powerpc/pci: Enable PCI domains in /proc when PCI bus numbers are not uniquePali Rohár1-0/+9
2022-08-23powerpc/papr_scm: Fix nvdimm event mappingsKajol Jain1-61/+27
2022-08-20Merge tag 'powerpc-6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-6/+10
2022-08-19KVM: Rename mmu_notifier_* to mmu_invalidate_*Chao Peng7-15/+15
2022-08-15powerpc/pci: Fix get_phb_number() lockingMichael Ellerman1-6/+10
2022-08-14Merge tag 'powerpc-6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds6-30/+25
2022-08-10Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-0/+1
2022-08-10powerpc/kexec: Fix build failure from uninitialised variableRussell Currey1-5/+5
2022-08-10powerpc/ppc-opcode: Fix PPC_RAW_TW()Christophe Leroy1-1/+1
2022-08-10powerpc64/ftrace: Fix ftrace for clang buildsNaveen N. Rao1-4/+4
2022-08-10powerpc: Make eh value more explicit when using lwarxChristophe Leroy1-2/+3
2022-08-10powerpc: Don't hide eh field of lwarx behind a macroChristophe Leroy2-12/+3
2022-08-10powerpc: Fix eh field when calling lwarx on PPC32Christophe Leroy1-6/+9
2022-08-07Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds2-8/+9
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-7/+0
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds194-1863/+3363
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-21/+36
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+4
2022-08-04Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-7/+0