summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-1812-16/+14
|\
| * genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-167-9/+7
| * powerpc/mpc8xx: Use irq_set_handler_locked()Thomas Gleixner2015-09-161-1/+1
| * powerpc/ipic: Use irq_set_handler_locked()Thomas Gleixner2015-09-161-2/+2
| * powerpc/cpm2: Use irq_set_handler_locked()Thomas Gleixner2015-09-161-2/+2
| * powerpc, irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-09-152-2/+2
* | Merge tag 'powerpc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-09-183-6/+9
|\ \ | |/ |/|
| * powerpc/MSI: Fix race condition in tearing down MSI interruptsPaul Mackerras2015-09-103-6/+9
* | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-3/+4
|\ \ | |/ |/|
| * dax: drop size parameter to ->direct_access()Dan Williams2015-08-271-1/+1
| * pmem, dax: have direct_access use __pmem annotationRoss Zwisler2015-08-201-3/+4
* | Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-09-033-16/+6
|\ \
| * \ Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2015-08-271-1/+1
| |\ \
| | * | powerpc: use memset_io() to clear CPM MuramLEROY Christophe2015-08-071-1/+1
| * | | powerpc/4xx: Fix return value check in hsta_msi_probe()Wei Yongjun2015-08-061-2/+2
| |/ /
| * | powerpc/iommu: Cleanup setting of DMA base/offsetBenjamin Herrenschmidt2015-07-131-13/+3
| |/
* | Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-021-1/+1
|\ \
| * | block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-1/+1
| |/
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2015-09-011-1/+1
|\ \
| * | treewide: Fix typo in printkMasanari Iida2015-08-071-1/+1
| |/
* | genirq/irqdomain: Allow irq domain aliasingMarc Zyngier2015-07-306-6/+12
* | Merge branch 'linus' into irq/coreThomas Gleixner2015-07-301-0/+1
|\ \ | |/
| * powerpc/ppc4xx_hsta_msi: Include ppc-pci.h to fix reference to hose_listDaniel Axtens2015-07-061-0/+1
* | powerpc/PCI: Use for_pci_msi_entry() to access MSI device listJiang Liu2015-07-224-8/+8
* | treewide: Use helper function to access irq_data->msi_descJiang Liu2015-07-162-2/+2
|/
* Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...Linus Torvalds2015-07-021-1/+1
|\
| * powerpc: use subsys_initcall for Freescale Local BusPaul Gortmaker2015-06-161-1/+1
* | powerpc: Make doorbell check preemption safeShreyas B. Prabhu2015-06-171-5/+9
* | powerpc/iommu: Move tce_xxx callbacks from ppc_md to iommu_tableAlexey Kardashevskiy2015-06-111-5/+7
* | powerpc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-06-022-2/+2
* | powerpc/mpic_u3msi: Move MSI-related ops to pci_controller_opsDaniel Axtens2015-06-021-3/+6
* | powerpc/ppc4xx_hsta_msi: Move MSI-related ops to pci_controller_opsDaniel Axtens2015-06-021-2/+5
* | powerpc/ppc4xx_msi: Move MSI-related ops to pci_controller_opsDaniel Axtens2015-06-021-2/+5
* | powerpc/fsl_msi: Move MSI-related ops to pci_controller_opsDaniel Axtens2015-06-021-8/+15
* | powerpc/pasemi: Only the build the pasemi MSI code for PASEMI=yMichael Ellerman2015-05-113-173/+6
* | powerpc: Constify irq_domain_opsKrzysztof Kozlowski2015-05-1110-10/+10
|/
* powerpc: dart_iommu: Remove check for controller_ops == NULL caseDaniel Axtens2015-04-111-8/+5
* powerpc: Remove shims for pci_controller_ops operationsDaniel Axtens2015-04-111-5/+0
* powerpc: fsl_pci, swiotlb: Move controller ops from ppc_md to controller_opsDaniel Axtens2015-04-111-0/+15
* powerpc: dart_iommu: optionally populate controller_ops on initDaniel Axtens2015-04-111-4/+12
* powerpc: Drop return value of smp_ops->probe()Michael Ellerman2015-04-102-6/+2
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2015-04-074-29/+38
|\
| * powerpc/mpic: Remove WHOAMI readback after EOIBogdan Purcareata2015-03-311-1/+0
| * powerpc: don't export static symbolJulia Lawall2015-03-311-25/+0
| * powerpc/85xx: workaround for chips with MSI hardware errataHongtao Jia2015-03-232-3/+28
| * powerpc/mpic: Add get_version API both for internal and external useHongtao Jia2015-03-231-0/+10
* | powerpc: Use bool function return values of true/false not 1/0Joe Perches2015-03-311-1/+1
|/
* powerpc/mpic: remove unused functionsArseny Solokha2015-03-161-35/+0
* powerpc/qe: drop unused ucc_slow_poll_transmitter_nowArseny Solokha2015-03-161-5/+0
* powerpc: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-132-9/+4
OpenPOWER on IntegriCloud