aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2019-07-14Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Gravatar Linus Torvalds 1-9/+1
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 208-3498/+3362
2019-07-12Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-0/+1
2019-07-12Merge tag 'asm-generic-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-7/+22
2019-07-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-2/+2
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2019-07-12Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 4-74/+17
2019-07-12mm: move the powerpc hugepd code to mm/gup.cGravatar Christoph Hellwig 2-72/+1
2019-07-12mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUPGravatar Christoph Hellwig 1-1/+1
2019-07-12scripts/spelling.txt: drop "sepc" from the misspelling listGravatar Paul Walmsley 1-1/+1
2019-07-12mm/nvdimm: add is_ioremap_addr and use that to check ioremap addressGravatar Aneesh Kumar K.V 1-0/+14
2019-07-12powerpc/powernv/idle: Fix restore of SPRN_LDBAR for POWER9 stop state.Gravatar Athira Rajeev 1-1/+1
2019-07-11Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+5
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 2-4/+33
2019-07-12powerpc/eeh: Handle hugepages in ioremap spaceGravatar Oliver O'Halloran 1-3/+12
2019-07-11Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Paolo Bonzini 972-6559/+1081
2019-07-10Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2019-07-10powerpc/boot: pass CONFIG options in a simpler and more robust wayGravatar Masahiro Yamada 3-16/+3
2019-07-10powerpc/boot: add {get, put}_unaligned_be32 to xz_config.hGravatar Masahiro Yamada 1-0/+20
2019-07-10powerpc/irq: Don't WARN continuously in arch_local_irq_restore()Gravatar Michael Ellerman 1-3/+3
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxGravatar Linus Torvalds 2-2/+2
2019-07-09Merge tag 'pm-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 1-0/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 7-16/+14
2019-07-08Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-22/+22
2019-07-08Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+1
2019-07-08Merge tag 's390-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 1-2/+0
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+0
2019-07-08Merge branch 'pm-sleep'Gravatar Rafael J. Wysocki 1-0/+1
2019-07-06powerpc/module64: Use symbolic instructions names.Gravatar Christophe Leroy 1-18/+35
2019-07-06powerpc/module32: Use symbolic instructions names.Gravatar Christophe Leroy 1-8/+16
2019-07-06powerpc: Move PPC_HA() PPC_HI() and PPC_LO() to ppc-opcode.hGravatar Christophe Leroy 3-11/+9
2019-07-06powerpc/module64: Fix comment in R_PPC64_ENTRY handlingGravatar Michael Ellerman 1-1/+1
2019-07-05powerpc/boot: Add lzo support for uImageGravatar Christophe Leroy 3-1/+7
2019-07-05powerpc/boot: Add lzma support for uImageGravatar Christophe Leroy 3-1/+7
2019-07-05powerpc/boot: don't force gzipped uImageGravatar Christophe Leroy 1-1/+10
2019-07-05powerpc/8xx: Add microcode patch to move SMC parameter RAM.Gravatar Christophe Leroy 2-0/+104
2019-07-05powerpc/8xx: Use IO accessors in microcode programming.Gravatar Christophe Leroy 1-18/+16
2019-07-05powerpc/8xx: replace #ifdefs by IS_ENABLED() in microcode.cGravatar Christophe Leroy 1-20/+13
2019-07-05powerpc/8xx: refactor programming of microcode CPM params.Gravatar Christophe Leroy 1-18/+27
2019-07-05powerpc/8xx: refactor printing of microcode patch name.Gravatar Christophe Leroy 1-6/+8
2019-07-05powerpc/8xx: Refactor microcode writeGravatar Christophe Leroy 1-9/+6
2019-07-05powerpc/8xx: refactor writing of CPM microcode arraysGravatar Christophe Leroy 1-22/+13
2019-07-05powerpc/8xx: compact microcode arraysGravatar Christophe Leroy 1-559/+140
2019-07-05powerpc/8xx: drop verify_patch()Gravatar Christophe Leroy 1-40/+0
2019-07-05powerpc/8xx: move CPM1 related files from sysdev/ to platforms/8xxGravatar Christophe Leroy 4-14/+17
2019-07-05powerpc/64: reuse PPC32 static inline flush_dcache_range()Gravatar Christophe Leroy 3-35/+18
2019-07-05powerpc/32: define helpers to get L1 cache sizes.Gravatar Christophe Leroy 2-11/+29
2019-07-05powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range()Gravatar Christophe Leroy 5-33/+9
2019-07-05powerpc: slightly improve cache helpersGravatar Christophe Leroy 1-4/+4