aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2019-01-06arch: remove redundant UAPI generic-y definesGravatar Masahiro Yamada 1-6/+0
2019-01-06arch: remove stale comments "UAPI Header export list"Gravatar Masahiro Yamada 1-1/+0
2019-01-06jump_label: move 'asm goto' support test to KconfigGravatar Masahiro Yamada 6-8/+6
2019-01-05Merge tag 'powerpc-4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 4-12/+19
2019-01-05Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 6-22/+18
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsGravatar Joel Fernandes (Google) 6-22/+18
2019-01-04Fix access_ok() fallout for sparc32 and powerpcGravatar Linus Torvalds 1-1/+1
2019-01-04powerpc: Drop use of 'type' from access_ok()Gravatar Mathieu Malaterre 1-1/+1
2019-01-04Merge branch 'master' into fixesGravatar Michael Ellerman 58-202/+168
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 18-44/+42
2019-01-01Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-3/+3
2019-01-01Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Gravatar Linus Torvalds 1-4/+4
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-4/+9
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsGravatar Christophe Leroy 1-1/+1
2018-12-30kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Gravatar Douglas Anderson 1-2/+2
2018-12-30kgdb: Remove irq flags from roundupGravatar Douglas Anderson 1-1/+1
2018-12-30KVM: PPC: Book3S HV: radix: Fix uninitialized var build errorGravatar Michael Ellerman 1-1/+1
2018-12-30powerpc/configs: Add PPC4xx_OCM to ppc40x_defconfigGravatar Michael Ellerman 1-0/+1
2018-12-30powerpc/4xx/ocm: Fix phys_addr_t printf warningsGravatar Michael Ellerman 1-3/+3
2018-12-30powerpc/4xx/ocm: Fix compilation error due to PAGE_KERNEL usageGravatar Christian Lamparter 1-2/+2
2018-12-30powerpc/fsl: Fixed warning: orphan section `__btb_flush_fixup'Gravatar Diana Craciun 1-6/+12
2018-12-29Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 20-90/+51
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 2-3/+3
2018-12-29Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-0/+5
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+2
2018-12-28Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-6/+7
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 8-38/+23
2018-12-28mm, memory_hotplug: add nid parameter to arch_remove_memoryGravatar Oscar Salvador 1-1/+2
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicGravatar Arun KS 1-5/+5
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 4-8/+19
2018-12-27Merge tag 'pstore-v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+0
2018-12-27Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 247-3265/+3684
2018-12-26Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-4/+0
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2018-12-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 19-97/+518
2018-12-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-54/+0
2018-12-24Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/scottw...Gravatar Michael Ellerman 33-550/+210
2018-12-23Revert "powerpc/fsl_pci: simplify fsl_pci_dma_set_mask"Gravatar Scott Wood 1-1/+5
2018-12-22powerpc/frace: Use ftrace_graph_get_ret_stack() instead of curr_ret_stackGravatar Steven Rostedt (VMware) 1-4/+9
2018-12-22powerpc/zImage: Also check for stdout-pathGravatar Oliver O'Halloran 1-1/+2
2018-12-22powerpc: Fix HMIs on big-endian with CONFIG_RELOCATABLE=yGravatar Benjamin Herrenschmidt 1-1/+1
2018-12-22powerpc: Use of_node_name_eq for node name comparisonsGravatar Rob Herring 15-64/+39
2018-12-22powerpc/pseries/pmem: Convert to %pOFn instead of device_node.nameGravatar Rob Herring 1-4/+4
2018-12-22powerpc/mm: Remove very old comment in hash-4k.hGravatar Michael Ellerman 1-5/+1
2018-12-22powerpc/pseries: Fix node leak in update_lmb_associativity_index()Gravatar Michael Ellerman 1-0/+1
2018-12-21powerpc/configs/85xx: Enable CONFIG_DEBUG_KERNELGravatar Scott Wood 1-0/+1
2018-12-21powerpc/dts/fsl: Fix dtc-flagged interrupt errorsGravatar Scott Wood 5-134/+132
2018-12-21powerpc/fsl: Use new clockgen bindingGravatar Scott Wood 22-409/+50
2018-12-21powerpc/83xx: handle machine check caused by watchdog timerGravatar Christophe Leroy 4-4/+26
2018-12-21powerpc/fsl-rio: fix spelling mistake "reserverd" -> "reserved"Gravatar Alexandre Belloni 1-1/+1