aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-05powerpc/vdso: link with -z noexecstackChristophe Leroy1-2/+2
2022-09-05powerpc/math-emu: Remove -w build flag and fix warningsChristophe Leroy3-38/+39
2022-09-05powerpc/math_emu/efp: Include module.hNathan Chancellor1-0/+1
2022-09-05powerpc/pseries: Move dtl scanning and steal time accounting to pseries platformNicholas Piggin5-98/+90
2022-09-05powerpc/64: Remove PPC64 special case for cputime accounting defaultNicholas Piggin2-0/+4
2022-09-05powerpc/pseries: Implement CONFIG_PARAVIRT_TIME_ACCOUNTINGNicholas Piggin5-0/+52
2022-09-04powerpc/pseries: Add wait interval counter definitions to struct lppacaNicholas Piggin1-3/+7
2022-09-04powerpc/configs: Properly enable PAPR_SCM in pseries_defconfigMichael Ellerman1-0/+1
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-09-01spufs: constify pathAl Viro2-4/+4
2022-09-01powerpc/32: Remove wii_memory_fixups()Christophe Leroy2-23/+0
2022-09-01powerpc/32: Allow fragmented physical memoryChristophe Leroy1-9/+0
2022-09-01powerpc/32: Drop a stale comment about reservation of gigantic pagesChristophe Leroy1-4/+0
2022-09-01powerpc/code-patching: Speed up page mapping/unmappingChristophe Leroy1-11/+19
2022-08-31powerpc: Fix hard_irq_disable() with sanitizerChristophe Leroy1-1/+2
2022-08-30powerpc/hw_breakpoint: Avoid relying on caller synchronizationMarco Elver1-13/+40
2022-08-26crypto: Kconfig - simplify cipher entriesRobert Elliott1-3/+11
2022-08-26crypto: Kconfig - simplify hash entriesRobert Elliott1-12/+18
2022-08-26crypto: Kconfig - simplify CRC entriesRobert Elliott1-11/+17
2022-08-26crypto: Kconfig - move powerpc entries to a submenuRobert Elliott1-0/+77
2022-08-26powerpc/82xx: remove spidev node from mgcogeWolfram Sang1-7/+0
2022-08-26powerpc/microwatt: Add LiteX MMC driverJoel Stanley1-0/+5
2022-08-26powerpc/mm: Support execute-only memory on the Radix MMURussell Currey3-3/+16
2022-08-26powerpc: move from strlcpy with unused retval to strscpyWolfram Sang4-4/+4
2022-08-26powerpc/fsl_booke: Make calc_cam_sz() staticChristophe Leroy2-4/+2
2022-08-26powerpc: Remove stale declarations in mmu_decl.hChristophe Leroy2-5/+0
2022-08-26powerpc: Move patch sites out of asm-prototypes.hMichael Ellerman3-13/+14
2022-08-26powerpc/boot: Drop unused dummy.cMichael Ellerman1-4/+0
2022-08-26powerpc/boot: Convert more files to use SPDX tagsMichael Ellerman5-20/+8
2022-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-21/+25
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-22Remove DECnet support from kernelStephen Hemminger1-2/+0
2022-08-22powerpc/vdso: Don't map VDSO at a fixed address on PPC32Christophe Leroy2-14/+2
2022-08-20Merge tag 'powerpc-6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-6/+10
2022-08-19KVM: Rename mmu_notifier_* to mmu_invalidate_*Chao Peng7-15/+15
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-2/+1
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/powerpc/linuxLinus 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