aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc/fsl_pci: Remove of_node_put() when reference escaped outLiang He2022-09-051-1/+0
* powerpc/85xx: Add missing of_node_get/put() in ge_imp3a_pci_assign_primary()Liang He2022-09-051-2/+4
* powerpc/44x: Add of_node_put() when break out from for_eachLiang He2022-09-051-0/+2
* powerpc/pci_dn: Add missing of_node_put()Liang He2022-09-051-0/+1
* powerpc/pseries: Add missing of_node_put()s in hotplug-cpu.cLiang He2022-09-051-4/+11
* powerpc/83xx: Add missing of_node_put() in mpc832x_spi_init()Liang He2022-09-051-1/+5
* powerpc/512x: Add missing of_node_put() in clock-commonclk.cLiang He2022-09-051-2/+4
* powerpc/powermac: Add missing of_node_put() in smp_core99_setup()Liang He2022-09-051-0/+1
* powerpc/sysdev/fsl_msi: Add missing of_node_put()Liang He2022-09-051-0/+2
* powerpc/sysdev: Add missing of_node_put()sLiang He2022-09-053-7/+23
* powerpc/embedded6xx/ls_uart: Add missing of_node_put()Liang He2022-09-051-0/+2
* powerpc/pseries: Add missing of_node_put() in ibmebusLiang He2022-09-051-1/+5
* powerpc/cell: Add missing of_node_put() in iommu.cLiang He2022-09-051-1/+3
* powerpc/cell: Add missing of_node_put()s in cbe_regs.cLiang He2022-09-051-10/+27
* powerpc/cell: Add missing of_node_put()sLiang He2022-09-052-0/+4
* powerpc/kernel: Add missing of_node_put() in legacy_serial.cLiang He2022-09-051-0/+2
* powerpc/perf: Add missing of_node_put()s in imc-pmu.cLiang He2022-09-051-2/+8
* powerpc/embedded6xx: Add missing of_node_put()sLiang He2022-09-052-0/+9
* powerpc/8xx: Add missing of_node_put() in tqm8xx_setup.cLiang He2022-09-051-0/+3
* powerpc/maple: Add missing of_node_put() in time.cLiang He2022-09-051-0/+1
* powerpc/85xx: Add missing of_node_put() in sgy_cst1000Liang He2022-09-051-13/+22
* powerpc/52xx: Add missing of_node_put() in media5200.cLiang He2022-09-051-0/+3
* powerpc/85xx: Add missing of_node_put() in ksi8560.cLiang He2022-09-051-0/+2
* powerpc/512x: Add missing of_node_put() in mpc5121_clk_init()Liang He2022-09-051-0/+2
* powerpc/vdso: link with -z noexecstackChristophe Leroy2022-09-051-2/+2
* powerpc/math-emu: Remove -w build flag and fix warningsChristophe Leroy2022-09-053-38/+39
* powerpc/math_emu/efp: Include module.hNathan Chancellor2022-09-051-0/+1
* powerpc/pseries: Move dtl scanning and steal time accounting to pseries platformNicholas Piggin2022-09-055-98/+90
* powerpc/64: Remove PPC64 special case for cputime accounting defaultNicholas Piggin2022-09-052-0/+4
* powerpc/pseries: Implement CONFIG_PARAVIRT_TIME_ACCOUNTINGNicholas Piggin2022-09-055-0/+52
* powerpc/pseries: Add wait interval counter definitions to struct lppacaNicholas Piggin2022-09-041-3/+7
* powerpc/configs: Properly enable PAPR_SCM in pseries_defconfigMichael Ellerman2022-09-041-0/+1
* powerpc/32: Remove wii_memory_fixups()Christophe Leroy2022-09-012-23/+0
* powerpc/32: Allow fragmented physical memoryChristophe Leroy2022-09-011-9/+0
* powerpc/32: Drop a stale comment about reservation of gigantic pagesChristophe Leroy2022-09-011-4/+0
* powerpc/code-patching: Speed up page mapping/unmappingChristophe Leroy2022-09-011-11/+19
* powerpc/82xx: remove spidev node from mgcogeWolfram Sang2022-08-261-7/+0
* powerpc/microwatt: Add LiteX MMC driverJoel Stanley2022-08-261-0/+5
* powerpc/mm: Support execute-only memory on the Radix MMURussell Currey2022-08-263-3/+16
* powerpc: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-264-4/+4
* powerpc/fsl_booke: Make calc_cam_sz() staticChristophe Leroy2022-08-262-4/+2
* powerpc: Remove stale declarations in mmu_decl.hChristophe Leroy2022-08-262-5/+0
* powerpc: Move patch sites out of asm-prototypes.hMichael Ellerman2022-08-263-13/+14
* powerpc/boot: Drop unused dummy.cMichael Ellerman2022-08-261-4/+0
* powerpc/boot: Convert more files to use SPDX tagsMichael Ellerman2022-08-265-20/+8
* powerpc/vdso: Don't map VDSO at a fixed address on PPC32Christophe Leroy2022-08-222-14/+2
* Merge tag 'powerpc-6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-08-201-6/+10
|\
| * powerpc/pci: Fix get_phb_number() lockingMichael Ellerman2022-08-151-6/+10
* | KVM: Rename mmu_notifier_* to mmu_invalidate_*Chao Peng2022-08-197-15/+15
|/
* Merge tag 'powerpc-6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-08-146-30/+25
|\