summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev
Commit message (Expand)AuthorAgeFilesLines
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+3
* memblock: memblock_phys_alloc(): don't panicMike Rapoport2019-03-121-0/+3
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-071-2/+5
|\
| * powerpc: prefer memblock APIs returning virtual addressMike Rapoport2019-03-071-2/+5
* | powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPUChristophe Leroy2019-02-231-3/+2
* | Merge branch 'topic/dma' into nextMichael Ellerman2019-02-212-52/+31
|\ \
| * | powerpc/dma: trim the fat from <asm/dma-mapping.h>Christoph Hellwig2019-02-181-0/+1
| * | powerpc/dma: remove set_dma_offsetChristoph Hellwig2019-02-182-2/+2
| * | powerpc/dma: use the generic direct mapping bypassChristoph Hellwig2019-02-181-4/+1
| * | dma-mapping, powerpc: simplify the arch dma_set_mask overrideChristoph Hellwig2019-02-181-7/+1
| * | powerpc/dma: remove max_direct_dma_addrChristoph Hellwig2019-02-181-2/+2
| * | powerpc/dma: move pci_dma_dev_setup_swiotlb to fsl_pci.cChristoph Hellwig2019-02-181-0/+9
| * | powerpc/dart: use the generic iommu bypass codeChristoph Hellwig2019-02-181-30/+17
| * | powerpc/dart: remove dead cleanup code in iommu_init_early_dartChristoph Hellwig2019-02-181-10/+1
| |/
* | powerpc: Remove trailing semicolon after curly braceMathieu Malaterre2019-02-031-1/+1
* | powerpc: remove unnecessary unlikely()Igor Stoppa2019-01-151-1/+1
* | powerpc/ipic: drop unused functionsChristophe Leroy2019-01-141-35/+0
|/
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-3/+4
* Revert "powerpc/fsl_pci: simplify fsl_pci_dma_set_mask"Scott Wood2018-12-231-1/+5
* powerpc/fsl-rio: fix spelling mistake "reserverd" -> "reserved"Alexandre Belloni2018-12-211-1/+1
* powerpc/fsl_pci: simplify fsl_pci_dma_set_maskChristoph Hellwig2018-12-211-5/+1
* arch/powerpc/fsl_rmu: Use dma_zalloc_coherentSabyasachi Gupta2018-12-211-3/+1
* powerpc/ipic: Remove unused ipic_set_priority()Michael Ellerman2018-12-171-28/+0
* powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Christophe Leroy2018-11-261-1/+1
* powerpc/scom: Return NULL instead of 0Breno Leitao2018-11-251-2/+2
* powerpc/xive: Define xive_do_source_eoi as staticBreno Leitao2018-11-251-1/+1
* memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-1/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-311-1/+1
* memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport2018-10-311-1/+1
* powerpc/sysdev/ipic: check primary_ipic NULL pointer before using itChristophe Leroy2018-10-201-1/+1
* powerpc: Add -Werror at arch/powerpc levelMichael Ellerman2018-10-193-5/+0
* powerpc: don't use ioremap_prot() nor __ioremap() unless really needed.Christophe Leroy2018-10-141-4/+4
* powerpc: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz2018-10-132-8/+0
* powerpc/xive: Move a dereference below a NULL testzhong jiang2018-10-031-3/+4
* powerpc/xive: Use xive_cpu->chip_id instead of looking it up againBreno Leitao2018-09-191-10/+1
* treewide: correct "differenciate" and "instanciate" typosFinn Thain2018-08-231-1/+1
* powerpc/cpm1: fix compilation error with CONFIG_PPC_EARLY_DEBUG_CPMChristophe Leroy2018-08-101-0/+1
* powerpc: Fix size calculation using resource_size()Dan Carpenter2018-08-101-1/+1
* powerpc/Makefiles: Convert ifeq to ifdef where possibleRodrigo R. Galvao2018-08-081-1/+1
* powerpc/xive: Remove xive_kexec_teardown_cpu()Benjamin Herrenschmidt2018-08-071-22/+0
* powerpc/xive: Remove now useless pr_debug statementsBenjamin Herrenschmidt2018-08-071-9/+1
* powerpc: remove unnecessary inclusion of asm/tlbflush.hChristophe Leroy2018-07-301-1/+0
* powerpc: remove superflous inclusions of asm/fixmap.hChristophe Leroy2018-07-301-1/+0
* powerpc/mpic: Pass first free vector number to mpic_setup_error_int()Bharat Bhushan2018-07-192-4/+4
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2018-07-191-4/+4
|\
| * powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin2018-07-161-4/+4
* | powerpc/xive: Replace msleep(x) with msleep(OPAL_BUSY_DELAY_MS)Daniel Klamt2018-07-121-12/+12
* | powerpc/msi: Remove VLA usageKees Cook2018-07-041-7/+8
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-3/+3