aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 2-62/+8
2018-08-25Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-3/+3
2018-08-24Merge tag 'powerpc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 15-75/+168
2018-08-23treewide: correct "differenciate" and "instanciate" typosGravatar Finn Thain 4-4/+4
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSGravatar Masahiro Yamada 1-3/+3
2018-08-23powerpc/mce: Fix SLB rebolting during MCE recovery path.Gravatar Mahesh Salgaonkar 1-1/+1
2018-08-23KVM: PPC: Book3S: Fix guest DMA when guest partially backed by THP pagesGravatar Paul Mackerras 1-7/+10
2018-08-23powerpc/mm/radix: Only need the Nest MMU workaround for R -> RW transitionGravatar Aneesh Kumar K.V 1-3/+5
2018-08-23powerpc/mm/books3s: Add new pte bit to mark pte temporarily invalid.Gravatar Aneesh Kumar K.V 1-1/+17
2018-08-23powerpc/nohash: fix pte_access_permitted()Gravatar Christophe Leroy 1-6/+3
2018-08-22arch: enable relative relocations for arm64, power and x86Gravatar Ard Biesheuvel 1-0/+1
2018-08-21ppc: Convert vas ID allocation to new IDA APIGravatar Matthew Wilcox 1-22/+4
2018-08-21ppc: Convert mmu context allocation to new IDA APIGravatar Matthew Wilcox 1-40/+4
2018-08-21powerpc/topology: Get topology for shared processors at bootGravatar Srikar Dronamraju 3-10/+20
2018-08-21powerpc64/ftrace: Include ftrace.h needed for enable/disable callsGravatar Luke Dashjr 1-0/+1
2018-08-20powerpc/powernv/pci: Work around races in PCI bridge enablingGravatar Benjamin Herrenschmidt 1-0/+37
2018-08-20powerpc/fadump: cleanup crash memory ranges supportGravatar Hari Bathini 1-7/+1
2018-08-20powerpc/powernv: provide a console flush operation for opal hvc driverGravatar Nicholas Piggin 2-31/+53
2018-08-20powerpc/traps: Avoid rate limit messages from show unhandled signalsGravatar Michael Ellerman 1-7/+6
2018-08-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 8-53/+125
2018-08-17Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 5-7/+10
2018-08-17mm/cma: remove unsupported gfp_mask parameter from cma_alloc()Gravatar Marek Szyprowski 1-1/+1
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tGravatar Souptick Joarder 4-6/+9
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 273-2762/+3575
2018-08-16Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+0
2018-08-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 4-5/+0
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 6-31/+45
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-27/+0
2018-08-15Merge branch 'pci/misc'Gravatar Bjorn Helgaas 1-3/+0
2018-08-15Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 2-2/+4
2018-08-14powerpc/64s: Fix PACA_IRQ_HARD_DIS accounting in idle_power4()Gravatar Nicholas Piggin 1-2/+14
2018-08-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 7-209/+66
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-49/+20
2018-08-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+3
2018-08-13powerpc/mm/book3s/radix: Add mapping statisticsGravatar Aneesh Kumar K.V 4-5/+46
2018-08-13Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/scottw...Gravatar Michael Ellerman 3-6/+7
2018-08-13Merge branch 'fixes' into nextGravatar Michael Ellerman 7-21/+68
2018-08-10powerpc/uaccess: Enable get_user(u64, *p) on 32-bitGravatar Michael Ellerman 1-3/+10
2018-08-10powerpc/mm/hash: Remove unnecessary do { } while(0) loopGravatar Aneesh Kumar K.V 1-3/+2
2018-08-10powerpc/64s: move machine check SLB flushing to mm/slb.cGravatar Nicholas Piggin 3-17/+51
2018-08-10powerpc/powernv/idle: Fix build errorGravatar Aneesh Kumar K.V 1-1/+1
2018-08-10powerpc/mm/tlbflush: update the mmu_gather page size while iterating address ...Gravatar Aneesh Kumar K.V 1-4/+2
2018-08-10powerpc/mm: remove warning about ‘type’ being setGravatar Mathieu Malaterre 1-1/+1
2018-08-10powerpc/32: Include setup.h header file to fix warningsGravatar Mathieu Malaterre 1-0/+2
2018-08-10powerpc: Move `path` variable inside DEBUG_PROMGravatar Mathieu Malaterre 1-2/+7
2018-08-10powerpc/powermac: Make some functions staticGravatar Mathieu Malaterre 1-6/+6
2018-08-10powerpc/powermac: Remove variable x that's never readGravatar Mathieu Malaterre 1-2/+2
2018-08-10powerpc/powermac: Add missing include of header pmac.hGravatar Mathieu Malaterre 1-1/+3
2018-08-10powerpc/kexec: Use common error handling code in setup_new_fdt()Gravatar Markus Elfring 1-16/+12
2018-08-10powerpc/xmon: Add address lookup for percpu symbolsGravatar Boqun Feng 1-1/+32