Age | Commit message (Expand) | Author |
2019-03-12 | treewide: add checks for the return value of memblock_alloc*() | Mike Rapoport |
2019-03-12 | memblock: memblock_phys_alloc(): don't panic | Mike Rapoport |
2019-03-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2019-03-07 | powerpc: prefer memblock APIs returning virtual address | Mike Rapoport |
2019-02-23 | powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPU | Christophe Leroy |
2019-02-21 | Merge branch 'topic/dma' into next | Michael Ellerman |
2019-02-18 | powerpc/dma: trim the fat from <asm/dma-mapping.h> | Christoph Hellwig |
2019-02-18 | powerpc/dma: remove set_dma_offset | Christoph Hellwig |
2019-02-18 | powerpc/dma: use the generic direct mapping bypass | Christoph Hellwig |
2019-02-18 | dma-mapping, powerpc: simplify the arch dma_set_mask override | Christoph Hellwig |
2019-02-18 | powerpc/dma: remove max_direct_dma_addr | Christoph Hellwig |
2019-02-18 | powerpc/dma: move pci_dma_dev_setup_swiotlb to fsl_pci.c | Christoph Hellwig |
2019-02-18 | powerpc/dart: use the generic iommu bypass code | Christoph Hellwig |
2019-02-18 | powerpc/dart: remove dead cleanup code in iommu_init_early_dart | Christoph Hellwig |
2019-02-03 | powerpc: Remove trailing semicolon after curly brace | Mathieu Malaterre |
2019-01-15 | powerpc: remove unnecessary unlikely() | Igor Stoppa |
2019-01-14 | powerpc/ipic: drop unused functions | Christophe Leroy |
2019-01-08 | cross-tree: phase out dma_zalloc_coherent() | Luis Chamberlain |
2018-12-23 | Revert "powerpc/fsl_pci: simplify fsl_pci_dma_set_mask" | Scott Wood |
2018-12-21 | powerpc/fsl-rio: fix spelling mistake "reserverd" -> "reserved" | Alexandre Belloni |
2018-12-21 | powerpc/fsl_pci: simplify fsl_pci_dma_set_mask | Christoph Hellwig |
2018-12-21 | arch/powerpc/fsl_rmu: Use dma_zalloc_coherent | Sabyasachi Gupta |
2018-12-17 | powerpc/ipic: Remove unused ipic_set_priority() | Michael Ellerman |
2018-11-26 | powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32 | Christophe Leroy |
2018-11-25 | powerpc/scom: Return NULL instead of 0 | Breno Leitao |
2018-11-25 | powerpc/xive: Define xive_do_source_eoi as static | Breno Leitao |
2018-10-31 | memblock: stop using implicit alignment to SMP_CACHE_BYTES | Mike Rapoport |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport |
2018-10-31 | memblock: remove _virt from APIs returning virtual address | Mike Rapoport |
2018-10-31 | memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc* | Mike Rapoport |
2018-10-20 | powerpc/sysdev/ipic: check primary_ipic NULL pointer before using it | Christophe Leroy |
2018-10-19 | powerpc: Add -Werror at arch/powerpc level | Michael Ellerman |
2018-10-14 | powerpc: don't use ioremap_prot() nor __ioremap() unless really needed. | Christophe Leroy |
2018-10-13 | powerpc: remove redundant 'default n' from Kconfig-s | Bartlomiej Zolnierkiewicz |
2018-10-03 | powerpc/xive: Move a dereference below a NULL test | zhong jiang |
2018-09-19 | powerpc/xive: Use xive_cpu->chip_id instead of looking it up again | Breno Leitao |
2018-08-23 | treewide: correct "differenciate" and "instanciate" typos | Finn Thain |
2018-08-10 | powerpc/cpm1: fix compilation error with CONFIG_PPC_EARLY_DEBUG_CPM | Christophe Leroy |
2018-08-10 | powerpc: Fix size calculation using resource_size() | Dan Carpenter |
2018-08-08 | powerpc/Makefiles: Convert ifeq to ifdef where possible | Rodrigo R. Galvao |
2018-08-07 | powerpc/xive: Remove xive_kexec_teardown_cpu() | Benjamin Herrenschmidt |
2018-08-07 | powerpc/xive: Remove now useless pr_debug statements | Benjamin Herrenschmidt |
2018-07-30 | powerpc: remove unnecessary inclusion of asm/tlbflush.h | Christophe Leroy |
2018-07-30 | powerpc: remove superflous inclusions of asm/fixmap.h | Christophe Leroy |
2018-07-19 | powerpc/mpic: Pass first free vector number to mpic_setup_error_int() | Bharat Bhushan |
2018-07-19 | Merge branch 'topic/ppc-kvm' into next | Michael Ellerman |
2018-07-16 | powerpc/64s: Remove POWER9 DD1 support | Nicholas Piggin |
2018-07-12 | powerpc/xive: Replace msleep(x) with msleep(OPAL_BUSY_DELAY_MS) | Daniel Klamt |
2018-07-04 | powerpc/msi: Remove VLA usage | Kees Cook |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook |