summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms
AgeCommit message (Expand)AuthorFilesLines
2016-01-31powerpc/powernv: pr_warn_once on unsupported OPAL_MSG typeStewart Smith1-1/+1
2016-01-31powerpc/opal-irqchip: Fix deadlock introduced by "Fix double endian conversion"Alistair Popple1-1/+13
2016-01-31powerpc/opal-irqchip: Fix double endian conversionAlistair Popple1-29/+29
2015-10-21powerpc/powernv: Handle irq_happened flag correctly in off-line loopPaul Mackerras1-5/+24
2015-10-09powerpc/powernv: Panic on unhandled Machine CheckDaniel Axtens1-2/+5
2015-09-30powerpc/ps3: Remove unused os_area_db_id_video_modeMichael Ellerman1-5/+0
2015-09-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds18-22/+23
2015-09-18Merge tag 'powerpc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds4-6/+24
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner17-22/+18
2015-09-16powerpc/mpc52xx: Use irq_set_handler_locked()Thomas Gleixner1-1/+1
2015-09-14powerpc/cell: Prepare irq handler for irq argument removalThomas Gleixner1-1/+2
2015-09-14powerpc/85xx: Prepare irq handlers for irq argument removalThomas Gleixner2-2/+4
2015-09-14powerpc/mpc5121_ads_cpld: Prepare irq handler for irq argument removalThomas Gleixner1-1/+3
2015-09-10powerpc/MSI: Fix race condition in tearing down MSI interruptsPaul Mackerras2-4/+6
2015-09-09mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka1-1/+1
2015-09-08powerpc/pseries: Release DRC when configure_connector failsBharata B Rao1-1/+3
2015-09-07powerpc/powernv/pci-ioda: fix kdump with non-power-of-2 crashkernel=Nishanth Aravamudan1-2/+8
2015-09-07powerpc/powernv/pci-ioda: fix 32-bit TCE table init in kdump kernelNishanth Aravamudan1-1/+9
2015-09-04Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds23-355/+463
2015-09-02Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds10-16/+22
2015-09-01Merge tag 'clk-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2015-08-28powerpc/pseries: Cleanup on pci_dn_reconfig_notifier()Gavin Shan1-11/+13
2015-08-28powerpc/pseries: Fix corrupted pdn listGavin Shan1-0/+5
2015-08-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2-4/+2
2015-08-27powerpc/iommu: Set default DMA offset in dma_dev_setupAlexey Kardashevskiy1-0/+1
2015-08-20powerpc/powernv: Reset HILE before kexec_sequence()Samuel Mendoza-Jonas1-0/+7
2015-08-20powerpc/powernv: Create LED platform deviceVasant Hegde1-1/+11
2015-08-20powerpc/powernv: Add OPAL interfaces for accessing and modifying system LED s...Anshuman Khandual1-0/+2
2015-08-20powerpc/powernv: Fix the log message when disabling VFWei Yang1-2/+3
2015-08-19powerpc/512x: silence a USB Kconfig dependency warningGerhard Sittig1-2/+2
2015-08-18powerpc/pseries: use kmemdup rather than duplicating its implementationAndrzej Hajda1-2/+1
2015-08-18powerpc/powernv: move dma_get_required_mask from pnv_phb to pci_controller_opsAndrew Donnellan5-31/+4
2015-08-18powerpc/cell: Drop support for 64K local store on 4K kernelsMichael Ellerman3-192/+2
2015-08-18powerpc/fsl-booke: Add T1040D4RDB/T1042D4RDB board supportPriyanka Jain1-0/+2
2015-08-18powerpc/85xx: Remove unused pci fixup hooks on c293pcieHou Zhiqiang1-4/+0
2015-08-14powerpc: Add an inline function to update POWER8 HID0Gautham R. Shenoy1-2/+2
2015-08-06powerpc/powernv: Invoke opal_cec_reboot2() on unrecoverable HMI.Mahesh Salgaonkar1-0/+19
2015-08-06powerpc/powernv: Invoke opal_cec_reboot2() on unrecoverable machine check err...Mahesh Salgaonkar2-0/+36
2015-08-06powerpc/powernv: Pull all HMI events before panic.Mahesh Salgaonkar1-2/+24
2015-08-06powerpc/powernv: display reason for Malfunction Alert HMI.Mahesh Salgaonkar1-0/+132
2015-07-30powerpc/eeh-powernv: Fix unbalanced IRQ warningAlistair Popple1-1/+1
2015-07-30genirq/irqdomain: Allow irq domain aliasingMarc Zyngier6-6/+12
2015-07-30Merge branch 'linus' into irq/coreThomas Gleixner2-16/+9
2015-07-23powerpc/powernv/ioda2: Fix calculation for memory allocated for TCE tableAlexey Kardashevskiy1-5/+6
2015-07-23powerpc: Use hardware RNG for arch_get_random_seed_* not arch_get_random_*Paul Mackerras2-2/+2
2015-07-23powerpc/rtas: Introduce rtas_get_sensor_fast() for IRQ handlersThomas Huth1-1/+2
2015-07-22powerpc/PCI: Use for_pci_msi_entry() to access MSI device listJiang Liu4-10/+10
2015-07-21powerpc/eeh: Dump PHB diag-data for non-existing PEGavin Shan1-1/+9
2015-07-21powerpc/eeh: Fix wrong printed PE numberGavin Shan1-1/+1
2015-07-20powerpc/512x: clk: Include clk.hStephen Boyd1-0/+1