aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-15mm, dax, pmem: introduce pfn_tDan Williams1-5/+4
2016-01-15Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds16-3022/+15
2015-12-23powerpc/fsl_lbc: removal of dead codeRaghav Dogra1-2/+0
2015-12-22powerpc/85xx: Add PCIe controller support for bsc9132qdsHarninder Rai1-0/+13
2015-12-22QE: Move QE from arch/powerpc to drivers/socZhao Qiang14-3113/+1
2015-12-22QE: use subsys_initcall to init qeZhao Qiang1-0/+13
2015-12-22QE/CPM: move muram management functions to qe_commonZhao Qiang4-209/+239
2015-12-22CPM/QE: use genalloc to manage CPM/QE muramZhao Qiang1-38/+88
2015-12-11EDAC, mpc85xx: Make mpc85xx-pci-edac a platform deviceScott Wood2-10/+27
2015-11-26powerpc/axonram: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-11-10Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+3
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe1-2/+3
2015-11-05Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds6-54/+83
2015-11-05uaccess: reimplement probe_kernel_address() using probe_kernel_read()Andrew Morton1-1/+1
2015-11-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into nextMichael Ellerman3-44/+68
2015-10-28powerpc/msi: Fix section mismatch warning in msi_bitmap_alloc()Denis Kirjanov1-1/+1
2015-10-27powerpc: handle error case in cpm_muram_alloc()Christophe Leroy1-1/+2
2015-10-27powerpc: mpic: use IRQCHIP_SKIP_SET_WAKE instead of redundant mpic_irq_set_wakeSudeep Holla1-19/+4
2015-10-17powerpc/fsl_pci: Don't set up inbound windows in kdump crash kernelScott Wood1-23/+61
2015-10-17powerpc/fsl_pci: Check for get_user/probe_kernel_address failureScott Wood1-1/+1
2015-10-15powerpc/mpc5xxx: Use of_get_next_parent to simplify codeChristophe Jaillet1-4/+1
2015-10-13irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier7-7/+12
2015-10-06powerpc/8xx: Shorten irq_chip name for the SIUChristophe Leroy1-1/+1
2015-10-05powerpc/msi: Free the bitmap if it was slab allocatedDenis Kirjanov1-4/+12
2015-09-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds12-16/+14
2015-09-18Merge tag 'powerpc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds3-6/+9
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner7-9/+7
2015-09-16powerpc/mpc8xx: Use irq_set_handler_locked()Thomas Gleixner1-1/+1
2015-09-16powerpc/ipic: Use irq_set_handler_locked()Thomas Gleixner1-2/+2
2015-09-16powerpc/cpm2: Use irq_set_handler_locked()Thomas Gleixner1-2/+2
2015-09-15powerpc, irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2-2/+2
2015-09-10powerpc/MSI: Fix race condition in tearing down MSI interruptsPaul Mackerras3-6/+9
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-3/+4
2015-09-03Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds3-16/+6
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2015-09-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-08-27dax: drop size parameter to ->direct_access()Dan Williams1-1/+1
2015-08-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into nextMichael Ellerman1-1/+1
2015-08-20pmem, dax: have direct_access use __pmem annotationRoss Zwisler1-3/+4
2015-08-07powerpc: use memset_io() to clear CPM MuramLEROY Christophe1-1/+1
2015-08-07treewide: Fix typo in printkMasanari Iida1-1/+1
2015-08-06powerpc/4xx: Fix return value check in hsta_msi_probe()Wei Yongjun1-2/+2
2015-07-30genirq/irqdomain: Allow irq domain aliasingMarc Zyngier6-6/+12
2015-07-30Merge branch 'linus' into irq/coreThomas Gleixner1-0/+1
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-1/+1
2015-07-22powerpc/PCI: Use for_pci_msi_entry() to access MSI device listJiang Liu4-8/+8
2015-07-16treewide: Use helper function to access irq_data->msi_descJiang Liu2-2/+2
2015-07-13powerpc/iommu: Cleanup setting of DMA base/offsetBenjamin Herrenschmidt1-13/+3
2015-07-06powerpc/ppc4xx_hsta_msi: Include ppc-pci.h to fix reference to hose_listDaniel Axtens1-0/+1
2015-07-02Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+1