aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2024-05-07powerpc: dts: mpc85xx: remove "simple-bus" compatible from ifc nodeLi Yang9-9/+9
2024-05-07powerpc: dts: p1010rdb: fix INTx interrupt issue on P1010RDB-PBXiaowei Bao3-16/+32
2024-05-07powerpc: dts: add power management nodes to FSL chipsRan Wang14-12/+83
2024-05-07powerpc/rtas: Add kernel-doc comments to smp_startup_cpu()Yang Li1-0/+1
2024-05-07powerpc: Fix kernel-doc comments in fsl_gtm.cYang Li1-3/+3
2024-05-07powerpc: boot: Fix kernel-doc param for partial_decompressYang Li1-1/+1
2024-05-07powerpc: remove unused *_syscall_64.o variables in MakefileMasahiro Yamada1-3/+0
2024-05-07powerpc/bpf/32: Fix failing test_bpf testsChristophe Leroy2-31/+110
2024-05-06powerpc/64: Set _IO_BASE to POISON_POINTER_DELTA not 0 for CONFIG_PCI=nMichael Ellerman1-1/+1
2024-05-06powerpc/io: Avoid clang null pointer arithmetic warningsMichael Ellerman1-12/+12
2024-05-06powerpc/bpf: enable kfunc callHari Bathini2-10/+61
2024-05-06powerpc/64/bpf: fix tail calls for PCREL addressingHari Bathini1-14/+16
2024-05-06powerpc/dexcr: Add DEXCR prctl interfaceBenjamin Gray2-0/+111
2024-05-03powerpc/dexcr: Reset DEXCR value across execBenjamin Gray4-1/+32
2024-05-03powerpc/dexcr: Track the DEXCR per-processBenjamin Gray3-6/+12
2024-05-03powerpc/module: Remove arch specific module bug stuffDr. David Alan Gilbert2-7/+0
2024-04-30powerpc: Mark memory_limit as initdataMichael Ellerman1-1/+1
2024-04-29powerpc/pseries/vio: Don't return ENODEV if node or compatible missingLidong Zhong1-6/+2
2024-04-29powerpc/pseries: Enforce hcall result buffer validity and sizeNathan Lynch1-4/+4
2024-04-29powerpc/dart: Drop unnecessary call to kmemleak_no_scan()Michael Ellerman1-4/+0
2024-04-29powerpc/eeh: Permanently disable the removed deviceGanesh Goudar2-3/+21
2024-04-29powerpc/fadump: add hotplug_ready sysfs interfaceSourabh Jain1-0/+14
2024-04-29powerpc: make fadump resilient with memory add/remove eventsSourabh Jain4-206/+242
2024-04-29powerpc/pseries: Add failure related checks for h_get_mpp and h_get_pppShrikanth Hegde3-7/+7
2024-04-29powerpc/pseries: Add pool idle time at LPAR bootShrikanth Hegde1-9/+30
2024-04-19powerpc/mm: Update the memory limit based on direct mapping restrictionsAneesh Kumar K.V (IBM)1-3/+2
2024-04-19powerpc/fadump: Don't update the user-specified memory limitAneesh Kumar K.V (IBM)1-16/+0
2024-04-19powerpc/mm: Align memory_limit value specified using mem= kernel parameterAneesh Kumar K.V (IBM)2-4/+7
2024-04-18powerpc/ptdump: Fix walk_vmemmap() to also print first vmemmap entryRitesh Harjani (IBM)1-1/+1
2024-04-15powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt.Mahesh Salgaonkar3-0/+22
2024-04-15powerpc: Add static_key_feature_checks_initialized flagNicholas Miehlbradt4-2/+12
2024-04-08powerpc/52xx: Replace of_gpio.h by proper oneAndy Shevchenko2-3/+1
2024-04-08powerpc: Fix fatal warnings flag for LLVM's integrated assemblerNathan Chancellor1-2/+2
2024-04-03powerpc: Fix PS3 allmodconfig warningGeoff Levand1-29/+32
2024-04-03powerpc: Error on assembly warningsBenjamin Gray1-1/+2
2024-04-03powerpc/fsl-soc: hide unused const variableArnd Bergmann1-0/+2
2024-04-03powerpc: Use str_plural() in cpu_init_thread_core_maps()Thorsten Blum1-1/+1
2024-03-23Merge tag 'powerpc-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds15-225/+268
2024-03-21Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-3/+3
2024-03-17powerpc/kdump: Split KEXEC_CORE and CRASH_DUMP dependencyHari Bathini8-63/+61
2024-03-17powerpc/kexec: split CONFIG_KEXEC_FILE and CONFIG_CRASH_DUMPHari Bathini2-131/+142
2024-03-17powerpc: Handle error in mark_rodata_ro() and mark_initmem_nx()Christophe Leroy5-31/+65
2024-03-15Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds96-465/+660
2024-03-15Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds11-2/+5040
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-4/+45
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds3-4/+3
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds20-136/+95
2024-03-13Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds3-29/+3
2024-03-13Merge tag 'modules-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+1
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-2/+2