summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev
AgeCommit message (Expand)AuthorLines
2015-09-15powerpc, irq: Use access helper irq_data_get_affinity_mask()Jiang Liu-2/+2
2015-09-10powerpc/MSI: Fix race condition in tearing down MSI interruptsPaul Mackerras-6/+9
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+4
2015-09-03Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-16/+6
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2015-09-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds-1/+1
2015-08-27dax: drop size parameter to ->direct_access()Dan Williams-1/+1
2015-08-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman-1/+1
2015-08-20pmem, dax: have direct_access use __pmem annotationRoss Zwisler-3/+4
2015-08-07powerpc: use memset_io() to clear CPM MuramLEROY Christophe-1/+1
2015-08-07treewide: Fix typo in printkMasanari Iida-1/+1
2015-08-06powerpc/4xx: Fix return value check in hsta_msi_probe()Wei Yongjun-2/+2
2015-07-30genirq/irqdomain: Allow irq domain aliasingMarc Zyngier-6/+12
2015-07-30Merge branch 'linus' into irq/coreThomas Gleixner-0/+1
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig-1/+1
2015-07-22powerpc/PCI: Use for_pci_msi_entry() to access MSI device listJiang Liu-8/+8
2015-07-16treewide: Use helper function to access irq_data->msi_descJiang Liu-2/+2
2015-07-13powerpc/iommu: Cleanup setting of DMA base/offsetBenjamin Herrenschmidt-13/+3
2015-07-06powerpc/ppc4xx_hsta_msi: Include ppc-pci.h to fix reference to hose_listDaniel Axtens-0/+1
2015-07-02Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...Linus Torvalds-1/+1
2015-06-17powerpc: Make doorbell check preemption safeShreyas B. Prabhu-5/+9
2015-06-16powerpc: use subsys_initcall for Freescale Local BusPaul Gortmaker-1/+1
2015-06-11powerpc/iommu: Move tce_xxx callbacks from ppc_md to iommu_tableAlexey Kardashevskiy-5/+7
2015-06-02powerpc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu-2/+2
2015-06-02powerpc/mpic_u3msi: Move MSI-related ops to pci_controller_opsDaniel Axtens-3/+6
2015-06-02powerpc/ppc4xx_hsta_msi: Move MSI-related ops to pci_controller_opsDaniel Axtens-2/+5
2015-06-02powerpc/ppc4xx_msi: Move MSI-related ops to pci_controller_opsDaniel Axtens-2/+5
2015-06-02powerpc/fsl_msi: Move MSI-related ops to pci_controller_opsDaniel Axtens-8/+15
2015-05-11powerpc/pasemi: Only the build the pasemi MSI code for PASEMI=yMichael Ellerman-173/+6
2015-05-11powerpc: Constify irq_domain_opsKrzysztof Kozlowski-10/+10
2015-04-11powerpc: dart_iommu: Remove check for controller_ops == NULL caseDaniel Axtens-8/+5
2015-04-11powerpc: Remove shims for pci_controller_ops operationsDaniel Axtens-5/+0
2015-04-11powerpc: fsl_pci, swiotlb: Move controller ops from ppc_md to controller_opsDaniel Axtens-0/+15
2015-04-11powerpc: dart_iommu: optionally populate controller_ops on initDaniel Axtens-4/+12
2015-04-10powerpc: Drop return value of smp_ops->probe()Michael Ellerman-6/+2
2015-04-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman-29/+38
2015-03-31powerpc/mpic: Remove WHOAMI readback after EOIBogdan Purcareata-1/+0
2015-03-31powerpc: don't export static symbolJulia Lawall-25/+0
2015-03-31powerpc: Use bool function return values of true/false not 1/0Joe Perches-1/+1
2015-03-23powerpc/85xx: workaround for chips with MSI hardware errataHongtao Jia-3/+28
2015-03-23powerpc/mpic: Add get_version API both for internal and external useHongtao Jia-0/+10
2015-03-16powerpc/mpic: remove unused functionsArseny Solokha-35/+0
2015-03-16powerpc/qe: drop unused ucc_slow_poll_transmitter_nowArseny Solokha-5/+0
2015-02-13powerpc: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo-9/+4
2015-02-12Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds-13/+4
2015-02-11Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-21/+27
2015-01-30powerpc/fsl_pci: Convert PCI to use generic config accessorsRob Herring-43/+3
2015-01-29powerpc/qe: Use strlcpy()Rickard Strandqvist-3/+3
2015-01-29powerpc/fsl_pci: Fix pci stack build bug with FRAME_WARNKim Phillips-15/+21