| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc: Add support for relative exception tables | Nicholas Piggin | 2016-11-14 | 2 | -2/+2 |
* | powerpc: Remove all usages of NO_IRQ | Michael Ellerman | 2016-09-20 | 3 | -5/+5 |
* | powerpc: migrate exception table users off module.h and onto extable.h | Paul Gortmaker | 2016-08-22 | 2 | -2/+2 |
* | powerpc: Get rid of ppc_md.init_early() | Benjamin Herrenschmidt | 2016-07-21 | 3 | -13/+7 |
* | powerpc: Move 32-bit probe() machine to later in the boot process | Benjamin Herrenschmidt | 2016-07-21 | 8 | -28/+8 |
* | powerpc: Make ppc_md.{halt, restart} __noreturn | Daniel Axtens | 2016-07-14 | 8 | -14/+14 |
* | powerpc32: remove ioremap_base | Christophe Leroy | 2016-03-11 | 1 | -10/+0 |
* | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 2015-09-16 | 2 | -3/+2 |
* | genirq/irqdomain: Allow irq domain aliasing | Marc Zyngier | 2015-07-30 | 1 | -1/+2 |
* | powerpc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc | Jiang Liu | 2015-06-02 | 1 | -1/+1 |
* | powerpc: Remove some unused functions | Michael Ellerman | 2015-01-28 | 1 | -11/+0 |
* | powerpc/gamecube/wii: delete unneeded test before of_node_put | Julia Lawall | 2014-11-10 | 1 | -3/+3 |
* | powerpc: Convert power off logic to pm_power_off | Alexander Graf | 2014-11-03 | 3 | -3/+7 |
* | powerpc: make of_device_ids const | Uwe Kleine-König | 2014-09-25 | 5 | -5/+5 |
* | powerpc/legacy_serial: Support MVME5100 UARTS with shifted registers | Stephen Chivers | 2014-04-28 | 1 | -0/+1 |
* | powerpc/kconfig: Remove TSI108_BRIDGE duplicates | Luis Henriques | 2014-03-19 | 1 | -2/+0 |
* | powerpc: Delete old PrPMC 280/2800 support | Paul Gortmaker | 2014-03-07 | 3 | -165/+0 |
* | Merge remote-tracking branch 'scott/next' into next | Benjamin Herrenschmidt | 2014-01-15 | 3 | -1/+234 |
|\ |
|
| * | powerpc/embedded6xx: Add support for Motorola/Emerson MVME5100 | Stephen Chivers | 2014-01-09 | 3 | -1/+234 |
* | | powerpc: Delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-01-15 | 1 | -1/+0 |
|/ |
|
* | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-11-12 | 2 | -0/+3 |
|\ |
|
| * | powerpc: add explicit OF includes | Rob Herring | 2013-10-09 | 2 | -0/+3 |
* | | powerpc/6xx: add missing iounmap() on error in hlwd_pic_init() | Wei Yongjun | 2013-10-28 | 1 | -0/+1 |
|/ |
|
* | powerpc/pci: Support per-aperture memory offset | Benjamin Herrenschmidt | 2013-05-06 | 1 | -11/+0 |
* | powerpc: remove CONFIG_MPC10X_OPENPIC | Paul Bolle | 2013-04-18 | 1 | -5/+0 |
* | Disintegrate asm/system.h for PowerPC | David Howells | 2012-03-28 | 5 | -5/+0 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2012-03-21 | 4 | -12/+6 |
|\ |
|
| * | powerpc/mpic: Remove duplicate MPIC_WANTS_RESET flag | Kyle Moffett | 2012-02-23 | 4 | -8/+4 |
| * | powerpc/mpic: Remove MPIC_BROKEN_FRR_NIRQS and duplicate irq_count | Kyle Moffett | 2012-02-23 | 4 | -6/+4 |
* | | ppc-6xx: fix build failure in flipper-pic.c and hlwd-pic.c | Paul Gortmaker | 2012-02-22 | 2 | -6/+6 |
* | | irq_domain/powerpc: constify irq_domain_ops | Grant Likely | 2012-02-16 | 2 | -2/+2 |
* | | irq_domain: Replace irq_alloc_host() with revmap-specific initializers | Grant Likely | 2012-02-16 | 2 | -7/+4 |
* | | irq_domain/powerpc: Use common irq_domain structure instead of irq_host | Grant Likely | 2012-02-14 | 2 | -33/+33 |
|/ |
|
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2012-01-06 | 4 | -78/+15 |
|\ |
|
| * | powerpc/mpic: Invert the meaning of MPIC_PRIMARY | Kyle Moffett | 2011-12-07 | 4 | -4/+4 |
| * | powerpc/mpic: Search for open-pic device-tree node if NULL | Kyle Moffett | 2011-12-07 | 4 | -33/+5 |
| * | powerpc/mpic: Save computed phys_addr for board-specific code | Kyle Moffett | 2011-12-07 | 4 | -48/+13 |
* | | memblock: s/memblock_analyze()/memblock_allow_resize()/ and update users | Tejun Heo | 2011-12-08 | 1 | -1/+0 |
* | | powerpc: Cleanup memblock usage | Tejun Heo | 2011-12-08 | 1 | -13/+9 |
|/ |
|
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-06 | 2 | -0/+2 |
|\ |
|
| * | powerpc: Fix up modules that should be including module.h | Paul Gortmaker | 2011-10-31 | 2 | -0/+2 |
* | | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 2011-11-06 | 1 | -4/+0 |
|\ \
| |/
|/| |
|
| * | powerpc: drop unused Kconfig symbols | Paul Bolle | 2011-10-31 | 1 | -4/+0 |
* | | treewide: typo 'interrrupt' word corrections. | Vitaliy Ivanov | 2011-09-15 | 1 | -1/+1 |
|/ |
|
* | powerpc: Remove trival irq_host_ops.unmap | Milton Miller | 2011-05-19 | 2 | -14/+0 |
* | powerpc/irq: Stop exporting irq_map | Grant Likely | 2011-05-04 | 2 | -8/+8 |
* | powerpc: Convert to new irq_* function names | Thomas Gleixner | 2011-03-29 | 4 | -16/+16 |
* | powerpc: Use proper accessors for IRQ_* flags | Thomas Gleixner | 2011-03-29 | 2 | -3/+3 |
* | powerpc: platforms/embedded6xx irq_data conversion. | Lennert Buytenhek | 2011-03-10 | 2 | -36/+37 |
* | powerpc/kexec: Remove empty ppc_md.machine_kexec_prepare | Anton Blanchard | 2011-01-21 | 2 | -22/+0 |