summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/powernv
AgeCommit message (Expand)AuthorFilesLines
2014-11-05Merge branch 'topic/get-cpu-var' into nextMichael Ellerman1-2/+2
2014-11-05Merge branch 'topic/pm-power-off' into nextMichael Ellerman1-2/+2
2014-11-03powerpc: Convert power off logic to pm_power_offAlexander Graf1-2/+2
2014-11-03powerpc: Replace __get_cpu_var usesChristoph Lameter1-2/+2
2014-10-31powerpc/powernv: Properly fix LPC debugfs endiannessBenjamin Herrenschmidt1-0/+59
2014-10-28Revert "powerpc/powernv: Fix endian bug in LPC bus debugfs accessors"Michael Ellerman1-3/+1
2014-10-23powernv: Use _GLOBAL_TOC for opal wrappersJeremy Kerr1-1/+1
2014-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds4-4/+78
2014-10-15powerpc/eeh: Block CFG upon frozen Shiner adapterGavin Shan1-2/+3
2014-10-15powerpc/eeh: Block PCI config access upon frozen PEGavin Shan1-0/+19
2014-10-15powerpc/powernv: Drop config requests in EEH accessorsGavin Shan1-2/+35
2014-10-15powerpc/eeh: Rename flag EEH_PE_RESET to EEH_PE_CFG_BLOCKEDGavin Shan2-2/+2
2014-10-13powerpc/powernv: Fallback to old HMI handling behavior for old firmwareMahesh Salgaonkar1-0/+21
2014-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds17-106/+531
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-14/+5
2014-10-08powerpc/opal: Add PHB to cxl mode callIan Munsie1-0/+1
2014-10-08powerpc/powerpc: Add new PCIe functions for allocating cxl interruptsIan Munsie1-0/+154
2014-10-08powerpc/powernv: Split out set MSI IRQ chip codeIan Munsie1-18/+24
2014-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2014-10-07powerpc/powernv: Fix endian bug in LPC bus debugfs accessorsBenjamin Herrenschmidt1-1/+3
2014-10-02powerpc: Add printk levels to powernv platform codeAnton Blanchard2-4/+4
2014-10-01PCI/MSI/PPC: Remove arch_msi_check_device()Alexander Gordeev1-14/+5
2014-09-30powerpc/powernv: Override dma_get_required_mask()Gavin Shan5-0/+51
2014-09-30powerpc/powernv: Fetch frozen PE on top levelGavin Shan1-14/+34
2014-09-30powerpc/powernv: Sync OpalPciResetScope with firmwareGavin Shan2-8/+8
2014-09-30powerpc/powernv: Clear PAPR error injection registersGavin Shan1-0/+25
2014-09-30powerpc/powernv: Add PCI error injection debugfs entryMike Qiu1-0/+52
2014-09-30powerpc/eeh: Introduce eeh_ops::err_injectGavin Shan3-0/+72
2014-09-30powerpc/powernv: Sync header with firmwareGavin Shan1-0/+1
2014-09-30powerpc/eeh: Freeze PE before PE resetGavin Shan1-10/+33
2014-09-25powerpc: pci-ioda: Use a single function to emit logging messagesJoe Perches1-28/+30
2014-09-25powerpc: pci-ioda: Remove unnecessary return value from printkJoe Perches1-6/+3
2014-09-25powerpc/powernv: Don't call generic code on offline cpusPaul Mackerras1-3/+3
2014-09-25powerpc/jump_label: use HAVE_JUMP_LABEL?Zhouyi Zhou1-1/+1
2014-09-25powerpc: Ensure global functions include their prototypeAnton Blanchard1-0/+1
2014-09-25powerpc: Make a bunch of things staticAnton Blanchard4-7/+7
2014-09-25powerpc/powernv: Check OPAL dump calls exist before usingMichael Neuling1-0/+4
2014-09-25powerpc/powernv: Check OPAL elog calls exist before usingMichael Neuling1-0/+4
2014-09-25powerpc/powernv: Check OPAL RTC calls exists before usingMichael Neuling1-5/+10
2014-09-25powerpc/powernv: Add OPAL check token callMichael Neuling1-0/+1
2014-09-25powerpc/powernv: Improve error messages in dump codeVasant Hegde1-5/+9
2014-09-09powerpc: use machine_subsys_initcall() for opal_hmi_handler_init()Li Zhong1-1/+2
2014-09-01treewide: fix errors in printkMasanari Iida1-1/+1
2014-08-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds3-1/+26
2014-08-13powerpc/powernv: Interface to register/unregister opal dump regionVasant Hegde2-0/+25
2014-08-13powerpc/powernv: Fix IOMMU group lostGavin Shan1-1/+1
2014-08-11Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-4/+4
2014-08-07arch/powerpc/platforms/powernv/opal-dump.c: fix world-writable sysfs filesRusty Russell1-2/+2
2014-08-07arch/powerpc/platforms/powernv/opal-elog.c: fix world-writable sysfs filesRusty Russell1-2/+2
2014-08-05powerpc/powernv: Invoke opal call to handle hmi.Mahesh Salgaonkar4-7/+219