| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc/irqdomain: Fix broken NR_IRQ references | Grant Likely | 2012-04-30 | 2 | -6/+4 |
* | powerpc/8xx: Fix NR_IRQ bugs and refactor 8xx interrupt controller | Grant Likely | 2012-04-30 | 1 | -41/+20 |
* | Merge branch 'for-v3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-04-27 | 1 | -0/+1 |
|\ |
|
| * | powerpc: fix system.h fallout in sysdev/scom.c [chroma_defconfig] | Paul Gortmaker | 2012-04-18 | 1 | -0/+1 |
* | | powerpc/mpic: Properly set default triggers | Benjamin Herrenschmidt | 2012-04-23 | 1 | -12/+30 |
* | | powerpc/mpic: Fix confusion between hw_irq and virq | Benjamin Herrenschmidt | 2012-04-23 | 1 | -8/+4 |
* | | powerpc/mpic_msgr: fix offset error when setting mer register | Mingkai Hu | 2012-04-19 | 1 | -1/+1 |
* | | powerpc/mpic_msgr: add lock for MPIC message global variable | Mingkai Hu | 2012-04-19 | 1 | -5/+5 |
|/ |
|
* | Merge remote-tracking branch 'kumar/next' into merge | Benjamin Herrenschmidt | 2012-04-02 | 1 | -2/+20 |
|\ |
|
| * | powerpc/qe: Update the SNUM table for MPC8569 Rev2.0 | Dave Liu | 2012-03-29 | 1 | -2/+20 |
* | | Disintegrate asm/system.h for PowerPC | David Howells | 2012-03-28 | 4 | -3/+1 |
|/ |
|
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2012-03-21 | 14 | -73/+710 |
|\ |
|
| * | Merge remote-tracking branch 'kumar/next' into next | Benjamin Herrenschmidt | 2012-03-21 | 11 | -22/+584 |
| |\ |
|
| | * | powerpc: add support for MPIC message register API | Jia Hongtao | 2012-03-16 | 2 | -0/+284 |
| | * | powerpc/85xx: l2sram - Add compatible entry for mpc8548 L2 controller | chenhui zhao | 2012-03-16 | 1 | -0/+3 |
| | * | powerpc/85xx: Fix compiler error with THIS_MODULE and related | Claudiu Manoil | 2012-03-16 | 2 | -0/+2 |
| | * | powerpc: Move GE PIC drivers | Martyn Welch | 2012-03-16 | 5 | -0/+270 |
| | * | powerpc/fsl_msi: return proper error value when ioremap failed. | Liu Shuo | 2012-03-16 | 1 | -0/+1 |
| | * | powerpc/srio: Fix the compile errors when building with 64bit | Liu Gang | 2012-03-16 | 1 | -20/+22 |
| | * | powerpc/srio: Fix the relocation errors when building with 64bit | Liu Gang | 2012-03-16 | 1 | -2/+2 |
| * | | powerpc/44x: Add support PCI-E for APM821xx SoC and Bluestone board | Vinh Nguyen Huu Tuong | 2012-03-17 | 1 | -0/+70 |
| |/ |
|
| * | powerpc/mpic: Fix allocation of reverse-map for multi-ISU mpics | Benjamin Herrenschmidt | 2012-02-27 | 1 | -2/+6 |
| * | powerpc/mpic: Remove duplicate MPIC_WANTS_RESET flag | Kyle Moffett | 2012-02-23 | 1 | -1/+1 |
| * | powerpc/mpic: Add "last-interrupt-source" property to override hardware | Kyle Moffett | 2012-02-23 | 1 | -20/+26 |
| * | powerpc/mpic: Remove MPIC_BROKEN_FRR_NIRQS and duplicate irq_count | Kyle Moffett | 2012-02-23 | 2 | -13/+8 |
| * | fsl/mpic: Create and document the "single-cpu-affinity" device-tree flag | Kyle Moffett | 2012-02-23 | 1 | -0/+2 |
| * | powerpc/mpic: Fix use of "flags" variable in mpic_alloc() | Kyle Moffett | 2012-02-23 | 1 | -24/+22 |
* | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2012-03-21 | 18 | -166/+92 |
|\ \
| |/
|/| |
|
| * | irq_domain/powerpc: Replace custom xlate functions with library functions | Grant Likely | 2012-02-16 | 4 | -57/+4 |
| * | irq_domain/powerpc: constify irq_domain_ops | Grant Likely | 2012-02-16 | 4 | -4/+4 |
| * | irq_domain: constify irq_domain_ops | Grant Likely | 2012-02-16 | 1 | -1/+1 |
| * | irq_domain: Add support for base irq and hwirq in legacy mappings | Grant Likely | 2012-02-16 | 2 | -2/+2 |
| * | irq_domain: Replace irq_alloc_host() with revmap-specific initializers | Grant Likely | 2012-02-16 | 14 | -43/+22 |
| * | irq_domain/powerpc: Eliminate virq_is_host() | Grant Likely | 2012-02-16 | 1 | -6/+6 |
| * | irq_domain/powerpc: Use common irq_domain structure instead of irq_host | Grant Likely | 2012-02-14 | 18 | -79/+79 |
* | | powerpc/fsl/pci: Fix PCIe fixup regression | Benjamin Herrenschmidt | 2012-02-16 | 1 | -19/+29 |
|/ |
|
* | arch/powerpc/sysdev/fsl_pci.c: add missing iounmap | Julia Lawall | 2012-01-17 | 1 | -2/+3 |
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2012-01-08 | 1 | -1/+0 |
|\ |
|
| * | fs: move code out of buffer.c | Al Viro | 2012-01-03 | 1 | -1/+0 |
* | | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2012-01-07 | 1 | -34/+8 |
|\ \ |
|
| * | | gpio/powerpc: Eliminate duplication of of_get_named_gpio_flags() | Grant Likely | 2011-12-12 | 1 | -34/+8 |
| |/ |
|
* | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-01-07 | 3 | -10/+9 |
|\ \ |
|
| * \ | Merge branch 'driver-core-next' into Linux 3.2 | Greg Kroah-Hartman | 2012-01-06 | 3 | -10/+9 |
| |\ \
| | |/
| |/| |
|
| | * | driver-core: remove sysdev.h usage. | Kay Sievers | 2011-12-21 | 1 | -1/+0 |
| | * | power: qe_ic - convert sysdev_class to a regular subsystem | Kay Sievers | 2011-12-21 | 1 | -6/+6 |
| | * | cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem | Kay Sievers | 2011-12-21 | 1 | -3/+3 |
* | | | powerpc/fsl: add MSI support for the Freescale hypervisor | Timur Tabi | 2012-01-04 | 3 | -23/+81 |
* | | | arch/powerpc/sysdev/fsl_rmu.c: introduce missing kfree | Julia Lawall | 2012-01-04 | 1 | -0/+1 |
* | | | powerpc/fsl: Add support for Integrated Flash Controller | Prabhakar Kushwaha | 2012-01-04 | 2 | -0/+311 |
* | | | powerpc/fsl-pci: Allow 64-bit PCIe devices to DMA to any memory address | Kumar Gala | 2012-01-04 | 1 | -0/+55 |