| Commit message (Expand) | Author | Age |
* | powerpc: Remove powerpc specific cmd_line | Anton Blanchard | 2014-10-02 |
* | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 2014-08-14 |
|\ |
|
| * | of: Migrate of_find_node_by_name() users to for_each_node_by_name() | Grant Likely | 2014-06-26 |
* | | powerpc: Remove CONFIG_POWER4 | Michael Ellerman | 2014-07-28 |
|/ |
|
* | powerpc: Delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-01-14 |
* | tree-wide: use reinit_completion instead of INIT_COMPLETION | Wolfram Sang | 2013-11-14 |
* | Merge remote-tracking branch 'grant/devicetree/next' into for-next | Rob Herring | 2013-11-07 |
|\ |
|
| * | of/irq: Replace of_irq with of_phandle_args | Grant Likely | 2013-10-24 |
| * | of/irq: Rename of_irq_map_* functions to of_irq_parse_* | Grant Likely | 2013-10-24 |
* | | powerpc: add explicit OF includes | Rob Herring | 2013-10-09 |
|/ |
|
* | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 2013-07-06 |
|\ |
|
| * | irqdomain: Clean up aftermath of irq_domain refactoring | Grant Likely | 2013-06-10 |
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2013-07-04 |
|\ \ |
|
| * | | powerpc: Delete __cpuinit usage from all users | Paul Gortmaker | 2013-06-30 |
| |/ |
|
* / | cpufreq: powerpc: move cpufreq driver to drivers/cpufreq | Viresh Kumar | 2013-06-07 |
|/ |
|
* | powerpc/pci: Support per-aperture memory offset | Benjamin Herrenschmidt | 2013-05-05 |
* | cpufreq: Notify all policy->cpus in cpufreq_notify_transition() | Viresh Kumar | 2013-04-02 |
* | POWERPC: drivers: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2012-12-18 |
|\ |
|
| * | powerpc/powermac/cpufreq_32: Set non-infinite transition time for 7447A driver | Andreas Schwab | 2012-11-14 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-12-13 |
|\ \ |
|
| * | | Fix misspellings of "whether" in comments. | Adam Buchbinder | 2012-11-19 |
| |/ |
|
* / | drivers/of: Constify device_node->name and ->path_component_name | Grant Likely | 2012-11-17 |
|/ |
|
* | Merge branch 'merge' into next | Benjamin Herrenschmidt | 2012-05-08 |
|\ |
|
| * | powerpc/irqdomain: Fix broken NR_IRQ references | Grant Likely | 2012-04-29 |
* | | i2c/powermac: Register i2c devices from device-tree | Benjamin Herrenschmidt | 2012-04-30 |
|/ |
|
* | powerpc/pmac: Don't add_timer() twice | Benjamin Herrenschmidt | 2012-04-22 |
* | irq_domain: Move irq_virq_count into NOMAP revmap | Grant Likely | 2012-04-12 |
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 2012-03-28 |
|\ |
|
| * | Disintegrate asm/system.h for PowerPC | David Howells | 2012-03-28 |
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2012-03-23 |
|\ \
| |/
|/| |
|
| * | powerpc/PCI: make pci_probe_only default to 0 | Bjorn Helgaas | 2012-02-23 |
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2012-03-21 |
|\ \ |
|
| * | | powerpc/pmac: Use string library in nvram code | Akinobu Mita | 2012-03-07 |
| * | | powerpc/mpic: Remove duplicate MPIC_WANTS_RESET flag | Kyle Moffett | 2012-02-22 |
| |/ |
|
* | | irq_domain/powerpc: Replace custom xlate functions with library functions | Grant Likely | 2012-02-16 |
* | | irq_domain/powerpc: constify irq_domain_ops | Grant Likely | 2012-02-16 |
* | | irq_domain: Replace irq_alloc_host() with revmap-specific initializers | Grant Likely | 2012-02-16 |
* | | irq_domain/powerpc: Use common irq_domain structure instead of irq_host | Grant Likely | 2012-02-14 |
|/ |
|
* | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-01-07 |
|\ |
|
| * | Merge branch 'driver-core-next' into Linux 3.2 | Greg Kroah-Hartman | 2012-01-06 |
| |\ |
|
| | * | driver-core: remove sysdev.h usage. | Kay Sievers | 2011-12-21 |
* | | | powerpc/pmac: Fix SMP kernels on pre-core99 UP machines | Benjamin Herrenschmidt | 2011-12-15 |
* | | | powerpc/pmac: Simplify old pmac PIC interrupt handling | Benjamin Herrenschmidt | 2011-12-15 |
* | | | powerpc/mpic: Add in-core support for cascaded MPICs | Kyle Moffett | 2011-12-06 |
* | | | powerpc/mpic: Invert the meaning of MPIC_PRIMARY | Kyle Moffett | 2011-12-06 |
* | | | powerpc: Consolidate mpic_alloc() OF address translation | Kyle Moffett | 2011-12-06 |
* | | | powerpc: Mark IPI interrupts IRQF_NO_THREAD | Thomas Gleixner | 2011-11-24 |
* | | | powerpc/powermac: Add missing of_node_put | Julia Lawall | 2011-11-24 |
|/ / |
|
* / | powerpc/irq: Remove IRQF_DISABLED | Yong Zhang | 2011-11-07 |
|/ |
|