aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powermac (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2018-01-21powerpc: Fix old-style function definitionMathieu Malaterre1-3/+3
2018-01-16powerpc: make use of for_each_node_by_type() instead of open-coding itDmitry Torokhov2-5/+6
2018-01-11powerpc/PCI: Deprecate pci_get_bus_and_slot()Sinan Kaya1-1/+1
2017-12-04powerpc: Use of for_each_node_by_name() instead of open-coding itDmitry Torokhov1-1/+1
2017-12-04powerpc/powermac: drop useless call to of_find_node_by_nameDmitry Torokhov1-1/+0
2017-12-04powerpc/powermac: fix OF node refcount leakDmitry Torokhov1-0/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-3/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman6-0/+6
2017-10-04powerpc/powermac: Use setup_timer() helperAllen Pais1-3/+1
2017-08-23powerpc: Convert to using %pOF instead of full_nameRob Herring7-55/+55
2017-04-28powerpc: Add struct smp_ops_t.cause_nmi_ipi operationNicholas Piggin1-0/+1
2017-04-13powerpc: Change the doorbell IPI calling conventionNicholas Piggin1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/hotplug.h>Ingo Molnar1-0/+1
2016-11-14i2c_powermac: shut up lockdep warningDenis Kirjanov1-0/+4
2016-10-07Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds5-10/+10
2016-09-20powerpc: Remove all usages of NO_IRQMichael Ellerman3-8/+8
2016-09-13powerpc/sparse: Make a bunch of things staticDaniel Axtens2-2/+2
2016-09-06powerpc/powermac: Convert to hotplug state machineSebastian Andrzej Siewior1-25/+25
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick1-2/+2
2016-07-21powerpc: Get rid of ppc_md.init_early()Benjamin Herrenschmidt1-2/+3
2016-07-21powerpc: Move 32-bit probe() machine to later in the boot processBenjamin Herrenschmidt1-8/+0
2016-07-21powerpc/64: Move 64-bit probe_machine() to later in the boot processBenjamin Herrenschmidt1-0/+6
2016-07-21powerpc/pmac: Remove spurrious machine type testBenjamin Herrenschmidt1-3/+0
2016-07-21powerpc/64: Move MMU backend selection out of platform codeBenjamin Herrenschmidt1-4/+0
2016-07-21powerpc/pmac: Remove early allocation of the SMU command bufferBenjamin Herrenschmidt1-16/+0
2016-07-21powerpc/dart: Use a cachable DARTBenjamin Herrenschmidt1-8/+0
2016-07-14powerpc: Make ppc_md.{halt, restart} __noreturnDaniel Axtens1-5/+7
2016-07-14powerpc/pmac/smp: Add missing FROZEN hotplug notifier transitionsAnna-Maria Gleixner1-2/+1
2016-06-21powerpc/pci: Delay populating pdnGavin Shan1-14/+24
2016-06-14powerpc: Various typo fixesMichael Ellerman1-1/+1
2016-03-11Merge branch 'topic/mprofile-kernel' into nextMichael Ellerman1-1/+1
2016-03-07powerpc/ftrace: Use $(CC_FLAGS_FTRACE) when disabling ftraceTorsten Duwe1-1/+1
2016-03-01powerpc: Fix misspellings in comments.Adam Buchbinder2-4/+4
2015-12-17powerpc: Add missing calls to va_end()Daniel Axtens1-0/+1
2015-11-26powerpc/powermac: set IRQF_NO_THREAD for xmon/cascade handlersJohn Ogness1-1/+2
2015-09-29powerpc: Kconfig: remove BE-only platforms from LE kernel buildBoqun Feng1-1/+1
2015-07-30genirq/irqdomain: Allow irq domain aliasingMarc Zyngier1-1/+2
2015-04-15powerpc/powermac: Fix build error seen with powermac smp buildsGuenter Roeck1-6/+4
2015-04-11powerpc/powermac: Move controller ops from ppc_md to controller_opsDaniel Axtens3-9/+17
2015-04-11powerpc: dart_iommu: optionally populate controller_ops on initDaniel Axtens1-1/+1
2015-04-11powerpc: pcibios_enable_device_hook: return bool rather than intDaniel Axtens2-5/+5
2015-04-11powerpc/powermac: move pmac_pci_probe_mode from setup.c to pci.cDaniel Axtens3-18/+21
2015-04-10powerpc: Drop return value of smp_ops->probe()Michael Ellerman1-5/+3
2015-03-25powerpc/pmac: Fix DT refcount imbalance in pmac_pic_probe_oldstyleGeert Uytterhoeven1-0/+3
2015-03-17powerpc/powermac: Cleaning up missing null-terminate in conjunction with strncpyRickard Strandqvist1-1/+1
2015-01-30powerpc/powermac: Convert PCI to use generic config accessorsRob Herring1-170/+39
2014-11-19powerpc: Remove more traces of bootmemMichael Ellerman1-5/+1
2014-11-10powerpc: Remove superfluous bootmem includesAnton Blanchard1-1/+0