summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-01-012-3/+3
|\
| *---. Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...Joerg Roedel2018-12-202-4/+4
| |\ \ \
| | | | * powerpc/iommu: Use device_iommu_mapped()Joerg Roedel2018-12-172-4/+4
| | | |/ | | |/|
* | | | Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2019-01-011-4/+4
|\ \ \ \
| * | | | kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy2018-12-301-1/+1
| * | | | kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson2018-12-301-2/+2
| * | | | kgdb: Remove irq flags from roundupDouglas Anderson2018-12-301-1/+1
* | | | | Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-12-311-4/+9
|\ \ \ \ \
| * | | | | powerpc/frace: Use ftrace_graph_get_ret_stack() instead of curr_ret_stackSteven Rostedt (VMware)2018-12-221-4/+9
* | | | | | Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-2920-90/+51
|\ \ \ \ \ \
| * | | | | | eisa: consolidate EISA Kconfig entry in drivers/eisaChristoph Hellwig2018-11-231-3/+0
| * | | | | | rapidio: consolidate RAPIDIO config entry in drivers/rapidioChristoph Hellwig2018-11-233-19/+7
| * | | | | | pcmcia: allow PCMCIA support independent of the architectureChristoph Hellwig2018-11-231-2/+0
| * | | | | | PCI: consolidate the PCI_SYSCALL symbolChristoph Hellwig2018-11-231-3/+1
| * | | | | | PCI: consolidate the PCI_DOMAINS and PCI_DOMAINS_GENERIC config optionsChristoph Hellwig2018-11-231-3/+1
| * | | | | | PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig2018-11-2320-60/+42
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-12-292-3/+3
|\ \ \ \ \ \
| * | | | | | treewide: surround Kconfig file paths with double quotesMasahiro Yamada2018-12-222-3/+3
| |/ / / / /
* | | | | | Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-12-291-0/+5
|\ \ \ \ \ \
| * | | | | | powerpc/boot: Set target when cross-compiling for clangJoel Stanley2018-11-141-0/+5
| |/ / / / /
* | | | | | Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-281-0/+2
|\ \ \ \ \ \
| * | | | | | powerpc/pseries: add of_node_put() in dlpar_detach_node()Frank Rowand2018-11-081-0/+2
| |/ / / / /
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-282-6/+7
|\ \ \ \ \ \
| * | | | | | mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador2018-12-281-1/+2
| * | | | | | mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-5/+5
* | | | | | | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-288-38/+23
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | dma-direct: merge swiotlb_dma_ops into the dma_direct codeChristoph Hellwig2018-12-131-8/+8
| * | | | | | dma-mapping: move various slow path functions out of lineChristoph Hellwig2018-12-131-1/+0
| * | | | | | arch: switch the default on ARCH_HAS_SG_CHAINChristoph Hellwig2018-12-061-1/+0
| * | | | | | powerpc/iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-065-27/+15
| * | | | | | dma-direct: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-1/+0
| | |_|_|_|/ | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-274-8/+19
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-2012-20/+80
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-103-0/+12
| |\ \ \ \ \ \
| | * | | | | | ppc: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*Jiong Wang2018-12-073-0/+12
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-092-13/+68
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-282-19/+39
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-1911-103/+58
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | net: remove VLAN_TAG_PRESENTMichał Mirosław2018-11-161-3/+0
| * | | | | | | | net/bpf_jit: PPC: split VLAN_PRESENT bit handling from VLAN_TCIMichał Mirosław2018-11-161-8/+10
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge tag 'pstore-v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-12-271-2/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | pstore: Convert buf_lock to semaphoreKees Cook2018-12-031-2/+0
| |/ / / / / / /
* | | | | | | | Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-12-27247-3265/+3684
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/scottw...Michael Ellerman2018-12-2433-550/+210
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Revert "powerpc/fsl_pci: simplify fsl_pci_dma_set_mask"Scott Wood2018-12-231-1/+5
| | * | | | | | | | powerpc/configs/85xx: Enable CONFIG_DEBUG_KERNELScott Wood2018-12-211-0/+1
| | * | | | | | | | powerpc/dts/fsl: Fix dtc-flagged interrupt errorsScott Wood2018-12-215-134/+132
| | * | | | | | | | powerpc/fsl: Use new clockgen bindingScott Wood2018-12-2122-409/+50
| | * | | | | | | | powerpc/83xx: handle machine check caused by watchdog timerChristophe Leroy2018-12-214-4/+26
| | * | | | | | | | powerpc/fsl-rio: fix spelling mistake "reserverd" -> "reserved"Alexandre Belloni2018-12-211-1/+1
OpenPOWER on IntegriCloud